TEMPLATE = app TARGET = grouped DEPENDPATH += . INCLUDEPATH += . QT += declarative # Input SOURCES += main.cpp \ person.cpp \ birthdayparty.cpp HEADERS += person.h \ birthdayparty.h RESOURCES += grouped.qrc