From 3b455f3b2e557fa4f1ca69c042309612acf7fe59 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Fri, 16 Oct 2015 17:11:22 +0200 Subject: initial mailplugin with maillistcontroller, model and view --- framework/mail/CMakeLists.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 framework/mail/CMakeLists.txt (limited to 'framework/mail/CMakeLists.txt') diff --git a/framework/mail/CMakeLists.txt b/framework/mail/CMakeLists.txt new file mode 100644 index 00000000..100b9d9e --- /dev/null +++ b/framework/mail/CMakeLists.txt @@ -0,0 +1,12 @@ +set(mailplugin_SRCS + mailplugin.cpp + maillistcontroller.cpp + maillistmodel.cpp +) + +add_library(mailplugin SHARED ${mailplugin_SRCS}) + +qt5_use_modules(mailplugin Core Quick Qml) + +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