qt5base-lts/tests/auto/corelib/serialization/serialization.pro
Thiago Macieira 81cc806e26 Long live QCborStreamReader!
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>
2018-05-27 22:41:49 +00:00

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