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

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