From 8944db9302fcf74ac5869da514de61d6a7a3880d Mon Sep 17 00:00:00 2001 From: Sean Harmer Date: Thu, 15 Oct 2015 15:05:37 +0100 Subject: 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 --- examples/qt3d/scene3d/AnimatedEntity.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/qt3d/scene3d') diff --git a/examples/qt3d/scene3d/AnimatedEntity.qml b/examples/qt3d/scene3d/AnimatedEntity.qml index 6007d609e..d958d8d88 100644 --- a/examples/qt3d/scene3d/AnimatedEntity.qml +++ b/examples/qt3d/scene3d/AnimatedEntity.qml @@ -34,7 +34,7 @@ ** ****************************************************************************/ -import Qt3D 2.0 +import Qt3D.Core 2.0 import Qt3D.Renderer 2.0 import QtQuick 2.0 as QQ2 -- cgit v1.2.3