Mercurial > trustbridge
comparison ui/CMakeLists.txt @ 266:dd6a09d2699f
Added delegate for certificate list items to render a custom ui.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Wed, 02 Apr 2014 09:26:38 +0200 |
parents | 06089ba2614a |
children | b6c2fa8457b6 |
comparison
equal
deleted
inserted
replaced
265:ffd47b045d19 | 266:dd6a09d2699f |
---|---|
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}/certificateitemdelegate.cpp | |
23 ${CMAKE_CURRENT_SOURCE_DIR}/installwrapper.cpp | 24 ${CMAKE_CURRENT_SOURCE_DIR}/installwrapper.cpp |
24 ${CERTIFICATELIST_SOURCES} | 25 ${CERTIFICATELIST_SOURCES} |
25 ${DOWNLOADER_SOURCES} | 26 ${DOWNLOADER_SOURCES} |
26 ) | 27 ) |
27 | 28 |