summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qdiriterator/qdiriterator.pro
blob: fb4b7535e9fbd2842c9785428e339655d1580c81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
load(qttest_p4)
TEMPLATE = app
TARGET = tst_qdiriterator
DEPENDPATH += .
INCLUDEPATH += .

QT -= gui

CONFIG += release
CONFIG += debug


SOURCES += main.cpp

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

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