qmlmirror/weatherinfo/images.qrc
Oscar Andreasson 2dca04fe35 Renamed .png files
README.md: added
Fixed images.qrc
Fixed qmldir
2015-06-18 21:27:32 -07:00

20 lines
811 B
Text

<RCC>
<qresource prefix="/">
<file>icons/weather-few-clouds.png</file>
<file>icons/weather-fog.png</file>
<file>icons/weather-haze.png</file>
<file>icons/weather-icy.png</file>
<file>icons/weather-overcast.png</file>
<file>icons/weather-showers.png</file>
<file>icons/weather-sleet.png</file>
<file>icons/weather-snow.png</file>
<file>icons/weather-storm.png</file>
<file>icons/weather-sunny.png</file>
<file>icons/weather-sunny-very-few-clouds.png</file>
<file>icons/weather-thundershower.png</file>
<file>components/BigForecastIcon.qml</file>
<file>components/ForecastIcon.qml</file>
<file>components/WeatherIcon.qml</file>
<file>WeatherInfo.qml</file>
</qresource>
</RCC>