summaryrefslogtreecommitdiffstats
path: root/src/angle
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2016-01-08 16:10:51 +0100
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-01-08 18:51:21 +0000
commit1949f24faf29c9f2dc620d2bda3383932f1f7148 (patch)
tree2f8e0a7d4fe52d41dbcb916662c23a78bef07b84 /src/angle
parente707d02cc8bd91b49857e3d195fb13b50548fc58 (diff)
Fix wrapper batch file names for flex/bison in ANGLE build
The wrapper batch files were called wrapper.bat for both, flex and bison. Resolve this conflict by providing proper tool names. Change-Id: I7987f94976abc29302c9f6a696faa5c7d1fb030d Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'src/angle')
-rw-r--r--src/angle/src/config.pri1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/angle/src/config.pri b/src/angle/src/config.pri
index be61282069..fddb395ab2 100644
--- a/src/angle/src/config.pri
+++ b/src/angle/src/config.pri
@@ -23,6 +23,7 @@ equals(QMAKE_HOST.os, Windows) {
defineReplace(addGnuPath) {
gnuPath = $$1
!isEmpty(gnuPath):!isEmpty(gnutools.name) {
+ QT_TOOL_NAME = $$1
qtAddToolEnv(gnuPath, gnutools)
silent: gnuPath = @echo generating sources from ${QMAKE_FILE_IN} && $$gnuPath
}