aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDavid Johnson <david@usermode.org>2008-02-02 21:18:21 +0000
committerDavid Johnson <david@usermode.org>2008-02-02 21:18:21 +0000
commit4c1a6b4bc17df1c31a7aa6b5d37ff336342ba9e0 (patch)
tree7bd51870151b2fca9d66b53fb08a6246248ba5ec /modules
parentce1f614b47054bd06df4d14521ee62f28d186552 (diff)
downloadextra-cmake-modules-4c1a6b4bc17df1c31a7aa6b5d37ff336342ba9e0.tar.gz
extra-cmake-modules-4c1a6b4bc17df1c31a7aa6b5d37ff336342ba9e0.tar.bz2
Place Qt includes before platform/X11 includes
svn path=/branches/KDE/4.0/kdelibs/; revision=770128
Diffstat (limited to 'modules')
-rw-r--r--modules/FindKDE4Internal.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake
index fa62e7bd..03b0e307 100644
--- a/modules/FindKDE4Internal.cmake
+++ b/modules/FindKDE4Internal.cmake
@@ -1030,7 +1030,7 @@ endif (NOT KDE4Internal_FIND_QUIETLY)
#add the found Qt and KDE include directories to the current include path
#the ${KDE4_INCLUDE_DIR}/KDE directory is for forwarding includes, eg. #include <KMainWindow>
-set(KDE4_INCLUDES ${KDE4_INCLUDE_DIR} ${KDE4_INCLUDE_DIR}/KDE ${_KDE4_PLATFORM_INCLUDE_DIRS} ${QT_INCLUDES} )
+set(KDE4_INCLUDES ${KDE4_INCLUDE_DIR} ${KDE4_INCLUDE_DIR}/KDE ${QT_INCLUDES} ${_KDE4_PLATFORM_INCLUDE_DIRS} )
set(KDE4_DEFINITIONS ${_KDE4_PLATFORM_DEFINITIONS} -DQT_NO_STL -DQT_NO_CAST_TO_ASCII -D_REENTRANT -DKDE_DEPRECATED_WARNINGS )