aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/demos/photoviewer/qml.qrc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/demos/photoviewer/qml.qrc')
-rw-r--r--examples/quick/demos/photoviewer/qml.qrc19
1 files changed, 19 insertions, 0 deletions
diff --git a/examples/quick/demos/photoviewer/qml.qrc b/examples/quick/demos/photoviewer/qml.qrc
new file mode 100644
index 0000000000..8abefc6212
--- /dev/null
+++ b/examples/quick/demos/photoviewer/qml.qrc
@@ -0,0 +1,19 @@
+<RCC>
+ <qresource prefix="/">
+ <file>main.qml</file>
+ <file>PhotoViewerCore/AlbumDelegate.qml</file>
+ <file>PhotoViewerCore/BusyIndicator.qml</file>
+ <file>PhotoViewerCore/Button.qml</file>
+ <file>PhotoViewerCore/EditableButton.qml</file>
+ <file>PhotoViewerCore/PhotoDelegate.qml</file>
+ <file>PhotoViewerCore/ProgressBar.qml</file>
+ <file>PhotoViewerCore/RssModel.qml</file>
+ <file>PhotoViewerCore/Tag.qml</file>
+ <file>PhotoViewerCore/images/box-shadow.png</file>
+ <file>PhotoViewerCore/images/busy.png</file>
+ <file>PhotoViewerCore/images/cardboard.png</file>
+ <file>PhotoViewerCore/script/script.js</file>
+ <file>i18n/qml_fr.qm</file>
+ <file>i18n/qml_de.qm</file>
+ </qresource>
+</RCC>