summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/shadow-map-qml/Trefoil.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/shadow-map-qml/Trefoil.qml')
-rw-r--r--examples/qt3d/shadow-map-qml/Trefoil.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qt3d/shadow-map-qml/Trefoil.qml b/examples/qt3d/shadow-map-qml/Trefoil.qml
index c0aa27fa1..6194b2213 100644
--- a/examples/qt3d/shadow-map-qml/Trefoil.qml
+++ b/examples/qt3d/shadow-map-qml/Trefoil.qml
@@ -58,7 +58,7 @@ Entity {
Mesh {
id: trefoilMesh
- source: "assets/obj/trefoil.obj"
+ source: "qrc:///assets/obj/trefoil.obj"
}
Transform {