aboutsummaryrefslogtreecommitdiffstats
path: root/qtwebkit.pri
diff options
context:
space:
mode:
Diffstat (limited to 'qtwebkit.pri')
-rw-r--r--qtwebkit.pri3
1 files changed, 2 insertions, 1 deletions
diff --git a/qtwebkit.pri b/qtwebkit.pri
index 6aae9e65..cb169130 100644
--- a/qtwebkit.pri
+++ b/qtwebkit.pri
@@ -42,7 +42,8 @@ QTWEBKIT_BUILD_CONFIG =
contains(CONFIG, release):!contains(CONFIG, debug_and_release): {QTWEBKIT_BUILD_CONFIG = --release}
# WebKit2 is not yet supported on Windows, so avoid trying to build it
-win32:QTWEBKIT_BUILD_CONFIG += --no-webkit2
+# Disable WebKit2 until https://bugs.webkit.org/show_bug.cgi?id=94914 is fixed.
+QTWEBKIT_BUILD_CONFIG += --no-webkit2
# The '+' is to make parallel "make" work across the script boundary.
module_qtwebkit.commands = $${OPTI}$${SBC}cd qtwebkit && \