Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / examples / declarative / cppextensions / referenceexamples / coercion / coercion.pro
1 TEMPLATE = app
2 TARGET = coercion
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 += coercion.qrc
14 target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/declarative/extending/coercion
15 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS coercion.pro
16 sources.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/declarative/extending/coercion
17 INSTALLS += target sources