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