Last change
on this file since 1028 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:
407 bytes
|
Rev | Line | |
---|
[2] | 1 | TEMPLATE = subdirs
|
---|
[846] | 2 | SUBDIRS = semaphores \
|
---|
[2] | 3 | waitconditions
|
---|
| 4 |
|
---|
[846] | 5 | !contains(QT_CONFIG, no-gui):SUBDIRS += mandelbrot
|
---|
| 6 |
|
---|
[2] | 7 | # install
|
---|
| 8 | target.path = $$[QT_INSTALL_EXAMPLES]/threads
|
---|
| 9 | sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS threads.pro README
|
---|
| 10 | sources.path = $$[QT_INSTALL_EXAMPLES]/threads
|
---|
| 11 | INSTALLS += target sources
|
---|
[561] | 12 |
|
---|
| 13 | symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.