summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/jsondbsortinglistmodel/jsondbsortinglistmodel.pro
blob: 60b0320757e35a484f5e7f31005672f01e4cbfb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TEMPLATE = app
TARGET = tst_bench_jsondbsortinglistmodel
DEPENDPATH += .
INCLUDEPATH += .

QT = core network testlib gui qml jsondb
CONFIG -= app_bundle
CONFIG += testcase

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

DEFINES += JSONDB_DAEMON_BASE=\\\"$$QT.jsondb.bins\\\"
DEFINES += SRCDIR=\\\"$$PWD/\\\"

HEADERS += jsondbsortinglistmodel-bench.h \
            $$PWD/../../shared/requestwrapper.h
SOURCES += jsondbsortinglistmodel-bench.cpp