##// END OF EJS Templates
Add public function for axis hadnling to qchart
Add public function for axis hadnling to qchart

File last commit:

r146:6c3759bde1fd
r155:c19659d852a4
Show More
piechart.pri
14 lines | 248 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/qpieseries.cpp \
$$PWD/pieslice.cpp \
$$PWD/piepresenter.cpp
PRIVATE_HEADERS += \
$$PWD/piepresenter.h \
$$PWD/pieslice.h
PUBLIC_HEADERS += \
$$PWD/qpieseries.h