aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/tutorials/extending/chapter5-listproperties/chapter5-listproperties.pro
blob: c3f5402aea0e3e0f621b879985e55b884c7b84c3 (plain)
1
2
3
4
5
6
7
QT += declarative

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