diff --git a/src/plugins/help/help.pro b/src/plugins/help/help.pro index ca6e1adb911..6ca91900c70 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