##// END OF EJS Templates
Refactor animation to fit line,spline,scatter...
Refactor animation to fit line,spline,scatter * adds xyanimationitem * adds xyanimator * fixes spline linePen call * updates presenter example * adds missing tilte getter in chartview

File last commit:

r476:b6fb05e4e56f
r476:b6fb05e4e56f
Show More
xychart.pri
13 lines | 282 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/xychartitem.cpp \
$$PWD/qxyseries.cpp
PRIVATE_HEADERS += \
$$PWD/xychartitem_p.h \
$$PWD/xychartanimationitem_p.h \
$$PWD/xychartanimator_p.h
PUBLIC_HEADERS += \
$$PWD/qxyseries.h