diff options
-rw-r--r-- | framework/src/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/framework/src/CMakeLists.txt b/framework/src/CMakeLists.txt index 371be4a6..f7902aa7 100644 --- a/framework/src/CMakeLists.txt +++ b/framework/src/CMakeLists.txt | |||
@@ -11,10 +11,6 @@ find_package(KF5Package CONFIG REQUIRED) | |||
11 | add_definitions("-Wall -std=c++0x -g") | 11 | add_definitions("-Wall -std=c++0x -g") |
12 | 12 | ||
13 | include_directories(.) | 13 | include_directories(.) |
14 | #include_directories(SYSTEM ${KDE_INSTALL_FULL_INCLUDEDIR}/KF5/) | ||
15 | #include_directories(SYSTEM ${KDE_INSTALL_FULL_INCLUDEDIR}/KF5/KMime) | ||
16 | |||
17 | enable_testing() | ||
18 | 14 | ||
19 | set(SRCS | 15 | set(SRCS |
20 | frameworkplugin.cpp | 16 | frameworkplugin.cpp |