summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/loader-qml/CuboidEntity.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/loader-qml/CuboidEntity.qml')
-rw-r--r--examples/qt3d/loader-qml/CuboidEntity.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/qt3d/loader-qml/CuboidEntity.qml b/examples/qt3d/loader-qml/CuboidEntity.qml
index 512c3369b..8555b6903 100644
--- a/examples/qt3d/loader-qml/CuboidEntity.qml
+++ b/examples/qt3d/loader-qml/CuboidEntity.qml
@@ -51,6 +51,7 @@
import QtQuick 2.4 as QQ2
import Qt3D.Core 2.0
import Qt3D.Render 2.0
+import Qt3D.Extras 2.0
Entity {
components: [ mesh, phongMaterial, transform ]