diff options
author | Dirk Mueller <mueller@kde.org> | 2006-09-11 23:00:49 +0000 |
---|---|---|
committer | Dirk Mueller <mueller@kde.org> | 2006-09-11 23:00:49 +0000 |
commit | f6f586b110ded9e3e331a901979a9e4ab4f0ae93 (patch) | |
tree | 58a7b52a05b0db71af347c10df74f3b1fd112d03 /modules | |
parent | 7def509e808de513e1a66c57489ebb642eee8dcc (diff) | |
download | extra-cmake-modules-f6f586b110ded9e3e331a901979a9e4ab4f0ae93.tar.gz extra-cmake-modules-f6f586b110ded9e3e331a901979a9e4ab4f0ae93.tar.bz2 |
remove QT3_SUPPORT defines, so that modules without
the need for QT3 support remain clean
svn path=/trunk/KDE/kdelibs/; revision=583292
Diffstat (limited to 'modules')
-rw-r--r-- | modules/FindKDE4Internal.cmake | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index cc0d9368..5972295c 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -735,8 +735,7 @@ endif (NOT KDE4Internal_FIND_QUIETLY) #add the found Qt and KDE include directories to the current include path 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 ) +set(KDE4_DEFINITIONS ${_KDE4_PLATFORM_DEFINITIONS} -DQT_NO_STL -DQT_NO_CAST_TO_ASCII -D_REENTRANT -DKDE_DEPRECATED_WARNINGS ) set( KDELIBSUFF ${LIB_SUFFIX} ) |