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
|