summaryrefslogtreecommitdiffstats
path: root/examples/declarative/tutorials/extending/chapter3-bindings/chapter3-bindings.pro
blob: bd05ebe2cc0b3aae575c13c9f1ecbf1c047f2f4b (plain)
1
2
3
4
5
QT += declarative

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