diff options
Diffstat (limited to 'accounts/maildir/CMakeLists.txt')
-rw-r--r-- | accounts/maildir/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
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) | |||
25 | find_package(KF5 REQUIRED COMPONENTS Package) | 25 | find_package(KF5 REQUIRED COMPONENTS Package) |
26 | 26 | ||
27 | include_directories(SYSTEM ${KDE_INSTALL_FULL_INCLUDEDIR}/KF5/) | 27 | include_directories(SYSTEM ${KDE_INSTALL_FULL_INCLUDEDIR}/KF5/) |
28 | #FIXME | ||
29 | include_directories(../../framework/) | ||
28 | 30 | ||
29 | set(SRCS | 31 | set(SRCS |
30 | maildirsettings.cpp | 32 | maildirsettings.cpp |
@@ -33,7 +35,7 @@ set(SRCS | |||
33 | 35 | ||
34 | add_library(maildiraccountplugin SHARED ${SRCS}) | 36 | add_library(maildiraccountplugin SHARED ${SRCS}) |
35 | qt5_use_modules(maildiraccountplugin Core Quick Qml) | 37 | qt5_use_modules(maildiraccountplugin Core Quick Qml) |
36 | target_link_libraries(maildiraccountplugin sink) | 38 | target_link_libraries(maildiraccountplugin sink settingsplugin) |
37 | 39 | ||
38 | kpackage_install_package(package org.kube.accounts.maildir "genericqml") | 40 | kpackage_install_package(package org.kube.accounts.maildir "genericqml") |
39 | 41 | ||