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

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