diff options
author | Alexander Neundorf <neundorf@kde.org> | 2006-03-26 14:29:35 +0000 |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2006-03-26 14:29:35 +0000 |
commit | 93865589e6a0c86a722c55a87ef7103362b10b2d (patch) | |
tree | d38a3f6e363da4beb7fef7d622caedadab15b0bc | |
parent | 341219afc6524c41755b981c45e593a30dc9da5a (diff) | |
download | extra-cmake-modules-93865589e6a0c86a722c55a87ef7103362b10b2d.tar.gz extra-cmake-modules-93865589e6a0c86a722c55a87ef7103362b10b2d.tar.bz2 |
-rename KDE4_INCLUDE_DIRS to KDE4_INCLUDES (but still keep it in the snapshot for compat)
Bye
Alex
CCMAIL: montel@kde.org
CCMAIL: faure@kde.org
CCMAIL: kde-buildsystem@kde.org
svn path=/trunk/KDE/kdelibs/; revision=522713
-rw-r--r-- | modules/FindKDE4Internal.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index 720361a1..f184ae6e 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -6,7 +6,7 @@ # # KDE4_DEFINITIONS - compiler definitions required for compiling KDE software # KDE4_INCLUDE_DIR - the KDE 4 include directory -# KDE4_INCLUDE_DIRS - all include directories required for KDE, i.e. +# KDE4_INCLUDES - all include directories required for KDE, i.e. # KDE4_INCLUDE_DIR, but also the Qt4 include directories # and other platform specific include directories # KDE4_LIB_DIR - the directory where the KDE libraries are installed, @@ -664,7 +664,7 @@ if (NOT KDE4Internal_FIND_QUIETLY) endif (NOT KDE4Internal_FIND_QUIETLY) #add the found Qt and KDE include directories to the current include path -set(KDE4_INCLUDE_DIRS ${QT_INCLUDES} ${KDE4_INCLUDE_DIR} ${_KDE4_PLATFORM_INCLUDE_DIRS} ) +set(KDE4_INCLUDES ${QT_INCLUDES} ${KDE4_INCLUDE_DIR} ${_KDE4_PLATFORM_INCLUDE_DIRS} ) # NOT used in Qt4: QT_NO_COMPAT, QT_CLEAN_NAMESPACE, QT_THREAD_SUPPORT set(KDE4_DEFINITIONS ${_KDE4_PLATFORM_DEFINITIONS} -DQT3_SUPPORT -DQT_NO_STL -DQT_NO_CAST_TO_ASCII -D_REENTRANT -DQT3_SUPPORT_WARNINGS -DKDE_DEPRECATED_WARNINGS ) |