author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Tue, 26 Jan 2010 12:42:25 +0200 | |
changeset 2 | 56cd8111b7f7 |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
TEMPLATE = subdirs |
2 |
SUBDIRS = imagescaling \ |
|
3 |
map \ |
|
4 |
runfunction \ |
|
5 |
wordcount |
|
6 |
||
7 |
!wince* { |
|
8 |
SUBDIRS += progressdialog |
|
9 |
} |
|
10 |
||
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 |
|
16 |
||
17 |
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) |