From fbf6a8da757d42b0d4b8126400f4c66dafc6bd95 Mon Sep 17 00:00:00 2001
From: Simon Hausmann <simon.hausmann@digia.com>
Date: Fri, 19 Oct 2012 16:36:13 +0200
Subject: [PATCH] Fix use of QtWebKit in QtCreator's Help plugin

The help plugin uses the widgets API of QtWebKit and therefore needs
QtWebKitWidgets

Change-Id: I49b8530e3f44b42c48979c33d0b6b1fdb20c374b
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
---
 src/plugins/help/help.pro | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/help/help.pro b/src/plugins/help/help.pro
index 954b92d548f..cafc9a319b0 100644
--- a/src/plugins/help/help.pro
+++ b/src/plugins/help/help.pro
@@ -4,7 +4,7 @@ TARGET = Help
 QT += network
 greaterThan(QT_MAJOR_VERSION, 4) {
     QT += printsupport help
-    !isEmpty(QT.webkit.name): QT += webkit
+    !isEmpty(QT.webkitwidgets.name): QT += webkitwidgets
     else: DEFINES += QT_NO_WEBKIT
 } else {
     CONFIG += help
-- 
GitLab