summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/tools/containers-associative/containers-associative.pro
blob: 94c30163b658d1c84a3e739358fe41fbc716be6c (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-associative
DEPENDPATH += .
INCLUDEPATH += .

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