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 /client/CMakeLists.txt | |
parent | d3dfcae4a7a182f55ce52fb5004ce08ca64db9a4 (diff) | |
download | sink-76ec0cfe075e3af758657f9aecab7d7ce7e8d387.tar.gz sink-76ec0cfe075e3af758657f9aecab7d7ce7e8d387.zip |
CMake: fix Qt5 lookup, use KDE_INSTALL_TARGETS_DEFAULT_ARGS
Diffstat (limited to 'client/CMakeLists.txt')
-rw-r--r-- | client/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt index 023e3d0..3555b3e 100644 --- a/client/CMakeLists.txt +++ b/client/CMakeLists.txt | |||
@@ -5,4 +5,4 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}) | |||
5 | add_executable(${PROJECT_NAME} main.cpp) | 5 | add_executable(${PROJECT_NAME} main.cpp) |
6 | target_link_libraries(${PROJECT_NAME} akonadi2common) | 6 | target_link_libraries(${PROJECT_NAME} akonadi2common) |
7 | qt5_use_modules(${PROJECT_NAME} Widgets Network) | 7 | qt5_use_modules(${PROJECT_NAME} Widgets Network) |
8 | install(TARGETS ${PROJECT_NAME} DESTINATION bin) | 8 | install(TARGETS ${PROJECT_NAME} ${KDE_INSTALL_TARGETS_DEFAULT_ARGS}) |