summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/gooch-qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/gooch-qml')
-rw-r--r--examples/qt3d/gooch-qml/MyEntity.qml2
-rw-r--r--examples/qt3d/gooch-qml/gooch-qml.pro2
-rw-r--r--examples/qt3d/gooch-qml/main.cpp2
-rw-r--r--examples/qt3d/gooch-qml/main.qml2
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/qt3d/gooch-qml/MyEntity.qml b/examples/qt3d/gooch-qml/MyEntity.qml
index 875da96f4..49c5cf143 100644
--- a/examples/qt3d/gooch-qml/MyEntity.qml
+++ b/examples/qt3d/gooch-qml/MyEntity.qml
@@ -35,7 +35,7 @@
****************************************************************************/
import Qt3D.Core 2.0
-import Qt3D.Renderer 2.0
+import Qt3D.Render 2.0
Entity {
id: root
diff --git a/examples/qt3d/gooch-qml/gooch-qml.pro b/examples/qt3d/gooch-qml/gooch-qml.pro
index 7c3e962c1..c5ead19d8 100644
--- a/examples/qt3d/gooch-qml/gooch-qml.pro
+++ b/examples/qt3d/gooch-qml/gooch-qml.pro
@@ -2,7 +2,7 @@
error( "Couldn't find the examples.pri file!" )
}
-QT += 3dcore 3drenderer 3dquick 3dinput qml quick
+QT += 3dcore 3drender 3dquick 3dinput qml quick
SOURCES += \
main.cpp
diff --git a/examples/qt3d/gooch-qml/main.cpp b/examples/qt3d/gooch-qml/main.cpp
index e945f254c..5c7390d10 100644
--- a/examples/qt3d/gooch-qml/main.cpp
+++ b/examples/qt3d/gooch-qml/main.cpp
@@ -35,7 +35,7 @@
****************************************************************************/
#include <window.h>
-#include <Qt3DRenderer/QRenderAspect>
+#include <Qt3DRender/QRenderAspect>
#include <Qt3DQuick/QQmlAspectEngine>
#include <Qt3DInput/QInputAspect>
diff --git a/examples/qt3d/gooch-qml/main.qml b/examples/qt3d/gooch-qml/main.qml
index 60b722403..a3c340501 100644
--- a/examples/qt3d/gooch-qml/main.qml
+++ b/examples/qt3d/gooch-qml/main.qml
@@ -35,7 +35,7 @@
****************************************************************************/
import Qt3D.Core 2.0
-import Qt3D.Renderer 2.0
+import Qt3D.Render 2.0
import QtQuick 2.2 as QQ2
Entity {