aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2006-05-12 00:08:30 +0000
committerAleix Pol <aleixpol@kde.org>2014-04-26 14:11:14 +0200
commitebde69c71c2c51600126991863a23aba4d78b46d (patch)
tree6f5fad94fa63ab841e069bb12f72b14e82dfc371 /src
parentf33ff189c5ed126bd479f317d53bfeadf673fa27 (diff)
downloadkconfig-ebde69c71c2c51600126991863a23aba4d78b46d.tar.gz
kconfig-ebde69c71c2c51600126991863a23aba4d78b46d.tar.bz2
-add FONTCONFIG_INCLUDE_DIR where required -cleanup the toplevel CMakeLists.txt a bit -remove include_directories( CMAKE_CURRENT_SOURCE_DIR CMAKE_CURRENT_BINARY_DIR) in the subdirs, since this is done now automatically by cmake (the CMAKE_INCLUDE_CURRENT_DIR option -include_directories(KDE4_INCLUDES) in the toplevel CMakeLists.txt, so it doesn't have to be done in every subdir
Alex svn path=/trunk/KDE/kdebase/workspace/kcontrol/krdb/; revision=539914
Diffstat (limited to 'src')
-rw-r--r--src/kreadconfig/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kreadconfig/CMakeLists.txt b/src/kreadconfig/CMakeLists.txt
index df349ed6..9de9aa05 100644
--- a/src/kreadconfig/CMakeLists.txt
+++ b/src/kreadconfig/CMakeLists.txt
@@ -1,7 +1,7 @@
kde4_header()
project(kreadconfig)
-include_directories( ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} ${KDE4_INCLUDES} )
+
########### next target ###############