From 1d0b2b7a9d491fe19a7e9675e5ec2b3c064c1cc4 Mon Sep 17 00:00:00 2001 From: Paul Lemire Date: Tue, 4 Mar 2014 16:40:33 +0100 Subject: Rendering Aspect to dedicated Qt3D module library. Aspects are now independent Qt3D modules. This allows aspects to expose classes that can be reused by other aspects. Unlike plugins however, aspect modules have to be registered to the QAspectManager when the Qt3D window is created. At the moment there is only a single aspect : RendererAspect To load the RendererAspect QT += 3drenderer Examples updated to work with the changes. QML components defined in the RendererAspect are accessible by importing Qt3D.Render 2.0. Examples have been updated accordingly. Change-Id: I1281b1ffc1a633292b394c7d0460f1e16b34b488 Reviewed-by: Sean Harmer --- src/src.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/src.pro') diff --git a/src/src.pro b/src/src.pro index f8b0ef3bc..f1d00d37f 100644 --- a/src/src.pro +++ b/src/src.pro @@ -1,6 +1,7 @@ TEMPLATE = subdirs CONFIG += ordered -SUBDIRS += core +SUBDIRS += core \ + core/render #SUBDIRS += thred #qtHaveModule(qml): SUBDIRS += quick3d imports -- cgit v1.2.3