diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-08-23 20:49:37 -0600 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-08-23 20:52:33 -0600 |
commit | 9efd56c64fe848b4557dccbdac244571d97bfc77 (patch) | |
tree | 7ffd4b14ac21766155d7a3986b0a8b4351a45530 /accounts/CMakeLists.txt | |
parent | c06438012eb09563daeeb82cacf937efd724cb55 (diff) | |
download | kube-9efd56c64fe848b4557dccbdac244571d97bfc77.tar.gz kube-9efd56c64fe848b4557dccbdac244571d97bfc77.zip |
A single test for all accountsettings.
Only the imaptest was working anyways and all of them tested the same
things.
Diffstat (limited to 'accounts/CMakeLists.txt')
-rw-r--r-- | accounts/CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/accounts/CMakeLists.txt b/accounts/CMakeLists.txt index ca72f050..e14fda4e 100644 --- a/accounts/CMakeLists.txt +++ b/accounts/CMakeLists.txt | |||
@@ -1,5 +1,13 @@ | |||
1 | include_directories(../framework/src/) | 1 | include_directories(../framework/src/) |
2 | 2 | ||
3 | find_package(Qt5 REQUIRED NO_MODULE COMPONENTS Core Quick Qml) | ||
4 | |||
5 | find_package(Sink CONFIG REQUIRED) | ||
6 | find_package(KAsync CONFIG REQUIRED) | ||
7 | find_package(KF5 REQUIRED COMPONENTS Package Mime) | ||
8 | |||
9 | include_directories(SYSTEM ${KDE_INSTALL_FULL_INCLUDEDIR}/KF5/) | ||
10 | |||
3 | add_subdirectory(maildir) | 11 | add_subdirectory(maildir) |
4 | add_subdirectory(imap) | 12 | add_subdirectory(imap) |
5 | add_subdirectory(kolabnow) | 13 | add_subdirectory(kolabnow) |