b9f56751cb
This decouples QProcess and QProcessEnvironment, since the latter may actually be available on platforms where the former is not. Change-Id: I3dc799ffdf94486b64143ed01a369897fff44a96 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
70 lines
1.2 KiB
Prolog
70 lines
1.2 KiB
Prolog
TEMPLATE=subdirs
|
|
SUBDIRS=\
|
|
qabstractfileengine \
|
|
qbuffer \
|
|
qdatastream \
|
|
qdataurl \
|
|
qdebug \
|
|
qdir \
|
|
qdiriterator \
|
|
qfile \
|
|
largefile \
|
|
qfileinfo \
|
|
qfileselector \
|
|
qfilesystementry \
|
|
qfilesystemwatcher \
|
|
qiodevice \
|
|
qipaddress \
|
|
qlockfile \
|
|
qloggingcategory \
|
|
qloggingregistry \
|
|
qnodebug \
|
|
qprocess \
|
|
qprocess-noapplication \
|
|
qprocessenvironment \
|
|
qresourceengine \
|
|
qsettings \
|
|
qsavefile \
|
|
qstandardpaths \
|
|
qstorageinfo \
|
|
qtemporarydir \
|
|
qtemporaryfile \
|
|
qtextstream \
|
|
qurl \
|
|
qurlinternal \
|
|
qurlquery \
|
|
qwinoverlappedionotifier \
|
|
|
|
!win32 {
|
|
SUBDIRS -=\
|
|
qwinoverlappedionotifier
|
|
}
|
|
|
|
!qtHaveModule(gui): SUBDIRS -= \
|
|
qdatastream \
|
|
qsettings
|
|
|
|
!qtHaveModule(network): SUBDIRS -= \
|
|
qiodevice \
|
|
qprocess \
|
|
qtextstream
|
|
|
|
!qtConfig(private_tests): SUBDIRS -= \
|
|
qabstractfileengine \
|
|
qfileinfo \
|
|
qipaddress \
|
|
qurlinternal \
|
|
qloggingregistry
|
|
|
|
win32:!qtConfig(private_tests): SUBDIRS -= \
|
|
qfilesystementry
|
|
|
|
!qtConfig(processenvironment): SUBDIRS -= \
|
|
qprocessenvironment
|
|
|
|
winrt: SUBDIRS -= \
|
|
qprocess \
|
|
qprocess-noapplication \
|
|
qstorageinfo \
|
|
qwinoverlappedionotifier
|