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 /common/CMakeLists.txt | |
parent | 7da845a12d0fb9be7c1d8a6f393970ef354c663f (diff) | |
download | sink-e9061a4dde3f0636be12589e37222a90cea691a6.tar.gz sink-e9061a4dde3f0636be12589e37222a90cea691a6.zip |
Adapt to KAsync changes
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r-- | common/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 34e48c6..b5275e0 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt | |||
@@ -122,7 +122,7 @@ qt5_use_modules(${PROJECT_NAME} LINK_PUBLIC Network) | |||
122 | qt5_use_modules(${PROJECT_NAME} LINK_PRIVATE Gui) | 122 | qt5_use_modules(${PROJECT_NAME} LINK_PRIVATE Gui) |
123 | target_link_libraries(${PROJECT_NAME} | 123 | target_link_libraries(${PROJECT_NAME} |
124 | PUBLIC | 124 | PUBLIC |
125 | KF5::Async | 125 | KAsync |
126 | PRIVATE | 126 | PRIVATE |
127 | ${storage_LIBS} | 127 | ${storage_LIBS} |
128 | KF5::Mime | 128 | KF5::Mime |