summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/io/qdir/10000/10000.pro
blob: a42cc8f96f0084533cef281e32f311521189ef4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
load(qttest_p4)

# do not run benchmarks by default in 'make check'
CONFIG -= testcase

TEMPLATE = app
TARGET = bench_qdir_10000
DEPENDPATH += .
INCLUDEPATH += .

# Input
SOURCES += bench_qdir_10000.cpp

QT -= gui