##// END OF EJS Templates
Fixed the SKIP_IF_CANNOT_TEST_MOUSE_EVENTS on Qt5
Fixed the SKIP_IF_CANNOT_TEST_MOUSE_EVENTS on Qt5

File last commit:

r1203:5bd91523463d
r2063:da4e011c304c
Show More
build_win_vs2008.bat
8 lines | 200 B | application/x-msdownload | BatchLexer
/ tools / build_win_vs2008.bat
Jani Honkonen
First draft of new (universal) build script(s) for bamboo
r1132 set QTDIR=%1
set PATH=%1\bin;%PATH%;
set QMAKESPEC=win32-msvc2008
call "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" x86
@echo on
qmake -r charts.pro CONFIG+=%2
@echo on
nmake