summaryrefslogtreecommitdiffstats
path: root/tests/auto/jsonstream/jsonstream.pro
blob: 172fc7b2845d1805fb48b037af617a3d48e23a2e (plain)
1
2
3
4
5
6
7
8
9
10
11
TARGET = tst_jsonstream

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

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

SOURCES += \
    test-jsonstream.cpp