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/kolabnow | |
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/kolabnow')
-rw-r--r-- | accounts/kolabnow/CMakeLists.txt | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/accounts/kolabnow/CMakeLists.txt b/accounts/kolabnow/CMakeLists.txt index 8b84d9da..fd168537 100644 --- a/accounts/kolabnow/CMakeLists.txt +++ b/accounts/kolabnow/CMakeLists.txt | |||
@@ -1,13 +1,5 @@ | |||
1 | project(kube-accounts-kolabnow) | 1 | project(kube-accounts-kolabnow) |
2 | 2 | ||
3 | find_package(Qt5 REQUIRED NO_MODULE COMPONENTS Core Quick Test Gui) | ||
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 | |||
11 | set(SRCS | 3 | set(SRCS |
12 | kolabnowsettings.cpp | 4 | kolabnowsettings.cpp |
13 | kolabnowaccountplugin.cpp | 5 | kolabnowaccountplugin.cpp |
@@ -22,16 +14,6 @@ target_link_libraries(kolabnowaccountplugin | |||
22 | Qt5::Qml | 14 | Qt5::Qml |
23 | ) | 15 | ) |
24 | 16 | ||
25 | add_library(kolabnowaccount_static STATIC ${SRCS}) | ||
26 | target_link_libraries(kolabnowaccount_static | ||
27 | sink | ||
28 | frameworkplugin | ||
29 | Qt5::Core | ||
30 | Qt5::Quick | ||
31 | Qt5::Qml | ||
32 | ) | ||
33 | # add_subdirectory(tests) | ||
34 | |||
35 | kpackage_install_package(package org.kube.accounts.kolabnow "genericqml") | 17 | kpackage_install_package(package org.kube.accounts.kolabnow "genericqml") |
36 | 18 | ||
37 | install(TARGETS kolabnowaccountplugin DESTINATION ${QML_INSTALL_DIR}/org/kube/accounts/kolabnow) | 19 | install(TARGETS kolabnowaccountplugin DESTINATION ${QML_INSTALL_DIR}/org/kube/accounts/kolabnow) |