From 04c4055ad9eef2247d2abfae126c2bc8b90bf847 Mon Sep 17 00:00:00 2001 From: Paul Lemire Date: Mon, 5 May 2014 09:37:21 +0200 Subject: Quick3D independent library In order to be able to have Qt3D work without dependencies to the Qml module, a dedicated Quick3D library has been set up for that purpose. It offers a QQuickWindow class which extends Qt3D::Window and allows to load a Qml source file. Examples have been updated to use QuickWindow. Note: There are still dependencies to the Qml module in Qt3DCore and Qt3DRenderer. This patch is a first step toward the removal of those. Follow up commits will completely remove those dependencies. Change-Id: I603eec8fb01b3706f648550b43b62356b0b4b4ac Reviewed-by: Sean Harmer --- examples/gltf/gltf.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/gltf/gltf.pro') diff --git a/examples/gltf/gltf.pro b/examples/gltf/gltf.pro index a439d6a12..5a1dde26d 100644 --- a/examples/gltf/gltf.pro +++ b/examples/gltf/gltf.pro @@ -1,6 +1,6 @@ TEMPLATE = app -QT += 3dcore 3drenderer qml quick +QT += 3dcore 3drenderer 3dquick qml quick include("../exampleresources/exampleresources.pri") -- cgit v1.2.3