weatherinfo.qrc Example File

weatherinfo/weatherinfo.qrc

  <RCC>
      <qresource prefix="/">
          <file>weatherinfo.qml</file>
          <file>components/BigForecastIcon.qml</file>
          <file>components/ForecastIcon.qml</file>
          <file>components/WeatherIcon.qml</file>
          <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-very-few-clouds.png</file>
          <file>icons/weather-sunny.png</file>
          <file>icons/weather-thundershower.png</file>
      </qresource>
  </RCC>