summaryrefslogtreecommitdiffstats
path: root/examples/sensors/sensor_explorer
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sensors/sensor_explorer')
-rw-r--r--examples/sensors/sensor_explorer/qml.pro3
-rw-r--r--examples/sensors/sensor_explorer/qml.qrc16
2 files changed, 19 insertions, 0 deletions
diff --git a/examples/sensors/sensor_explorer/qml.pro b/examples/sensors/sensor_explorer/qml.pro
index e5b081f9..e9fe0bf5 100644
--- a/examples/sensors/sensor_explorer/qml.pro
+++ b/examples/sensors/sensor_explorer/qml.pro
@@ -12,3 +12,6 @@ app.files = \
target.path = $$[QT_INSTALL_EXAMPLES]/qtsensors/sensor_explorer
app.path = $$[QT_INSTALL_EXAMPLES]/qtsensors/sensor_explorer
INSTALLS += target app
+
+RESOURCES += \
+ qml.qrc
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>