##// END OF EJS Templates
Updated license headers...
Updated license headers Change-Id: Ic72ee3c9723c2b3f3368c79219b7468f5d95aa84 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>

File last commit:

r1203:5bd91523463d
r2845:ae12522d475c
Show More
build_win_mingw.bat
7 lines | 167 B | application/x-msdownload | BatchLexer
/ tools / build_win_mingw.bat
Jani Honkonen
First draft of new (universal) build script(s) for bamboo
r1132 set QTDIR=%1
set PATH=%1\bin;
Jani Honkonen
Fine tuning the auto test scripts
r1138 set PATH=%PATH%;%3\bin
Jani Honkonen
First draft of new (universal) build script(s) for bamboo
r1132 set PATH=%PATH%;%SystemRoot%\System32
set QMAKESPEC=win32-g++
qmake -r charts.pro CONFIG+=%2
@echo on
mingw32-make