summaryrefslogtreecommitdiffstats
path: root/examples/declarative/tutorials/extending/chapter5-listproperties/chapter5-listproperties.pro
blob: 535f8a7276f45bdcf0e98a428d2d536a550f1c90 (plain)
1
2
3
4
5
6
7
QT += widgets quick1

HEADERS += piechart.h \
           pieslice.h 
SOURCES += piechart.cpp \
           pieslice.cpp \
           main.cpp