aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAlex Merry <kde@randomguy3.me.uk>2008-03-11 12:25:59 +0000
committerAlex Merry <kde@randomguy3.me.uk>2008-03-11 12:25:59 +0000
commitc40583dd7cac62918ca5762a8ac6dffa12834375 (patch)
tree76072f34afe831539414bf081283a87634558aa2 /modules
parent49f3a26e206942925ee10dfcfed0c74279ccade1 (diff)
downloadextra-cmake-modules-c40583dd7cac62918ca5762a8ac6dffa12834375.tar.gz
extra-cmake-modules-c40583dd7cac62918ca5762a8ac6dffa12834375.tar.bz2
Fix the cmake test so that QT_QTWEBKIT_FOUND is set when QtWebKit is found.
svn path=/trunk/KDE/kdelibs/; revision=784463
Diffstat (limited to 'modules')
-rw-r--r--modules/FindQt4.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/FindQt4.cmake b/modules/FindQt4.cmake
index 7f3f03da..5f803737 100644
--- a/modules/FindQt4.cmake
+++ b/modules/FindQt4.cmake
@@ -941,6 +941,7 @@ IF (QT4_QMAKE_FOUND)
_QT4_ADJUST_LIB_VARS(QTUITOOLS)
_QT4_ADJUST_LIB_VARS(QTTEST)
_QT4_ADJUST_LIB_VARS(QTDBUS)
+ _QT4_ADJUST_LIB_VARS(QTWEBKIT)
# platform dependent libraries
IF(Q_WS_X11)