aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Storm-Olsen <marius.storm-olsen@nokia.com>2012-03-29 05:59:44 -0500
committerSimo Fält <simo.falt@nokia.com>2012-03-29 14:13:49 +0300
commit14b6752894a4760929852d8969d70324d5d19812 (patch)
tree81def733a898d2fcbe69f59e96477f51c1df0c72
parent24517c73911643bbbf5c5423d0db5c9065edd788 (diff)
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
-rw-r--r--build.dependencies1
1 files changed, 1 insertions, 0 deletions
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",