diff options
Diffstat (limited to 'framework/mail/CMakeLists.txt')
-rw-r--r-- | framework/mail/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/mail/CMakeLists.txt b/framework/mail/CMakeLists.txt index 0abc6880..9a32cc83 100644 --- a/framework/mail/CMakeLists.txt +++ b/framework/mail/CMakeLists.txt | |||
@@ -5,6 +5,7 @@ set(mailplugin_SRCS | |||
5 | singlemailcontroller.cpp | 5 | singlemailcontroller.cpp |
6 | folderlistmodel.cpp | 6 | folderlistmodel.cpp |
7 | folderlistcontroller.cpp | 7 | folderlistcontroller.cpp |
8 | actions/akonadiactions.cpp | ||
8 | objecttreesource.cpp | 9 | objecttreesource.cpp |
9 | stringhtmlwriter.cpp | 10 | stringhtmlwriter.cpp |
10 | ) | 11 | ) |
@@ -13,7 +14,7 @@ add_library(mailplugin SHARED ${mailplugin_SRCS}) | |||
13 | 14 | ||
14 | qt5_use_modules(mailplugin Core Quick Qml) | 15 | qt5_use_modules(mailplugin Core Quick Qml) |
15 | 16 | ||
16 | target_link_libraries(mailplugin KF5::akonadi2common KF5::Otp) | 17 | target_link_libraries(mailplugin actionplugin KF5::akonadi2common KF5::Otp actionplugin) |
17 | 18 | ||
18 | install(TARGETS mailplugin DESTINATION ${QML_INSTALL_DIR}/org/kde/kube/mail) | 19 | install(TARGETS mailplugin DESTINATION ${QML_INSTALL_DIR}/org/kde/kube/mail) |
19 | install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kde/kube/mail) | 20 | install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kde/kube/mail) |