summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2020-07-20 14:27:19 +0200
committerSona Kurazyan <sona.kurazyan@qt.io>2020-07-31 17:12:48 +0200
commita6b3a1e4598f829b1b60407b2e47417db6f0e442 (patch)
tree4689912a67e2e7007d954683646f9f8f0a37e5c7 /src/corelib/global
parent13c90a0a752c6f67a4fb4078f190505b0c2c46d7 (diff)
Remove deprecated binary json feature
Deprecated in 5.15 in favor of CBOR. Fixes: QTBUG-81239 Change-Id: I711d4bd7dd1247f58e77ac9fa53304cbe5028918 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/corelib/global')
-rw-r--r--src/corelib/global/qconfig-bootstrapped.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corelib/global/qconfig-bootstrapped.h b/src/corelib/global/qconfig-bootstrapped.h
index a9a20a231c..b57511cb0a 100644
--- a/src/corelib/global/qconfig-bootstrapped.h
+++ b/src/corelib/global/qconfig-bootstrapped.h
@@ -78,7 +78,6 @@
#else
# define QT_FEATURE_alloca_malloc_h -1
#endif
-#define QT_FEATURE_binaryjson -1
#define QT_FEATURE_cborstreamreader -1
#define QT_FEATURE_cborstreamwriter 1
#define QT_CRYPTOGRAPHICHASH_ONLY_SHA1