summaryrefslogtreecommitdiffstats
path: root/tests/quick2chartproperties/resources.qrc
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2013-04-18 13:30:07 +0300
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2013-04-23 09:24:32 +0300
commit5862599d088d072b4ac89ed556a645680f786d80 (patch)
tree838db883bea99b520ae90c634746f9f942fb6832 /tests/quick2chartproperties/resources.qrc
parentb0caebd0eeccca1b5e901faa6e5df1a1f6301312 (diff)
Generate charts plugin for QtQuick2 as well as QtQuick1
Added quick2 versions of a couple of demos, too. Task-number: QTRD-1922 Change-Id: Ie3e2c1c40c38e06fc6d3afe27289eccc2f997f67 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Diffstat (limited to 'tests/quick2chartproperties/resources.qrc')
-rw-r--r--tests/quick2chartproperties/resources.qrc31
1 files changed, 31 insertions, 0 deletions
diff --git a/tests/quick2chartproperties/resources.qrc b/tests/quick2chartproperties/resources.qrc
new file mode 100644
index 00000000..181ff6c0
--- /dev/null
+++ b/tests/quick2chartproperties/resources.qrc
@@ -0,0 +1,31 @@
+<RCC>
+ <qresource prefix="/">
+ <file>qml/quick2chartproperties/loader.qml</file>
+ <file>qml/quick2chartproperties/main.qml</file>
+ <file>qml/quick2chartproperties/Button.qml</file>
+ <file>qml/quick2chartproperties/PieChart.qml</file>
+ <file>qml/quick2chartproperties/PieEditor.qml</file>
+ <file>qml/quick2chartproperties/LineChart.qml</file>
+ <file>qml/quick2chartproperties/LineEditor.qml</file>
+ <file>qml/quick2chartproperties/SplineChart.qml</file>
+ <file>qml/quick2chartproperties/ScatterChart.qml</file>
+ <file>qml/quick2chartproperties/AreaChart.qml</file>
+ <file>qml/quick2chartproperties/BarChart.qml</file>
+ <file>qml/quick2chartproperties/BarEditor.qml</file>
+ <file>qml/quick2chartproperties/ScatterEditor.qml</file>
+ <file>qml/quick2chartproperties/AreaEditor.qml</file>
+ <file>qml/quick2chartproperties/StackedBarChart.qml</file>
+ <file>qml/quick2chartproperties/PercentBarChart.qml</file>
+ <file>qml/quick2chartproperties/Chart.qml</file>
+ <file>qml/quick2chartproperties/ChartEditor.qml</file>
+ <file>qml/quick2chartproperties/FontEditor.qml</file>
+ <file>qml/quick2chartproperties/HorizontalBarChart.qml</file>
+ <file>qml/quick2chartproperties/HorizontalPercentBarChart.qml</file>
+ <file>qml/quick2chartproperties/HorizontalStackedBarChart.qml</file>
+ <file>qml/quick2chartproperties/ChartEditorAxis.qml</file>
+ <file>qml/quick2chartproperties/ChartEditorLegend.qml</file>
+ <file>qml/quick2chartproperties/ChartEditorProperties.qml</file>
+ <file>qml/quick2chartproperties/ChartEditorTitle.qml</file>
+ <file>qml/quick2chartproperties/ChartEditorSeries.qml</file>
+ </qresource>
+</RCC>