aboutsummaryrefslogtreecommitdiffstats
path: root/examples/configureButtons/qml.qrc
diff options
context:
space:
mode:
authorBogDan Vatra <bogdan@kdab.com>2015-10-26 12:38:33 +0200
committerAndy Nichols <andy.nichols@theqtcompany.com>2015-10-26 12:40:37 +0000
commitc32e995bc79035e600893e91fdcec984f8293c75 (patch)
tree6de9a857b695fedfb3a52c5e4e34334759a09acc /examples/configureButtons/qml.qrc
parent00871e531f7fb44feb3dac7abfe4eff0af5dfada (diff)
Enable the usage of unknown gamepads.
Allowing the user to configure every button & axis of (s)his gamepad, will enable the usage of any gamepad. Currently only evdev backed has this feature. Change-Id: I6e0692980e77b448d20d5ba818b787a7b89e7257 Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
Diffstat (limited to 'examples/configureButtons/qml.qrc')
-rw-r--r--examples/configureButtons/qml.qrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/configureButtons/qml.qrc b/examples/configureButtons/qml.qrc
new file mode 100644
index 0000000..5f6483a
--- /dev/null
+++ b/examples/configureButtons/qml.qrc
@@ -0,0 +1,5 @@
+<RCC>
+ <qresource prefix="/">
+ <file>main.qml</file>
+ </qresource>
+</RCC>