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

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

include($$PWD/../../shared/shared.pri)
include($$PWD/../../../src/3rdparty/qjson/qjson.pri)

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

HEADERS += testjsondbcachinglistmodel.h
SOURCES += testjsondbcachinglistmodel.cpp