bae926e66d
Change-Id: I91f7211efe44cbb41aa3058f85869a6babf121f3 Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
59 lines
1.0 KiB
Prolog
59 lines
1.0 KiB
Prolog
TEMPLATE=subdirs
|
|
SUBDIRS=\
|
|
qabstractfileengine \
|
|
qbuffer \
|
|
qdatastream \
|
|
qdataurl \
|
|
qdebug \
|
|
qdir \
|
|
qdiriterator \
|
|
qfile \
|
|
largefile \
|
|
qfileinfo \
|
|
qfileselector \
|
|
qfilesystementry \
|
|
qfilesystemwatcher \
|
|
qiodevice \
|
|
qipaddress \
|
|
qlockfile \
|
|
qloggingcategory \
|
|
qnodebug \
|
|
qprocess \
|
|
qprocess-noapplication \
|
|
qprocessenvironment \
|
|
qresourceengine \
|
|
qsettings \
|
|
qsavefile \
|
|
qstandardpaths \
|
|
qtemporarydir \
|
|
qtemporaryfile \
|
|
qtextstream \
|
|
qurl \
|
|
qurlinternal \
|
|
qurlquery \
|
|
qwinoverlappedionotifier \
|
|
|
|
!win32|wince* {
|
|
SUBDIRS -=\
|
|
qwinoverlappedionotifier
|
|
}
|
|
|
|
!qtHaveModule(gui): SUBDIRS -= \
|
|
qdatastream \
|
|
qsettings
|
|
|
|
!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
|