From e9b4b2d564c46e1b75c46376e7d4f7fdac757e5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20Knau=C3=9F?= Date: Tue, 12 Jan 2016 16:54:19 +0100 Subject: Replace links to akonadi2common with propper cmake package --- framework/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'framework/CMakeLists.txt') 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) find_package(Qt5 COMPONENTS REQUIRED Core Qml) +find_package(Akonadi2Common CONFIG REQUIRED) +find_package(KF5Async) + set(CMAKE_AUTOMOC ON) add_definitions("-Wall -std=c++0x -g") include_directories(SYSTEM ${CMAKE_SOURCE_DIR}/common) -- cgit v1.2.3