summaryrefslogtreecommitdiff
path: root/examples/quickcontrols/extras/dashboard/dashboard.qrc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols/extras/dashboard/dashboard.qrc')
-rw-r--r--examples/quickcontrols/extras/dashboard/dashboard.qrc13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/quickcontrols/extras/dashboard/dashboard.qrc b/examples/quickcontrols/extras/dashboard/dashboard.qrc
new file mode 100644
index 00000000..605e1678
--- /dev/null
+++ b/examples/quickcontrols/extras/dashboard/dashboard.qrc
@@ -0,0 +1,13 @@
+<RCC>
+ <qresource prefix="/">
+ <file>fonts/DejaVuSans.ttf</file>
+ <file>images/fuel-icon.png</file>
+ <file>images/temperature-icon.png</file>
+ <file>qml/dashboard.qml</file>
+ <file>qml/DashboardGaugeStyle.qml</file>
+ <file>qml/IconGaugeStyle.qml</file>
+ <file>qml/TachometerStyle.qml</file>
+ <file>qml/TurnIndicator.qml</file>
+ <file>qml/ValueSource.qml</file>
+ </qresource>
+</RCC>