aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickGamepad/qml.qrc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickGamepad/qml.qrc')
-rw-r--r--examples/quickGamepad/qml.qrc24
1 files changed, 24 insertions, 0 deletions
diff --git a/examples/quickGamepad/qml.qrc b/examples/quickGamepad/qml.qrc
new file mode 100644
index 0000000..d82637e
--- /dev/null
+++ b/examples/quickGamepad/qml.qrc
@@ -0,0 +1,24 @@
+<RCC>
+ <qresource prefix="/">
+ <file>qml/main.qml</file>
+ <file>qml/JoystickViewer.qml</file>
+ <file>qml/xboxControllerButtonA.png</file>
+ <file>qml/xboxControllerButtonB.png</file>
+ <file>qml/xboxControllerButtonX.png</file>
+ <file>qml/xboxControllerButtonY.png</file>
+ <file>qml/ButtonImage.qml</file>
+ <file>qml/xboxControllerBack.png</file>
+ <file>qml/xboxControllerButtonGuide.png</file>
+ <file>qml/xboxControllerDPad.png</file>
+ <file>qml/xboxControllerLeftShoulder.png</file>
+ <file>qml/xboxControllerLeftThumbstick.png</file>
+ <file>qml/xboxControllerLeftTrigger.png</file>
+ <file>qml/xboxControllerRightShoulder.png</file>
+ <file>qml/xboxControllerRightThumbstick.png</file>
+ <file>qml/xboxControllerRightTrigger.png</file>
+ <file>qml/xboxControllerStart.png</file>
+ <file>qml/LeftThumbstick.qml</file>
+ <file>qml/RightThumbstick.qml</file>
+ <file>qml/DPad.qml</file>
+ </qresource>
+</RCC>