summaryrefslogtreecommitdiffstats
path: root/tests/auto/queries/queries.pro
blob: 7a3a89ac7387f70f88c172d56c86630b3e55c70f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TARGET = tst_queries

QT = network qml testlib jsondbpartition
CONFIG -= app_bundle
CONFIG += testcase

LIBS += -L$$QT.jsondb.libs

DEFINES += SRCDIR=\\\"$$PWD/\\\"

RESOURCES = queries.qrc

SOURCES += \
    testjsondbqueries.cpp