##// END OF EJS Templates
Docs fix: removed duplicated word, function is named append not add
Docs fix: removed duplicated word, function is named append not add

File last commit:

r1203:5bd91523463d
r1992:c7bd927ffd67
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