aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/qtquick1/tutorials/extending/chapter1-basics/chapter1-basics.pro
blob: 77cc4cdfca219333e6a0354ae2d2132468032467 (plain)
1
2
3
4
5
QT += declarative qtquick1

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