##// 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_vs2010_64bit.bat
8 lines | 203 B | application/x-msdownload | BatchLexer
/ tools / build_win_vs2010_64bit.bat
Jani Honkonen
Add vs2010 64bit support for Bamboo builds
r1156 set QTDIR=%1
set PATH=%1\bin;%PATH%;
set QMAKESPEC=win32-msvc2010
call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" amd64
@echo on
qmake -r charts.pro CONFIG+=%2
@echo on
nmake