grouped.pro Example File

referenceexamples/grouped/grouped.pro
 QT += qml

 SOURCES += main.cpp \
            person.cpp \
            birthdayparty.cpp
 HEADERS += person.h \
            birthdayparty.h
 RESOURCES += grouped.qrc

 target.path = $$[QT_INSTALL_EXAMPLES]/qml/referenceexamples/grouped
 INSTALLS += target