summaryrefslogtreecommitdiffstats
path: root/src/core/gyp_run.pro
diff options
context:
space:
mode:
authorZoltan Arvai <zarvai@inf.u-szeged.hu>2014-03-03 15:25:35 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-05 10:06:30 +0100
commit9e1d5a2a8ab99faaa0f195869afd6afe7c247398 (patch)
tree4349d15d7cc12ee89e553b1033fced5f1ab78dfa /src/core/gyp_run.pro
parentb02c5f1ef0be308dfe1905666512a14779705044 (diff)
Override path for perl, bison and gperf on Windows
Use these dependencies from environment. No need to include them in the snapshot. Change-Id: I81623cc15e8c1e9431c5569985c90a4fbac638e7 Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
Diffstat (limited to 'src/core/gyp_run.pro')
-rw-r--r--src/core/gyp_run.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/gyp_run.pro b/src/core/gyp_run.pro
index 782859818..830844fe8 100644
--- a/src/core/gyp_run.pro
+++ b/src/core/gyp_run.pro
@@ -62,6 +62,9 @@ win32 {
# Libvpx build needs additional search path on Windows.
git_chromium_src_dir = $$system("git config qtwebengine.chromiumsrcdir")
GYP_ARGS += "-D qtwe_chromium_obj_dir=\"$$getOutDir()/$$getConfigDir()/obj/$$git_chromium_src_dir\""
+
+# Use path from environment for perl, bison and gperf instead of values set in WebKit's core.gypi.
+GYP_ARGS += "-D perl_exe=\"perl.exe\" -D bison_exe=\"bison.exe\" -D gperf_exe=\"gperf.exe\""
}
!build_pass {