qt5base-lts/tests/auto/corelib/plugin/qplugin
Thiago Macieira 7bd79b3cff Plugins: Save some architectural requirement flags
...not just the debug flag. The information is saved outside of the CBOR
map for two reasons:

 1) removing the hack that depended on how QCborStreamWriter and
 TinyCBOR internally work, allowing for the extra parameter to be
 written directly. We wouldn't be able to use that hack anyway and would
 have needed a further, uglier hack to encode a byte whose value we
 don't know.

 2) outside the map, this information can be parsed more quickly and
 then we can discard any plugins we shouldn't actually load.

Since we're doing this for a flag, I decided to move the Qt version
there too for reason #2.

Change-Id: I61ecce6b1324410bbab4fffd153d4e5fc696d19e
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
2018-09-01 15:19:46 +00:00
..
debugplugin Updated license headers 2016-01-21 18:55:18 +00:00
invalidplugin Plugins: fix crash if the binary JSON data contains invalid size 2018-07-19 07:27:02 +00:00
releaseplugin Updated license headers 2016-01-21 18:55:18 +00:00
.gitignore
qplugin.pro Plugins: fix crash if the binary JSON data contains invalid size 2018-07-19 07:27:02 +00:00
tst_qplugin.cpp Plugins: Save some architectural requirement flags 2018-09-01 15:19:46 +00:00
tst_qplugin.pro Plugins: store the metadata in CBOR instead of binary JSON 2018-09-01 15:19:39 +00:00