From a1ca06d151d11594b9403904a62e43c1803f7a85 Mon Sep 17 00:00:00 2001 From: Kevin Ottens Date: Sat, 1 Jul 2006 22:16:07 +0000 Subject: Fix typo. SVN_SILENT svn path=/trunk/KDE/kdelibs/; revision=556920 --- modules/FindQt4.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/FindQt4.cmake') 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 -- cgit v1.2.1