summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/gltf/main.qml
diff options
context:
space:
mode:
authorVolker Krause <volker.krause@kdab.com>2016-05-04 19:56:32 +0200
committerSean Harmer <sean.harmer@kdab.com>2016-05-04 19:50:15 +0000
commit2a8920969ae00a8feb7117f77abb8e15d480d6fa (patch)
tree094e04311faab2fb422681ae970a276c3142882a /examples/qt3d/gltf/main.qml
parent0895dcd74b2654fb2084855f0339f88f0a396ea6 (diff)
Add another missing Qt3DExtras import.
Change-Id: Icdb96efed9503dc91ccda351cbbe5ffad012f4ee Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'examples/qt3d/gltf/main.qml')
-rw-r--r--examples/qt3d/gltf/main.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/qt3d/gltf/main.qml b/examples/qt3d/gltf/main.qml
index a09528155..1afb8c48e 100644
--- a/examples/qt3d/gltf/main.qml
+++ b/examples/qt3d/gltf/main.qml
@@ -51,6 +51,7 @@
import Qt3D.Core 2.0
import Qt3D.Render 2.0
+import Qt3D.Extras 2.0
Entity {
id: sceneRoot