summaryrefslogtreecommitdiff
path: root/examples/quickcontrols/controls/touch/resources.qrc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols/controls/touch/resources.qrc')
-rw-r--r--examples/quickcontrols/controls/touch/resources.qrc20
1 files changed, 20 insertions, 0 deletions
diff --git a/examples/quickcontrols/controls/touch/resources.qrc b/examples/quickcontrols/controls/touch/resources.qrc
new file mode 100644
index 00000000..e64a063f
--- /dev/null
+++ b/examples/quickcontrols/controls/touch/resources.qrc
@@ -0,0 +1,20 @@
+<!DOCTYPE RCC><RCC version="1.0">
+<qresource prefix="/">
+ <file>main.qml</file>
+ <file>content/AndroidDelegate.qml</file>
+ <file>content/ButtonPage.qml</file>
+ <file>content/ListPage.qml</file>
+ <file>content/ProgressBarPage.qml</file>
+ <file>content/SliderPage.qml</file>
+ <file>content/TabBarPage.qml</file>
+ <file>content/TextInputPage.qml</file>
+ <file>images/button_default.png</file>
+ <file>images/button_pressed.png</file>
+ <file>images/navigation_next_item.png</file>
+ <file>images/navigation_previous_item.png</file>
+ <file>images/tab_selected.png</file>
+ <file>images/tabs_standard.png</file>
+ <file>images/textinput.png</file>
+ <file>images/toolbar.png</file>
+</qresource>
+</RCC>