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

QT = network declarative testlib
CONFIG -= app_bundle
CONFIG += testcase

INCLUDEPATH += $$PWD/../../../src/daemon
LIBS += -L$$QT.jsondb.libs

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

include($$PWD/../../../src/daemon/daemon.pri)

RESOURCES = queries.qrc

SOURCES += \
    testjsondbqueries.cpp