summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/io/qdir/tree/tree.pro
blob: 773f0f7ccd9f0eb19ecc10f1ad2fe84018740632 (plain)
1
2
3
4
5
6
7
8
9
10
11
load(qttest_p4)
TEMPLATE = app
TARGET = bench_qdir_tree
DEPENDPATH += .
INCLUDEPATH += .

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

QT -= gui