summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/serialization.pro
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2015-02-25 18:04:00 -0800
committerThiago Macieira <thiago.macieira@intel.com>2018-05-27 22:41:41 +0000
commite3cb38b06a55ee394e5a07304f776776a4b2f263 (patch)
tree033422fea99080d3bf99f8e2c7198053a9b822b1 /tests/auto/corelib/serialization/serialization.pro
parent06190554300d5b77a7655b799b7a22fbee4fb50e (diff)
Long live QCborStreamWriter!
CBOR is the Concise Binary Object Representation, a very compact form of binary data encoding that is compatible with JSON. It was created by the IETF Constrained RESTful Environments (CoRE) WG[1] and has since been used in many new RFCs by that group, especially COSE[2], and is meant to be used alongside CoAP[3]. This API is a very simple, thin wrapper around TinyCBOR[4]. See RFC 7049 <http://tools.ietf.org/html/rfc7049>. [1] https://datatracker.ietf.org/wg/core/charter/ [2] https://tools.ietf.org/html/rfc8152 [3] https://tools.ietf.org/html/rfc7252 [4] https://github.com/intel/tinycbor Change-Id: Ia0aac2f09e9245339951ffff13c651cfeab77d3b Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'tests/auto/corelib/serialization/serialization.pro')
-rw-r--r--tests/auto/corelib/serialization/serialization.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/corelib/serialization/serialization.pro b/tests/auto/corelib/serialization/serialization.pro
index afb9c5b61c..e8eb70f311 100644
--- a/tests/auto/corelib/serialization/serialization.pro
+++ b/tests/auto/corelib/serialization/serialization.pro
@@ -1,6 +1,7 @@
TEMPLATE = subdirs
SUBDIRS = \
json \
+ qcborstreamwriter \
qdatastream \
qtextstream \
qxmlstream