##// END OF EJS Templates
Fix Qt5 beta2 build with vs2010
Fix Qt5 beta2 build with vs2010

File last commit:

r1203:5bd91523463d
r2262:6eaaf46a8fe1
Show More
build_win_vs2010.bat
8 lines | 201 B | application/x-msdownload | BatchLexer
/ tools / build_win_vs2010.bat
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" x86
@echo on
qmake -r charts.pro CONFIG+=%2
@echo on
nmake