qt5base-lts/tests/auto/gui/text/qcssparser/testdata.qrc
Eskil Abrahamsen Blomfeldt e746e2a11a Android: Fix tests in gui/text requiring test data
Several tests require test data to be deployed with the
application. The easiest way to achieve this on Android
is to add them to a qrc file and use the QFINDTESTDATA macro
to look up the files. This fixes several test failures
in the gui/text subdirectory for Android.

Change-Id: If944bb1fc93434a1b2d6487da829d21bd6b84e87
Reviewed-by: BogDan Vatra <bogdan@kde.org>
2014-07-21 09:49:09 +02:00

19 lines
814 B
Plaintext

<RCC>
<qresource prefix="/">
<file>testdata/scanner/comments/input</file>
<file>testdata/scanner/comments/output</file>
<file>testdata/scanner/comments2/input</file>
<file>testdata/scanner/comments2/output</file>
<file>testdata/scanner/comments3/input</file>
<file>testdata/scanner/comments3/output</file>
<file>testdata/scanner/comments4/input</file>
<file>testdata/scanner/comments4/output</file>
<file>testdata/scanner/quotedstring/input</file>
<file>testdata/scanner/quotedstring/output</file>
<file>testdata/scanner/simple/input</file>
<file>testdata/scanner/simple/output</file>
<file>testdata/scanner/unicode/input</file>
<file>testdata/scanner/unicode/output</file>
</qresource>
</RCC>