summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qresourceengine/android_testdata.qrc
Commit message (Collapse)AuthorAgeFilesLines
* Android: Fix QResourceEngine testsEskil Abrahamsen Blomfeldt2014-12-191-0/+21
The test expects all the files to reside in the file system, both for loading the runtime resources and for comparisons. Since we can't deploy directly to the file system on Android, we go via qrc and extract the files on startup instead. Change-Id: I17ff8985cb17dbfc45f0fb692ca46558bb5c5cdc Reviewed-by: BogDan Vatra <bogdan@kde.org>