summaryrefslogtreecommitdiffstats
path: root/tests/auto/jsondblistmodel/jsondblistmodel.pro
blob: 7aafd6ad6722d09b47242beed20d79df8889f6cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TEMPLATE = app
TARGET = tst_jsondblistmodel
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 += testjsondblistmodel.h
SOURCES += testjsondblistmodel.cpp