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/planets-qml/SolarSystem.qml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'examples/qt3d/planets-qml') diff --git a/examples/qt3d/planets-qml/SolarSystem.qml b/examples/qt3d/planets-qml/SolarSystem.qml index eb8611aa5..a5a0fbfef 100644 --- a/examples/qt3d/planets-qml/SolarSystem.qml +++ b/examples/qt3d/planets-qml/SolarSystem.qml @@ -124,9 +124,7 @@ Entity { viewCenter: Qt.vector3d( xLookAtOffset, yLookAtOffset, zLookAtOffset ) } - Configuration { - controlledCamera: camera - } + FirstPersonCameraController { camera: camera } components: [ PlanetFrameGraph { -- cgit v1.2.3