diff options
author | Alexander Neundorf <neundorf@kde.org> | 2006-04-05 19:55:16 +0000 |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2006-04-05 19:55:16 +0000 |
commit | 82635764bbf799b2bc99178761bd39d420726746 (patch) | |
tree | 671de5f161be6efef3f3ac8c4f4d1557177f829b /modules/FindKDE4Internal.cmake | |
parent | 43f8e522a6b47e3c4415244aa7d4dc343b0f46c2 (diff) | |
download | extra-cmake-modules-82635764bbf799b2bc99178761bd39d420726746.tar.gz extra-cmake-modules-82635764bbf799b2bc99178761bd39d420726746.tar.bz2 |
-add a KDE4Defaults.cmake to set default values and use this one in kdelibs/CMakeLists.txt
Alex
svn path=/trunk/KDE/kdelibs/; revision=526864
Diffstat (limited to 'modules/FindKDE4Internal.cmake')
-rw-r--r-- | modules/FindKDE4Internal.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index 83e53d9c..372e4ee2 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -678,5 +678,3 @@ set(KDE4_INCLUDES ${QT_INCLUDES} ${KDE4_INCLUDE_DIR} ${_KDE4_PLATFORM_INCLUDE_DI # 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 ) -# always add CMAKE_CCURRENT_SOURCE_DIR and CMAKE_CURRENT_BINARY_DIR to the include path to save some typing, Alex -set(CMAKE_INCLUDE_CURRENT_DIR TRUE) |