aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/customitems/spinner/spinner.qrc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/customitems/spinner/spinner.qrc')
-rw-r--r--examples/quick/customitems/spinner/spinner.qrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/quick/customitems/spinner/spinner.qrc b/examples/quick/customitems/spinner/spinner.qrc
new file mode 100644
index 0000000000..3a8e4b17fd
--- /dev/null
+++ b/examples/quick/customitems/spinner/spinner.qrc
@@ -0,0 +1,8 @@
+<RCC>
+ <qresource prefix="/">
+ <file>main.qml</file>
+ <file>content/spinner-bg.png</file>
+ <file>content/spinner-select.png</file>
+ <file>content/Spinner.qml</file>
+ </qresource>
+</RCC>