summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/shadow-map-qml
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2015-10-15 15:05:37 +0100
committerPaul Lemire <paul.lemire@kdab.com>2015-10-16 10:35:56 +0000
commit8944db9302fcf74ac5869da514de61d6a7a3880d (patch)
tree200dd80eebcd2ea77269bdb048c74b960d3c1556 /examples/qt3d/shadow-map-qml
parent4d999de567dae22c0e92f77b897d9a22be2f98db (diff)
Change import name of Qt3D Core from Qt3D 2.0 to Qt3D.Core 2.0
Makes the QML imports consistent with the C++ namespaces. Change-Id: I8c781a67a9010124bd22bb1fab16c4f1082fd962 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'examples/qt3d/shadow-map-qml')
-rw-r--r--examples/qt3d/shadow-map-qml/AdsEffect.qml2
-rw-r--r--examples/qt3d/shadow-map-qml/AdsMaterial.qml2
-rw-r--r--examples/qt3d/shadow-map-qml/GroundPlane.qml2
-rw-r--r--examples/qt3d/shadow-map-qml/Light.qml2
-rw-r--r--examples/qt3d/shadow-map-qml/ShadowMapFrameGraph.qml2
-rw-r--r--examples/qt3d/shadow-map-qml/Toyplane.qml2
-rw-r--r--examples/qt3d/shadow-map-qml/Trefoil.qml2
-rw-r--r--examples/qt3d/shadow-map-qml/main.qml2
8 files changed, 8 insertions, 8 deletions
diff --git a/examples/qt3d/shadow-map-qml/AdsEffect.qml b/examples/qt3d/shadow-map-qml/AdsEffect.qml
index a54f32d13..beda086f7 100644
--- a/examples/qt3d/shadow-map-qml/AdsEffect.qml
+++ b/examples/qt3d/shadow-map-qml/AdsEffect.qml
@@ -34,7 +34,7 @@
**
****************************************************************************/
-import Qt3D 2.0
+import Qt3D.Core 2.0
import Qt3D.Renderer 2.0
Effect {
diff --git a/examples/qt3d/shadow-map-qml/AdsMaterial.qml b/examples/qt3d/shadow-map-qml/AdsMaterial.qml
index 93708cbe9..4756f0960 100644
--- a/examples/qt3d/shadow-map-qml/AdsMaterial.qml
+++ b/examples/qt3d/shadow-map-qml/AdsMaterial.qml
@@ -34,7 +34,7 @@
**
****************************************************************************/
-import Qt3D 2.0
+import Qt3D.Core 2.0
import Qt3D.Renderer 2.0
import QtQuick 2.1
diff --git a/examples/qt3d/shadow-map-qml/GroundPlane.qml b/examples/qt3d/shadow-map-qml/GroundPlane.qml
index e126547b5..72b34a760 100644
--- a/examples/qt3d/shadow-map-qml/GroundPlane.qml
+++ b/examples/qt3d/shadow-map-qml/GroundPlane.qml
@@ -34,7 +34,7 @@
**
****************************************************************************/
-import Qt3D 2.0
+import Qt3D.Core 2.0
import Qt3D.Renderer 2.0
Entity {
diff --git a/examples/qt3d/shadow-map-qml/Light.qml b/examples/qt3d/shadow-map-qml/Light.qml
index e4a87830a..1490330b2 100644
--- a/examples/qt3d/shadow-map-qml/Light.qml
+++ b/examples/qt3d/shadow-map-qml/Light.qml
@@ -34,7 +34,7 @@
**
****************************************************************************/
-import Qt3D 2.0
+import Qt3D.Core 2.0
import Qt3D.Renderer 2.0
Entity {
diff --git a/examples/qt3d/shadow-map-qml/ShadowMapFrameGraph.qml b/examples/qt3d/shadow-map-qml/ShadowMapFrameGraph.qml
index 84dcd1f24..5d549bf67 100644
--- a/examples/qt3d/shadow-map-qml/ShadowMapFrameGraph.qml
+++ b/examples/qt3d/shadow-map-qml/ShadowMapFrameGraph.qml
@@ -34,7 +34,7 @@
**
****************************************************************************/
-import Qt3D 2.0
+import Qt3D.Core 2.0
import Qt3D.Renderer 2.0
import QtQuick 2.2 as QQ2
diff --git a/examples/qt3d/shadow-map-qml/Toyplane.qml b/examples/qt3d/shadow-map-qml/Toyplane.qml
index 3ac2b64ce..fd2a92fcb 100644
--- a/examples/qt3d/shadow-map-qml/Toyplane.qml
+++ b/examples/qt3d/shadow-map-qml/Toyplane.qml
@@ -34,7 +34,7 @@
**
****************************************************************************/
-import Qt3D 2.0
+import Qt3D.Core 2.0
import Qt3D.Renderer 2.0
import QtQuick 2.1 as QQ2
diff --git a/examples/qt3d/shadow-map-qml/Trefoil.qml b/examples/qt3d/shadow-map-qml/Trefoil.qml
index 9eefd425e..865632f57 100644
--- a/examples/qt3d/shadow-map-qml/Trefoil.qml
+++ b/examples/qt3d/shadow-map-qml/Trefoil.qml
@@ -34,7 +34,7 @@
**
****************************************************************************/
-import Qt3D 2.0
+import Qt3D.Core 2.0
import Qt3D.Renderer 2.0
import QtQuick 2.1 as QQ2
diff --git a/examples/qt3d/shadow-map-qml/main.qml b/examples/qt3d/shadow-map-qml/main.qml
index 8bc021760..ba2e17255 100644
--- a/examples/qt3d/shadow-map-qml/main.qml
+++ b/examples/qt3d/shadow-map-qml/main.qml
@@ -34,7 +34,7 @@
**
****************************************************************************/
-import Qt3D 2.0
+import Qt3D.Core 2.0
import Qt3D.Renderer 2.0
Entity {