aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/customitems/dialcontrol/dialcontrol.qrc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/customitems/dialcontrol/dialcontrol.qrc')
-rw-r--r--examples/quick/customitems/dialcontrol/dialcontrol.qrc12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/quick/customitems/dialcontrol/dialcontrol.qrc b/examples/quick/customitems/dialcontrol/dialcontrol.qrc
new file mode 100644
index 0000000000..6433d68bb8
--- /dev/null
+++ b/examples/quick/customitems/dialcontrol/dialcontrol.qrc
@@ -0,0 +1,12 @@
+<RCC>
+ <qresource prefix="/">
+ <file>dialcontrol.qml</file>
+ <file>content/background.png</file>
+ <file>content/Dial.qml</file>
+ <file>content/needle_shadow.png</file>
+ <file>content/needle.png</file>
+ <file>content/overlay.png</file>
+ <file>content/quit.png</file>
+ <file>content/QuitButton.qml</file>
+ </qresource>
+</RCC>