summaryrefslogtreecommitdiffstats
path: root/examples/qmllegend/qmllegend.qrc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qmllegend/qmllegend.qrc')
-rw-r--r--examples/qmllegend/qmllegend.qrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/qmllegend/qmllegend.qrc b/examples/qmllegend/qmllegend.qrc
new file mode 100644
index 00000000..6496cfdb
--- /dev/null
+++ b/examples/qmllegend/qmllegend.qrc
@@ -0,0 +1,8 @@
+<RCC>
+ <qresource prefix="/qml">
+ <file alias="Data.qml">qml/qmllegend/data.qml</file>
+ <file alias="main.qml">qml/qmllegend/main.qml</file>
+ <file alias="LegendItem.qml">qml/qmllegend/legenditem.qml</file>
+ <file alias="NewButton.qml">qml/qmllegend/newbutton.qml</file>
+ </qresource>
+</RCC>