Mercurial > trustbridge > trustbridge
comparison ui/CMakeLists.txt @ 257:06089ba2614a
Use Installwrapper to call certificate installation process
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Tue, 01 Apr 2014 10:59:06 +0000 |
parents | cb8d7af5ec3a |
children | dd6a09d2699f |
comparison
equal
deleted
inserted
replaced
256:84ae353688e0 | 257:06089ba2614a |
---|---|
18 ${CMAKE_CURRENT_SOURCE_DIR}/main.cpp | 18 ${CMAKE_CURRENT_SOURCE_DIR}/main.cpp |
19 ${CMAKE_CURRENT_SOURCE_DIR}/listupdatedialog.cpp | 19 ${CMAKE_CURRENT_SOURCE_DIR}/listupdatedialog.cpp |
20 ${CMAKE_CURRENT_SOURCE_DIR}/helpdialog.cpp | 20 ${CMAKE_CURRENT_SOURCE_DIR}/helpdialog.cpp |
21 ${CMAKE_CURRENT_SOURCE_DIR}/aboutdialog.cpp | 21 ${CMAKE_CURRENT_SOURCE_DIR}/aboutdialog.cpp |
22 ${CMAKE_CURRENT_SOURCE_DIR}/statusdialog.cpp | 22 ${CMAKE_CURRENT_SOURCE_DIR}/statusdialog.cpp |
23 ${CMAKE_CURRENT_SOURCE_DIR}/installwrapper.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 |