aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/particles/images.qrc
Commit message (Collapse)AuthorAgeFilesLines
* Embed some default particles.Alan Alpert2013-04-151-3/+0
| | | | | | | | | | | | Most prototype level particle effects, at least in our example code, uses basic and generic particles. Embedding these images into the particles plugin will facilitate prototyping with the particles API. Currently finding an image and copying it between projects is a relatively large development cost for quick particle system prototypes. Change-Id: I077104915353ab298e2aabd36e2a0a2070030914 Reviewed-by: Gunnar Sletta <gunnar.sletta@digia.com>
* Use resource files for most examplesKai Koehne2012-12-121-0/+38
Make examples shadow-build-friendly by using resource files instead of trying to derive the qml path from applicationDirPath(). Change-Id: I669424554c772d9b261249b366247190f5fbd8b1 Reviewed-by: Oliver Wolff <oliver.wolff@digia.com>