summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/qgltf/qgltf_example.qrc
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@theqtcompany.com>2016-01-07 13:06:11 +0100
committerLaszlo Agocs <laszlo.agocs@theqtcompany.com>2016-01-13 12:23:14 +0000
commit4a63bba7ce76801b8bea1094a7ff16a9f8029b37 (patch)
treec2a212103744ce02b222ed164ce928148c899659 /examples/qt3d/qgltf/qgltf_example.qrc
parent90435d6cd003c727167af002f6e9d02fdd0bb98c (diff)
Make the qgltf example use other assets
Wine is complex and not ideal for a getting started example. Instead, use three of the simpler scenes. Change-Id: I6859714e14c47c4907e85a48cde27d0ea5748ffa Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
Diffstat (limited to 'examples/qt3d/qgltf/qgltf_example.qrc')
-rw-r--r--examples/qt3d/qgltf/qgltf_example.qrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qt3d/qgltf/qgltf_example.qrc b/examples/qt3d/qgltf/qgltf_example.qrc
index 0da7ea21f..72868031a 100644
--- a/examples/qt3d/qgltf/qgltf_example.qrc
+++ b/examples/qt3d/qgltf/qgltf_example.qrc
@@ -1,6 +1,6 @@
<RCC>
<qresource prefix="/">
<file>main.qml</file>
- <file>Wine.qml</file>
+ <file>Scene.qml</file>
</qresource>
</RCC>