aboutsummaryrefslogtreecommitdiffstats
path: root/examples/gamepad/quickGamepad/qml.qrc
blob: d82637ee7e1661ab8b8550cac26a9d4ebfca77d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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>