aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/customitems/flipable/flipable.qrc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/customitems/flipable/flipable.qrc')
-rw-r--r--examples/quick/customitems/flipable/flipable.qrc10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/quick/customitems/flipable/flipable.qrc b/examples/quick/customitems/flipable/flipable.qrc
index 7918ccf00e..b7bc2f3021 100644
--- a/examples/quick/customitems/flipable/flipable.qrc
+++ b/examples/quick/customitems/flipable/flipable.qrc
@@ -1,9 +1,9 @@
<RCC>
- <qresource prefix="/">
+ <qresource prefix="/flipable">
<file>flipable.qml</file>
- <file>content/5_heart.png</file>
- <file>content/9_club.png</file>
- <file>content/back.png</file>
- <file>content/Card.qml</file>
+ <file>5_heart.png</file>
+ <file>9_club.png</file>
+ <file>back.png</file>
+ <file>Card.qml</file>
</qresource>
</RCC>