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

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