aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/shapes/shapes.qrc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/shapes/shapes.qrc')
-rw-r--r--examples/quick/shapes/shapes.qrc12
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/quick/shapes/shapes.qrc b/examples/quick/shapes/shapes.qrc
index 388fb867dd..5a0edd9f8f 100644
--- a/examples/quick/shapes/shapes.qrc
+++ b/examples/quick/shapes/shapes.qrc
@@ -1,16 +1,16 @@
<RCC>
- <qresource prefix="/pathitem">
+ <qresource prefix="/shapes">
<file alias="LauncherList.qml">../shared/LauncherList.qml</file>
<file alias="SimpleLauncherDelegate.qml">../shared/SimpleLauncherDelegate.qml</file>
<file alias="images/next.png">../shared/images/next.png</file>
<file alias="images/back.png">../shared/images/back.png</file>
<file alias="images/slider_handle.png">../shared/images/slider_handle.png</file>
<file alias="Slider.qml">../shared/Slider.qml</file>
- <file alias="pathitem.qml">content/pathitem.qml</file>
- <file alias="pathitemgallery.qml">content/pathitemgallery.qml</file>
- <file alias="pathiteminteract.qml">content/pathiteminteract.qml</file>
- <file alias="pathitemsampling.qml">content/pathitemsampling.qml</file>
- <file alias="pathitemtigers.qml">content/pathitemtigers.qml</file>
+ <file alias="main.qml">content/main.qml</file>
+ <file alias="shapegallery.qml">content/shapegallery.qml</file>
+ <file alias="interactive.qml">content/interactive.qml</file>
+ <file alias="sampling.qml">content/sampling.qml</file>
+ <file alias="clippedtigers.qml">content/clippedtigers.qml</file>
<file alias="tiger.qml">content/tiger.qml</file>
<file alias="item1.qml">content/item1.qml</file>
<file alias="item2.qml">content/item2.qml</file>