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>
15 lines
249 B
Prolog
15 lines
249 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qcomplextext
|
|
QT += testlib
|
|
QT += core-private gui-private
|
|
SOURCES += tst_qcomplextext.cpp
|
|
|
|
TESTDATA += data
|
|
|
|
android {
|
|
RESOURCES += \
|
|
android_testdata.qrc
|
|
}
|
|
|
|
builtin_testdata: DEFINES += BUILTIN_TESTDATA
|