Last change
on this file since 1028 was 561, checked in by Dmitry A. Kuminov, 15 years ago |
trunk: Merged in qt 4.6.1 sources.
|
File size:
462 bytes
|
Rev | Line | |
---|
[2] | 1 | TEMPLATE = subdirs
|
---|
| 2 | SUBDIRS = imagescaling \
|
---|
| 3 | map \
|
---|
| 4 | runfunction \
|
---|
| 5 | wordcount
|
---|
| 6 |
|
---|
[561] | 7 | !wince* {
|
---|
| 8 | SUBDIRS += progressdialog
|
---|
| 9 | }
|
---|
| 10 |
|
---|
[2] | 11 | # install
|
---|
| 12 | target.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent
|
---|
| 13 | sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS qtconcurrent.pro README
|
---|
| 14 | sources.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent
|
---|
| 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.