summaryrefslogtreecommitdiffstats
path: root/src/corelib/configure.json
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2019-10-14 15:12:02 +0200
committerUlf Hermann <ulf.hermann@qt.io>2019-10-16 12:16:04 +0200
commit85ed676dff68b4d5cfa62112d758d80fb050594c (patch)
treee39e925a532f887cb407071f4ae56901aaa734f9 /src/corelib/configure.json
parent821c2eb1310e72a1123eac69ef2aab8fc52dd0aa (diff)
Provide a feature for CBOR stream I/O
We need to turn it off in bootstrap code. Change-Id: I826e49fbc5f6128e56f84b58d29358dd7b0b9dc5 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/corelib/configure.json')
-rw-r--r--src/corelib/configure.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/corelib/configure.json b/src/corelib/configure.json
index ae360239c6..b4b7c4eec3 100644
--- a/src/corelib/configure.json
+++ b/src/corelib/configure.json
@@ -1086,6 +1086,14 @@ Mozilla License) is included. The data is then also used in QNetworkCookieJar::v
"win32_system_libs": {
"label": "Windows System Libraries",
"condition": "config.win32 && libs.advapi32 && libs.gdi32 && libs.kernel32 && libs.netapi32 && libs.ole32 && libs.shell32 && libs.uuid && libs.user32 && libs.winmm && libs.ws2_32"
+ },
+ "cborstream": {
+ "label": "CBOR stream I/O",
+ "purpose": "Provides support for reading and writing the CBOR binary format.
+
+Note that this is required for plugin loading. Qt GUI needs QPA plugins for basic operation.",
+ "section": "Utilities",
+ "output": [ "publicFeature" ]
}
},