qt5base-lts/tests/auto/corelib/io/io.pro
Oliver Wolff 53dc49ffc8 Check for network module when building according auto tests
Change-Id: I68013bf8e07be8d202b3253f997d4f4db05335a4
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
2013-02-19 19:20:53 +01:00

53 lines
936 B
Prolog

TEMPLATE=subdirs
SUBDIRS=\
qabstractfileengine \
qbuffer \
qdatastream \
qdataurl \
qdebug \
qdir \
qdiriterator \
qfile \
largefile \
qfileinfo \
qfilesystementry \
qfilesystemwatcher \
qiodevice \
qipaddress \
qnodebug \
qprocess \
qprocess-noapplication \
qprocessenvironment \
qresourceengine \
qsettings \
qsavefile \
qstandardpaths \
qtemporarydir \
qtemporaryfile \
qtextstream \
qurl \
qurlinternal \
qurlquery \
qwinoverlappedionotifier \
!win32|wince* {
SUBDIRS -=\
qwinoverlappedionotifier
}
!qtHaveModule(network): SUBDIRS -= \
qfile \
qiodevice \
qprocess \
qtextstream
}
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
qabstractfileengine \
qfileinfo \
qipaddress \
qurlinternal
win32:!contains(QT_CONFIG, private_tests): SUBDIRS -= \
qfilesystementry