aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/threading/threading.qrc
Commit message (Collapse)AuthorAgeFilesLines
* Port WorkerScript threading examples to use ES modulesSimon Hausmann2018-08-211-2/+2
| | | | | | | | | This is the more modern way of doing things, so demonstrate that in our examples and documentation. Change-Id: Icd5316fbeeb00c34d470c8d871851945dc831244 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* Use resource files for most examplesKai Koehne2012-12-121-0/+10
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>