summaryrefslogtreecommitdiffstats
path: root/examples/assimp/main.qml
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@theqtcompany.com>2015-02-13 14:11:08 +0100
committerLaszlo Agocs <laszlo.agocs@theqtcompany.com>2015-02-13 14:58:06 +0000
commit209efae5307bf6cf519848205dbbe637c62c4ae2 (patch)
tree4ddf105cfe9a59391a058665d4b670079e69f02d /examples/assimp/main.qml
parent664b73dd36de6205cc84a219f936dd744a2dc184 (diff)
Make scene parsers operate on URLs instead of raw filenames
This way they are compatible with how mesh and texture source URLs are handled. Change-Id: Ifeee504fd3f5957d23f5cade92a73663488bdaf9 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'examples/assimp/main.qml')
-rw-r--r--examples/assimp/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/assimp/main.qml b/examples/assimp/main.qml
index 8de03a948..fa3d557a7 100644
--- a/examples/assimp/main.qml
+++ b/examples/assimp/main.qml
@@ -81,7 +81,7 @@ Entity
SceneLoader
{
id: scene
- source: ":/assets/test_scene.dae"
+ source: "assets/test_scene.dae"
}]
}
}