From 8703d56ab239074faec026184734308661fa4332 Mon Sep 17 00:00:00 2001 From: Marius Storm-Olsen Date: Thu, 8 Mar 2012 14:34:10 -0600 Subject: WebKit2 is not yet supported on Windows, so avoid trying to build it MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: If514bae79364def9fd3138c088e2cac98cac4a91 Reviewed-by: Tor Arne Vestbø --- qtwebkit.pri | 3 +++ 1 file changed, 3 insertions(+) (limited to 'qtwebkit.pri') diff --git a/qtwebkit.pri b/qtwebkit.pri index 40ddf5bb..515a5f7f 100644 --- a/qtwebkit.pri +++ b/qtwebkit.pri @@ -45,6 +45,9 @@ contains(CONFIG, release):!contains(CONFIG, debug_and_release): {QTWEBKIT_BUILD_ # This should be reverted once npapi either works, or gracefully disables itself, for qpa. qpa:QTWEBKIT_BUILD_CONFIG += --no-netscape-plugin +# WebKit2 is not yet supported on Windows, so avoid trying to build it +win32:QTWEBKIT_BUILD_CONFIG += --no-webkit2 + # The '+' is to make parallel "make" work across the script boundary. module_qtwebkit.commands = $${OPTI}$${SBC}cd qtwebkit && \ $$env_export \"WEBKITOUTPUTDIR=$$OUT_PWD/qtwebkit/WebKitBuild\" && $$GNUTOOLS \ -- cgit v1.2.3