summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/shadow-map-qml
diff options
context:
space:
mode:
authorVolker Krause <volker.krause@kdab.com>2016-05-03 20:33:23 +0200
committerSean Harmer <sean.harmer@kdab.com>2016-05-03 18:54:42 +0000
commit5f9831511b6832d1f9cce118496289816c1110ce (patch)
treef13415451d3e1484ae05470cc6b95fa06fe0d6d0 /examples/qt3d/shadow-map-qml
parent545cd3d3a5d0032c044f807429ace1cade462ceb (diff)
Add more missing Qt3D.Extras imports to the examples.
Change-Id: I855adca5554f5a1148e80c87bf76deaa0b909846 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'examples/qt3d/shadow-map-qml')
-rw-r--r--examples/qt3d/shadow-map-qml/main.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/qt3d/shadow-map-qml/main.qml b/examples/qt3d/shadow-map-qml/main.qml
index 513990dc1..6c541eec5 100644
--- a/examples/qt3d/shadow-map-qml/main.qml
+++ b/examples/qt3d/shadow-map-qml/main.qml
@@ -52,6 +52,7 @@ import QtQuick 2.1 as QQ2
import Qt3D.Core 2.0
import Qt3D.Render 2.0
import Qt3D.Input 2.0
+import Qt3D.Extras 2.0
Entity {
id: sceneRoot