diff options
Diffstat (limited to 'modules/FindQt4.cmake')
-rw-r--r-- | modules/FindQt4.cmake | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/FindQt4.cmake b/modules/FindQt4.cmake index 1f1a429c..0999931f 100644 --- a/modules/FindQt4.cmake +++ b/modules/FindQt4.cmake @@ -378,10 +378,6 @@ SET(QT_USE_FILE ${CMAKE_ROOT}/Modules/UseQt4.cmake) SET( QT_DEFINITIONS "") -IF (WIN32) - SET(QT_DEFINITIONS -DQT_DLL) -ENDIF(WIN32) - SET(QT4_INSTALLED_VERSION_TOO_OLD FALSE) # macro for asking qmake to process pro files @@ -786,11 +782,6 @@ IF (QT4_QMAKE_FOUND) SET(QT_EDITION_DESKTOPLIGHT 1) ENDIF("${QT_EDITION}" MATCHES "DesktopLight") -# Remove this when nobody comes and complains that it doesn't build for him on mac until 31.12.2009: -# IF (QT_USE_FRAMEWORKS) -# SET(QT_DEFINITIONS ${QT_DEFINITIONS} -F${QT_LIBRARY_DIR} -L${QT_LIBRARY_DIR} ) -# ENDIF (QT_USE_FRAMEWORKS) - ######################################## # # Setting the LIBRARY-Variables |