##// 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:

r530:d482058261e4
r530:d482058261e4
Show More
axis.pri
13 lines | 278 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/axisitem.cpp \
$$PWD/qchartaxis.cpp \
$$PWD/qchartaxiscategories.cpp
PRIVATE_HEADERS += \
$$PWD/axisitem_p.h
PUBLIC_HEADERS += \
$$PWD/qchartaxis.h \
$$PWD/qchartaxiscategories.h