##// END OF EJS Templates
Refactoring the pie for animations (no actual animations yet)
Refactoring the pie for animations (no actual animations yet)

File last commit:

r437:8d9e377a1065
r566:875089213706
Show More
piechart.pri
16 lines | 304 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/qpieseries.cpp \
$$PWD/pieslice.cpp \
$$PWD/piepresenter.cpp \
$$PWD/qpieslice.cpp
PRIVATE_HEADERS += \
$$PWD/piepresenter_p.h \
$$PWD/pieslice_p.h \
PUBLIC_HEADERS += \
$$PWD/qpieseries.h \
$$PWD/qpieslice.h