source: trunk/examples/declarative/cppextensions/referenceexamples/valuesource/valuesource.pro

Last change on this file was 846, checked in by Dmitry A. Kuminov, 14 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

File size: 562 bytes
Line 
1TEMPLATE = app
2TARGET = valuesource
3DEPENDPATH += .
4INCLUDEPATH += .
5QT += declarative
6
7# Input
8SOURCES += main.cpp \
9 person.cpp \
10 birthdayparty.cpp \
11 happybirthdaysong.cpp
12HEADERS += person.h \
13 birthdayparty.h \
14 happybirthdaysong.h
15RESOURCES += valuesource.qrc
16target.path = $$[QT_INSTALL_EXAMPLES]/declarative/extending/valuesource
17sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS valuesource.pro
18sources.path = $$[QT_INSTALL_EXAMPLES]/declarative/extending/valuesource
19INSTALLS += target sources
Note: See TracBrowser for help on using the repository browser.