diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/FindQt4.cmake | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/modules/FindQt4.cmake b/modules/FindQt4.cmake index 4bcddef1..0761f8f6 100644 --- a/modules/FindQt4.cmake +++ b/modules/FindQt4.cmake @@ -511,8 +511,8 @@ IF (QT4_QMAKE_FOUND)      SET(QT_QTXML_LIBRARY_DEBUG        "-framework QtXml"      CACHE STRING "The QtXml library.")      SET(QT_QTSVG_LIBRARY_RELEASE      "-framework QtSvg"      CACHE STRING "The QtSvg library.")      SET(QT_QTSVG_LIBRARY_DEBUG        "-framework QtSvg"      CACHE STRING "The QtSvg library.") -    SET(QT_QTDBUS_LIBRARY_RELEASE     "-framework QtDBus"     CACHE STRING "The QtBBus library.") -    SET(QT_QTDBUS_LIBRARY_DEBUG       "-framework QtDBus"     CACHE STRING "The QtBBus library.") +    SET(QT_QTDBUS_LIBRARY_RELEASE     "-framework QtDBus"     CACHE STRING "The QtDBus library.") +    SET(QT_QTDBUS_LIBRARY_DEBUG       "-framework QtDBus"     CACHE STRING "The QtDBus library.")      # WTF?  why don't we have frameworks?  :P | 
