53dc49ffc8
Change-Id: I68013bf8e07be8d202b3253f997d4f4db05335a4 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
53 lines
936 B
Prolog
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
|