diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-06-19 12:27:38 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-06-19 12:27:38 +0200 |
commit | b289dd9bf618a2512cbf15b2a6fc4ae77e4792c8 (patch) | |
tree | f303b59e64026e841308d654c60aa8d1475e07ff /CMakeLists.txt | |
parent | 207effdd7112141ad4fc5cdd46f332870a0c065c (diff) | |
download | sink-b289dd9bf618a2512cbf15b2a6fc4ae77e4792c8.tar.gz sink-b289dd9bf618a2512cbf15b2a6fc4ae77e4792c8.zip |
Moved mailpreprocessors to a shared location
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
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) | |||
20 | include(KDEInstallDirs) | 20 | include(KDEInstallDirs) |
21 | 21 | ||
22 | find_package(Qt5 COMPONENTS REQUIRED Core Widgets Network) | 22 | find_package(Qt5 COMPONENTS REQUIRED Core Widgets Network) |
23 | find_package(KF5 COMPONENTS REQUIRED Async) | 23 | find_package(KF5 COMPONENTS REQUIRED Async Mime) |
24 | find_package(FlatBuffers REQUIRED) | 24 | find_package(FlatBuffers REQUIRED) |
25 | 25 | ||
26 | #Clang-format support | 26 | #Clang-format support |