##// END OF EJS Templates
Remove click exploding and hover highlighting from pie series API. User should always implement their own.
Remove click exploding and hover highlighting from pie series API. User should always implement their own.

File last commit:

r353:e5ed5bdfafc1
r436:b334955b5e36
Show More
piechart.pri
18 lines | 362 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/qpieseries.cpp \
$$PWD/pieslice.cpp \
$$PWD/piepresenter.cpp \
$$PWD/pieslicelabel.cpp \
$$PWD/qpieslice.cpp
PRIVATE_HEADERS += \
$$PWD/piepresenter_p.h \
$$PWD/pieslice_p.h \
$$PWD/pieslicelabel_p.h
PUBLIC_HEADERS += \
$$PWD/qpieseries.h \
$$PWD/qpieslice.h