From 8dcd8e42458748ca3ae3293b3d2b7e5b56b87252 Mon Sep 17 00:00:00 2001 From: Paul Lemire Date: Thu, 14 Jan 2016 08:43:34 +0100 Subject: Link examples against static lib Contains: Qt3DWindow Qt3DQuickWindow QFirstPersonCameraController FirstPersonCameraController.qml This will allow to get rid of the Camera configuration hack Change-Id: I55c5634aa4c162f9dd2852d3258073a6352b426c Reviewed-by: Sean Harmer --- examples/qt3d/simple-qml/main.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/qt3d/simple-qml/main.qml') diff --git a/examples/qt3d/simple-qml/main.qml b/examples/qt3d/simple-qml/main.qml index 48db34618..9d25da81a 100644 --- a/examples/qt3d/simple-qml/main.qml +++ b/examples/qt3d/simple-qml/main.qml @@ -37,6 +37,7 @@ import QtQuick 2.2 as QQ2 import Qt3D.Core 2.0 import Qt3D.Render 2.0 +import Qt3D.Input 2.0 Entity { id: sceneRoot @@ -53,7 +54,7 @@ Entity { viewCenter: Qt.vector3d( 0.0, 0.0, 0.0 ) } - CameraController { + FirstPersonCameraController { camera: camera } -- cgit v1.2.3