diff options
author | Sandro Knauß <sknauss@kde.org> | 2016-01-12 16:54:19 +0100 |
---|---|---|
committer | Sandro Knauß <sknauss@kde.org> | 2016-01-12 16:54:19 +0100 |
commit | e9b4b2d564c46e1b75c46376e7d4f7fdac757e5e (patch) | |
tree | c034fb51443112c6324e60800f4c8718fb5e8002 /framework/CMakeLists.txt | |
parent | 021dde561b5ce86820013c681ff554b07590b052 (diff) | |
download | kube-e9b4b2d564c46e1b75c46376e7d4f7fdac757e5e.tar.gz kube-e9b4b2d564c46e1b75c46376e7d4f7fdac757e5e.zip |
Replace links to akonadi2common with propper cmake package
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) |