summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorDan Vrátil <dvratil@redhat.com>2015-02-21 12:06:47 +0100
committerDan Vrátil <dvratil@redhat.com>2015-02-21 12:06:47 +0100
commit76ec0cfe075e3af758657f9aecab7d7ce7e8d387 (patch)
treea7aa5d675424d5dda5d9eebcd381ed84849f1510 /client
parentd3dfcae4a7a182f55ce52fb5004ce08ca64db9a4 (diff)
downloadsink-76ec0cfe075e3af758657f9aecab7d7ce7e8d387.tar.gz
sink-76ec0cfe075e3af758657f9aecab7d7ce7e8d387.zip
CMake: fix Qt5 lookup, use KDE_INSTALL_TARGETS_DEFAULT_ARGS
Diffstat (limited to 'client')
-rw-r--r--client/CMakeLists.txt2
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})
5add_executable(${PROJECT_NAME} main.cpp) 5add_executable(${PROJECT_NAME} main.cpp)
6target_link_libraries(${PROJECT_NAME} akonadi2common) 6target_link_libraries(${PROJECT_NAME} akonadi2common)
7qt5_use_modules(${PROJECT_NAME} Widgets Network) 7qt5_use_modules(${PROJECT_NAME} Widgets Network)
8install(TARGETS ${PROJECT_NAME} DESTINATION bin) 8install(TARGETS ${PROJECT_NAME} ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})