summaryrefslogtreecommitdiffstats
path: root/framework/mail
diff options
context:
space:
mode:
authorSandro Knauß <sknauss@kde.org>2016-01-12 16:54:19 +0100
committerSandro Knauß <sknauss@kde.org>2016-01-12 16:54:19 +0100
commite9b4b2d564c46e1b75c46376e7d4f7fdac757e5e (patch)
treec034fb51443112c6324e60800f4c8718fb5e8002 /framework/mail
parent021dde561b5ce86820013c681ff554b07590b052 (diff)
downloadkube-e9b4b2d564c46e1b75c46376e7d4f7fdac757e5e.tar.gz
kube-e9b4b2d564c46e1b75c46376e7d4f7fdac757e5e.zip
Replace links to akonadi2common with propper cmake package
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)