aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qrcqml/qrcqml.qrc
Commit message (Collapse)AuthorAgeFilesLines
* Fix QML import paths in Qt resources.Aaron McCarthy2012-07-271-18/+20
| | | | | | | | | | | | | | | Allow adding qrc: urls as import paths. Store an import path of the form :/import/path as qrc:/import/path which is expected by other parts of the code. Update documentation for QQmlEngine::addImportPath() to explicitly state what types of paths are supported. Add auto tests to check that importing a module from a Qt resource works. Change-Id: If0e75c75078a608b20d7a5c4080bccf6241e97f6 Reviewed-by: Chris Adams <christopher.adams@nokia.com>
* Expand test case for qrc:/ URLsMatthew Vogt2012-07-061-2/+14
| | | | | Change-Id: Ibf8a04efbcb9d39938201f65c1fc0f236243a287 Reviewed-by: Martin Jones <martin.jones@nokia.com>
* Add a test for using files stored as resources.Alan Alpert2012-05-291-0/+7
Change-Id: Ia7abd18e3d71025cf8b9eb3ed466b52191e57a0c Reviewed-by: Michael Brasser <michael.brasser@nokia.com>