qt6-bb10/tests/auto/corelib
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
..
animation Merge remote-tracking branch 'origin/5.11' into 5.12 2018-08-24 23:59:46 +02:00
codecs tst_qtextcodec: Use qt_test_helper functionality 2018-07-25 10:27:42 +00:00
global Avoid signed/unsigned warning in template 2018-08-16 10:10:22 +00:00
io darwin: fix tst_qsettings deps 2018-08-29 02:47:41 +00:00
itemmodels Merge remote-tracking branch 'origin/5.11' into 5.12 2018-08-22 10:35:12 +02:00
kernel Remove codepaths and checks for unsupported Apple platforms 2018-08-31 12:35:45 +00:00
mimetypes QMimeDatabase: Fix MIME detection issues with magics in MIME hierarchies 2018-08-20 07:32:58 +00:00
plugin Plugins: Save some architectural requirement flags 2018-09-01 15:19:46 +00:00
serialization Merge remote-tracking branch 'origin/5.11' into dev 2018-08-07 17:44:51 +02:00
statemachine tst_QStateMachine: Don't use unconditional waits 2018-04-04 07:07:40 +00:00
thread Modernize the "thread" feature 2018-08-17 00:34:36 +00:00
tools Add missing dependencies for tst_qmacautoreleasepool 2018-08-29 02:47:45 +00:00
corelib.pro Create corelib/serialization and move existing file formats into it 2018-01-26 20:59:50 +00:00