diff options
author | Dan Vrátil <dvratil@redhat.com> | 2015-02-21 12:06:47 +0100 |
---|---|---|
committer | Dan Vrátil <dvratil@redhat.com> | 2015-02-21 12:06:47 +0100 |
commit | 76ec0cfe075e3af758657f9aecab7d7ce7e8d387 (patch) | |
tree | a7aa5d675424d5dda5d9eebcd381ed84849f1510 /synchronizer | |
parent | d3dfcae4a7a182f55ce52fb5004ce08ca64db9a4 (diff) | |
download | sink-76ec0cfe075e3af758657f9aecab7d7ce7e8d387.tar.gz sink-76ec0cfe075e3af758657f9aecab7d7ce7e8d387.zip |
CMake: fix Qt5 lookup, use KDE_INSTALL_TARGETS_DEFAULT_ARGS
Diffstat (limited to 'synchronizer')
-rw-r--r-- | synchronizer/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synchronizer/CMakeLists.txt b/synchronizer/CMakeLists.txt index 031b3b2..1f95802 100644 --- a/synchronizer/CMakeLists.txt +++ b/synchronizer/CMakeLists.txt | |||
@@ -10,4 +10,4 @@ set(akonadi2synchronizer_SRCS | |||
10 | add_executable(${PROJECT_NAME} ${akonadi2synchronizer_SRCS}) | 10 | add_executable(${PROJECT_NAME} ${akonadi2synchronizer_SRCS}) |
11 | target_link_libraries(${PROJECT_NAME} akonadi2common) | 11 | target_link_libraries(${PROJECT_NAME} akonadi2common) |
12 | qt5_use_modules(${PROJECT_NAME} Widgets Network) | 12 | qt5_use_modules(${PROJECT_NAME} Widgets Network) |
13 | install(TARGETS ${PROJECT_NAME} DESTINATION bin) | 13 | install(TARGETS ${PROJECT_NAME} ${KDE_INSTALL_TARGETS_DEFAULT_ARGS}) |