diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-01 13:38:48 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-01 13:38:48 +0100 |
commit | 0a8f96bceb3a6ef9d7555e849668916e2b53b4b0 (patch) | |
tree | 36c006a14b3e29750e9ab761c0e9fad820acab6c /applications | |
parent | 58e8f3fb3fc5b9ccbe7731d7f8b59fb7e28c3d9b (diff) | |
download | kube-0a8f96bceb3a6ef9d7555e849668916e2b53b4b0.tar.gz kube-0a8f96bceb3a6ef9d7555e849668916e2b53b4b0.zip |
Don't set the version on the executable, that just results in an
additional executable.
Diffstat (limited to 'applications')
-rw-r--r-- | applications/mail/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/applications/mail/CMakeLists.txt b/applications/mail/CMakeLists.txt index af343f6e..7c6fe755 100644 --- a/applications/mail/CMakeLists.txt +++ b/applications/mail/CMakeLists.txt | |||
@@ -27,7 +27,6 @@ find_package(KF5 REQUIRED COMPONENTS Package) | |||
27 | add_executable(${PROJECT_NAME} main.cpp) | 27 | add_executable(${PROJECT_NAME} main.cpp) |
28 | qt5_use_modules(${PROJECT_NAME} Gui Quick Widgets WebEngine) | 28 | qt5_use_modules(${PROJECT_NAME} Gui Quick Widgets WebEngine) |
29 | target_link_libraries(${PROJECT_NAME} KF5::Package) | 29 | target_link_libraries(${PROJECT_NAME} KF5::Package) |
30 | set_target_properties(${PROJECT_NAME} PROPERTIES VERSION ${kube_VERSION}) | ||
31 | 30 | ||
32 | install(TARGETS ${PROJECT_NAME} DESTINATION bin) | 31 | install(TARGETS ${PROJECT_NAME} DESTINATION bin) |
33 | 32 | ||