diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-05 15:04:00 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-05 15:04:00 +0200 |
commit | 4b1798f0cdf87361869e7cf2b341acacd056c410 (patch) | |
tree | 3ff780641acdcb20b81f9b41533afd50a2525d38 /accounts/kolabnow | |
parent | 71721aa4f3e85bea1a2fe504e86d99f80a3106a9 (diff) | |
download | kube-4b1798f0cdf87361869e7cf2b341acacd056c410.tar.gz kube-4b1798f0cdf87361869e7cf2b341acacd056c410.zip |
Moved cpp code into src directory
Diffstat (limited to 'accounts/kolabnow')
-rw-r--r-- | accounts/kolabnow/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/accounts/kolabnow/CMakeLists.txt b/accounts/kolabnow/CMakeLists.txt index 6dd264ce..0ba7491b 100644 --- a/accounts/kolabnow/CMakeLists.txt +++ b/accounts/kolabnow/CMakeLists.txt | |||
@@ -27,8 +27,6 @@ find_package(KAsync CONFIG REQUIRED) | |||
27 | find_package(KF5 REQUIRED COMPONENTS Package Mime) | 27 | find_package(KF5 REQUIRED COMPONENTS Package Mime) |
28 | 28 | ||
29 | include_directories(SYSTEM ${KDE_INSTALL_FULL_INCLUDEDIR}/KF5/) | 29 | include_directories(SYSTEM ${KDE_INSTALL_FULL_INCLUDEDIR}/KF5/) |
30 | #FIXME | ||
31 | include_directories(../../framework/) | ||
32 | 30 | ||
33 | set(SRCS | 31 | set(SRCS |
34 | kolabnowsettings.cpp | 32 | kolabnowsettings.cpp |