##// END OF EJS Templates
Adding data to BarSet through model added
Adding data to BarSet through model added

File last commit:

r568:9b365faaa041
r662:c9f8f8ef7809
Show More
piechart.pri
16 lines | 304 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/qpieseries.cpp \
$$PWD/pieslice.cpp \
$$PWD/piechartitem.cpp \
$$PWD/qpieslice.cpp
PRIVATE_HEADERS += \
$$PWD/piechartitem_p.h \
$$PWD/pieslice_p.h \
PUBLIC_HEADERS += \
$$PWD/qpieseries.h \
$$PWD/qpieslice.h