summaryrefslogtreecommitdiffstats
path: root/accounts/maildir
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/maildir')
-rw-r--r--accounts/maildir/CMakeLists.txt19
-rw-r--r--accounts/maildir/tests/CMakeLists.txt1
2 files changed, 0 insertions, 20 deletions
diff --git a/accounts/maildir/CMakeLists.txt b/accounts/maildir/CMakeLists.txt
index b321f0ad..1b017328 100644
--- a/accounts/maildir/CMakeLists.txt
+++ b/accounts/maildir/CMakeLists.txt
@@ -1,24 +1,5 @@
1project(kube-accounts-maildir) 1project(kube-accounts-maildir)
2 2
3cmake_minimum_required(VERSION 2.8.12)
4
5cmake_policy(SET CMP0063 NEW)
6
7include(CPack)
8include(FeatureSummary)
9find_package(PkgConfig)
10
11################# set KDE specific information #################
12
13find_package(ECM 0.0.8 REQUIRED NO_MODULE)
14
15# where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked
16set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
17
18include(KDEInstallDirs)
19include(KDECMakeSettings)
20include(KDECompilerSettings)
21
22find_package(Qt5 REQUIRED NO_MODULE COMPONENTS Core Concurrent Quick Test Gui) 3find_package(Qt5 REQUIRED NO_MODULE COMPONENTS Core Concurrent Quick Test Gui)
23 4
24find_package(Sink CONFIG REQUIRED) 5find_package(Sink CONFIG REQUIRED)
diff --git a/accounts/maildir/tests/CMakeLists.txt b/accounts/maildir/tests/CMakeLists.txt
index 2452e526..3083ccc0 100644
--- a/accounts/maildir/tests/CMakeLists.txt
+++ b/accounts/maildir/tests/CMakeLists.txt
@@ -1,5 +1,4 @@
1include_directories(../) 1include_directories(../)
2cmake_policy(SET CMP0063 NEW)
3add_executable(settingstest settingstest.cpp) 2add_executable(settingstest settingstest.cpp)
4add_test(settingstest settingstest) 3add_test(settingstest settingstest)
5target_link_libraries(settingstest 4target_link_libraries(settingstest