aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/localstorage/localstorage/localstorage.qrc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/localstorage/localstorage/localstorage.qrc')
-rw-r--r--examples/quick/localstorage/localstorage/localstorage.qrc8
1 files changed, 6 insertions, 2 deletions
diff --git a/examples/quick/localstorage/localstorage/localstorage.qrc b/examples/quick/localstorage/localstorage/localstorage.qrc
index 09ac2de033..079438be2b 100644
--- a/examples/quick/localstorage/localstorage/localstorage.qrc
+++ b/examples/quick/localstorage/localstorage/localstorage.qrc
@@ -1,6 +1,10 @@
<RCC>
- <qresource prefix="/localstorage/localstorage">
- <file>hello.qml</file>
+ <qresource prefix="/">
+ <file>Header.qml</file>
+ <file>Database.js</file>
+ <file>MyModel.qml</file>
+ <file>MyButton.qml</file>
+ <file>MyDelegate.qml</file>
<file>localstorage.qml</file>
</qresource>
</RCC>