a6b697ca13
This is in preparation to adding CBOR support. We don't need yet another dir for CBOR and placing it in src/corelib/json is just wrong. Change-Id: I9741f017961b410c910dfffd14ffb9d870340fa6 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
16 lines
269 B
Prolog
16 lines
269 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS = \
|
|
json \
|
|
qdatastream \
|
|
qtextstream \
|
|
qxmlstream
|
|
|
|
!qtHaveModule(gui): SUBDIRS -= \
|
|
qdatastream
|
|
|
|
!qtHaveModule(network): SUBDIRS -= \
|
|
qtextstream
|
|
|
|
!qtHaveModule(network)|!qtHaveModule(xml): SUBDIRS -= \
|
|
qxmlstream
|