##// END OF EJS Templates
no need for add/remove series in legend, since these are handled via slots
no need for add/remove series in legend, since these are handled via slots

File last commit:

r938:43d9ec405aa3
r2209:71390eaf8334
Show More
linechart.pri
12 lines | 248 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/linechartitem.cpp \
$$PWD/qlineseries.cpp
PRIVATE_HEADERS += \
$$PWD/linechartitem_p.h \
$$PWD/qlineseries_p.h
PUBLIC_HEADERS += \
$$PWD/qlineseries.h