diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-06 12:18:02 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-06 12:18:02 +0100 |
commit | 42d3a9e04e72c77004abecc01a816ea1981e2fc5 (patch) | |
tree | 5f3ae3ae867a78fc35d7cd8fc6fb8b3acdc406df /framework/CMakeLists.txt | |
parent | 021dde561b5ce86820013c681ff554b07590b052 (diff) | |
download | kube-42d3a9e04e72c77004abecc01a816ea1981e2fc5.tar.gz kube-42d3a9e04e72c77004abecc01a816ea1981e2fc5.zip |
Implemented some akonadi actions
Diffstat (limited to 'framework/CMakeLists.txt')
-rw-r--r-- | framework/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/CMakeLists.txt b/framework/CMakeLists.txt index 3a441f99..d59061d2 100644 --- a/framework/CMakeLists.txt +++ b/framework/CMakeLists.txt | |||
@@ -18,6 +18,7 @@ find_package(Qt5 COMPONENTS REQUIRED Core Qml) | |||
18 | 18 | ||
19 | set(CMAKE_AUTOMOC ON) | 19 | set(CMAKE_AUTOMOC ON) |
20 | add_definitions("-Wall -std=c++0x -g") | 20 | add_definitions("-Wall -std=c++0x -g") |
21 | include_directories(.) | ||
21 | include_directories(SYSTEM ${CMAKE_SOURCE_DIR}/common) | 22 | include_directories(SYSTEM ${CMAKE_SOURCE_DIR}/common) |
22 | include_directories(SYSTEM /work/install/include/) | 23 | include_directories(SYSTEM /work/install/include/) |
23 | include_directories(SYSTEM /work/install/include/KF5/) | 24 | include_directories(SYSTEM /work/install/include/KF5/) |