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 \
|
2013-02-19 04:06:09 +00:00
|
|
|
qfileselector \
|
2011-08-24 10:53:32 +00:00
|
|
|
qfilesystementry \
|
|
|
|
qfilesystemwatcher \
|
|
|
|
qiodevice \
|
2011-10-13 20:49:19 +00:00
|
|
|
qipaddress \
|
2013-02-03 11:00:50 +00:00
|
|
|
qlockfile \
|
2013-01-10 15:15:05 +00:00
|
|
|
qloggingcategory \
|
2014-02-04 15:35:26 +00:00
|
|
|
qloggingregistry \
|
2011-12-22 12:46:15 +00:00
|
|
|
qnodebug \
|
2011-08-24 10:53:32 +00:00
|
|
|
qprocess \
|
2012-09-18 11:54:35 +00:00
|
|
|
qprocess-noapplication \
|
2011-08-24 10:53:32 +00:00
|
|
|
qprocessenvironment \
|
|
|
|
qresourceengine \
|
|
|
|
qsettings \
|
2012-12-27 12:42:27 +00:00
|
|
|
qsavefile \
|
2011-10-21 18:54:35 +00:00
|
|
|
qstandardpaths \
|
2014-05-06 16:10:10 +00:00
|
|
|
qstorageinfo \
|
2011-11-30 17:00:12 +00:00
|
|
|
qtemporarydir \
|
2011-08-24 10:53:32 +00:00
|
|
|
qtemporaryfile \
|
|
|
|
qtextstream \
|
|
|
|
qurl \
|
2012-06-23 09:26:35 +00:00
|
|
|
qurlinternal \
|
|
|
|
qurlquery \
|
2011-12-30 14:20:32 +00:00
|
|
|
qwinoverlappedionotifier \
|
|
|
|
|
2016-03-23 09:25:46 +00:00
|
|
|
!win32 {
|
2011-12-30 14:20:32 +00:00
|
|
|
SUBDIRS -=\
|
|
|
|
qwinoverlappedionotifier
|
|
|
|
}
|
2011-08-24 10:53:32 +00:00
|
|
|
|
2013-10-08 12:51:00 +00:00
|
|
|
!qtHaveModule(gui): SUBDIRS -= \
|
|
|
|
qdatastream \
|
|
|
|
qsettings
|
|
|
|
|
2013-02-19 12:06:34 +00:00
|
|
|
!qtHaveModule(network): SUBDIRS -= \
|
|
|
|
qiodevice \
|
|
|
|
qprocess \
|
|
|
|
qtextstream
|
|
|
|
|
2016-08-05 11:35:39 +00:00
|
|
|
!qtConfig(private_tests): SUBDIRS -= \
|
2012-02-17 19:09:17 +00:00
|
|
|
qabstractfileengine \
|
2011-10-13 20:49:19 +00:00
|
|
|
qfileinfo \
|
2012-07-10 08:35:31 +00:00
|
|
|
qipaddress \
|
2014-02-04 15:35:26 +00:00
|
|
|
qurlinternal \
|
|
|
|
qloggingregistry
|
2011-12-01 03:10:13 +00:00
|
|
|
|
2016-08-05 11:35:39 +00:00
|
|
|
win32:!qtConfig(private_tests): SUBDIRS -= \
|
2011-12-01 03:10:13 +00:00
|
|
|
qfilesystementry
|
2013-09-01 16:05:46 +00:00
|
|
|
|
|
|
|
winrt: SUBDIRS -= \
|
|
|
|
qprocess \
|
|
|
|
qprocess-noapplication \
|
|
|
|
qprocessenvironment \
|
2015-12-11 12:42:28 +00:00
|
|
|
qstorageinfo \
|
2013-09-01 16:05:46 +00:00
|
|
|
qwinoverlappedionotifier
|