diff options
Diffstat (limited to 'framework/domain/CMakeLists.txt')
-rw-r--r-- | framework/domain/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/framework/domain/CMakeLists.txt b/framework/domain/CMakeLists.txt index ea293655..07f01367 100644 --- a/framework/domain/CMakeLists.txt +++ b/framework/domain/CMakeLists.txt | |||
@@ -20,9 +20,11 @@ find_package(KF5 REQUIRED COMPONENTS Package) | |||
20 | add_library(mailplugin SHARED ${mailplugin_SRCS}) | 20 | add_library(mailplugin SHARED ${mailplugin_SRCS}) |
21 | 21 | ||
22 | qt5_use_modules(mailplugin Core Quick Qml WebKitWidgets) | 22 | qt5_use_modules(mailplugin Core Quick Qml WebKitWidgets) |
23 | target_link_libraries(mailplugin actionplugin settingsplugin sink KF5::MimeTreeParser KF5::Codecs KF5::Package KF5::Async KF5::IconThemes) | 23 | target_link_libraries(mailplugin actionplugin settingsplugin sink mimetreeparser KF5::MimeTreeParser KF5::Codecs KF5::Package KF5::Async KF5::IconThemes) |
24 | 24 | ||
25 | add_subdirectory(actions/tests) | 25 | add_subdirectory(actions/tests) |
26 | 26 | ||
27 | install(TARGETS mailplugin DESTINATION ${QML_INSTALL_DIR}/org/kube/framework/domain) | 27 | install(TARGETS mailplugin DESTINATION ${QML_INSTALL_DIR}/org/kube/framework/domain) |
28 | install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kube/framework/domain) | 28 | install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kube/framework/domain) |
29 | |||
30 | add_subdirectory(mimetreeparser) \ No newline at end of file | ||