summaryrefslogtreecommitdiffstats
path: root/examples/positioning/weatherinfo/weatherinfo.qrc
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2013-11-18 10:24:19 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-18 11:53:15 +0100
commit02e88e8349b4c516c855f2f373838a29e9d3e1bb (patch)
treed439538d57af42be14e22377d347eebdc3973dae /examples/positioning/weatherinfo/weatherinfo.qrc
parent898f292736ced9ae83e7fad2da3006196dfaa8c7 (diff)
Reorder example dir structure according to Qt convention
Causes undesirable example structure in Qt release package Task-number: QTBUG-34907 Change-Id: I47e2205aa6faef388792146b36cf6ae6cae863da Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Diffstat (limited to 'examples/positioning/weatherinfo/weatherinfo.qrc')
-rw-r--r--examples/positioning/weatherinfo/weatherinfo.qrc20
1 files changed, 20 insertions, 0 deletions
diff --git a/examples/positioning/weatherinfo/weatherinfo.qrc b/examples/positioning/weatherinfo/weatherinfo.qrc
new file mode 100644
index 00000000..7b79dbea
--- /dev/null
+++ b/examples/positioning/weatherinfo/weatherinfo.qrc
@@ -0,0 +1,20 @@
+<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>