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