##// END OF EJS Templates
Adds trivial legend handling for slices when removed or added
Adds trivial legend handling for slices when removed or added

File last commit:

r938:43d9ec405aa3
r956:e1337e5f8780
Show More
xychart.pri
13 lines | 240 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/xychartitem.cpp \
$$PWD/qxyseries.cpp
PRIVATE_HEADERS += \
$$PWD/xychartitem_p.h \
$$PWD/qxyseries_p.h
PUBLIC_HEADERS += \
$$PWD/qxyseries.h