##// END OF EJS Templates
Animation refactor...
Animation refactor * removes animation per derived item desing * new design aims to make centralized animation hadnling * removes animationitem and animator templets * removes axisanimationitem * adds chartanimator * adds chartanimatioms * add axis and xy animations

File last commit:

r486:7ab45bf9f776
r530:d482058261e4
Show More
gdpbarchart.pro
10 lines | 235 B | text/idl | PrologLexer
Michal Klocek
Renames example -> examples
r486 !include( ../examples.pri ) {
error( "Couldn't find the examples.pri file!" )
Marek Rosa
Initial commit for gdpBarChart example.
r205 }
Michal Klocek
Examples build setup cleanup
r252 QT+= sql
Marek Rosa
Initial commit for gdpBarChart example.
r205 TARGET = gdpbarchart
SOURCES += main.cpp\
widget.cpp
HEADERS += widget.h
Michal Klocek
Fix copy gdbdata file on windows
r253 QMAKE_POST_LINK += $$QMAKE_COPY gdpData $$CHART_BUILD_BIN_DIR