summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/json/json.qrc
Commit message (Collapse)AuthorAgeFilesLines
* Tests: fix json test for AndroidAssam Boudjelthia2020-09-151-1/+0
| | | | | | | | | test.bjon file doesn't exist, however, it's still included in json.qrc. That causes the test to fail on Android because it's using that resource file. Change-Id: I1e93076069073a1a621459a7d90aec5c0c03f768 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Create corelib/serialization and move existing file formats into itThiago Macieira2018-01-261-0/+9
This is in preparation to adding CBOR support. We don't need yet another dir for CBOR and placing it in src/corelib/json is just wrong. Change-Id: I9741f017961b410c910dfffd14ffb9d870340fa6 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>