mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-24 16:05:36 +08:00
WebKit2 is not yet supported on Windows, so avoid trying to build it
Change-Id: If514bae79364def9fd3138c088e2cac98cac4a91 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
610bb3545d
commit
8703d56ab2
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user