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 3 | 41300fa6a67c |
permissions | -rw-r--r-- |
0 | 1 |
load(qttest_p4) |
2 |
TEMPLATE = app |
|
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
3 |
TARGET = tst_bench_qdiriterator |
0 | 4 |
DEPENDPATH += . |
5 |
INCLUDEPATH += . |
|
6 |
||
7 |
QT -= gui |
|
8 |
||
9 |
CONFIG += release |
|
10 |
CONFIG += debug |
|
11 |
||
12 |
||
13 |
SOURCES += main.cpp |
|
14 |
||
15 |
SOURCES += qfilesystemiterator.cpp |
|
16 |
HEADERS += qfilesystemiterator.h |
|
17 |
||
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
18 |
wince*|symbian: { |
0 | 19 |
corelibdir.sources = $$QT_SOURCE_TREE/src/corelib |
20 |
corelibdir.path = ./depot/src |
|
21 |
DEPLOYMENT += corelibdir |
|
22 |
} |
|
23 |