summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qtemporaryfile/android_testdata.qrc
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>2014-12-19 14:34:46 +0100
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>2015-01-08 10:06:50 +0100
commit7ad75cd8ef7e95bba3cfc694b7baffbc445bd2b0 (patch)
tree632cd658845bc99be1c92957d9a73a3108e558ef /tests/auto/corelib/io/qtemporaryfile/android_testdata.qrc
parent954d355fbcf901587a4dd177fe176cc2131ec4a0 (diff)
Android: Fix QTemporaryFile tests
Fixed a few instances of files that should be deployed to the file system. The way we do this on Android is via qrc. We also need a special case for the resources/test.txt, because QFINDTESTDATA will find this in qrc, but that's not the one we are looking for. Change-Id: I7097e8b7795b3a8fd483adad090208f295478412 Reviewed-by: BogDan Vatra <bogdan@kde.org>
Diffstat (limited to 'tests/auto/corelib/io/qtemporaryfile/android_testdata.qrc')
-rw-r--r--tests/auto/corelib/io/qtemporaryfile/android_testdata.qrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/corelib/io/qtemporaryfile/android_testdata.qrc b/tests/auto/corelib/io/qtemporaryfile/android_testdata.qrc
new file mode 100644
index 0000000000..f30290c262
--- /dev/null
+++ b/tests/auto/corelib/io/qtemporaryfile/android_testdata.qrc
@@ -0,0 +1,6 @@
+<RCC>
+ <qresource prefix="/android_testdata">
+ <file>tst_qtemporaryfile.cpp</file>
+ <file>resources/test.txt</file>
+ </qresource>
+</RCC>