##// END OF EJS Templates
Bugfix: delete presenter first, before root of all graphical items
Bugfix: delete presenter first, before root of all graphical items

File last commit:

r675:4c3dbc730cf9
r686:8c2240c1bb61
Show More
piechart.pri
19 lines | 406 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/qpiesliceprivate_p.h \
$$PWD/qpieseriesprivate_p.h
PUBLIC_HEADERS += \
$$PWD/qpieseries.h \
$$PWD/qpieslice.h