summaryrefslogtreecommitdiffstats
path: root/tests/auto/jsondblistmodel/jsondblistmodel.pro
blob: 1001c6053a6cab8407bf01744a9c58dc891821f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TEMPLATE = app
TARGET = tst_jsondblistmodel
DEPENDPATH += .
INCLUDEPATH += . ../../shared/

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 += testjsondblistmodel.h \
           $$PWD/../../shared/requestwrapper.h
SOURCES += testjsondblistmodel.cpp

OTHER_FILES += \
    partitions.json