Skip to content
Snippets Groups Projects
Commit fbf6a8da authored by Simon Hausmann's avatar Simon Hausmann Committed by Eike Ziller
Browse files

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: default avatarEike Ziller <eike.ziller@digia.com>
parent 565c695b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment