2011-08-24 10:53:32 +00:00
|
|
|
TEMPLATE=subdirs
|
|
|
|
SUBDIRS=\
|
|
|
|
qabstractfileengine \
|
|
|
|
qbuffer \
|
|
|
|
qdatastream \
|
2012-05-09 16:34:17 +00:00
|
|
|
qdataurl \
|
2011-08-24 10:53:32 +00:00
|
|
|
qdebug \
|
|
|
|
qdir \
|
|
|
|
qdiriterator \
|
|
|
|
qfile \
|
2012-01-13 04:01:57 +00:00
|
|
|
largefile \
|
2011-08-24 10:53:32 +00:00
|
|
|
qfileinfo \
|
|
|
|
qfilesystementry \
|
|
|
|
qfilesystemwatcher \
|
|
|
|
qiodevice \
|
2011-10-13 20:49:19 +00:00
|
|
|
qipaddress \
|
2011-12-22 12:46:15 +00:00
|
|
|
qnodebug \
|
2011-08-24 10:53:32 +00:00
|
|
|
qprocess \
|
|
|
|
qprocessenvironment \
|
|
|
|
qresourceengine \
|
|
|
|
qsettings \
|
2011-10-21 18:54:35 +00:00
|
|
|
qstandardpaths \
|
2011-11-30 17:00:12 +00:00
|
|
|
qtemporarydir \
|
2011-08-24 10:53:32 +00:00
|
|
|
qtemporaryfile \
|
|
|
|
qtextstream \
|
|
|
|
qurl \
|
2011-12-30 14:20:32 +00:00
|
|
|
qwinoverlappedionotifier \
|
|
|
|
|
|
|
|
!win32|wince* {
|
|
|
|
SUBDIRS -=\
|
|
|
|
qwinoverlappedionotifier
|
|
|
|
}
|
2011-08-24 10:53:32 +00:00
|
|
|
|
|
|
|
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
|
2012-02-17 19:09:17 +00:00
|
|
|
qabstractfileengine \
|
2011-10-13 20:49:19 +00:00
|
|
|
qfileinfo \
|
|
|
|
qipaddress
|
2011-12-01 03:10:13 +00:00
|
|
|
|
|
|
|
win32:!contains(QT_CONFIG, private_tests): SUBDIRS -= \
|
|
|
|
qfilesystementry
|