aboutsummaryrefslogtreecommitdiffstats
path: root/DemoApplication/qml.qrc
diff options
context:
space:
mode:
authorAntti Hölttä <AHoelttae@luxoft.com>2018-11-13 15:40:13 +0100
committerAntti Hölttä <AHoelttae@luxoft.com>2019-03-18 16:33:53 +0100
commitc9a97de34ca56d4cab671beeeb6d27a66ac3da4e (patch)
tree652a2fc55284fa22506795eccb2e043aa18446b5 /DemoApplication/qml.qrc
parent67dd94b0daecc445bbd3af7b5956ddcbdbdb5f39 (diff)
Add 360 algorithm
Add algorithm that allows navigation to any direction. Works somewhat well now. Example app has a page with a gamepad/stick support.
Diffstat (limited to 'DemoApplication/qml.qrc')
-rw-r--r--DemoApplication/qml.qrc12
1 files changed, 12 insertions, 0 deletions
diff --git a/DemoApplication/qml.qrc b/DemoApplication/qml.qrc
new file mode 100644
index 0000000..a726151
--- /dev/null
+++ b/DemoApplication/qml.qrc
@@ -0,0 +1,12 @@
+<RCC>
+ <qresource prefix="/">
+ <file>main.qml</file>
+ <file>HomeForm.qml</file>
+ <file>Page1Form.qml</file>
+ <file>Page2Form.qml</file>
+ <file>qtquickcontrols2.conf</file>
+ <file>CNButton.qml</file>
+ <file>Page3Form.qml</file>
+ <file>Page4Form.qml</file>
+ </qresource>
+</RCC>