##// END OF EJS Templates
Refactoring piechart API (and internals)
Refactoring piechart API (and internals)

File last commit:

r174:0d781305aa75
r174:0d781305aa75
Show More
piechart.pri
16 lines | 306 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/qpieseries.cpp \
$$PWD/pieslice.cpp \
$$PWD/piepresenter.cpp \
$$PWD/pieslicelabel.cpp
PRIVATE_HEADERS += \
$$PWD/piepresenter.h \
$$PWD/pieslice.h \
$$PWD/pieslicelabel.h
PUBLIC_HEADERS += \
$$PWD/qpieseries.h