From 6ab6bd8ff70e24948acc4517ed4b1d4ed2a567e4 Mon Sep 17 00:00:00 2001 From: Marius Storm-Olsen Date: Thu, 29 Mar 2012 05:59:44 -0500 Subject: 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 --- build.dependencies | 1 + 1 file changed, 1 insertion(+) diff --git a/build.dependencies b/build.dependencies index a8e96f33..ab4ad911 100644 --- a/build.dependencies +++ b/build.dependencies @@ -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", -- cgit v1.2.3