summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/qcomplextext
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/other/qcomplextext')
-rw-r--r--tests/auto/other/qcomplextext/android_testdata.qrc6
-rw-r--r--tests/auto/other/qcomplextext/qcomplextext.pro4
2 files changed, 9 insertions, 1 deletions
diff --git a/tests/auto/other/qcomplextext/android_testdata.qrc b/tests/auto/other/qcomplextext/android_testdata.qrc
new file mode 100644
index 0000000000..828176df4a
--- /dev/null
+++ b/tests/auto/other/qcomplextext/android_testdata.qrc
@@ -0,0 +1,6 @@
+<RCC>
+ <qresource prefix="/android_testdata">
+ <file>data/BidiCharacterTest.txt</file>
+ <file>data/BidiTest.txt</file>
+ </qresource>
+</RCC>
diff --git a/tests/auto/other/qcomplextext/qcomplextext.pro b/tests/auto/other/qcomplextext/qcomplextext.pro
index d51dcb4cff..5135b48fee 100644
--- a/tests/auto/other/qcomplextext/qcomplextext.pro
+++ b/tests/auto/other/qcomplextext/qcomplextext.pro
@@ -8,5 +8,7 @@ TESTDATA += data
android {
RESOURCES += \
- testdata.qrc
+ android_testdata.qrc
}
+
+builtin_testdata: DEFINES += BUILTIN_TESTDATA