diff options
Diffstat (limited to 'src/plugins/help/help.pro')
-rw-r--r-- | src/plugins/help/help.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/help/help.pro b/src/plugins/help/help.pro index cafc9a319b0..26aa05b25bf 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.webkitwidgets.name): QT += webkitwidgets + !isEmpty(QT.webkitwidgets.name): QT += webkitwidgets webkit else: DEFINES += QT_NO_WEBKIT } else { CONFIG += help |