diff options
Diffstat (limited to 'modules/FindQt4.cmake')
| -rw-r--r-- | modules/FindQt4.cmake | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/modules/FindQt4.cmake b/modules/FindQt4.cmake index 63b636ed..566cc9f5 100644 --- a/modules/FindQt4.cmake +++ b/modules/FindQt4.cmake @@ -503,6 +503,7 @@ 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.") | 
