summaryrefslogtreecommitdiffstats
path: root/examples/declarative/tutorials/extending/chapter4-customPropertyTypes/chapter4-customPropertyTypes.pro
blob: aea07a0ef51a2f7def89f2156d3318ab8e3fa79f (plain)
1
2
3
4
5
6
7
QT += declarative

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