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