summaryrefslogtreecommitdiffstats
path: root/examples/sensors/shakeit
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sensors/shakeit')
-rw-r--r--examples/sensors/shakeit/shakeit.pro3
-rw-r--r--examples/sensors/shakeit/shakeit.qrc10
2 files changed, 13 insertions, 0 deletions
diff --git a/examples/sensors/shakeit/shakeit.pro b/examples/sensors/shakeit/shakeit.pro
index 73351918..cb36f739 100644
--- a/examples/sensors/shakeit/shakeit.pro
+++ b/examples/sensors/shakeit/shakeit.pro
@@ -3,6 +3,9 @@ TARGET = shakeit
QT += quick
SOURCES = main.cpp
+RESOURCES += \
+ shakeit.qrc
+
app.files = \
$$files(*.qml) \
icon.png \
diff --git a/examples/sensors/shakeit/shakeit.qrc b/examples/sensors/shakeit/shakeit.qrc
new file mode 100644
index 00000000..1a2c75d8
--- /dev/null
+++ b/examples/sensors/shakeit/shakeit.qrc
@@ -0,0 +1,10 @@
+<RCC>
+ <qresource prefix="/">
+ <file>shakeit.qml</file>
+ <file>audio/loopy2a_mono.wav</file>
+ <file>audio/phone.wav</file>
+ <file>content/triangle.png</file>
+ <file>content/triangle2.png</file>
+ <file>content/triangle3.png</file>
+ </qresource>
+</RCC>