diff options
author | Kevin Ottens <ervin@kde.org> | 2006-07-01 22:16:07 +0000 |
---|---|---|
committer | Kevin Ottens <ervin@kde.org> | 2006-07-01 22:16:07 +0000 |
commit | a1ca06d151d11594b9403904a62e43c1803f7a85 (patch) | |
tree | d8e4ce058423a8b7e6e3a2559901e7cc75794b86 | |
parent | 8818afd3899d3a24d1039323c17ea5981bb9418e (diff) | |
download | extra-cmake-modules-a1ca06d151d11594b9403904a62e43c1803f7a85.tar.gz extra-cmake-modules-a1ca06d151d11594b9403904a62e43c1803f7a85.tar.bz2 |
Fix typo.
SVN_SILENT
svn path=/trunk/KDE/kdelibs/; revision=556920
-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 |