aboutsummaryrefslogtreecommitdiff
path: root/graphics/qt5-3d
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2018-01-06 21:30:31 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2018-01-06 21:30:31 +0000
commitf6ceca63504679b05ea4fc24a195a301e2303d1f (patch)
treea6e116c43545a3682fe63db4bdca54e6fb24567e /graphics/qt5-3d
parent78a4d3df994a008dd752fd82307fd6d31aa18f3a (diff)
downloadports-f6ceca63504679b05ea4fc24a195a301e2303d1f.tar.gz
ports-f6ceca63504679b05ea4fc24a195a301e2303d1f.zip
Update Qt5 ports to 5.9.3.
This took quite a lot of time because Qt's own build system underwent several changes in 5.8.0 that took a while to adapt to. And, of course, qt5-webengine is a behemoth that we need to patch like crazy due to its bundling of Chromium. In fact, most of the Chromium patches in qt5-webengine have been imported with no changes from www/chromium@433510 ("www/chromium: update to 56.0.2924.87"). New port: accessibility/qt5-speech Bigger changes to Qt5 ports we had to make: - Qt now allows using a configure.json file to define configuration options and specify configuration checks that can be done when qmake is invoked. However, configure.json checks done in a subdirectory only propagates to subdirectories, and checks elsewhere will fail if all .pro files are being parsed at once (i.e. qmake -recursive), so several ports had to switch to USES=qmake:norecursive along with manual additional qmake invocations in subdirectories in order to work. It's been mentioned in a few places such as Qt's bug tracker that qmake's recursive mode is pretty much deprecated, so we might switch to non-recursive mode by default in the future. - Uses/qmake.mk: Introduce QMAKE_CONFIGURE_ARGS. qmake now accepts arbitrary options such as '-foo' and '-no-bar' at the end of the command-line. They can be specified in QMAKE_CONFIGURE_ARGS. - graphics/qt5-wayland: The port can only be built if graphics/mesa-libs is built with the WAYLAND option, so a corresponding option (off by default) was added to the port. - misc/qt5-doc: Switch to a pre-built documentation tarball. The existing port was not working with Qt 5.9. Instead of trying to fix it, switch to what Gentoo does and fetch a tarball that already contains all documentation so that we do not have to build anything at all. The tarball's name and location in download.qt.io look a bit weird, but it seems to work fine. - www/qt5-webengine: Use binutils from ports, Chromium's GN build system generates a build.ninja that uses ar(1) with the @file syntax that is not supported by BSD ar, so we need to use GNU ar from binutils. - x11-toolkits/qt5-declarative-render2d: This port was merged into the main Qt Declarative repository upstream, and into x11-toolkits/qt5-quick in the ports tree. Changes to other ports we had to make: - biology/ugene: Drop a '#define point "."' that is not present in more recent versions of the port. Defining a macro with such a common name causes build issues with Qt 5.9, which uses |point| as an argument name in methods. - cad/qelectrotech: Fix plist with Qt 5.9. Directories are no longer installed with `cp -f -R', but rather `qmake install qinstall', which does not install %%DATADIR%%/elements/10_electric/20_manufacturers_articles/bosch_rexroth/.directory That's a local file that should not even have been part of the tarball anyway. - chinese/gcin-qt5: Add additional private Qt directories (which should not be used in the first place) to get the port to build with Qt 5.9. - devel/qtcreator: Fix plist with Qt 5.9. Something changed in qdoc and some test classes no longer generate documentation files. - security/keepassx-devel: Import a patch sent upstream almost a year ago to fix the build with Qt 5.9. Thanks to antoine for the exp-run, and tcberner and Laurent Cimon <laurent@nuxi.ca> for landing changes in our qt-5.9 branch. PR: 224849
Notes
Notes: svn path=/head/; revision=458293
Diffstat (limited to 'graphics/qt5-3d')
-rw-r--r--graphics/qt5-3d/Makefile3
-rw-r--r--graphics/qt5-3d/pkg-plist335
2 files changed, 315 insertions, 23 deletions
diff --git a/graphics/qt5-3d/Makefile b/graphics/qt5-3d/Makefile
index 59d0cb887b41..fb6833f5749a 100644
--- a/graphics/qt5-3d/Makefile
+++ b/graphics/qt5-3d/Makefile
@@ -2,7 +2,6 @@
PORTNAME= 3d
DISTVERSION= ${QT5_VERSION}
-PORTREVISION= 1
CATEGORIES= graphics
PKGNAMEPREFIX= qt5-
@@ -11,7 +10,7 @@ COMMENT= Qt3D module
LIB_DEPENDS= libassimp.so:multimedia/assimp
-USES= pkgconfig qmake
+USES= pkgconfig qmake:norecursive
USE_QT5= concurrent core gui qml quick buildtools_build
QT_DIST= ${PORTNAME}
diff --git a/graphics/qt5-3d/pkg-plist b/graphics/qt5-3d/pkg-plist
index d9bbcba21540..6ee3cac899fb 100644
--- a/graphics/qt5-3d/pkg-plist
+++ b/graphics/qt5-3d/pkg-plist
@@ -1,6 +1,111 @@
+%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/additiveclipblend_p.h
+%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/animationclip_p.h
+%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/animationlogging_p.h
+%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/animationutils_p.h
+%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/backendnode_p.h
+%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/bezierevaluator_p.h
+%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/blendedclipanimator_p.h
+%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/buildblendtreesjob_p.h
+%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/channelmapper_p.h
+%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/channelmapping_p.h
+%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/clipanimator_p.h
+%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/clipblendnode_p.h
+%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/clipblendnodevisitor_p.h
+%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/clipblendvalue_p.h
+%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/evaluateblendclipanimatorjob_p.h
+%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/evaluateclipanimatorjob_p.h
+%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/fcurve_p.h
+%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/findrunningclipanimatorsjob_p.h
+%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/functionrangefinder_p.h
+%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/handle_types_p.h
+%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/handler_p.h
+%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/job_common_p.h
+%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/keyframe_p.h
+%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/lerpclipblend_p.h
+%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/loadanimationclipjob_p.h
+%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/managers_p.h
+%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/nodefunctor_p.h
+%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qabstractanimation_p.h
+%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qabstractanimationclip_p.h
+%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qabstractclipanimator_p.h
+%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qabstractclipblendnode_p.h
+%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qadditiveclipblend_p.h
+%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qanimationaspect_p.h
+%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qanimationclip_p.h
+%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qanimationcliploader_p.h
+%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qanimationcontroller_p.h
+%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qanimationgroup_p.h
+%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qblendedclipanimator_p.h
+%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qchannelmapper_p.h
+%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qchannelmapping_p.h
+%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qclipanimator_p.h
+%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qclipblendnodecreatedchange_p.h
+%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qclipblendvalue_p.h
+%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qkeyframeanimation_p.h
+%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qlerpclipblend_p.h
+%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qmorphinganimation_p.h
+%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qmorphtarget_p.h
+%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qt3danimation_global_p.h
+%%QT_INCDIR%%/Qt3DAnimation/%%FULLVER%%/Qt3DAnimation/private/qvertexblendanimation_p.h
+%%QT_INCDIR%%/Qt3DAnimation/QAbstractAnimation
+%%QT_INCDIR%%/Qt3DAnimation/QAbstractAnimationClip
+%%QT_INCDIR%%/Qt3DAnimation/QAbstractClipAnimator
+%%QT_INCDIR%%/Qt3DAnimation/QAbstractClipBlendNode
+%%QT_INCDIR%%/Qt3DAnimation/QAdditiveClipBlend
+%%QT_INCDIR%%/Qt3DAnimation/QAnimationAspect
+%%QT_INCDIR%%/Qt3DAnimation/QAnimationClip
+%%QT_INCDIR%%/Qt3DAnimation/QAnimationClipData
+%%QT_INCDIR%%/Qt3DAnimation/QAnimationClipLoader
+%%QT_INCDIR%%/Qt3DAnimation/QAnimationController
+%%QT_INCDIR%%/Qt3DAnimation/QAnimationGroup
+%%QT_INCDIR%%/Qt3DAnimation/QBlendedClipAnimator
+%%QT_INCDIR%%/Qt3DAnimation/QChannel
+%%QT_INCDIR%%/Qt3DAnimation/QChannelComponent
+%%QT_INCDIR%%/Qt3DAnimation/QChannelMapper
+%%QT_INCDIR%%/Qt3DAnimation/QChannelMapping
+%%QT_INCDIR%%/Qt3DAnimation/QClipAnimator
+%%QT_INCDIR%%/Qt3DAnimation/QClipBlendNodeCreatedChange
+%%QT_INCDIR%%/Qt3DAnimation/QClipBlendNodeCreatedChangeBase
+%%QT_INCDIR%%/Qt3DAnimation/QClipBlendNodeCreatedChangeBasePtr
+%%QT_INCDIR%%/Qt3DAnimation/QClipBlendValue
+%%QT_INCDIR%%/Qt3DAnimation/QKeyFrame
+%%QT_INCDIR%%/Qt3DAnimation/QKeyframeAnimation
+%%QT_INCDIR%%/Qt3DAnimation/QLerpClipBlend
+%%QT_INCDIR%%/Qt3DAnimation/QMorphTarget
+%%QT_INCDIR%%/Qt3DAnimation/QMorphingAnimation
+%%QT_INCDIR%%/Qt3DAnimation/QVertexBlendAnimation
+%%QT_INCDIR%%/Qt3DAnimation/Qt3DAnimation
+%%QT_INCDIR%%/Qt3DAnimation/Qt3DAnimationDepends
+%%QT_INCDIR%%/Qt3DAnimation/Qt3DAnimationVersion
+%%QT_INCDIR%%/Qt3DAnimation/qabstractanimation.h
+%%QT_INCDIR%%/Qt3DAnimation/qabstractanimationclip.h
+%%QT_INCDIR%%/Qt3DAnimation/qabstractclipanimator.h
+%%QT_INCDIR%%/Qt3DAnimation/qabstractclipblendnode.h
+%%QT_INCDIR%%/Qt3DAnimation/qadditiveclipblend.h
+%%QT_INCDIR%%/Qt3DAnimation/qanimationaspect.h
+%%QT_INCDIR%%/Qt3DAnimation/qanimationclip.h
+%%QT_INCDIR%%/Qt3DAnimation/qanimationclipdata.h
+%%QT_INCDIR%%/Qt3DAnimation/qanimationcliploader.h
+%%QT_INCDIR%%/Qt3DAnimation/qanimationcontroller.h
+%%QT_INCDIR%%/Qt3DAnimation/qanimationgroup.h
+%%QT_INCDIR%%/Qt3DAnimation/qblendedclipanimator.h
+%%QT_INCDIR%%/Qt3DAnimation/qchannel.h
+%%QT_INCDIR%%/Qt3DAnimation/qchannelcomponent.h
+%%QT_INCDIR%%/Qt3DAnimation/qchannelmapper.h
+%%QT_INCDIR%%/Qt3DAnimation/qchannelmapping.h
+%%QT_INCDIR%%/Qt3DAnimation/qclipanimator.h
+%%QT_INCDIR%%/Qt3DAnimation/qclipblendnodecreatedchange.h
+%%QT_INCDIR%%/Qt3DAnimation/qclipblendvalue.h
+%%QT_INCDIR%%/Qt3DAnimation/qkeyframe.h
+%%QT_INCDIR%%/Qt3DAnimation/qkeyframeanimation.h
+%%QT_INCDIR%%/Qt3DAnimation/qlerpclipblend.h
+%%QT_INCDIR%%/Qt3DAnimation/qmorphinganimation.h
+%%QT_INCDIR%%/Qt3DAnimation/qmorphtarget.h
+%%QT_INCDIR%%/Qt3DAnimation/qt3danimation_global.h
+%%QT_INCDIR%%/Qt3DAnimation/qt3danimationversion.h
+%%QT_INCDIR%%/Qt3DAnimation/qvertexblendanimation.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/aspectcommanddebugger_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/corelogging_p.h
-%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/dependencyhandler_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/nullservices_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/propertychangehandler_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qabstractaspect_p.h
@@ -31,7 +136,6 @@
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qframeallocator_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qframeallocator_p_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qhandle_p.h
-%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qhandlemanager_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qlockableobserverinterface_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qmath3d_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qnode_p.h
@@ -44,6 +148,7 @@
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qopenglinformationservice_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qopenglinformationservice_p_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qpostman_p.h
+%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qpostman_p_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qpropertynodeaddedchange_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qpropertynoderemovedchange_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qpropertyupdatedchange_p.h
@@ -63,6 +168,7 @@
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qstaticpropertyvalueremovedchangebase_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qsysteminformationservice_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qsysteminformationservice_p_p.h
+%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qt3dcore-config_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qt3dcore_global_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qthreadpooler_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/qtickclock_p.h
@@ -148,17 +254,25 @@
%%QT_INCDIR%%/Qt3DCore/qstaticpropertyupdatedchangebase.h
%%QT_INCDIR%%/Qt3DCore/qstaticpropertyvalueaddedchangebase.h
%%QT_INCDIR%%/Qt3DCore/qstaticpropertyvalueremovedchangebase.h
+%%QT_INCDIR%%/Qt3DCore/qt3dcore-config.h
%%QT_INCDIR%%/Qt3DCore/qt3dcore_global.h
%%QT_INCDIR%%/Qt3DCore/qt3dcoreversion.h
%%QT_INCDIR%%/Qt3DCore/qtransform.h
+%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/areaallocator_p.h
+%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/distancefieldtextrenderer_p.h
+%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/distancefieldtextrenderer_p_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qconegeometry_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qcuboidgeometry_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qcylindergeometry_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qdiffusemapmaterial_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qdiffusespecularmapmaterial_p.h
+%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qdistancefieldglyphcache_p.h
+%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qextrudedtextgeometry_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qfirstpersoncameracontroller_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qforwardrenderer_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qgoochmaterial_p.h
+%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qmetalroughmaterial_p.h
+%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qmorphphongmaterial_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qnormaldiffusemapalphamaterial_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qnormaldiffusemapmaterial_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qnormaldiffusespecularmapmaterial_p.h
@@ -169,6 +283,14 @@
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qplanegeometry_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qskyboxentity_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qspheregeometry_p.h
+%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qt3dwindow_p.h
+%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qtext2dentity_p.h
+%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qtext2dmaterial_p.h
+%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qtext2dmaterial_p_p.h
+%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qtextureatlas_p.h
+%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qtextureatlas_p_p.h
+%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qtexturedmetalroughmaterial_p.h
+%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qtexturematerial_p.h
%%QT_INCDIR%%/Qt3DExtras/%%FULLVER%%/Qt3DExtras/private/qtorusgeometry_p.h
%%QT_INCDIR%%/Qt3DExtras/QConeGeometry
%%QT_INCDIR%%/Qt3DExtras/QConeMesh
@@ -178,9 +300,13 @@
%%QT_INCDIR%%/Qt3DExtras/QCylinderMesh
%%QT_INCDIR%%/Qt3DExtras/QDiffuseMapMaterial
%%QT_INCDIR%%/Qt3DExtras/QDiffuseSpecularMapMaterial
+%%QT_INCDIR%%/Qt3DExtras/QExtrudedTextGeometry
+%%QT_INCDIR%%/Qt3DExtras/QExtrudedTextMesh
%%QT_INCDIR%%/Qt3DExtras/QFirstPersonCameraController
%%QT_INCDIR%%/Qt3DExtras/QForwardRenderer
%%QT_INCDIR%%/Qt3DExtras/QGoochMaterial
+%%QT_INCDIR%%/Qt3DExtras/QMetalRoughMaterial
+%%QT_INCDIR%%/Qt3DExtras/QMorphPhongMaterial
%%QT_INCDIR%%/Qt3DExtras/QNormalDiffuseMapAlphaMaterial
%%QT_INCDIR%%/Qt3DExtras/QNormalDiffuseMapMaterial
%%QT_INCDIR%%/Qt3DExtras/QNormalDiffuseSpecularMapMaterial
@@ -193,6 +319,9 @@
%%QT_INCDIR%%/Qt3DExtras/QSkyboxEntity
%%QT_INCDIR%%/Qt3DExtras/QSphereGeometry
%%QT_INCDIR%%/Qt3DExtras/QSphereMesh
+%%QT_INCDIR%%/Qt3DExtras/QText2DEntity
+%%QT_INCDIR%%/Qt3DExtras/QTextureMaterial
+%%QT_INCDIR%%/Qt3DExtras/QTexturedMetalRoughMaterial
%%QT_INCDIR%%/Qt3DExtras/QTorusGeometry
%%QT_INCDIR%%/Qt3DExtras/QTorusMesh
%%QT_INCDIR%%/Qt3DExtras/Qt3DExtras
@@ -207,9 +336,13 @@
%%QT_INCDIR%%/Qt3DExtras/qcylindermesh.h
%%QT_INCDIR%%/Qt3DExtras/qdiffusemapmaterial.h
%%QT_INCDIR%%/Qt3DExtras/qdiffusespecularmapmaterial.h
+%%QT_INCDIR%%/Qt3DExtras/qextrudedtextgeometry.h
+%%QT_INCDIR%%/Qt3DExtras/qextrudedtextmesh.h
%%QT_INCDIR%%/Qt3DExtras/qfirstpersoncameracontroller.h
%%QT_INCDIR%%/Qt3DExtras/qforwardrenderer.h
%%QT_INCDIR%%/Qt3DExtras/qgoochmaterial.h
+%%QT_INCDIR%%/Qt3DExtras/qmetalroughmaterial.h
+%%QT_INCDIR%%/Qt3DExtras/qmorphphongmaterial.h
%%QT_INCDIR%%/Qt3DExtras/qnormaldiffusemapalphamaterial.h
%%QT_INCDIR%%/Qt3DExtras/qnormaldiffusemapmaterial.h
%%QT_INCDIR%%/Qt3DExtras/qnormaldiffusespecularmapmaterial.h
@@ -225,14 +358,20 @@
%%QT_INCDIR%%/Qt3DExtras/qt3dextras_global.h
%%QT_INCDIR%%/Qt3DExtras/qt3dextrasversion.h
%%QT_INCDIR%%/Qt3DExtras/qt3dwindow.h
+%%QT_INCDIR%%/Qt3DExtras/qtext2dentity.h
+%%QT_INCDIR%%/Qt3DExtras/qtexturedmetalroughmaterial.h
+%%QT_INCDIR%%/Qt3DExtras/qtexturematerial.h
%%QT_INCDIR%%/Qt3DExtras/qtorusgeometry.h
%%QT_INCDIR%%/Qt3DExtras/qtorusmesh.h
+%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/abstractactioninput_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/abstractaxisinput_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/action_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/actioninput_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/analogaxisinput_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/assignkeyboardfocusjob_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/axis_p.h
+%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/axisaccumulator_p.h
+%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/axisaccumulatorjob_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/axissetting_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/buttonaxisinput_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/eventsourcesetterhelper_p.h
@@ -244,26 +383,32 @@
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/inputmanagers_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/inputsequence_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/inputsettings_p.h
+%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/job_common_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/keyboarddevice_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/keyboardeventfilter_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/keyboardhandler_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/keyboardmousegenericdeviceintegration_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/keyeventdispatcherjob_p.h
+%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/loadproxydevicejob_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/logicaldevice_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/mousedevice_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/mouseeventdispatcherjob_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/mouseeventfilter_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/mousehandler_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/movingaverage_p.h
+%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/physicaldeviceproxy_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qabstractactioninput_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qabstractaxisinput_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qabstractphysicaldevice_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qabstractphysicaldevicebackendnode_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qabstractphysicaldevicebackendnode_p_p.h
+%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qabstractphysicaldeviceproxy_p.h
+%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qabstractphysicaldeviceproxy_p_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qaction_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qactioninput_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qanalogaxisinput_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qaxis_p.h
+%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qaxisaccumulator_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qaxissetting_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qbuttonaxisinput_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qgamepadinput_p.h
@@ -284,6 +429,7 @@
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qphysicaldevicecreatedchange_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/qt3dinput_global_p.h
%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/updateaxisactionjob_p.h
+%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/utils_p.h
%%QT_INCDIR%%/Qt3DInput/QAbstractActionInput
%%QT_INCDIR%%/Qt3DInput/QAbstractAxisInput
%%QT_INCDIR%%/Qt3DInput/QAbstractPhysicalDevice
@@ -291,6 +437,7 @@
%%QT_INCDIR%%/Qt3DInput/QActionInput
%%QT_INCDIR%%/Qt3DInput/QAnalogAxisInput
%%QT_INCDIR%%/Qt3DInput/QAxis
+%%QT_INCDIR%%/Qt3DInput/QAxisAccumulator
%%QT_INCDIR%%/Qt3DInput/QAxisSetting
%%QT_INCDIR%%/Qt3DInput/QButtonAxisInput
%%QT_INCDIR%%/Qt3DInput/QInputAspect
@@ -321,6 +468,7 @@
%%QT_INCDIR%%/Qt3DInput/qactioninput.h
%%QT_INCDIR%%/Qt3DInput/qanalogaxisinput.h
%%QT_INCDIR%%/Qt3DInput/qaxis.h
+%%QT_INCDIR%%/Qt3DInput/qaxisaccumulator.h
%%QT_INCDIR%%/Qt3DInput/qaxissetting.h
%%QT_INCDIR%%/Qt3DInput/qbuttonaxisinput.h
%%QT_INCDIR%%/Qt3DInput/qinputaspect.h
@@ -341,6 +489,7 @@
%%QT_INCDIR%%/Qt3DLogic/%%FULLVER%%/Qt3DLogic/private/executor_p.h
%%QT_INCDIR%%/Qt3DLogic/%%FULLVER%%/Qt3DLogic/private/handle_types_p.h
%%QT_INCDIR%%/Qt3DLogic/%%FULLVER%%/Qt3DLogic/private/handler_p.h
+%%QT_INCDIR%%/Qt3DLogic/%%FULLVER%%/Qt3DLogic/private/job_common_p.h
%%QT_INCDIR%%/Qt3DLogic/%%FULLVER%%/Qt3DLogic/private/manager_p.h
%%QT_INCDIR%%/Qt3DLogic/%%FULLVER%%/Qt3DLogic/private/managers_p.h
%%QT_INCDIR%%/Qt3DLogic/%%FULLVER%%/Qt3DLogic/private/qframeaction_p.h
@@ -354,9 +503,6 @@
%%QT_INCDIR%%/Qt3DLogic/qlogicaspect.h
%%QT_INCDIR%%/Qt3DLogic/qt3dlogic_global.h
%%QT_INCDIR%%/Qt3DLogic/qt3dlogicversion.h
-%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/abstractactioninput_p.h
-%%QT_INCDIR%%/Qt3DInput/%%FULLVER%%/Qt3DInput/private/job_common_p.h
-%%QT_INCDIR%%/Qt3DLogic/%%FULLVER%%/Qt3DLogic/private/job_common_p.h
%%QT_INCDIR%%/Qt3DQuick/%%FULLVER%%/Qt3DQuick/private/qqmlaspectengine_p.h
%%QT_INCDIR%%/Qt3DQuick/%%FULLVER%%/Qt3DQuick/private/qquaternionanimation_p.h
%%QT_INCDIR%%/Qt3DQuick/%%FULLVER%%/Qt3DQuick/private/qt3dquick_global_p.h
@@ -367,6 +513,7 @@
%%QT_INCDIR%%/Qt3DQuick/%%FULLVER%%/Qt3DQuick/private/quick3dentityloader_p_p.h
%%QT_INCDIR%%/Qt3DQuick/%%FULLVER%%/Qt3DQuick/private/quick3dnode_p.h
%%QT_INCDIR%%/Qt3DQuick/%%FULLVER%%/Qt3DQuick/private/quick3dnodeinstantiator_p.h
+%%QT_INCDIR%%/Qt3DQuick/%%FULLVER%%/Qt3DQuick/private/quick3dnodev9_p.h
%%QT_INCDIR%%/Qt3DQuick/QQmlAspectEngine
%%QT_INCDIR%%/Qt3DQuick/Qt3DQuick
%%QT_INCDIR%%/Qt3DQuick/Qt3DQuickDepends
@@ -374,6 +521,25 @@
%%QT_INCDIR%%/Qt3DQuick/qqmlaspectengine.h
%%QT_INCDIR%%/Qt3DQuick/qt3dquick_global.h
%%QT_INCDIR%%/Qt3DQuick/qt3dquickversion.h
+%%QT_INCDIR%%/Qt3DQuickAnimation/%%FULLVER%%/Qt3DQuickAnimation/private/qt3dquickanimation_global_p.h
+%%QT_INCDIR%%/Qt3DQuickAnimation/%%FULLVER%%/Qt3DQuickAnimation/private/qt3dquickanimationnodefactory_p.h
+%%QT_INCDIR%%/Qt3DQuickAnimation/%%FULLVER%%/Qt3DQuickAnimation/private/quick3danimationcontroller_p.h
+%%QT_INCDIR%%/Qt3DQuickAnimation/%%FULLVER%%/Qt3DQuickAnimation/private/quick3danimationgroup_p.h
+%%QT_INCDIR%%/Qt3DQuickAnimation/%%FULLVER%%/Qt3DQuickAnimation/private/quick3dchannelmapper_p.h
+%%QT_INCDIR%%/Qt3DQuickAnimation/%%FULLVER%%/Qt3DQuickAnimation/private/quick3dkeyframeanimation_p.h
+%%QT_INCDIR%%/Qt3DQuickAnimation/%%FULLVER%%/Qt3DQuickAnimation/private/quick3dmorphinganimation_p.h
+%%QT_INCDIR%%/Qt3DQuickAnimation/%%FULLVER%%/Qt3DQuickAnimation/private/quick3dmorphtarget_p.h
+%%QT_INCDIR%%/Qt3DQuickAnimation/%%FULLVER%%/Qt3DQuickAnimation/private/quick3dvertexblendanimation_p.h
+%%QT_INCDIR%%/Qt3DQuickAnimation/Qt3DQuickAnimation
+%%QT_INCDIR%%/Qt3DQuickAnimation/Qt3DQuickAnimationDepends
+%%QT_INCDIR%%/Qt3DQuickAnimation/Qt3DQuickAnimationVersion
+%%QT_INCDIR%%/Qt3DQuickAnimation/qt3dquickanimation_global.h
+%%QT_INCDIR%%/Qt3DQuickAnimation/qt3dquickanimationversion.h
+%%QT_INCDIR%%/Qt3DQuickExtras/%%FULLVER%%/Qt3DQuickExtras/private/qt3dquickextras_global_p.h
+%%QT_INCDIR%%/Qt3DQuickExtras/%%FULLVER%%/Qt3DQuickExtras/private/qt3dquickwindow_p.h
+%%QT_INCDIR%%/Qt3DQuickExtras/%%FULLVER%%/Qt3DQuickExtras/private/qt3dquickwindowlogging_p.h
+%%QT_INCDIR%%/Qt3DQuickExtras/%%FULLVER%%/Qt3DQuickExtras/private/quick3dlevelofdetailloader_p.h
+%%QT_INCDIR%%/Qt3DQuickExtras/%%FULLVER%%/Qt3DQuickExtras/private/quick3dlevelofdetailloader_p_p.h
%%QT_INCDIR%%/Qt3DQuickExtras/Qt3DQuickExtras
%%QT_INCDIR%%/Qt3DQuickExtras/Qt3DQuickExtrasDepends
%%QT_INCDIR%%/Qt3DQuickExtras/Qt3DQuickExtrasVersion
@@ -401,6 +567,7 @@
%%QT_INCDIR%%/Qt3DQuickRender/%%FULLVER%%/Qt3DQuickRender/private/quick3dgeometry_p.h
%%QT_INCDIR%%/Qt3DQuickRender/%%FULLVER%%/Qt3DQuickRender/private/quick3dlayerfilter_p.h
%%QT_INCDIR%%/Qt3DQuickRender/%%FULLVER%%/Qt3DQuickRender/private/quick3dmaterial_p.h
+%%QT_INCDIR%%/Qt3DQuickRender/%%FULLVER%%/Qt3DQuickRender/private/quick3dmemorybarrier_p.h
%%QT_INCDIR%%/Qt3DQuickRender/%%FULLVER%%/Qt3DQuickRender/private/quick3dparameter_p.h
%%QT_INCDIR%%/Qt3DQuickRender/%%FULLVER%%/Qt3DQuickRender/private/quick3dparameter_p_p.h
%%QT_INCDIR%%/Qt3DQuickRender/%%FULLVER%%/Qt3DQuickRender/private/quick3drenderpass_p.h
@@ -420,31 +587,55 @@
%%QT_INCDIR%%/Qt3DQuickRender/Qt3DQuickRenderVersion
%%QT_INCDIR%%/Qt3DQuickRender/qt3dquickrender_global.h
%%QT_INCDIR%%/Qt3DQuickRender/qt3dquickrenderversion.h
+%%QT_INCDIR%%/Qt3DQuickScene2D/%%FULLVER%%/Qt3DQuickScene2D/private/qscene2d_p.h
+%%QT_INCDIR%%/Qt3DQuickScene2D/%%FULLVER%%/Qt3DQuickScene2D/private/qt3dquick3dscene2d_p.h
+%%QT_INCDIR%%/Qt3DQuickScene2D/%%FULLVER%%/Qt3DQuickScene2D/private/qt3dquickscene2d_global_p.h
+%%QT_INCDIR%%/Qt3DQuickScene2D/%%FULLVER%%/Qt3DQuickScene2D/private/qt3dquickscene2d_logging_p.h
+%%QT_INCDIR%%/Qt3DQuickScene2D/%%FULLVER%%/Qt3DQuickScene2D/private/qt3dquickscene2dnodefactory_p.h
+%%QT_INCDIR%%/Qt3DQuickScene2D/%%FULLVER%%/Qt3DQuickScene2D/private/scene2d_p.h
+%%QT_INCDIR%%/Qt3DQuickScene2D/%%FULLVER%%/Qt3DQuickScene2D/private/scene2devent_p.h
+%%QT_INCDIR%%/Qt3DQuickScene2D/%%FULLVER%%/Qt3DQuickScene2D/private/scene2dmanager_p.h
+%%QT_INCDIR%%/Qt3DQuickScene2D/%%FULLVER%%/Qt3DQuickScene2D/private/scene2dsharedobject_p.h
+%%QT_INCDIR%%/Qt3DQuickScene2D/QScene2D
+%%QT_INCDIR%%/Qt3DQuickScene2D/Qt3DQuickScene2D
+%%QT_INCDIR%%/Qt3DQuickScene2D/Qt3DQuickScene2DDepends
+%%QT_INCDIR%%/Qt3DQuickScene2D/Qt3DQuickScene2DVersion
+%%QT_INCDIR%%/Qt3DQuickScene2D/qscene2d.h
+%%QT_INCDIR%%/Qt3DQuickScene2D/qt3dquickscene2d_global.h
+%%QT_INCDIR%%/Qt3DQuickScene2D/qt3dquickscene2dversion.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/abstractrenderer_p.h
+%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/apitexturemanager_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/attachmentpack_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/attribute_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/backendnode_p.h
+%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/boundingsphere_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/boundingvolumedebug_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/buffer_p.h
+%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/buffercapture_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/buffermanager_p.h
+%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/bufferutils_p.h
+%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/buffervisitor_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/calcboundingvolumejob_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/calcgeometrytrianglevolumes_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/cameralens_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/cameraselectornode_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/clearbuffers_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/commandexecuter_p.h
+%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/commandthread_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/computecommand_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/dispatchcompute_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/effect_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/entity_p.h
+%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/environmentlight_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/expandboundingvolumejob_p.h
+%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/filtercompatibletechniquejob_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/filterentitybycomponentjob_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/filterkey_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/filterlayerentityjob_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/framecleanupjob_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/framegraphnode_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/framegraphvisitor_p.h
-%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/framepreparationjob_p.h
+%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/frameprofiler_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/frustumculling_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/frustumcullingjob_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/genericlambdajob_p.h
@@ -453,18 +644,21 @@
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/geometryrenderer_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/geometryrenderermanager_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/glbuffer_p.h
+%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/gltexture_p.h
+%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/gltexturemanager_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/graphicscontext_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/graphicshelperes2_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/graphicshelperes3_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/graphicshelpergl2_p.h
+%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/graphicshelpergl3_2_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/graphicshelpergl3_3_p.h
-%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/graphicshelpergl3_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/graphicshelpergl4_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/graphicshelperinterface_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/handle_types_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/job_common_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/layer_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/layerfilternode_p.h
+%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/levelofdetail_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/light_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/lightgatherer_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/lightsource_p.h
@@ -475,15 +669,17 @@
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/managers_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/material_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/materialparametergathererjob_p.h
+%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/memorybarrier_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/nodefunctor_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/nodemanagers_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/nodraw_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/objectpicker_p.h
-%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/objloader_p.h
+%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/offscreensurfacehelper_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/openglvertexarrayobject_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/parameter_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/parameterpack_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/pickboundingvolumejob_p.h
+%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/pickboundingvolumeutils_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/pickeventfilter_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/platformsurfacefilter_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qabstractcollisionqueryservice_p.h
@@ -495,10 +691,10 @@
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qaxisalignedboundingbox_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qblendequation_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qblendequationarguments_p.h
-%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qboundingsphere_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qboundingvolume_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qboundingvolumeprovider_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qbuffer_p.h
+%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qbuffercapture_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qcamera_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qcameralens_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qcameraselector_p.h
@@ -512,19 +708,26 @@
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qdirectionallight_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qdispatchcompute_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qeffect_p.h
+%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qenvironmentlight_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qfilterkey_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qframegraphnode_p.h
+%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qframegraphnodecreatedchange_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qfrontface_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qgeometry_p.h
+%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qgeometryloaderfactory_p.h
+%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qgeometryloaderinterface_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qgeometryrenderer_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qgraphicsapifilter_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qgraphicsutils_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qitemmodelbuffer_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qlayer_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qlayerfilter_p.h
+%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qlevelofdetail_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qmaterial_p.h
+%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qmemorybarrier_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qmesh_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qobjectpicker_p.h
+%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qpaintedtextureimage_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qparameter_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qpickevent_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qpickingsettings_p.h
@@ -534,8 +737,12 @@
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qray3d_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qraycastingservice_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qrenderaspect_p.h
+%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qrendercapture_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qrenderpass_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qrenderpassfilter_p.h
+%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qrenderplugin_p.h
+%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qrenderpluginfactory_p.h
+%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qrenderpluginfactoryif_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qrendersettings_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qrenderstate_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qrenderstatecreatedchange_p.h
@@ -544,9 +751,12 @@
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qrendertarget_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qrendertargetoutput_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qrendertargetselector_p.h
-%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qsceneiofactory_p.h
-%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qsceneiohandler_p.h
-%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qsceneioplugin_p.h
+%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qsceneexporter_p.h
+%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qsceneexportfactory_p.h
+%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qsceneexportplugin_p.h
+%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qsceneimporter_p.h
+%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qsceneimportfactory_p.h
+%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qsceneimportplugin_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qsceneloader_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qscissortest_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qshaderdata_p.h
@@ -564,9 +774,9 @@
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qtexture_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qtextureimage_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qtextureimagedata_p.h
-%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/quniformvalue_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qurlhelper_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/qviewport_p.h
+%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/rendercapture_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/rendercommand_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/renderconfiguration_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/renderer_p.h
@@ -584,14 +794,19 @@
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/rendertargetselectornode_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/renderthread_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/renderview_p.h
+%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/renderviewbuilder_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/renderviewbuilderjob_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/renderviewinitializerjob_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/renderviewjobutils_p.h
+%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/resourceaccessor_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/scene_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/scenemanager_p.h
+%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/sendbuffercapturejob_p.h
+%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/sendrendercapturejob_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/shader_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/shadercache_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/shaderdata_p.h
+%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/shaderparameterpack_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/shadervariables_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/sortpolicy_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/sphere_p.h
@@ -601,6 +816,7 @@
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/stringtoint_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/technique_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/techniquefilternode_p.h
+%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/techniquemanager_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/texture_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/texturedatamanager_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/textureimage_p.h
@@ -608,6 +824,11 @@
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/triangleboundingvolume_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/trianglesextractor_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/trianglesvisitor_p.h
+%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/uniform_p.h
+%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/updatelevelofdetailjob_p.h
+%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/updatemeshtrianglelistjob_p.h
+%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/updateshaderdatatransformjob_p.h
+%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/updatetreeenabledjob_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/updateworldboundingvolumejob_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/updateworldtransformjob_p.h
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/viewportnode_p.h
@@ -626,6 +847,7 @@
%%QT_INCDIR%%/Qt3DRender/QBlendEquation
%%QT_INCDIR%%/Qt3DRender/QBlendEquationArguments
%%QT_INCDIR%%/Qt3DRender/QBuffer
+%%QT_INCDIR%%/Qt3DRender/QBufferCapture
%%QT_INCDIR%%/Qt3DRender/QBufferDataGenerator
%%QT_INCDIR%%/Qt3DRender/QBufferDataGeneratorPtr
%%QT_INCDIR%%/Qt3DRender/QBufferPtr
@@ -642,8 +864,12 @@
%%QT_INCDIR%%/Qt3DRender/QDispatchCompute
%%QT_INCDIR%%/Qt3DRender/QDithering
%%QT_INCDIR%%/Qt3DRender/QEffect
+%%QT_INCDIR%%/Qt3DRender/QEnvironmentLight
%%QT_INCDIR%%/Qt3DRender/QFilterKey
%%QT_INCDIR%%/Qt3DRender/QFrameGraphNode
+%%QT_INCDIR%%/Qt3DRender/QFrameGraphNodeCreatedChange
+%%QT_INCDIR%%/Qt3DRender/QFrameGraphNodeCreatedChangeBase
+%%QT_INCDIR%%/Qt3DRender/QFrameGraphNodeCreatedChangeBasePtr
%%QT_INCDIR%%/Qt3DRender/QFrontFace
%%QT_INCDIR%%/Qt3DRender/QFrustumCulling
%%QT_INCDIR%%/Qt3DRender/QGeometry
@@ -653,12 +879,17 @@
%%QT_INCDIR%%/Qt3DRender/QGraphicsApiFilter
%%QT_INCDIR%%/Qt3DRender/QLayer
%%QT_INCDIR%%/Qt3DRender/QLayerFilter
+%%QT_INCDIR%%/Qt3DRender/QLevelOfDetail
+%%QT_INCDIR%%/Qt3DRender/QLevelOfDetailBoundingSphere
+%%QT_INCDIR%%/Qt3DRender/QLevelOfDetailSwitch
%%QT_INCDIR%%/Qt3DRender/QMaterial
+%%QT_INCDIR%%/Qt3DRender/QMemoryBarrier
%%QT_INCDIR%%/Qt3DRender/QMesh
%%QT_INCDIR%%/Qt3DRender/QMultiSampleAntiAliasing
%%QT_INCDIR%%/Qt3DRender/QNoDepthMask
%%QT_INCDIR%%/Qt3DRender/QNoDraw
%%QT_INCDIR%%/Qt3DRender/QObjectPicker
+%%QT_INCDIR%%/Qt3DRender/QPaintedTextureImage
%%QT_INCDIR%%/Qt3DRender/QParameter
%%QT_INCDIR%%/Qt3DRender/QPickEvent
%%QT_INCDIR%%/Qt3DRender/QPickEventPtr
@@ -668,6 +899,8 @@
%%QT_INCDIR%%/Qt3DRender/QPointSize
%%QT_INCDIR%%/Qt3DRender/QPolygonOffset
%%QT_INCDIR%%/Qt3DRender/QRenderAspect
+%%QT_INCDIR%%/Qt3DRender/QRenderCapture
+%%QT_INCDIR%%/Qt3DRender/QRenderCaptureReply
%%QT_INCDIR%%/Qt3DRender/QRenderPass
%%QT_INCDIR%%/Qt3DRender/QRenderPassFilter
%%QT_INCDIR%%/Qt3DRender/QRenderSettings
@@ -682,7 +915,6 @@
%%QT_INCDIR%%/Qt3DRender/QSeamlessCubemap
%%QT_INCDIR%%/Qt3DRender/QShaderData
%%QT_INCDIR%%/Qt3DRender/QShaderProgram
-%%QT_INCDIR%%/Qt3DRender/QSortCriterion
%%QT_INCDIR%%/Qt3DRender/QSortPolicy
%%QT_INCDIR%%/Qt3DRender/QSpotLight
%%QT_INCDIR%%/Qt3DRender/QStencilMask
@@ -717,6 +949,7 @@
%%QT_INCDIR%%/Qt3DRender/qblendequation.h
%%QT_INCDIR%%/Qt3DRender/qblendequationarguments.h
%%QT_INCDIR%%/Qt3DRender/qbuffer.h
+%%QT_INCDIR%%/Qt3DRender/qbuffercapture.h
%%QT_INCDIR%%/Qt3DRender/qbufferdatagenerator.h
%%QT_INCDIR%%/Qt3DRender/qcamera.h
%%QT_INCDIR%%/Qt3DRender/qcameralens.h
@@ -731,8 +964,10 @@
%%QT_INCDIR%%/Qt3DRender/qdispatchcompute.h
%%QT_INCDIR%%/Qt3DRender/qdithering.h
%%QT_INCDIR%%/Qt3DRender/qeffect.h
+%%QT_INCDIR%%/Qt3DRender/qenvironmentlight.h
%%QT_INCDIR%%/Qt3DRender/qfilterkey.h
%%QT_INCDIR%%/Qt3DRender/qframegraphnode.h
+%%QT_INCDIR%%/Qt3DRender/qframegraphnodecreatedchange.h
%%QT_INCDIR%%/Qt3DRender/qfrontface.h
%%QT_INCDIR%%/Qt3DRender/qfrustumculling.h
%%QT_INCDIR%%/Qt3DRender/qgeometry.h
@@ -741,12 +976,17 @@
%%QT_INCDIR%%/Qt3DRender/qgraphicsapifilter.h
%%QT_INCDIR%%/Qt3DRender/qlayer.h
%%QT_INCDIR%%/Qt3DRender/qlayerfilter.h
+%%QT_INCDIR%%/Qt3DRender/qlevelofdetail.h
+%%QT_INCDIR%%/Qt3DRender/qlevelofdetailboundingsphere.h
+%%QT_INCDIR%%/Qt3DRender/qlevelofdetailswitch.h
%%QT_INCDIR%%/Qt3DRender/qmaterial.h
+%%QT_INCDIR%%/Qt3DRender/qmemorybarrier.h
%%QT_INCDIR%%/Qt3DRender/qmesh.h
%%QT_INCDIR%%/Qt3DRender/qmultisampleantialiasing.h
%%QT_INCDIR%%/Qt3DRender/qnodepthmask.h
%%QT_INCDIR%%/Qt3DRender/qnodraw.h
%%QT_INCDIR%%/Qt3DRender/qobjectpicker.h
+%%QT_INCDIR%%/Qt3DRender/qpaintedtextureimage.h
%%QT_INCDIR%%/Qt3DRender/qparameter.h
%%QT_INCDIR%%/Qt3DRender/qpickevent.h
%%QT_INCDIR%%/Qt3DRender/qpickingsettings.h
@@ -755,6 +995,7 @@
%%QT_INCDIR%%/Qt3DRender/qpointsize.h
%%QT_INCDIR%%/Qt3DRender/qpolygonoffset.h
%%QT_INCDIR%%/Qt3DRender/qrenderaspect.h
+%%QT_INCDIR%%/Qt3DRender/qrendercapture.h
%%QT_INCDIR%%/Qt3DRender/qrenderpass.h
%%QT_INCDIR%%/Qt3DRender/qrenderpassfilter.h
%%QT_INCDIR%%/Qt3DRender/qrendersettings.h
@@ -769,7 +1010,6 @@
%%QT_INCDIR%%/Qt3DRender/qseamlesscubemap.h
%%QT_INCDIR%%/Qt3DRender/qshaderdata.h
%%QT_INCDIR%%/Qt3DRender/qshaderprogram.h
-%%QT_INCDIR%%/Qt3DRender/qsortcriterion.h
%%QT_INCDIR%%/Qt3DRender/qsortpolicy.h
%%QT_INCDIR%%/Qt3DRender/qspotlight.h
%%QT_INCDIR%%/Qt3DRender/qstencilmask.h
@@ -789,6 +1029,8 @@
%%QT_INCDIR%%/Qt3DRender/qtextureimagedatagenerator.h
%%QT_INCDIR%%/Qt3DRender/qtexturewrapmode.h
%%QT_INCDIR%%/Qt3DRender/qviewport.h
+%%QT_CMAKEDIR%%/Qt53DAnimation/Qt53DAnimationConfig.cmake
+%%QT_CMAKEDIR%%/Qt53DAnimation/Qt53DAnimationConfigVersion.cmake
%%QT_CMAKEDIR%%/Qt53DCore/Qt53DCoreConfig.cmake
%%QT_CMAKEDIR%%/Qt53DCore/Qt53DCoreConfigVersion.cmake
%%QT_CMAKEDIR%%/Qt53DExtras/Qt53DExtrasConfig.cmake
@@ -799,17 +1041,31 @@
%%QT_CMAKEDIR%%/Qt53DLogic/Qt53DLogicConfigVersion.cmake
%%QT_CMAKEDIR%%/Qt53DQuick/Qt53DQuickConfig.cmake
%%QT_CMAKEDIR%%/Qt53DQuick/Qt53DQuickConfigVersion.cmake
+%%QT_CMAKEDIR%%/Qt53DQuickAnimation/Qt53DQuickAnimationConfig.cmake
+%%QT_CMAKEDIR%%/Qt53DQuickAnimation/Qt53DQuickAnimationConfigVersion.cmake
%%QT_CMAKEDIR%%/Qt53DQuickExtras/Qt53DQuickExtrasConfig.cmake
%%QT_CMAKEDIR%%/Qt53DQuickExtras/Qt53DQuickExtrasConfigVersion.cmake
%%QT_CMAKEDIR%%/Qt53DQuickInput/Qt53DQuickInputConfig.cmake
%%QT_CMAKEDIR%%/Qt53DQuickInput/Qt53DQuickInputConfigVersion.cmake
%%QT_CMAKEDIR%%/Qt53DQuickRender/Qt53DQuickRenderConfig.cmake
%%QT_CMAKEDIR%%/Qt53DQuickRender/Qt53DQuickRenderConfigVersion.cmake
+%%QT_CMAKEDIR%%/Qt53DQuickScene2D/Qt53DQuickScene2DConfig.cmake
+%%QT_CMAKEDIR%%/Qt53DQuickScene2D/Qt53DQuickScene2DConfigVersion.cmake
%%QT_CMAKEDIR%%/Qt53DRender/Qt53DRenderConfig.cmake
%%QT_CMAKEDIR%%/Qt53DRender/Qt53DRenderConfigVersion.cmake
-%%QT_CMAKEDIR%%/Qt53DRender/Qt53DRender_AssimpSceneIOPlugin.cmake
-%%QT_CMAKEDIR%%/Qt53DRender/Qt53DRender_GLTFSceneIOPlugin.cmake
+%%QT_CMAKEDIR%%/Qt53DRender/Qt53DRender_AssimpSceneImportPlugin.cmake
+%%QT_CMAKEDIR%%/Qt53DRender/Qt53DRender_DefaultGeometryLoaderPlugin.cmake
+%%QT_CMAKEDIR%%/Qt53DRender/Qt53DRender_GLTFGeometryLoaderPlugin.cmake
+%%QT_CMAKEDIR%%/Qt53DRender/Qt53DRender_GLTFSceneExportPlugin.cmake
+%%QT_CMAKEDIR%%/Qt53DRender/Qt53DRender_GLTFSceneImportPlugin.cmake
+%%QT_CMAKEDIR%%/Qt53DRender/Qt53DRender_Scene2DPlugin.cmake
%%QT_BINDIR%%/qgltf
+%%QT_LIBDIR%%/libQt53DAnimation.prl
+%%QT_LIBDIR%%/libQt53DAnimation.so
+%%QT_LIBDIR%%/libQt53DAnimation.so.5
+%%QT_LIBDIR%%/libQt53DAnimation.so.%%SHORTVER%%
+%%QT_LIBDIR%%/libQt53DAnimation.so.%%FULLVER%%
+%%DEBUG%%%%QT_LIBDIR%%/libQt53DAnimation.so.%%FULLVER%%.debug
%%QT_LIBDIR%%/libQt53DCore.prl
%%QT_LIBDIR%%/libQt53DCore.so
%%QT_LIBDIR%%/libQt53DCore.so.5
@@ -840,6 +1096,12 @@
%%QT_LIBDIR%%/libQt53DQuick.so.%%SHORTVER%%
%%QT_LIBDIR%%/libQt53DQuick.so.%%FULLVER%%
%%DEBUG%%%%QT_LIBDIR%%/libQt53DQuick.so.%%FULLVER%%.debug
+%%QT_LIBDIR%%/libQt53DQuickAnimation.prl
+%%QT_LIBDIR%%/libQt53DQuickAnimation.so
+%%QT_LIBDIR%%/libQt53DQuickAnimation.so.5
+%%QT_LIBDIR%%/libQt53DQuickAnimation.so.%%SHORTVER%%
+%%QT_LIBDIR%%/libQt53DQuickAnimation.so.%%FULLVER%%
+%%DEBUG%%%%QT_LIBDIR%%/libQt53DQuickAnimation.so.%%FULLVER%%.debug
%%QT_LIBDIR%%/libQt53DQuickExtras.prl
%%QT_LIBDIR%%/libQt53DQuickExtras.so
%%QT_LIBDIR%%/libQt53DQuickExtras.so.5
@@ -858,12 +1120,20 @@
%%QT_LIBDIR%%/libQt53DQuickRender.so.%%SHORTVER%%
%%QT_LIBDIR%%/libQt53DQuickRender.so.%%FULLVER%%
%%DEBUG%%%%QT_LIBDIR%%/libQt53DQuickRender.so.%%FULLVER%%.debug
+%%QT_LIBDIR%%/libQt53DQuickScene2D.prl
+%%QT_LIBDIR%%/libQt53DQuickScene2D.so
+%%QT_LIBDIR%%/libQt53DQuickScene2D.so.5
+%%QT_LIBDIR%%/libQt53DQuickScene2D.so.%%SHORTVER%%
+%%QT_LIBDIR%%/libQt53DQuickScene2D.so.%%FULLVER%%
+%%DEBUG%%%%QT_LIBDIR%%/libQt53DQuickScene2D.so.%%FULLVER%%.debug
%%QT_LIBDIR%%/libQt53DRender.prl
%%QT_LIBDIR%%/libQt53DRender.so
%%QT_LIBDIR%%/libQt53DRender.so.5
%%QT_LIBDIR%%/libQt53DRender.so.%%SHORTVER%%
%%QT_LIBDIR%%/libQt53DRender.so.%%FULLVER%%
%%DEBUG%%%%QT_LIBDIR%%/libQt53DRender.so.%%FULLVER%%.debug
+%%QT_MKSPECDIR%%/modules/qt_lib_3danimation.pri
+%%QT_MKSPECDIR%%/modules/qt_lib_3danimation_private.pri
%%QT_MKSPECDIR%%/modules/qt_lib_3dcore.pri
%%QT_MKSPECDIR%%/modules/qt_lib_3dcore_private.pri
%%QT_MKSPECDIR%%/modules/qt_lib_3dextras.pri
@@ -874,18 +1144,34 @@
%%QT_MKSPECDIR%%/modules/qt_lib_3dlogic_private.pri
%%QT_MKSPECDIR%%/modules/qt_lib_3dquick.pri
%%QT_MKSPECDIR%%/modules/qt_lib_3dquick_private.pri
+%%QT_MKSPECDIR%%/modules/qt_lib_3dquickanimation.pri
+%%QT_MKSPECDIR%%/modules/qt_lib_3dquickanimation_private.pri
%%QT_MKSPECDIR%%/modules/qt_lib_3dquickextras.pri
%%QT_MKSPECDIR%%/modules/qt_lib_3dquickextras_private.pri
%%QT_MKSPECDIR%%/modules/qt_lib_3dquickinput.pri
%%QT_MKSPECDIR%%/modules/qt_lib_3dquickinput_private.pri
%%QT_MKSPECDIR%%/modules/qt_lib_3dquickrender.pri
%%QT_MKSPECDIR%%/modules/qt_lib_3dquickrender_private.pri
+%%QT_MKSPECDIR%%/modules/qt_lib_3dquickscene2d.pri
+%%QT_MKSPECDIR%%/modules/qt_lib_3dquickscene2d_private.pri
%%QT_MKSPECDIR%%/modules/qt_lib_3drender.pri
%%QT_MKSPECDIR%%/modules/qt_lib_3drender_private.pri
-%%QT_PLUGINDIR%%/sceneparsers/libassimpsceneio.so
-%%DEBUG%%%%QT_PLUGINDIR%%/sceneparsers/libassimpsceneio.so.debug
-%%QT_PLUGINDIR%%/sceneparsers/libgltfsceneio.so
-%%DEBUG%%%%QT_PLUGINDIR%%/sceneparsers/libgltfsceneio.so.debug
+%%QT_PLUGINDIR%%/geometryloaders/libdefaultgeometryloader.so
+%%DEBUG%%%%QT_PLUGINDIR%%/geometryloaders/libdefaultgeometryloader.so.debug
+%%QT_PLUGINDIR%%/geometryloaders/libgltfgeometryloader.so
+%%DEBUG%%%%QT_PLUGINDIR%%/geometryloaders/libgltfgeometryloader.so.debug
+%%QT_PLUGINDIR%%/renderplugins/libscene2d.so
+%%DEBUG%%%%QT_PLUGINDIR%%/renderplugins/libscene2d.so.debug
+%%QT_PLUGINDIR%%/sceneparsers/libassimpsceneimport.so
+%%DEBUG%%%%QT_PLUGINDIR%%/sceneparsers/libassimpsceneimport.so.debug
+%%QT_PLUGINDIR%%/sceneparsers/libgltfsceneexport.so
+%%DEBUG%%%%QT_PLUGINDIR%%/sceneparsers/libgltfsceneexport.so.debug
+%%QT_PLUGINDIR%%/sceneparsers/libgltfsceneimport.so
+%%DEBUG%%%%QT_PLUGINDIR%%/sceneparsers/libgltfsceneimport.so.debug
+%%QT_QMLDIR%%/Qt3D/Animation/libquick3danimationplugin.so
+%%DEBUG%%%%QT_QMLDIR%%/Qt3D/Animation/libquick3danimationplugin.so.debug
+%%QT_QMLDIR%%/Qt3D/Animation/plugins.qmltypes
+%%QT_QMLDIR%%/Qt3D/Animation/qmldir
%%QT_QMLDIR%%/Qt3D/Core/libquick3dcoreplugin.so
%%DEBUG%%%%QT_QMLDIR%%/Qt3D/Core/libquick3dcoreplugin.so.debug
%%QT_QMLDIR%%/Qt3D/Core/plugins.qmltypes
@@ -906,16 +1192,23 @@
%%DEBUG%%%%QT_QMLDIR%%/Qt3D/Render/libquick3drenderplugin.so.debug
%%QT_QMLDIR%%/Qt3D/Render/plugins.qmltypes
%%QT_QMLDIR%%/Qt3D/Render/qmldir
+%%QT_QMLDIR%%/QtQuick/Scene2D/libqtquickscene2dplugin.so
+%%DEBUG%%%%QT_QMLDIR%%/QtQuick/Scene2D/libqtquickscene2dplugin.so.debug
+%%QT_QMLDIR%%/QtQuick/Scene2D/plugins.qmltypes
+%%QT_QMLDIR%%/QtQuick/Scene2D/qmldir
%%QT_QMLDIR%%/QtQuick/Scene3D/libqtquickscene3dplugin.so
%%DEBUG%%%%QT_QMLDIR%%/QtQuick/Scene3D/libqtquickscene3dplugin.so.debug
%%QT_QMLDIR%%/QtQuick/Scene3D/plugins.qmltypes
%%QT_QMLDIR%%/QtQuick/Scene3D/qmldir
+libdata/pkgconfig/Qt53DAnimation.pc
libdata/pkgconfig/Qt53DCore.pc
libdata/pkgconfig/Qt53DExtras.pc
libdata/pkgconfig/Qt53DInput.pc
libdata/pkgconfig/Qt53DLogic.pc
libdata/pkgconfig/Qt53DQuick.pc
+libdata/pkgconfig/Qt53DQuickAnimation.pc
libdata/pkgconfig/Qt53DQuickExtras.pc
libdata/pkgconfig/Qt53DQuickInput.pc
libdata/pkgconfig/Qt53DQuickRender.pc
+libdata/pkgconfig/Qt53DQuickScene2D.pc
libdata/pkgconfig/Qt53DRender.pc