##// END OF EJS Templates
Refactors axis updateGeometry handling...
Refactors axis updateGeometry handling * adds verticalaxis class * adds horizontalaxis class * adds updateGeometry logic to base clases * fixes small issues with axis hadnling for datetime,category,barcategory axis

File last commit:

r1203:5bd91523463d
r2111:80de54ed93f0
Show More
build_win_vs2005.bat
10 lines | 350 B | application/x-msdownload | BatchLexer
/ tools / build_win_vs2005.bat
set QTDIR=%1
set PATH=%1\bin;%PATH%;
set QMAKESPEC=win32-msvc2005
call "C:\Program Files (x86)\Microsoft Visual Studio 8\VC\vcvarsall.bat" x86
@echo on
set INCLUDE=%INCLUDE%;C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include
set LIB=%LIB%;C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Lib
qmake -r charts.pro CONFIG+=%2
@echo on
nmake