##// END OF EJS Templates
Fixing qml build for latest Qt5...
Fixing qml build for latest Qt5 There is no quick1 module anymore. It is (again) called a declarative module.

File last commit:

r1203:5bd91523463d
r2247:c28e9eaa694f
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