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

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

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

# Input
SOURCES += bench_qdir_tree.cpp
RESOURCES += bench_qdir_tree.qrc

QT -= gui