diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-01 22:22:15 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-01 22:22:15 +0100 |
commit | e9061a4dde3f0636be12589e37222a90cea691a6 (patch) | |
tree | 47f3c6811f46dff60015900d62983306b85ca4d0 /synchronizer | |
parent | 7da845a12d0fb9be7c1d8a6f393970ef354c663f (diff) | |
download | sink-e9061a4dde3f0636be12589e37222a90cea691a6.tar.gz sink-e9061a4dde3f0636be12589e37222a90cea691a6.zip |
Adapt to KAsync changes
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 1422105..ff9ec86 100644 --- a/synchronizer/CMakeLists.txt +++ b/synchronizer/CMakeLists.txt | |||
@@ -7,6 +7,6 @@ set(sinksynchronizer_SRCS | |||
7 | ) | 7 | ) |
8 | 8 | ||
9 | add_executable(${PROJECT_NAME} ${sinksynchronizer_SRCS}) | 9 | add_executable(${PROJECT_NAME} ${sinksynchronizer_SRCS}) |
10 | target_link_libraries(${PROJECT_NAME} sink KF5::Async ${CMAKE_DL_LIBS}) | 10 | target_link_libraries(${PROJECT_NAME} sink KAsync ${CMAKE_DL_LIBS}) |
11 | qt5_use_modules(${PROJECT_NAME} Network) | 11 | qt5_use_modules(${PROJECT_NAME} Network) |
12 | install(TARGETS ${PROJECT_NAME} ${KDE_INSTALL_TARGETS_DEFAULT_ARGS}) | 12 | install(TARGETS ${PROJECT_NAME} ${KDE_INSTALL_TARGETS_DEFAULT_ARGS}) |