From 0946f60d573950b668798f57036f6fa9ac069d1f Mon Sep 17 00:00:00 2001 From: Oscar Andreasson Date: Thu, 18 Jun 2015 19:53:54 -0700 Subject: [PATCH] Updated qmldir file --- weatherinfo/qmldir | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/weatherinfo/qmldir b/weatherinfo/qmldir index 8d417ff..e71f123 100644 --- a/weatherinfo/qmldir +++ b/weatherinfo/qmldir @@ -1,2 +1,19 @@ -module Weather +module net.frozentux.weatherinfo plugin WeatherData +plugin AppModel +WeatherInfo 1.0 qrc:///WeatherInfo.qml +BigForecastIcon 1.0 qrc:///components/BigForecastIcon.qml +ForecastIcon 1.0 qrc:///components/ForecastIcon.qml +WeatherIcon 1.0 qrc:///components/WeatherIcon.qml +weather-few-clouds.png 1.0 qrc:///icons/weather-few-clouds.png +weather-fog.png 1.0 qrc:///icons/weather-fog.png +weather-haze.png 1.0 qrc:///icons/weather-haze.png +weather-icy.png 1.0 qrc:///icons/weather-icy.png +weather-overcast.png 1.0 qrc:///icons/weather-overcast.png +weather-showers.png 1.0 qrc:///icons/weather-showers.png +weather-sleet.png 1.0 qrc:///icons/weather-sleet.png +weather-snow.png 1.0 qrc:///icons/weather-snow.png +weather-storm.png 1.0 qrc:///icons/weather-storm.png +weather-sunny-very-few-clouds.png 1.0 qrc:///icons/weather-sunny-very-few-clouds.png +weather-sunny.png 1.0 qrc:///icons/weather-sunny.png +weather-thundershower.png 1.0 qrc:///icons/weather-thundershower.png