summaryrefslogtreecommitdiffstats
path: root/examples/demos/calqlatr/calqlatr.qrc
blob: 350011e6e852b714046a6d2c03050aa97b7e76d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<RCC>
    <qresource prefix="/qt/qml/demos/calqlatr">
        <file>qmldir</file>
        <file>Main.qml</file>
        <file>content/calculator.js</file>
        <file>content/Display.qml</file>
        <file>content/NumberPad.qml</file>
        <file>content/CalculatorButton.qml</file>
        <file>content/BackspaceButton.qml</file>
        <file>content/images/backspace.svg</file>
        <file>content/images/backspace_fill.svg</file>
    </qresource>
</RCC>