summaryrefslogtreecommitdiffstats
path: root/examples/gltf/gltf.pro
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2014-05-05 09:37:21 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-05-24 11:10:47 +0200
commit04c4055ad9eef2247d2abfae126c2bc8b90bf847 (patch)
tree96866d9084e75a758fb9567ebbe00677ba2d268f /examples/gltf/gltf.pro
parent727d7f83735f5128058d661a1633a2b435fcf4b5 (diff)
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 <sean.harmer@kdab.com>
Diffstat (limited to 'examples/gltf/gltf.pro')
-rw-r--r--examples/gltf/gltf.pro2
1 files changed, 1 insertions, 1 deletions
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")