Last change
on this file since 814 was 561, checked in by Dmitry A. Kuminov, 15 years ago |
trunk: Merged in qt 4.6.1 sources.
|
File size:
445 bytes
|
Rev | Line | |
---|
[2] | 1 | TEMPLATE = app
|
---|
| 2 |
|
---|
| 3 | CONFIG += qt warn_on
|
---|
| 4 | HEADERS += model.h
|
---|
| 5 | SOURCES += model.cpp main.cpp
|
---|
| 6 | RESOURCES += interview.qrc
|
---|
| 7 |
|
---|
| 8 | build_all:!build_pass {
|
---|
| 9 | CONFIG -= build_all
|
---|
| 10 | CONFIG += release
|
---|
| 11 | }
|
---|
| 12 |
|
---|
| 13 | # install
|
---|
| 14 | target.path = $$[QT_INSTALL_DEMOS]/interview
|
---|
| 15 | sources.files = $$SOURCES $$HEADERS $$RESOURCES README *.pro images
|
---|
| 16 | sources.path = $$[QT_INSTALL_DEMOS]/interview
|
---|
| 17 | INSTALLS += target sources
|
---|
| 18 |
|
---|
[561] | 19 | symbian: include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.