summaryrefslogtreecommitdiffstats
path: root/examples/declarative/tutorials/extending/chapter2-methods/chapter2-methods.pro
blob: b5c8703e6c1a8d68cb0ade7a811f098bcee581bc (plain)
1
2
3
4
5
6
7
8
9
10
QT += widgets declarative

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

target.path = $$[QT_INSTALL_EXAMPLES]/declarative/tutorials/extending/chapter2-methods
qml.files = app.qml
qml.path = $$[QT_INSTALL_EXAMPLES]/declarative/tutorials/extending/chapter2-methods
INSTALLS += target qml