##// END OF EJS Templates
Remove extra "test" folder. Put all binaries in the bin.
Remove extra "test" folder. Put all binaries in the bin.

File last commit:

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