summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/partition/partition.pro
blob: d09d2150b0856acbda644e8fbc9a6d357329b10e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TARGET = tst_bench_partition

QT = network qml testlib jsondbpartition
CONFIG -= app_bundle
CONFIG += testcase

LIBS += -L$$QT.jsondb.libs

DEFINES += SRCDIR=\\\"$$PWD/\\\"

RESOURCES+=../../json.qrc partition.qrc

# HACK, remove when jsondbpartition separates private api from public api
include(../../../src/3rdparty/btree/btree.pri)
include(../../../src/hbtree/hbtree.pri)

SOURCES += \
    bench_partition.cpp \