summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/jsondbobject/jsondbobject.pro
blob: 3a282c48f96a7d68d42ed91a59f2e3cd0ec9e9b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TARGET = tst_bench_object

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

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

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

SOURCES += \
    bench_jsondbobject.cpp \

DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0