From f00429b71a3962efdad73c873c4882638a10df7c Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Mon, 27 Aug 2012 10:48:35 +0200 Subject: [PATCH] Disable WebKit2 for the Qt 5 beta Disable all of WebKit2 until https://bugs.webkit.org/show_bug.cgi?id=94914 is fixed. Change-Id: Iffc11efdba7c2c6ad4fe92437c28c77fd5d5a2bf Reviewed-by: Lars Knoll --- qtwebkit.pri | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 && \