summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qtemporaryfile/android_testdata.qrc
Commit message (Collapse)AuthorAgeFilesLines
* Android: Fix QTemporaryFile testsEskil Abrahamsen Blomfeldt2015-01-081-0/+6
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>