summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/json/json.pro
blob: dc9cd3e383d297f4d66a2f3edb00be2fb8ed8a5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TARGET = tst_json
QT = core testlib
CONFIG -= app_bundle
CONFIG += testcase

!android:TESTDATA += bom.json test.json test.bjson test3.json test2.json
    else:RESOURCES += json.qrc

!qtConfig(doubleconversion):!qtConfig(system-doubleconversion) {
    DEFINES += QT_NO_DOUBLECONVERSION
}

SOURCES += tst_qtjson.cpp