c3059391fe
This only enables compilation, it doesn't fix any test.
Qt on Android supports process, but not TEST_HELPER_INSTALLS. See also
acdd57cb
for winrt.
android-ndk-r10e is used to compile, see
http://doc-snapshots.qt.io/qt5-5.11/androidgs.html .
corelib/io/{qdir,qresourceengine} need to be fixed later.
Done-with: Frederik Gladhorn <frederik.gladhorn@qt.io>
Done-with: Mårten Nordheim <marten.nordheim@qt.io>
Change-Id: I34b924c8ae5d46d6835b8f0a6606450920f4423b
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
72 lines
1.2 KiB
Prolog
72 lines
1.2 KiB
Prolog
TEMPLATE=subdirs
|
|
SUBDIRS=\
|
|
qabstractfileengine \
|
|
qbuffer \
|
|
qdataurl \
|
|
qdebug \
|
|
qdir \
|
|
qdiriterator \
|
|
qfile \
|
|
largefile \
|
|
qfileinfo \
|
|
qfileselector \
|
|
qfilesystemmetadata \
|
|
qfilesystementry \
|
|
qfilesystemwatcher \
|
|
qiodevice \
|
|
qipaddress \
|
|
qlockfile \
|
|
qloggingcategory \
|
|
qloggingregistry \
|
|
qnodebug \
|
|
qprocess \
|
|
qprocess-noapplication \
|
|
qprocessenvironment \
|
|
qresourceengine \
|
|
qsettings \
|
|
qsavefile \
|
|
qstandardpaths \
|
|
qstorageinfo \
|
|
qtemporarydir \
|
|
qtemporaryfile \
|
|
qurl \
|
|
qurlinternal \
|
|
qurlquery \
|
|
|
|
!qtHaveModule(gui): SUBDIRS -= \
|
|
qsettings
|
|
|
|
!qtHaveModule(network): SUBDIRS -= \
|
|
qiodevice \
|
|
qprocess
|
|
|
|
!qtHaveModule(concurrent): SUBDIRS -= \
|
|
qdebug \
|
|
qlockfile \
|
|
qurl
|
|
|
|
!qtConfig(private_tests): SUBDIRS -= \
|
|
qabstractfileengine \
|
|
qfileinfo \
|
|
qipaddress \
|
|
qurlinternal \
|
|
qloggingregistry
|
|
|
|
win32:!qtConfig(private_tests): SUBDIRS -= \
|
|
qfilesystementry
|
|
|
|
!qtConfig(processenvironment): SUBDIRS -= \
|
|
qprocessenvironment
|
|
|
|
!qtConfig(process): SUBDIRS -= \
|
|
qprocess \
|
|
qprocess-noapplication
|
|
|
|
winrt: SUBDIRS -= \
|
|
qstorageinfo
|
|
|
|
android: SUBDIRS -= \
|
|
qprocess \
|
|
qdir \
|
|
qresourceengine
|