From 9efd56c64fe848b4557dccbdac244571d97bfc77 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 23 Aug 2017 20:49:37 -0600 Subject: A single test for all accountsettings. Only the imaptest was working anyways and all of them tested the same things. --- accounts/kolabnow/CMakeLists.txt | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'accounts/kolabnow') 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 @@ project(kube-accounts-kolabnow) -find_package(Qt5 REQUIRED NO_MODULE COMPONENTS Core Quick Test Gui) - -find_package(Sink CONFIG REQUIRED) -find_package(KAsync CONFIG REQUIRED) -find_package(KF5 REQUIRED COMPONENTS Package Mime) - -include_directories(SYSTEM ${KDE_INSTALL_FULL_INCLUDEDIR}/KF5/) - set(SRCS kolabnowsettings.cpp kolabnowaccountplugin.cpp @@ -22,16 +14,6 @@ target_link_libraries(kolabnowaccountplugin Qt5::Qml ) -add_library(kolabnowaccount_static STATIC ${SRCS}) -target_link_libraries(kolabnowaccount_static - sink - frameworkplugin - Qt5::Core - Qt5::Quick - Qt5::Qml -) -# add_subdirectory(tests) - kpackage_install_package(package org.kube.accounts.kolabnow "genericqml") install(TARGETS kolabnowaccountplugin DESTINATION ${QML_INSTALL_DIR}/org/kube/accounts/kolabnow) -- cgit v1.2.3