summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/io/qdiriterator/qdiriterator.pro
blob: af3be799c607bae800f1f917689d93bfd1f1eeab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TEMPLATE = app
TARGET = tst_bench_qdiriterator
DEPENDPATH += .
INCLUDEPATH += .

QT = core testlib

CONFIG += release

SOURCES += main.cpp qfilesystemiterator.cpp
HEADERS += qfilesystemiterator.h

wince* {
   corelibdir.files = $$QT_SOURCE_TREE/src/corelib
   corelibdir.path = ./depot/src
   DEPLOYMENT += corelibdir
}