summaryrefslogtreecommitdiffstats
path: root/framework/mail
diff options
context:
space:
mode:
Diffstat (limited to 'framework/mail')
-rw-r--r--framework/mail/CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/framework/mail/CMakeLists.txt b/framework/mail/CMakeLists.txt
index 38ba3935..a8a4b3e8 100644
--- a/framework/mail/CMakeLists.txt
+++ b/framework/mail/CMakeLists.txt
@@ -5,14 +5,15 @@ set(mailplugin_SRCS
5 singlemailcontroller.cpp 5 singlemailcontroller.cpp
6 folderlistmodel.cpp 6 folderlistmodel.cpp
7 folderlistcontroller.cpp 7 folderlistcontroller.cpp
8 filehtmlwriter.cpp
9 objecttreesource.cpp
8) 10)
9 11
10add_library(mailplugin SHARED ${mailplugin_SRCS}) 12add_library(mailplugin SHARED ${mailplugin_SRCS})
11 13
12qt5_use_modules(mailplugin Core Quick Qml) 14qt5_use_modules(mailplugin Core Quick Qml)
13 15
14target_link_libraries(mailplugin /work/install/lib64/libakonadi2common.so) 16target_link_libraries(mailplugin KF5::akonadi2common)
15#target_link_libraries(mailplugin /home/mike/projects/_install/lib/x86_64-linux-gnu/libakonadi2common.so)
16 17
17install(TARGETS mailplugin DESTINATION ${QML_INSTALL_DIR}/org/kde/kube/mail) 18install(TARGETS mailplugin DESTINATION ${QML_INSTALL_DIR}/org/kde/kube/mail)
18install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kde/kube/mail) 19install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kde/kube/mail)