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:
479 bytes
|
Rev | Line | |
---|
[844] | 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]/declarative/extending/coercion
|
---|
| 15 | sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS coercion.pro
|
---|
| 16 | sources.path = $$[QT_INSTALL_EXAMPLES]/declarative/extending/coercion
|
---|
| 17 | INSTALLS += target sources
|
---|
Note:
See
TracBrowser
for help on using the repository browser.