opnsense-ports/devel/qt5-assistant/files/patch-src_assistant_assistant_assistant.pro
Franco Fichtner 871401fc76 */*: sync with upstream
Taken from: HardenedBSD
2017-12-27 10:43:36 +01:00

13 lines
413 B
Prolog

Do not use QtWebKit even if it is present to reduce the port's dependencies.
--- src/assistant/assistant/assistant.pro
+++ src/assistant/assistant/assistant.pro
@@ -1,8 +1,4 @@
-qtHaveModule(webkitwidgets):!contains(QT_CONFIG, static) {
- BROWSER = qtwebkit
-} else {
- BROWSER = qtextbrowser
-}
+BROWSER = qtextbrowser
QT += widgets network help sql help
qtHaveModule(printsupport): QT += printsupport