aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/shared/shared.qrc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/shared/shared.qrc')
-rw-r--r--examples/declarative/shared/shared.qrc21
1 files changed, 21 insertions, 0 deletions
diff --git a/examples/declarative/shared/shared.qrc b/examples/declarative/shared/shared.qrc
new file mode 100644
index 000000000..c19063a58
--- /dev/null
+++ b/examples/declarative/shared/shared.qrc
@@ -0,0 +1,21 @@
+<RCC>
+ <qresource prefix="/shared">
+ <file>Button.qml</file>
+ <file>CheckBox.qml</file>
+ <file>FlickrRssModel.qml</file>
+ <file>Images.qml</file>
+ <file>Label.qml</file>
+ <file>LauncherList.qml</file>
+ <file>SimpleLauncherDelegate.qml</file>
+ <file>Slider.qml</file>
+ <file>TabSet.qml</file>
+ <file>TextField.qml</file>
+ <file>images/back.png</file>
+ <file>images/checkmark.png</file>
+ <file>images/next.png</file>
+ <file>images/qt-logo.png</file>
+ <file>images/slider_handle.png</file>
+ <file>images/tab.png</file>
+ <file>qmldir</file>
+ </qresource>
+</RCC>