ad16703fa8
Some entries were not updated and tests failed to succeed on platforms which need to deploy content/testdata. Change-Id: Ieb2b44c375b04cbaaecc1fb2303cc2478b86a100 Reviewed-by: Oliver Wolff <oliver.wolff@theqtcompany.com>
12 lines
274 B
Prolog
12 lines
274 B
Prolog
TARGET = tst_json
|
|
QT = core testlib
|
|
CONFIG -= app_bundle
|
|
CONFIG += testcase
|
|
CONFIG += parallel_test
|
|
|
|
!android:TESTDATA += bom.json test.json test.bjson test3.json test2.json
|
|
else:RESOURCES += json.qrc
|
|
|
|
SOURCES += tst_qtjson.cpp
|
|
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
|