From 68a41da9b16091a577a94cec7eccd4c892905391 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 11 Mar 2016 20:57:54 +0100 Subject: Extended maildir settings to create and register the sink resource --- accounts/maildir/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'accounts/maildir/CMakeLists.txt') diff --git a/accounts/maildir/CMakeLists.txt b/accounts/maildir/CMakeLists.txt index cd25f09d..eafd430f 100644 --- a/accounts/maildir/CMakeLists.txt +++ b/accounts/maildir/CMakeLists.txt @@ -25,6 +25,8 @@ find_package(KF5Async CONFIG REQUIRED) find_package(KF5 REQUIRED COMPONENTS Package) include_directories(SYSTEM ${KDE_INSTALL_FULL_INCLUDEDIR}/KF5/) +#FIXME +include_directories(../../framework/) set(SRCS maildirsettings.cpp @@ -33,7 +35,7 @@ set(SRCS add_library(maildiraccountplugin SHARED ${SRCS}) qt5_use_modules(maildiraccountplugin Core Quick Qml) -target_link_libraries(maildiraccountplugin sink) +target_link_libraries(maildiraccountplugin sink settingsplugin) kpackage_install_package(package org.kube.accounts.maildir "genericqml") -- cgit v1.2.3