##// END OF EJS Templates
Left-overs from QML model API change
Left-overs from QML model API change

File last commit:

r1138:9ac9f1032801
r1142:2246bb6a7b77
Show More
build_win_mingw.bat
7 lines | 167 B | application/x-msdownload | BatchLexer
/ test / scripts / 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