summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qiodevice/android_testdata.qrc
Commit message (Collapse)AuthorAgeFilesLines
* Android: Fix QIODevice testsEskil Abrahamsen Blomfeldt2014-12-221-0/+5
Test requires that tst_qiodevice.cpp is available on file system, but since we're not able to deploy directly to the file system on Android and since we want to actually test file system access, we bundle it in qrc and copy it out during initialization. Change-Id: Ida2b5bf6f1dcd43bc740a2b9380352bab5eb6c62 Reviewed-by: BogDan Vatra <bogdan@kde.org>