diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-01 22:26:52 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-01 22:26:52 +0100 |
commit | b176a7c0279670a859c85c88d75ac150e0dfae2f (patch) | |
tree | 988c499ae487f89ce2837bbd570ed3f1bc2be826 /framework/domain/CMakeLists.txt | |
parent | 0a8f96bceb3a6ef9d7555e849668916e2b53b4b0 (diff) | |
download | kube-b176a7c0279670a859c85c88d75ac150e0dfae2f.tar.gz kube-b176a7c0279670a859c85c88d75ac150e0dfae2f.zip |
Adapted to KAsync changes
Diffstat (limited to 'framework/domain/CMakeLists.txt')
-rw-r--r-- | framework/domain/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/domain/CMakeLists.txt b/framework/domain/CMakeLists.txt index 31ca5df9..9abc54b0 100644 --- a/framework/domain/CMakeLists.txt +++ b/framework/domain/CMakeLists.txt | |||
@@ -31,7 +31,7 @@ find_package(KF5 REQUIRED COMPONENTS Package) | |||
31 | add_library(mailplugin SHARED ${mailplugin_SRCS}) | 31 | add_library(mailplugin SHARED ${mailplugin_SRCS}) |
32 | 32 | ||
33 | qt5_use_modules(mailplugin Core Quick Qml WebKitWidgets Test) | 33 | qt5_use_modules(mailplugin Core Quick Qml WebKitWidgets Test) |
34 | target_link_libraries(mailplugin actionplugin settingsplugin sink mimetreeparser KF5::MimeTreeParser KF5::Codecs KF5::Package KF5::Async) | 34 | target_link_libraries(mailplugin actionplugin settingsplugin sink mimetreeparser KF5::MimeTreeParser KF5::Codecs KF5::Package KAsync) |
35 | 35 | ||
36 | add_subdirectory(actions/tests) | 36 | add_subdirectory(actions/tests) |
37 | 37 | ||