diff options
Diffstat (limited to 'framework/CMakeLists.txt')
-rw-r--r-- | framework/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/framework/CMakeLists.txt b/framework/CMakeLists.txt index 3a441f99..c91ee0d1 100644 --- a/framework/CMakeLists.txt +++ b/framework/CMakeLists.txt | |||
@@ -16,6 +16,9 @@ include(KDEInstallDirs) | |||
16 | 16 | ||
17 | find_package(Qt5 COMPONENTS REQUIRED Core Qml) | 17 | find_package(Qt5 COMPONENTS REQUIRED Core Qml) |
18 | 18 | ||
19 | find_package(Akonadi2Common CONFIG REQUIRED) | ||
20 | find_package(KF5Async) | ||
21 | |||
19 | set(CMAKE_AUTOMOC ON) | 22 | set(CMAKE_AUTOMOC ON) |
20 | add_definitions("-Wall -std=c++0x -g") | 23 | add_definitions("-Wall -std=c++0x -g") |
21 | include_directories(SYSTEM ${CMAKE_SOURCE_DIR}/common) | 24 | include_directories(SYSTEM ${CMAKE_SOURCE_DIR}/common) |