summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/simple-shaders-qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/simple-shaders-qml')
-rw-r--r--examples/qt3d/simple-shaders-qml/main.cpp2
-rw-r--r--examples/qt3d/simple-shaders-qml/main.qml2
-rw-r--r--examples/qt3d/simple-shaders-qml/simple-shaders-qml.pro2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/qt3d/simple-shaders-qml/main.cpp b/examples/qt3d/simple-shaders-qml/main.cpp
index e8d7a8565..41e7f51ff 100644
--- a/examples/qt3d/simple-shaders-qml/main.cpp
+++ b/examples/qt3d/simple-shaders-qml/main.cpp
@@ -35,7 +35,7 @@
****************************************************************************/
#include <window.h>
-#include <Qt3DRenderer/qrenderaspect.h>
+#include <Qt3DRender/qrenderaspect.h>
#include <Qt3DInput/QInputAspect>
#include <Qt3DQuick/QQmlAspectEngine>
diff --git a/examples/qt3d/simple-shaders-qml/main.qml b/examples/qt3d/simple-shaders-qml/main.qml
index 4d8a9d294..e92d0fe7e 100644
--- a/examples/qt3d/simple-shaders-qml/main.qml
+++ b/examples/qt3d/simple-shaders-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 {
diff --git a/examples/qt3d/simple-shaders-qml/simple-shaders-qml.pro b/examples/qt3d/simple-shaders-qml/simple-shaders-qml.pro
index 97242a3f8..6da510e50 100644
--- a/examples/qt3d/simple-shaders-qml/simple-shaders-qml.pro
+++ b/examples/qt3d/simple-shaders-qml/simple-shaders-qml.pro
@@ -2,7 +2,7 @@
error( "Couldn't find the examples.pri file!" )
}
-QT += 3dcore 3drenderer 3dinput 3dquick qml quick
+QT += 3dcore 3drender 3dinput 3dquick qml quick
SOURCES += \
main.cpp