mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
Avoid building webkit by default on Windows for now
WebKit still doesn't compile cleanly on Windows, so avoid it until we have something which works. Change-Id: I468dfbd01741705cd0bba3b035855d46acbb42e9 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
e4ed3288e9
commit
6ab6bd8ff7
@@ -44,6 +44,7 @@ if ("$Config{osname}" =~ /mswin/i) {
|
||||
%build_commands = (
|
||||
"qtwebkit" => "perl Tools/Scripts/build-webkit --qt --no-netscape-plugin --no-webkit2",
|
||||
);
|
||||
push @nondefault_modules, ("qtwebkit", "qtwebkit-examples-and-demos");
|
||||
} else {
|
||||
%build_commands = (
|
||||
"qtwebkit" => "perl Tools/Scripts/build-webkit --qt --release --no-netscape-plugin",
|
||||
|
||||
Reference in New Issue
Block a user