From 5b1025d49af793381ad3ea921e9b03d3326ac979 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Sun, 6 Dec 2015 21:01:20 +0100 Subject: add SingleMailController including example --- framework/mail/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'framework/mail/CMakeLists.txt') diff --git a/framework/mail/CMakeLists.txt b/framework/mail/CMakeLists.txt index 0327d457..c57ac1fe 100644 --- a/framework/mail/CMakeLists.txt +++ b/framework/mail/CMakeLists.txt @@ -2,12 +2,15 @@ set(mailplugin_SRCS mailplugin.cpp maillistcontroller.cpp maillistmodel.cpp + singlemailcontroller.cpp ) add_library(mailplugin SHARED ${mailplugin_SRCS}) qt5_use_modules(mailplugin Core Quick Qml) + target_link_libraries(mailplugin /work/install/lib64/libakonadi2common.so) +#target_link_libraries(mailplugin /home/mike/projects/_install/lib/x86_64-linux-gnu/libakonadi2common.so) install(TARGETS mailplugin DESTINATION ${QML_INSTALL_DIR}/org/kde/akonadi2/mail) install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kde/akonadi2/mail) \ No newline at end of file -- cgit v1.2.3