summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/wireframe/TrefoilKnot.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/wireframe/TrefoilKnot.qml')
-rw-r--r--examples/qt3d/wireframe/TrefoilKnot.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qt3d/wireframe/TrefoilKnot.qml b/examples/qt3d/wireframe/TrefoilKnot.qml
index 104866d70..07c4e9627 100644
--- a/examples/qt3d/wireframe/TrefoilKnot.qml
+++ b/examples/qt3d/wireframe/TrefoilKnot.qml
@@ -73,6 +73,6 @@ Entity {
Mesh {
id: mesh
- source: "assets/obj/trefoil.obj"
+ source: "qrc:/assets/obj/trefoil.obj"
}
}