summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
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 ba2c411..54ab9ea 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -39,7 +39,7 @@ ecm_setup_version(PROJECT
39 ) 39 )
40 40
41find_package(Qt5 COMPONENTS REQUIRED Core Concurrent Network Gui Test) 41find_package(Qt5 COMPONENTS REQUIRED Core Concurrent Network Gui Test)
42find_package(KF5 COMPONENTS REQUIRED Mime Contacts) 42find_package(KF5 COMPONENTS REQUIRED Mime Contacts CalendarCore)
43find_package(FlatBuffers REQUIRED 1.4.0) 43find_package(FlatBuffers REQUIRED 1.4.0)
44find_package(KAsync REQUIRED 0.1.2) 44find_package(KAsync REQUIRED 0.1.2)
45find_package(LMDB REQUIRED 0.9) 45find_package(LMDB REQUIRED 0.9)