From 42d34555397dd62399233fac1fbfa216c255ef68 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 21 Jan 2016 11:46:46 +0100 Subject: Akonadi2 -> Sink --- framework/mail/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'framework/mail/CMakeLists.txt') diff --git a/framework/mail/CMakeLists.txt b/framework/mail/CMakeLists.txt index 9a32cc83..0a0e0ac6 100644 --- a/framework/mail/CMakeLists.txt +++ b/framework/mail/CMakeLists.txt @@ -5,7 +5,7 @@ set(mailplugin_SRCS singlemailcontroller.cpp folderlistmodel.cpp folderlistcontroller.cpp - actions/akonadiactions.cpp + actions/sinkactions.cpp objecttreesource.cpp stringhtmlwriter.cpp ) @@ -14,7 +14,7 @@ add_library(mailplugin SHARED ${mailplugin_SRCS}) qt5_use_modules(mailplugin Core Quick Qml) -target_link_libraries(mailplugin actionplugin KF5::akonadi2common KF5::Otp actionplugin) +target_link_libraries(mailplugin actionplugin Sink KF5::Otp) 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