Last change
on this file since 1168 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:
594 bytes
|
Rev | Line | |
---|
[2] | 1 | TEMPLATE = subdirs
|
---|
[846] | 2 | SUBDIRS = customclass
|
---|
| 3 | !contains(QT_CONFIG, no-gui):SUBDIRS += helloscript context2d defaultprototypes
|
---|
[2] | 4 |
|
---|
[846] | 5 | !wince*:!contains(QT_CONFIG, no-gui):SUBDIRS += qscript marshal
|
---|
| 6 | !wince*:SUBDIRS *= marshal
|
---|
| 7 | !wince*:!cross_compile:!contains(QT_CONFIG, no-gui):SUBDIRS += calculator qstetrix
|
---|
[2] | 8 |
|
---|
[561] | 9 | symbian: SUBDIRS = context2d
|
---|
| 10 |
|
---|
[2] | 11 | # install
|
---|
| 12 | target.path = $$[QT_INSTALL_EXAMPLES]/script
|
---|
| 13 | sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS script.pro README
|
---|
| 14 | sources.path = $$[QT_INSTALL_EXAMPLES]/script
|
---|
| 15 | INSTALLS += target sources
|
---|
[561] | 16 |
|
---|
| 17 | symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.