1<RCC>
2    <qresource prefix="/">
3        <file>weatherinfo.qml</file>
4        <file>components/BigForecastIcon.qml</file>
5        <file>components/ForecastIcon.qml</file>
6        <file>components/WeatherIcon.qml</file>
7        <file>icons/weather-few-clouds.png</file>
8        <file>icons/weather-fog.png</file>
9        <file>icons/weather-haze.png</file>
10        <file>icons/weather-icy.png</file>
11        <file>icons/weather-overcast.png</file>
12        <file>icons/weather-showers.png</file>
13        <file>icons/weather-sleet.png</file>
14        <file>icons/weather-snow.png</file>
15        <file>icons/weather-storm.png</file>
16        <file>icons/weather-sunny-very-few-clouds.png</file>
17        <file>icons/weather-sunny.png</file>
18        <file>icons/weather-thundershower.png</file>
19    </qresource>
20</RCC>
21