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

QT = core network testlib jsondb jsondb-private

DEFINES += JSONDB_DAEMON_BASE=\\\"$$QT.jsondb.bins\\\"

CONFIG += testcase
CONFIG -= app_bundle

include($$PWD/../../shared/shared.pri)

SOURCES += client-benchmark.cpp
OTHER_FILES += partitions.json

data.files = $$OTHER_FILES
data.path = $$[QT_INSTALL_TESTS]/$$TARGET
INSTALLS += data