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>
67 lines
1.2 KiB
Prolog
67 lines
1.2 KiB
Prolog
TEMPLATE=subdirs
|
|
SUBDIRS=\
|
|
qabstractfileengine \
|
|
qbuffer \
|
|
qdataurl \
|
|
qdebug \
|
|
qdir \
|
|
qdiriterator \
|
|
qfile \
|
|
largefile \
|
|
qfileinfo \
|
|
qfileselector \
|
|
qfilesystemmetadata \
|
|
qfilesystementry \
|
|
qfilesystemwatcher \
|
|
qiodevice \
|
|
qipaddress \
|
|
qlockfile \
|
|
qloggingcategory \
|
|
qloggingregistry \
|
|
qnodebug \
|
|
qprocess \
|
|
qprocess-noapplication \
|
|
qprocessenvironment \
|
|
qresourceengine \
|
|
qsettings \
|
|
qsavefile \
|
|
qstandardpaths \
|
|
qstorageinfo \
|
|
qtemporarydir \
|
|
qtemporaryfile \
|
|
qurl \
|
|
qurlinternal \
|
|
qurlquery \
|
|
|
|
!qtHaveModule(gui): SUBDIRS -= \
|
|
qsettings
|
|
|
|
!qtHaveModule(network): SUBDIRS -= \
|
|
qiodevice \
|
|
qprocess
|
|
|
|
!qtHaveModule(concurrent): SUBDIRS -= \
|
|
qdebug \
|
|
qlockfile \
|
|
qurl
|
|
|
|
!qtConfig(private_tests): SUBDIRS -= \
|
|
qabstractfileengine \
|
|
qfileinfo \
|
|
qipaddress \
|
|
qurlinternal \
|
|
qloggingregistry
|
|
|
|
win32:!qtConfig(private_tests): SUBDIRS -= \
|
|
qfilesystementry
|
|
|
|
!qtConfig(processenvironment): SUBDIRS -= \
|
|
qprocessenvironment
|
|
|
|
!qtConfig(process): SUBDIRS -= \
|
|
qprocess \
|
|
qprocess-noapplication
|
|
|
|
winrt: SUBDIRS -= \
|
|
qstorageinfo
|