summaryrefslogtreecommitdiff
path: root/examples/sensors/qmlqtsensors/qmlqtsensors.qrc
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Fix errors in Qt Sensors QML exampleTopi Reinio2013-05-271-0/+1
| | | | | | | | | | This change fixes the errors in example QML code by replacing the overuse of anchors with Column/Row components, and cleaning up by refactoring reusable code into a new QML type. Task-number: QTBUG-31076 Change-Id: Iade6f98d7db716848c44d4066aa23064929b32f2 Reviewed-by: Lorn Potter <lorn.potter@jollamobile.com>
* Sensors examples: Use resource system for QML examplesTopi Reinio2013-05-231-0/+10
Adds resources (.qml, .js, images, etc.) used in QML examples as Qt resources. This enables running the examples successfully when shadow building, without copying the files around. Task-number: QTBUG-31076 Change-Id: I0f3352cffdc334f6139aac60acd3345710516d65 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Lorn Potter <lorn.potter@jollamobile.com>