summaryrefslogtreecommitdiffstats
path: root/framework/src/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/CMakeLists.txt')
-rw-r--r--framework/src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/src/CMakeLists.txt b/framework/src/CMakeLists.txt
index 69b7a151..64cec905 100644
--- a/framework/src/CMakeLists.txt
+++ b/framework/src/CMakeLists.txt
@@ -9,7 +9,7 @@ find_package(KF5Package CONFIG REQUIRED)
9 9
10add_definitions("-Wall -std=c++0x -g") 10add_definitions("-Wall -std=c++0x -g")
11 11
12include_directories(. domain/mime/mimetreeparser) 12include_directories(. domain/mime/mimetreeparser domain/ domain/mime)
13 13
14set(SRCS 14set(SRCS
15 frameworkplugin.cpp 15 frameworkplugin.cpp