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

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