summaryrefslogtreecommitdiffstats
path: root/src/src.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 /src/src.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 'src/src.pro')
-rw-r--r--src/src.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/src.pro b/src/src.pro
index d5bc9c761..9816756ac 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -2,4 +2,5 @@ TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += \
core \
- render
+ render \
+ quick3d