##// END OF EJS Templates
Bugfix: chartarea animation added functionl call insted of removed removed -> dangling pointer
Bugfix: chartarea animation added functionl call insted of removed removed -> dangling pointer

File last commit:

r530:d482058261e4
r648:8203d50669bc
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