diff options
Diffstat (limited to 'framework/mail/CMakeLists.txt')
-rw-r--r-- | framework/mail/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/mail/CMakeLists.txt b/framework/mail/CMakeLists.txt index a8a4b3e8..e7286763 100644 --- a/framework/mail/CMakeLists.txt +++ b/framework/mail/CMakeLists.txt | |||
@@ -13,7 +13,7 @@ add_library(mailplugin SHARED ${mailplugin_SRCS}) | |||
13 | 13 | ||
14 | qt5_use_modules(mailplugin Core Quick Qml) | 14 | qt5_use_modules(mailplugin Core Quick Qml) |
15 | 15 | ||
16 | target_link_libraries(mailplugin KF5::akonadi2common) | 16 | target_link_libraries(mailplugin KF5::akonadi2common KF5::Otp) |
17 | 17 | ||
18 | install(TARGETS mailplugin DESTINATION ${QML_INSTALL_DIR}/org/kde/kube/mail) | 18 | install(TARGETS mailplugin DESTINATION ${QML_INSTALL_DIR}/org/kde/kube/mail) |
19 | install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kde/kube/mail) | 19 | install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kde/kube/mail) |