qt5base-lts/tests/auto/corelib/io/io.pro
Liang Qi 7702fe8602 Merge remote-tracking branch 'origin/5.8' into 5.9
Change-Id: Icdd71e9713725bda9c305e338f5c8b41a92ed8e8
2017-03-27 10:42:08 +02:00

78 lines
1.4 KiB
Prolog

TEMPLATE=subdirs
SUBDIRS=\
qabstractfileengine \
qbuffer \
qdatastream \
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 \
qtextstream \
qurl \
qurlinternal \
qurlquery \
qwinoverlappedionotifier \
!win32 {
SUBDIRS -=\
qwinoverlappedionotifier
}
!qtHaveModule(gui): SUBDIRS -= \
qdatastream \
qsettings
!qtHaveModule(network): SUBDIRS -= \
qiodevice \
qprocess \
qtextstream
!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 \
qwinoverlappedionotifier