summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/tools/containers-sequential/containers-sequential.pro
blob: 7b2298500ce3cf04cf2208b41c1e5c9faa162e76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
load(qttest_p4)

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

TEMPLATE = app
TARGET = tst_bench_containers-sequential
DEPENDPATH += .
INCLUDEPATH += .

# Input
SOURCES += main.cpp
QT -= gui