summaryrefslogtreecommitdiffstats
path: root/framework/mail/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-02-10 08:17:20 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-02-10 08:17:20 +0100
commitf1b0405d50f9e83f84c5f3aabb29ce3524220b61 (patch)
tree2bc79f8d205e6d8c914c04c1e0cc229b7bd2cfb2 /framework/mail/CMakeLists.txt
parent6414ac623ae0db8ba406a92b07c99f3eede99d1f (diff)
downloadkube-f1b0405d50f9e83f84c5f3aabb29ce3524220b61.tar.gz
kube-f1b0405d50f9e83f84c5f3aabb29ce3524220b61.zip
Adapt to changes.
Diffstat (limited to 'framework/mail/CMakeLists.txt')
-rw-r--r--framework/mail/CMakeLists.txt2
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
18qt5_use_modules(mailplugin Core Quick Qml) 18qt5_use_modules(mailplugin Core Quick Qml)
19 19
20target_link_libraries(mailplugin actionplugin sinkcommon KF5::Otp) 20target_link_libraries(mailplugin actionplugin sink KF5::Otp)
21 21
22install(TARGETS mailplugin DESTINATION ${QML_INSTALL_DIR}/org/kde/kube/mail) 22install(TARGETS mailplugin DESTINATION ${QML_INSTALL_DIR}/org/kde/kube/mail)
23install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kde/kube/mail) 23install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kde/kube/mail)