diff options
author | Christian Ehrlicher <ch.ehrlicher@gmx.de> | 2006-03-17 14:28:05 +0000 |
---|---|---|
committer | Christian Ehrlicher <ch.ehrlicher@gmx.de> | 2006-03-17 14:28:05 +0000 |
commit | 733e6a461b8b610fe7a88e838087c2013f03123f (patch) | |
tree | 734cd8d5684749aef7c06ec1b219ab833fcca03e | |
parent | 0d23993a1839f3e2e603d9791a6d5d5b08586911 (diff) | |
download | extra-cmake-modules-733e6a461b8b610fe7a88e838087c2013f03123f.tar.gz extra-cmake-modules-733e6a461b8b610fe7a88e838087c2013f03123f.tar.bz2 |
add KDE_DEPREACTED_WARNINGS and disable deprecated warnings for kde3support until we know what to to with it
svn path=/trunk/KDE/kdelibs/; revision=519568
-rw-r--r-- | modules/FindKDE4Internal.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index 9bc628b1..47e1ee1a 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -525,4 +525,4 @@ endif (NOT KDE4Internal_FIND_QUIETLY) set(KDE4_INCLUDE_DIRS ${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 ) +set(KDE4_DEFINITIONS ${_KDE4_PLATFORM_DEFINITIONS} -DQT3_SUPPORT -DQT_NO_STL -DQT_NO_CAST_TO_ASCII -D_REENTRANT -DQT3_SUPPORT_WARNINGS -DKDE_DEPREACTED_WARNINGS ) |