summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/planets-qml/planets-qml-images.qrc
diff options
context:
space:
mode:
authorRobert Brock <robert.brock@kdab.com>2017-01-09 08:10:57 +0000
committerJani Heikkinen <jani.heikkinen@qt.io>2017-05-16 10:02:58 +0000
commit4b3f368aba47d559040c3f038620883462b925ea (patch)
tree1829f28a84bddde1b0b3469d1d2a91c368d7ec0e /examples/qt3d/planets-qml/planets-qml-images.qrc
parent7261606116768d563c0e49a23ca60ab367a4cab5 (diff)
Replace undistributable files
The texture files used were from a third party that didn't explicitly allow their distribution. All of them have been replaced by textures from NASA and another third party that do allow their distribution and editing. Task-number: QTBUG-57543 Change-Id: I69f1309424bba029cdce08689ea8670ed32d44ae Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'examples/qt3d/planets-qml/planets-qml-images.qrc')
-rw-r--r--examples/qt3d/planets-qml/planets-qml-images.qrc47
1 files changed, 24 insertions, 23 deletions
diff --git a/examples/qt3d/planets-qml/planets-qml-images.qrc b/examples/qt3d/planets-qml/planets-qml-images.qrc
index 937e32de8..6b6b30ec4 100644
--- a/examples/qt3d/planets-qml/planets-qml-images.qrc
+++ b/examples/qt3d/planets-qml/planets-qml-images.qrc
@@ -1,34 +1,35 @@
<RCC>
<qresource prefix="/">
- <file>images/sunmap.jpg</file>
- <file>images/mercurymap.jpg</file>
- <file>images/mercurynormal.jpg</file>
- <file>images/venusmap.jpg</file>
- <file>images/venusnormal.jpg</file>
- <file>images/earthmap1k.jpg</file>
- <file>images/earthnormal1k.jpg</file>
- <file>images/earthspec1k.jpg</file>
- <file>images/moonmap1k.jpg</file>
- <file>images/moonnormal1k.jpg</file>
- <file>images/marsmap1k.jpg</file>
- <file>images/marsnormal1k.jpg</file>
- <file>images/jupitermap.jpg</file>
- <file>images/saturnmap.jpg</file>
- <file>images/uranusmap.jpg</file>
- <file>images/neptunemap.jpg</file>
+ <file>images/nasa/uranusringcolortrans.png</file>
+ <file>images/solarsystemscope/earthcloudmapcolortrans.png</file>
+ <file>images/solarsystemscope/earthcloudmapspec.jpg</file>
+ <file>images/solarsystemscope/earthmap2k.jpg</file>
+ <file>images/solarsystemscope/earthnormal2k.jpg</file>
+ <file>images/solarsystemscope/earthspec2k.jpg</file>
+ <file>images/solarsystemscope/galaxy_starfield.jpg</file>
+ <file>images/solarsystemscope/jupitermap.jpg</file>
+ <file>images/solarsystemscope/license.txt</file>
+ <file>images/solarsystemscope/marsmap2k.jpg</file>
+ <file>images/solarsystemscope/marsnormal2k.jpg</file>
+ <file>images/solarsystemscope/mercurymap.jpg</file>
+ <file>images/solarsystemscope/mercurynormal.jpg</file>
+ <file>images/solarsystemscope/moonmap2k.jpg</file>
+ <file>images/solarsystemscope/moonnormal2k.jpg</file>
+ <file>images/solarsystemscope/neptunemap.jpg</file>
+ <file>images/solarsystemscope/saturnmap.jpg</file>
+ <file>images/solarsystemscope/saturnringcolortrans.png</file>
+ <file>images/solarsystemscope/sunmap.jpg</file>
+ <file>images/solarsystemscope/uranusmap.jpg</file>
+ <file>images/solarsystemscope/venusmap.jpg</file>
+ <file>images/solarsystemscope/venusnormal.jpg</file>
<file>images/earth.png</file>
- <file>images/mercury.png</file>
<file>images/jupiter.png</file>
<file>images/mars.png</file>
- <file>images/neptune.png</file>
+ <file>images/mercury.png</file>
<file>images/saturn.png</file>
<file>images/sun.png</file>
<file>images/uranus.png</file>
<file>images/venus.png</file>
- <file>images/earthcloudmapcolortrans.png</file>
- <file>images/earthcloudmapspec.jpg</file>
- <file>images/saturnringcolortrans.png</file>
- <file>images/uranusringcolortrans.png</file>
- <file>images/galaxy_starfield.png</file>
+ <file>images/neptune.png</file>
</qresource>
</RCC>