summaryrefslogtreecommitdiff
path: root/examples/embedded/weatherinfo/weatherinfo.qrc
blob: 6e9d22435f594fc0edb9fca94ad6b663359a924f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<RCC>
    <qresource prefix="/" >
        <file>icons/weather-few-clouds.svg</file>
        <file>icons/weather-fog.svg</file>
        <file>icons/weather-haze.svg</file>
        <file>icons/weather-icy.svg</file>
        <file>icons/weather-overcast.svg</file>
        <file>icons/weather-showers.svg</file>
        <file>icons/weather-sleet.svg</file>
        <file>icons/weather-snow.svg</file>
        <file>icons/weather-storm.svg</file>
        <file>icons/weather-sunny.svg</file>
        <file>icons/weather-sunny-very-few-clouds.svg</file>
        <file>icons/weather-thundershower.svg</file>
    </qresource>
</RCC>