##// END OF EJS Templates
Fine tuning the auto test scripts
Fine tuning the auto test scripts

File last commit:

r1138:9ac9f1032801
r1138:9ac9f1032801
Show More
build_win_mingw.bat
7 lines | 167 B | application/x-msdownload | BatchLexer
set QTDIR=%1
set PATH=%1\bin;
set PATH=%PATH%;%3\bin
set PATH=%PATH%;%SystemRoot%\System32
set QMAKESPEC=win32-g++
qmake -r charts.pro CONFIG+=%2
@echo on
mingw32-make