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 /async/src | |
parent | d3dfcae4a7a182f55ce52fb5004ce08ca64db9a4 (diff) | |
download | sink-76ec0cfe075e3af758657f9aecab7d7ce7e8d387.tar.gz sink-76ec0cfe075e3af758657f9aecab7d7ce7e8d387.zip |
CMake: fix Qt5 lookup, use KDE_INSTALL_TARGETS_DEFAULT_ARGS
Diffstat (limited to 'async/src')
-rw-r--r-- | async/src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/async/src/CMakeLists.txt b/async/src/CMakeLists.txt index 85700ed..7d17f2b 100644 --- a/async/src/CMakeLists.txt +++ b/async/src/CMakeLists.txt | |||
@@ -9,4 +9,4 @@ set(async_SRCS | |||
9 | 9 | ||
10 | add_library(${PROJECT_NAME} SHARED ${async_SRCS}) | 10 | add_library(${PROJECT_NAME} SHARED ${async_SRCS}) |
11 | target_link_libraries(${PROJECT_NAME} Qt5::Core) | 11 | target_link_libraries(${PROJECT_NAME} Qt5::Core) |
12 | install(TARGETS ${PROJECT_NAME} DESTINATION lib) | 12 | install(TARGETS ${PROJECT_NAME} ${KDE_INSTALL_TARGETS_DEFAULT_ARGS}) |