summaryrefslogtreecommitdiffstats
path: root/examples/declarative/tutorials/extending/chapter3-bindings/chapter3-bindings.pro
blob: cc37d591ef392f9fcebfbf93c6e9c5041a86e237 (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/chapter3-bindings
qml.files = app.qml
qml.path = $$[QT_INSTALL_EXAMPLES]/declarative/tutorials/extending/chapter3-bindings
INSTALLS += target qml