aboutsummaryrefslogtreecommitdiff
path: root/modules/FindQt4.cmake
diff options
context:
space:
mode:
authorTobias Koenig <tokoe@kde.org>2006-07-01 21:02:05 +0000
committerTobias Koenig <tokoe@kde.org>2006-07-01 21:02:05 +0000
commit6c6631969b13a4a364b89a2b4fffb0abf26d9620 (patch)
tree826dc6c7c5880f2a606203a8dac855bc352ac56d /modules/FindQt4.cmake
parentc0ddc6259758bab84aa02bd3dc3f4586a8417331 (diff)
downloadextra-cmake-modules-6c6631969b13a4a364b89a2b4fffb0abf26d9620.tar.gz
extra-cmake-modules-6c6631969b13a4a364b89a2b4fffb0abf26d9620.tar.bz2
Make kdelibs compile with current qt4.2 snapshot
You have to update qt-copy to get compiled current trunk/kdelibs compiled successfully. CCMAIL:kde-core-devel@kde.org svn path=/trunk/KDE/kdelibs/; revision=556896
Diffstat (limited to 'modules/FindQt4.cmake')
-rw-r--r--modules/FindQt4.cmake1
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.")