summaryrefslogtreecommitdiffstats
path: root/examples/sensors/sensor_explorer/qml.qrc
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2013-05-23 13:18:07 +0200
committerFrederik Gladhorn <frederik.gladhorn@digia.com>2013-05-23 13:18:07 +0200
commite8237a3d19e90c31af6d5a6c5e3a2f7815740226 (patch)
tree24696c0400318684bc00cf36d41a445051b67b96 /examples/sensors/sensor_explorer/qml.qrc
parentf57241666fd4b7074cbe33567827293e2a0a9ad5 (diff)
parent3d75c54b8d0d055eff2a41cef7733b6204f8241c (diff)
Merge remote-tracking branch 'origin/stable' into dev
Diffstat (limited to 'examples/sensors/sensor_explorer/qml.qrc')
-rw-r--r--examples/sensors/sensor_explorer/qml.qrc16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/sensors/sensor_explorer/qml.qrc b/examples/sensors/sensor_explorer/qml.qrc
new file mode 100644
index 00000000..3f11f3e9
--- /dev/null
+++ b/examples/sensors/sensor_explorer/qml.qrc
@@ -0,0 +1,16 @@
+<RCC>
+ <qresource prefix="/">
+ <file>PropertyList.qml</file>
+ <file>SensorList.qml</file>
+ <file>sensor_explorer.qml</file>
+ <file>components/ApplicationWindow.qml</file>
+ <file>components/TextField.qml</file>
+ <file>components/Button.qml</file>
+ <file>components/images/button_background_disabled.png</file>
+ <file>components/images/textfield_background_normal.png</file>
+ <file>components/images/textfield_background_disabled.png</file>
+ <file>components/images/button_background_pressed.png</file>
+ <file>components/images/button_background_normal.png</file>
+ <file>content/listitem_select.png</file>
+ </qresource>
+</RCC>