summaryrefslogtreecommitdiffstats
path: root/examples/declarative/tutorials/extending/chapter4-customPropertyTypes/chapter4-customPropertyTypes.pro
blob: b0c94cc76a29187600c7c3d49a3667ca49d93e0f (plain)
1
2
3
4
5
6
7
QT += widgets declarative

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