Mercurial > trustbridge
comparison ui/CMakeLists.txt @ 39:ee27186fc8e6
Minor: Whitespace change
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Fri, 14 Mar 2014 09:05:23 +0000 |
parents | 00aa5fa3c2fb |
children | c6125d73faf4 |
comparison
equal
deleted
inserted
replaced
38:fc6241283474 | 39:ee27186fc8e6 |
---|---|
65 # M13UI_SOURCES in the test subdirectory. | 65 # M13UI_SOURCES in the test subdirectory. |
66 set(M13UI_SOURCES_WITH_RESOURCES ${M13UI_SOURCES}) | 66 set(M13UI_SOURCES_WITH_RESOURCES ${M13UI_SOURCES}) |
67 qt5_add_resources(M13UI_SOURCES_WITH_RESOURCES ${M13UI_RESOURCES}) | 67 qt5_add_resources(M13UI_SOURCES_WITH_RESOURCES ${M13UI_RESOURCES}) |
68 add_executable(m13ui ${M13UI_SOURCES_WITH_RESOURCES}) | 68 add_executable(m13ui ${M13UI_SOURCES_WITH_RESOURCES}) |
69 | 69 |
70 target_link_libraries(m13ui Qt5::Widgets | 70 target_link_libraries(m13ui Qt5::Widgets |
71 ${EXTRA_STATIC_LIBS} | 71 ${EXTRA_STATIC_LIBS} |
72 ${PROFILING_LIBS} | 72 ${PROFILING_LIBS} |
73 ${POLARSSL_LIBRARIES}) | 73 ${POLARSSL_LIBRARIES}) |
74 | 74 |
75 # Tests | 75 # Tests |