81cc806e26
This is the counterpart of the previous commit. [ChangeLog][QtCore] Added QCborStreamReader and QCborStreamWriter, classes for low-level reading and writing of CBOR streams. Change-Id: Ia0aac2f09e9245339951ffff13c72e4bffdf4a56 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
18 lines
317 B
Prolog
18 lines
317 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS = \
|
|
json \
|
|
qcborstreamreader \
|
|
qcborstreamwriter \
|
|
qdatastream \
|
|
qtextstream \
|
|
qxmlstream
|
|
|
|
!qtHaveModule(gui): SUBDIRS -= \
|
|
qdatastream
|
|
|
|
!qtHaveModule(network): SUBDIRS -= \
|
|
qtextstream
|
|
|
|
!qtHaveModule(network)|!qtHaveModule(xml): SUBDIRS -= \
|
|
qxmlstream
|