summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/bigmodel-qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/bigmodel-qml')
-rw-r--r--examples/qt3d/bigmodel-qml/MyEntity.qml2
-rw-r--r--examples/qt3d/bigmodel-qml/main.qml2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/qt3d/bigmodel-qml/MyEntity.qml b/examples/qt3d/bigmodel-qml/MyEntity.qml
index 8e0e819bc..4cee86603 100644
--- a/examples/qt3d/bigmodel-qml/MyEntity.qml
+++ b/examples/qt3d/bigmodel-qml/MyEntity.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/bigmodel-qml/main.qml b/examples/qt3d/bigmodel-qml/main.qml
index 2d5cdf536..7eaeff68b 100644
--- a/examples/qt3d/bigmodel-qml/main.qml
+++ b/examples/qt3d/bigmodel-qml/main.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