7437ede145
Consistent with other Unix platforms, and internally consistent between tests, as a lot of tests were already applying CONFIG -= app_bundle manually. Change-Id: Icd2b7e1c08015b26137af60ff82fddbc753f0ff4 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
13 lines
301 B
Prolog
13 lines
301 B
Prolog
TARGET = tst_json
|
|
QT = core-private testlib
|
|
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
|