Mercurial > trustbridge
comparison ui/CMakeLists.txt @ 71:f22a99f7cb69
Add certificatelist to install as member. Look for updates on startup
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Wed, 19 Mar 2014 11:32:25 +0000 |
parents | 8ffbb48528ae |
children | 112228bd7e4b |
comparison
equal
deleted
inserted
replaced
70:64c8c6350e60 | 71:f22a99f7cb69 |
---|---|
18 ) | 18 ) |
19 | 19 |
20 set(M13UI_SOURCES | 20 set(M13UI_SOURCES |
21 ${CMAKE_CURRENT_SOURCE_DIR}/mainwindow.cpp | 21 ${CMAKE_CURRENT_SOURCE_DIR}/mainwindow.cpp |
22 ${CMAKE_CURRENT_SOURCE_DIR}/main.cpp | 22 ${CMAKE_CURRENT_SOURCE_DIR}/main.cpp |
23 ${CMAKE_CURRENT_SOURCE_DIR}/listupdatedialog.cpp | |
23 ${CERTIFICATELIST_SOURCES} | 24 ${CERTIFICATELIST_SOURCES} |
24 ${DOWNLOADER_SOURCES} | 25 ${DOWNLOADER_SOURCES} |
25 ) | 26 ) |
26 | 27 |
27 # Seperated to make it easier to include the sources in tests | 28 # Seperated to make it easier to include the sources in tests |