attached.pro Example File

referenceexamples/attached/attached.pro
QT += qml
SOURCES += main.cpp \
           person.cpp \
           birthdayparty.cpp
HEADERS += person.h \
           birthdayparty.h
RESOURCES += attached.qrc
target.path = $$[QT_INSTALL_EXAMPLES]/qml/referenceexamples/attached
INSTALLS += target