##// END OF EJS Templates
Documentation fixes....
Documentation fixes. Removed empty tutorials tab from docs, to be added later. Fixed broken images in docs, added screenshot of legend.

File last commit:

r938:43d9ec405aa3
r995:d52b7de4b911
Show More
piechart.pri
18 lines | 366 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/qpieseries.cpp \
$$PWD/piesliceitem.cpp \
$$PWD/piechartitem.cpp \
$$PWD/qpieslice.cpp
PRIVATE_HEADERS += \
$$PWD/pieslicedata_p.h \
$$PWD/piechartitem_p.h \
$$PWD/piesliceitem_p.h \
$$PWD/qpieseries_p.h
PUBLIC_HEADERS += \
$$PWD/qpieseries.h \
$$PWD/qpieslice.h