diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-05 13:00:21 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-05 13:00:21 +0200 |
commit | 5755ad47145d2985ba74354961b4127d82c516f6 (patch) | |
tree | aa6af562b7e587be895ff5a4355270f82f3ea180 /framework/domain/CMakeLists.txt | |
parent | e78224a7d9ccf70aadde8c0bff1cab72e8cb7438 (diff) | |
download | kube-5755ad47145d2985ba74354961b4127d82c516f6.tar.gz kube-5755ad47145d2985ba74354961b4127d82c516f6.zip |
A single framework plugin
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 38e0eb12..e1482301 100644 --- a/framework/domain/CMakeLists.txt +++ b/framework/domain/CMakeLists.txt | |||
@@ -34,8 +34,8 @@ add_library(mailplugin SHARED ${mailplugin_SRCS}) | |||
34 | qt5_use_modules(mailplugin Core Quick Qml WebKitWidgets Test) | 34 | qt5_use_modules(mailplugin Core Quick Qml WebKitWidgets Test) |
35 | target_link_libraries(mailplugin actionplugin settingsplugin sink mimetreeparser KF5::MimeTreeParser KF5::Codecs KF5::Package KAsync) | 35 | target_link_libraries(mailplugin actionplugin settingsplugin sink mimetreeparser KF5::MimeTreeParser KF5::Codecs KF5::Package KAsync) |
36 | 36 | ||
37 | add_subdirectory(actions/tests) | ||
38 | 37 | ||
39 | install(TARGETS mailplugin DESTINATION ${FRAMEWORK_INSTALL_DIR}) | 38 | install(TARGETS mailplugin DESTINATION ${FRAMEWORK_INSTALL_DIR}) |
40 | 39 | ||
40 | add_subdirectory(actions/tests) | ||
41 | add_subdirectory(mimetreeparser) | 41 | add_subdirectory(mimetreeparser) |