summaryrefslogtreecommitdiffstats
path: root/src/3rdparty
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@epitech.eu>2014-03-04 16:40:33 +0100
committerSean Harmer <sean.harmer@kdab.com>2014-03-25 12:39:11 +0100
commit1d0b2b7a9d491fe19a7e9675e5ec2b3c064c1cc4 (patch)
tree690fa50e92287643d8323b7a0eafbb3449b42c98 /src/3rdparty
parent40bf98aeaf22bbeb50fdb2b227c3b9926b7c5eae (diff)
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 <sean.harmer@kdab.com>
Diffstat (limited to 'src/3rdparty')
-rw-r--r--src/3rdparty/assimp/assimp.pri2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/3rdparty/assimp/assimp.pri b/src/3rdparty/assimp/assimp.pri
index 4be0726b3..91b68ab90 100644
--- a/src/3rdparty/assimp/assimp.pri
+++ b/src/3rdparty/assimp/assimp.pri
@@ -187,8 +187,6 @@ HEADERS += revision.h \
code/XFileImporter.h \
code/XFileParser.h \
code/XGLLoader.h \
- doc/dox.h \
- doc/dox_cmd.h \
code/res/resource.h \
contrib/clipper/clipper.hpp \
contrib/ConvertUTF/ConvertUTF.h \