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

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

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

RESOURCES = queries.qrc

SOURCES += \
    testjsondbqueries.cpp

OTHER_FILES += \
    dataset.json
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0