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