mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-17 17:56:11 +08:00
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 <lars.knoll@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
5a109341ca
commit
f00429b71a
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user