c4ed96513e
Plus QStringList. Change-Id: I39332e0a867442d58082fffd1508dfb9b540af23 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
20 lines
356 B
Prolog
20 lines
356 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS = \
|
|
json \
|
|
qcborstreamreader \
|
|
qcborstreamwriter \
|
|
qcborvalue \
|
|
qcborvalue_json \
|
|
qdatastream \
|
|
qtextstream \
|
|
qxmlstream
|
|
|
|
!qtHaveModule(gui): SUBDIRS -= \
|
|
qdatastream
|
|
|
|
!qtHaveModule(network): SUBDIRS -= \
|
|
qtextstream
|
|
|
|
!qtHaveModule(network)|!qtHaveModule(xml): SUBDIRS -= \
|
|
qxmlstream
|