summaryrefslogtreecommitdiffstats
path: root/framework/mail/CMakeLists.txt
diff options
context:
space:
mode:
authorSandro Knauß <sknauss@kde.org>2016-01-12 16:55:57 +0100
committerSandro Knauß <sknauss@kde.org>2016-01-12 16:55:57 +0100
commit06201e4d405cef119207b528f76f8f993c09e527 (patch)
treea8d5f9db850d8c977060b1f76e761c50eda7c047 /framework/mail/CMakeLists.txt
parente9b4b2d564c46e1b75c46376e7d4f7fdac757e5e (diff)
downloadkube-06201e4d405cef119207b528f76f8f993c09e527.tar.gz
kube-06201e4d405cef119207b528f76f8f993c09e527.zip
render mail to html
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 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
14qt5_use_modules(mailplugin Core Quick Qml) 14qt5_use_modules(mailplugin Core Quick Qml)
15 15
16target_link_libraries(mailplugin KF5::akonadi2common) 16target_link_libraries(mailplugin KF5::akonadi2common KF5::Otp)
17 17
18install(TARGETS mailplugin DESTINATION ${QML_INSTALL_DIR}/org/kde/kube/mail) 18install(TARGETS mailplugin DESTINATION ${QML_INSTALL_DIR}/org/kde/kube/mail)
19install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kde/kube/mail) 19install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kde/kube/mail)