summaryrefslogtreecommitdiffstats
path: root/framework/mail/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-02-24 13:18:57 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-02-24 13:18:57 +0100
commit24eec910e0098151f5c36f88c4337b4ebbca2c0b (patch)
treebcd3a8891a90420019eb2d6e651830396a75a832 /framework/mail/CMakeLists.txt
parente569a96e2c68954e9eacbe84ecc7963e462d1f0f (diff)
downloadkube-24eec910e0098151f5c36f88c4337b4ebbca2c0b.tar.gz
kube-24eec910e0098151f5c36f88c4337b4ebbca2c0b.zip
Send mail from the composer
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 94d15f4c..7215427b 100644
--- a/framework/mail/CMakeLists.txt
+++ b/framework/mail/CMakeLists.txt
@@ -24,7 +24,7 @@ add_library(mailplugin SHARED ${mailplugin_SRCS})
24 24
25qt5_use_modules(mailplugin Core Quick Qml) 25qt5_use_modules(mailplugin Core Quick Qml)
26 26
27target_link_libraries(mailplugin actionplugin sink KF5::Otp ${CURL_LIBRARIES}) 27target_link_libraries(mailplugin actionplugin sink KF5::Otp KF5::Codecs ${CURL_LIBRARIES})
28 28
29install(TARGETS mailplugin DESTINATION ${QML_INSTALL_DIR}/org/kde/kube/mail) 29install(TARGETS mailplugin DESTINATION ${QML_INSTALL_DIR}/org/kde/kube/mail)
30install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kde/kube/mail) 30install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kde/kube/mail)