summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/qcomplextext/qcomplextext.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/other/qcomplextext/qcomplextext.pro')
-rw-r--r--tests/auto/other/qcomplextext/qcomplextext.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/other/qcomplextext/qcomplextext.pro b/tests/auto/other/qcomplextext/qcomplextext.pro
index 98dbd3b214..d51dcb4cff 100644
--- a/tests/auto/other/qcomplextext/qcomplextext.pro
+++ b/tests/auto/other/qcomplextext/qcomplextext.pro
@@ -3,3 +3,10 @@ TARGET = tst_qcomplextext
QT += testlib
QT += core-private gui-private
SOURCES += tst_qcomplextext.cpp
+
+TESTDATA += data
+
+android {
+ RESOURCES += \
+ testdata.qrc
+}