From 24eec910e0098151f5c36f88c4337b4ebbca2c0b Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 24 Feb 2016 13:18:57 +0100 Subject: Send mail from the composer --- framework/mail/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/mail/CMakeLists.txt') 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}) qt5_use_modules(mailplugin Core Quick Qml) -target_link_libraries(mailplugin actionplugin sink KF5::Otp ${CURL_LIBRARIES}) +target_link_libraries(mailplugin actionplugin sink KF5::Otp KF5::Codecs ${CURL_LIBRARIES}) install(TARGETS mailplugin DESTINATION ${QML_INSTALL_DIR}/org/kde/kube/mail) install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kde/kube/mail) -- cgit v1.2.3