aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/demos/calqlatr/calqlatr.qrc
blob: fda7d35d7ea9bb38a8319294ab26a1995d016cba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<RCC>
    <qresource prefix="/demos/calqlatr">
        <file>calqlatr.qml</file>
        <file>content/Button.qml</file>
        <file>content/calculator.js</file>
        <file>content/Display.qml</file>
        <file>content/NumberPad.qml</file>
        <file>content/StyleLabel.qml</file>
        <file>content/audio/touch.wav</file>
        <file>content/images/icon-back.png</file>
        <file>content/images/icon-close.png</file>
        <file>content/images/icon-settings.png</file>
        <file>content/images/logo.png</file>
        <file>content/images/paper-edge-left.png</file>
        <file>content/images/paper-edge-right.png</file>
        <file>content/images/paper-grip.png</file>
        <file>content/images/settings-selected-a.png</file>
        <file>content/images/settings-selected-b.png</file>
        <file>content/images/touch-green.png</file>
        <file>content/images/touch-white.png</file>
    </qresource>
</RCC>