summaryrefslogtreecommitdiffstats
path: root/examples/charts/qmlcustomlegend/resources.qrc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/charts/qmlcustomlegend/resources.qrc')
-rw-r--r--examples/charts/qmlcustomlegend/resources.qrc10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/charts/qmlcustomlegend/resources.qrc b/examples/charts/qmlcustomlegend/resources.qrc
new file mode 100644
index 00000000..bd49690b
--- /dev/null
+++ b/examples/charts/qmlcustomlegend/resources.qrc
@@ -0,0 +1,10 @@
+<RCC>
+ <qresource prefix="/">
+ <file>qml/qmlcustomlegend/main.qml</file>
+ <file>qml/qmlcustomlegend/CustomLegend.qml</file>
+ <file>qml/qmlcustomlegend/ChartViewStacked.qml</file>
+ <file>qml/qmlcustomlegend/ChartViewHighlighted.qml</file>
+ <file>qml/qmlcustomlegend/ChartViewSelector.qml</file>
+ <file>qml/qmlcustomlegend/AnimatedAreaSeries.qml</file>
+ </qresource>
+</RCC>