aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/demos/clocks/clocks.qrc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/demos/clocks/clocks.qrc')
-rw-r--r--examples/quick/demos/clocks/clocks.qrc15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/quick/demos/clocks/clocks.qrc b/examples/quick/demos/clocks/clocks.qrc
new file mode 100644
index 0000000000..eaff4729ae
--- /dev/null
+++ b/examples/quick/demos/clocks/clocks.qrc
@@ -0,0 +1,15 @@
+<RCC>
+ <qresource prefix="/demos/clocks">
+ <file>clocks.qml</file>
+ <file>content/arrow.png</file>
+ <file>content/background.png</file>
+ <file>content/center.png</file>
+ <file>content/clock-night.png</file>
+ <file>content/clock.png</file>
+ <file>content/Clock.qml</file>
+ <file>content/hour.png</file>
+ <file>content/minute.png</file>
+ <file>content/quit.png</file>
+ <file>content/second.png</file>
+ </qresource>
+</RCC>