summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-06-19 12:27:38 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-06-19 12:27:38 +0200
commitb289dd9bf618a2512cbf15b2a6fc4ae77e4792c8 (patch)
treef303b59e64026e841308d654c60aa8d1475e07ff /CMakeLists.txt
parent207effdd7112141ad4fc5cdd46f332870a0c065c (diff)
downloadsink-b289dd9bf618a2512cbf15b2a6fc4ae77e4792c8.tar.gz
sink-b289dd9bf618a2512cbf15b2a6fc4ae77e4792c8.zip
Moved mailpreprocessors to a shared location
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c53075d..1eb16a1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -20,7 +20,7 @@ include(ECMSetupVersion)
20include(KDEInstallDirs) 20include(KDEInstallDirs)
21 21
22find_package(Qt5 COMPONENTS REQUIRED Core Widgets Network) 22find_package(Qt5 COMPONENTS REQUIRED Core Widgets Network)
23find_package(KF5 COMPONENTS REQUIRED Async) 23find_package(KF5 COMPONENTS REQUIRED Async Mime)
24find_package(FlatBuffers REQUIRED) 24find_package(FlatBuffers REQUIRED)
25 25
26#Clang-format support 26#Clang-format support