diff options
-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 0a0e0ac6..64e3856f 100644 --- a/framework/mail/CMakeLists.txt +++ b/framework/mail/CMakeLists.txt | |||
@@ -14,7 +14,7 @@ add_library(mailplugin SHARED ${mailplugin_SRCS}) | |||
14 | 14 | ||
15 | qt5_use_modules(mailplugin Core Quick Qml) | 15 | qt5_use_modules(mailplugin Core Quick Qml) |
16 | 16 | ||
17 | target_link_libraries(mailplugin actionplugin Sink KF5::Otp) | 17 | target_link_libraries(mailplugin actionplugin sinkcommon KF5::Otp) |
18 | 18 | ||
19 | install(TARGETS mailplugin DESTINATION ${QML_INSTALL_DIR}/org/kde/kube/mail) | 19 | install(TARGETS mailplugin DESTINATION ${QML_INSTALL_DIR}/org/kde/kube/mail) |
20 | install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kde/kube/mail) | 20 | install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kde/kube/mail) |