From 5f9831511b6832d1f9cce118496289816c1110ce Mon Sep 17 00:00:00 2001 From: Volker Krause Date: Tue, 3 May 2016 20:33:23 +0200 Subject: Add more missing Qt3D.Extras imports to the examples. Change-Id: I855adca5554f5a1148e80c87bf76deaa0b909846 Reviewed-by: Sean Harmer --- examples/qt3d/clip-planes-qml/main.qml | 1 + examples/qt3d/planets-qml/SolarSystem.qml | 1 + examples/qt3d/playground-qml/main.qml | 1 + examples/qt3d/shadow-map-qml/main.qml | 1 + 4 files changed, 4 insertions(+) (limited to 'examples') diff --git a/examples/qt3d/clip-planes-qml/main.qml b/examples/qt3d/clip-planes-qml/main.qml index 1f5b1e71f..83557cbd6 100644 --- a/examples/qt3d/clip-planes-qml/main.qml +++ b/examples/qt3d/clip-planes-qml/main.qml @@ -52,6 +52,7 @@ import QtQuick 2.4 as QQ2 import Qt3D.Core 2.0 import Qt3D.Render 2.0 import Qt3D.Input 2.0 +import Qt3D.Extras 2.0 Entity { id: root diff --git a/examples/qt3d/planets-qml/SolarSystem.qml b/examples/qt3d/planets-qml/SolarSystem.qml index 62ad9a27c..6cc8814c9 100644 --- a/examples/qt3d/planets-qml/SolarSystem.qml +++ b/examples/qt3d/planets-qml/SolarSystem.qml @@ -53,6 +53,7 @@ import Qt3D.Core 2.0 import Qt3D.Render 2.0 import Qt3D.Input 2.0 import Qt3D.Logic 2.0 +import Qt3D.Extras 2.0 import "planets.js" as Planets diff --git a/examples/qt3d/playground-qml/main.qml b/examples/qt3d/playground-qml/main.qml index 59bd96a93..dceab5a00 100644 --- a/examples/qt3d/playground-qml/main.qml +++ b/examples/qt3d/playground-qml/main.qml @@ -51,6 +51,7 @@ import Qt3D.Core 2.0 import Qt3D.Render 2.0 import Qt3D.Input 2.0 +import Qt3D.Extras 2.0 import QtQuick 2.2 as QQ2 Entity { 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 -- cgit v1.2.3