Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / examples / declarative / cppextensions / referenceexamples / signal / signal.pro
1 TEMPLATE = app
2 TARGET = signal
3 DEPENDPATH += .
4 INCLUDEPATH += .
5 QT += declarative
6
7 # Input
8 SOURCES += main.cpp \
9            person.cpp \
10            birthdayparty.cpp 
11 HEADERS += person.h \
12            birthdayparty.h
13 RESOURCES += signal.qrc
14 target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/declarative/extending/signal
15 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS signal.pro
16 sources.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/declarative/extending/signal
17 INSTALLS += target sources