summaryrefslogtreecommitdiff
path: root/src/plugins/help
diff options
context:
space:
mode:
authorhjk <hjk@theqtcompany.com>2015-04-28 14:56:28 +0200
committerhjk <hjk@theqtcompany.com>2015-04-30 14:13:06 +0000
commit1d3b4abbfc32e2b0b9f7716aaf7791fb7b7e44cc (patch)
tree6fece39d656bdd0cafafaf0b7aae174a48747206 /src/plugins/help
parentff6949952ba289de4c2032b84c63bc7232bf0a02 (diff)
downloadqt-creator-1d3b4abbfc32e2b0b9f7716aaf7791fb7b7e44cc.tar.gz
Help: Allow use of stripped down WebKit as help browser
Change-Id: I9571b70b6eb3c6e27adf482ea24049d66244bbc7 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
Diffstat (limited to 'src/plugins/help')
-rw-r--r--src/plugins/help/help.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/help/help.pro b/src/plugins/help/help.pro
index ca6e1adb91..6ca91900c7 100644
--- a/src/plugins/help/help.pro
+++ b/src/plugins/help/help.pro
@@ -1,5 +1,6 @@
QT += help network printsupport sql
-!isEmpty(QT.webkitwidgets.name): QT += webkitwidgets webkit
+!isEmpty(QT.htmlviewwidgets.name): QT += htmlviewwidgets htmlview
+else:!isEmpty(QT.webkitwidgets.name): QT += webkitwidgets webkit
else: DEFINES += QT_NO_WEBKIT
INCLUDEPATH += $$PWD