author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Fri, 19 Feb 2010 23:40:16 +0200 | |
branch | RCL_3 |
changeset 4 | 3b1da2848fc7 |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
TEMPLATE = app |
2 |
TARGET += |
|
3 |
DEPENDPATH += . |
|
4 |
INCLUDEPATH += . |
|
5 |
||
6 |
# Input |
|
7 |
SOURCES += main.cpp |
|
8 |
CONFIG += console |
|
9 |
||
10 |
# install |
|
11 |
target.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent/wordcount |
|
12 |
sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro *.png |
|
13 |
sources.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent/wordcount |
|
14 |
INSTALLS += target sources |
|
15 |
||
16 |
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) |