summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/io/qdiriterator/qdiriterator.pro
blob: 3cfb0b44dea8c28974b99ead54dbd0d3cf7c2dbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TARGET = tst_bench_qdiriterator

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
}