summaryrefslogtreecommitdiff
path: root/examples/sensors/sensor_explorer/qml.qrc
blob: 3f11f3e9c55dc0e3c9b9deff273d4f857517ae1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<RCC>
    <qresource prefix="/">
        <file>PropertyList.qml</file>
        <file>SensorList.qml</file>
        <file>sensor_explorer.qml</file>
        <file>components/ApplicationWindow.qml</file>
        <file>components/TextField.qml</file>
        <file>components/Button.qml</file>
        <file>components/images/button_background_disabled.png</file>
        <file>components/images/textfield_background_normal.png</file>
        <file>components/images/textfield_background_disabled.png</file>
        <file>components/images/button_background_pressed.png</file>
        <file>components/images/button_background_normal.png</file>
        <file>content/listitem_select.png</file>
    </qresource>
</RCC>