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 6616e492..f83a3a9e 100644 --- a/framework/mail/CMakeLists.txt +++ b/framework/mail/CMakeLists.txt | |||
@@ -17,7 +17,7 @@ add_library(mailplugin SHARED ${mailplugin_SRCS}) | |||
17 | 17 | ||
18 | qt5_use_modules(mailplugin Core Quick Qml) | 18 | qt5_use_modules(mailplugin Core Quick Qml) |
19 | 19 | ||
20 | target_link_libraries(mailplugin actionplugin sinkcommon KF5::Otp) | 20 | target_link_libraries(mailplugin actionplugin sink KF5::Otp) |
21 | 21 | ||
22 | install(TARGETS mailplugin DESTINATION ${QML_INSTALL_DIR}/org/kde/kube/mail) | 22 | install(TARGETS mailplugin DESTINATION ${QML_INSTALL_DIR}/org/kde/kube/mail) |
23 | install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kde/kube/mail) | 23 | install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kde/kube/mail) |