qt5base-lts/tests/auto/corelib/io/io.pro
Oliver Wolff 45b0f1be68 Remove winrt
Macros and the await helper function from qfunctions_winrt(_p).h are
needed in other Qt modules which use UWP APIs on desktop windows.

Task-number: QTBUG-84434
Change-Id: Ice09c11436ad151c17bdccd2c7defadd08c13925
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
2020-06-06 20:25:49 +02:00

75 lines
1.3 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(filesystemwatcher): SUBDIRS -= \
qfilesystemwatcher
!qtConfig(processenvironment): SUBDIRS -= \
qprocessenvironment
!qtConfig(process): SUBDIRS -= \
qprocess \
qprocess-noapplication
!qtConfig(settings): SUBDIRS -= \
qsettings
android: SUBDIRS -= \
qprocess \
qdir \
qresourceengine