summaryrefslogtreecommitdiffstats
path: root/tests/auto/jsondblistmodel/jsondblistmodel.pro
blob: 67765a5b949a2266cb9cdd9e4ef99b334f6ab284 (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 declarative 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