diff options
author | Harald Fernengel <harry@kdevelop.org> | 2009-07-09 17:23:37 +0000 |
---|---|---|
committer | Harald Fernengel <harry@kdevelop.org> | 2009-07-09 17:23:37 +0000 |
commit | 0c35434924122153d0fe34c7b3d054cf56b2e33a (patch) | |
tree | e9f0df1608ee890f44511f3fd2b06b9b401aa5d7 | |
parent | 830d26307d0e3fc93c25cea04a9bac0b2dded13a (diff) | |
download | extra-cmake-modules-0c35434924122153d0fe34c7b3d054cf56b2e33a.tar.gz extra-cmake-modules-0c35434924122153d0fe34c7b3d054cf56b2e33a.tar.bz2 |
whoops - revert last change, this should not have gone in
svn path=/trunk/KDE/kdelibs/; revision=993915
-rw-r--r-- | modules/FindQt4.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindQt4.cmake b/modules/FindQt4.cmake index 56ba8f21..52359172 100644 --- a/modules/FindQt4.cmake +++ b/modules/FindQt4.cmake @@ -307,7 +307,7 @@ INCLUDE(MacroPushRequiredVars) SET(QT_USE_FILE ${CMAKE_ROOT}/Modules/UseQt4.cmake) -SET( QT_DEFINITIONS -DQT_USE_FAST_OPERATOR_PLUS -DQT_USE_FAST_CONCATENATION) +SET( QT_DEFINITIONS "") IF (WIN32) SET(QT_DEFINITIONS -DQT_DLL) |