[NEW PORTS] x11-toolkits/qt5-quick3d and x11-toolkits/qt5-quicktimeline

Add QtQuick3D and QtQuick Timeline.

QtQuick3D
Description from Qt [1]:
Qt Quick 3D provides a high-level API for creating 3D content or UIs based on Qt Quick. Rather than using an external engine which creates syncing issues, and additional layers of abstraction, we provide extensions to the existing Qt Quick scenegraph for spatial content, and a renderer for that extended scenegraph. When using the Spatial scenegraph it is also be possible to mix Qt Quick 2D content with 3D content.

QtQuick Timeline
Description from Qt [2]:

The Qt Quick Timeline module enables keyframe-based animations and parameterization. This module is directly supported by Qt Design Studio and Qt Quick Designer, with a timeline editor to create keyframe-based animations.

[1] https://doc.qt.io/qt-5/qtquick3d-index.html
[2] https://doc.qt.io/qt-5/qtquicktimeline-index.html

Approved by:	tcberner and swills (mentors)
Differential Revision:	https://reviews.freebsd.org/D25762
This commit is contained in:
Loïc Bartoletti 2020-08-20 12:37:33 +00:00
parent 16774fd369
commit 025cc1d195
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=545533
10 changed files with 475 additions and 5 deletions

View File

@ -25,8 +25,8 @@ qmake_ARGS?= # empty
# Supported distribution arguments
_QT5_DISTS= 3d activeqt androidextras base charts connectivity datavis3d \
declarative doc gamepad graphicaleffects imageformats location \
lottie macextras multimedia networkauth purchasing quickcontrols \
quickcontrols2 remoteobjects script scxml sensors serialbus \
lottie macextras multimedia networkauth purchasing quick3d quickcontrols \
quickcontrols2 quicktimeline remoteobjects script scxml sensors serialbus \
serialport speech svg tools translations virtualkeyboard wayland \
webchannel webengine webglplugin websockets webview winextras \
x11extras xmlpatterns

View File

@ -139,8 +139,8 @@ _USE_QT_ALL+= sql-ibase
_USE_QT5_ONLY= 3d buildtools charts concurrent connectivity \
core datavis3d diag examples gamepad \
graphicaleffects location networkauth paths phonon4 plugininfo printsupport \
qdbus qdoc qdoc-data qev quickcontrols \
quickcontrols2 remoteobjects scxml sensors serialbus serialport speech \
qdbus qdoc qdoc-data qev quick3d quickcontrols quickcontrols2 \
quicktimeline remoteobjects scxml sensors serialbus serialport speech \
sql-tds uiplugin uitools virtualkeyboard wayland webchannel webglplugin \
webengine websockets websockets-qml webview widgets x11extras
@ -259,12 +259,18 @@ qt-qev_PATH= ${LOCALBASE}/${QT_BINDIR_REL}/qev
qt-qmake_PORT= devel/${_QT_RELNAME}-qmake
qt-qmake_PATH= ${LOCALBASE}/${QT_BINDIR_REL}/qmake
qt-quick3d_PORT= x11-toolkits/${_QT_RELNAME}-quick3d
qt-quick3d_PATH= libQt${_QT_LIBVER}Quick3D.so
qt-quickcontrols_PORT= x11-toolkits/${_QT_RELNAME}-quickcontrols
qt-quickcontrols_PATH= ${LOCALBASE}/${QT_QMLDIR_REL}/QtQuick/Controls/qmldir
qt-quickcontrols2_PORT= x11-toolkits/${_QT_RELNAME}-quickcontrols2
qt-quickcontrols2_LIB= libQt${_QT_LIBVER}QuickControls2.so
qt-quicktimeline_PORT= x11-toolkits/${_QT_RELNAME}-quicktimeline
qt-quicktimeline_LIB= ${LOCALBASE}/${QT_QMLDIR_REL}/QtQuick/Timeline/libqtquicktimelineplugin.so
qt-remoteobjects_PORT= devel/${_QT_RELNAME}-remoteobjects
qt-remoteobjects_LIB= libQt${_QT_LIBVER}RemoteObjects.so

View File

@ -1,4 +1,4 @@
TIMESTAMP = 1590590537
TIMESTAMP = 1595426464
SHA256 (KDE/Qt/5.15.0/qt3d-everywhere-src-5.15.0.tar.xz) = 61856f0c453b79e98b7a1e65ea8f59976fa78230ffa8dec959b5f4b45383dffd
SIZE (KDE/Qt/5.15.0/qt3d-everywhere-src-5.15.0.tar.xz) = 81921676
SHA256 (KDE/Qt/5.15.0/qtactiveqt-everywhere-src-5.15.0.tar.xz) = 1b455eacfb9ef49912d7a79040ea409a6ab88dfa192d313e6b5e02a79d741b51
@ -35,10 +35,14 @@ SHA256 (KDE/Qt/5.15.0/qtnetworkauth-everywhere-src-5.15.0.tar.xz) = 96c6107f6e85
SIZE (KDE/Qt/5.15.0/qtnetworkauth-everywhere-src-5.15.0.tar.xz) = 141360
SHA256 (KDE/Qt/5.15.0/qtpurchasing-everywhere-src-5.15.0.tar.xz) = 2127f180c4889055d88e2b402b62be80a5a213a0e48d2056cc9a01d9913b3a16
SIZE (KDE/Qt/5.15.0/qtpurchasing-everywhere-src-5.15.0.tar.xz) = 208560
SHA256 (KDE/Qt/5.15.0/qtquick3d-everywhere-src-5.15.0.tar.xz) = 6d3b91b653ba5e33fd5b37cd785ded6cf1dd83d35250c3addb77eb35f90e52cb
SIZE (KDE/Qt/5.15.0/qtquick3d-everywhere-src-5.15.0.tar.xz) = 67824160
SHA256 (KDE/Qt/5.15.0/qtquickcontrols-everywhere-src-5.15.0.tar.xz) = 7072cf4cd27e9f18b36b1c48dec7c79608cf87ba847d3fc3de133f220ec1acee
SIZE (KDE/Qt/5.15.0/qtquickcontrols-everywhere-src-5.15.0.tar.xz) = 5981340
SHA256 (KDE/Qt/5.15.0/qtquickcontrols2-everywhere-src-5.15.0.tar.xz) = 839abda9b58cd8656b2e5f46afbb484e63df466481ace43318c4c2022684648f
SIZE (KDE/Qt/5.15.0/qtquickcontrols2-everywhere-src-5.15.0.tar.xz) = 8164236
SHA256 (KDE/Qt/5.15.0/qtquicktimeline-everywhere-src-5.15.0.tar.xz) = 16ffeb733ba15815121fca5705ed5220ce0a0eb2ec0431ad0d55da9426a03c00
SIZE (KDE/Qt/5.15.0/qtquicktimeline-everywhere-src-5.15.0.tar.xz) = 102460
SHA256 (KDE/Qt/5.15.0/qtremoteobjects-everywhere-src-5.15.0.tar.xz) = 86fcfdce77f13c7babdec4dc1d0c4b7b6b02e40120a4250dc59e911c53c08abf
SIZE (KDE/Qt/5.15.0/qtremoteobjects-everywhere-src-5.15.0.tar.xz) = 369100
SHA256 (KDE/Qt/5.15.0/qtscript-everywhere-src-5.15.0.tar.xz) = 02dc21b309621876a89671be27cea86a58e74a96aa28da65fe1b37a3aad29373

View File

@ -190,8 +190,10 @@
SUBDIR += qt5-gamepad
SUBDIR += qt5-gtkplatform
SUBDIR += qt5-gui
SUBDIR += qt5-quick3d
SUBDIR += qt5-quickcontrols
SUBDIR += qt5-quickcontrols2
SUBDIR += qt5-quicktimeline
SUBDIR += qt5-uiplugin
SUBDIR += qt5-virtualkeyboard
SUBDIR += qt5-widgets

View File

@ -0,0 +1,16 @@
# $FreeBSD$
PORTNAME= quick3d
DISTVERSION= ${QT5_VERSION}
CATEGORIES= x11-toolkits
PKGNAMEPREFIX= qt5-
MAINTAINER= kde@FreeBSD.org
COMMENT= Set of controls for building complete interfaces in Qt Quick3D
USES= compiler:c++11-lang qmake qt-dist:5
USE_QT= core declarative gui network opengl \
buildtools_build
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
.include <bsd.port.mk>

View File

@ -0,0 +1,7 @@
Qt is a cross-platform application and UI framework for developers
using C++ or QML, a CSS/JavaScript-like language.
The Qt Quick Controls module provides a set of controls that can be
used to build complete interfaces in Qt Quick3D.
WWW: https://qt-project.org

View File

@ -0,0 +1,409 @@
%%QT_INCDIR%%/QtQuick3D/%%FULLVER%%/QtQuick3D/private/qquick3dabstractlight_p.h
%%QT_INCDIR%%/QtQuick3D/%%FULLVER%%/QtQuick3D/private/qquick3darealight_p.h
%%QT_INCDIR%%/QtQuick3D/%%FULLVER%%/QtQuick3D/private/qquick3dcamera_p.h
%%QT_INCDIR%%/QtQuick3D/%%FULLVER%%/QtQuick3D/private/qquick3dcustomcamera_p.h
%%QT_INCDIR%%/QtQuick3D/%%FULLVER%%/QtQuick3D/private/qquick3dcustommaterial_p.h
%%QT_INCDIR%%/QtQuick3D/%%FULLVER%%/QtQuick3D/private/qquick3ddefaultmaterial_p.h
%%QT_INCDIR%%/QtQuick3D/%%FULLVER%%/QtQuick3D/private/qquick3ddirectionallight_p.h
%%QT_INCDIR%%/QtQuick3D/%%FULLVER%%/QtQuick3D/private/qquick3deffect_p.h
%%QT_INCDIR%%/QtQuick3D/%%FULLVER%%/QtQuick3D/private/qquick3dfrustumcamera_p.h
%%QT_INCDIR%%/QtQuick3D/%%FULLVER%%/QtQuick3D/private/qquick3dgeometry_p.h
%%QT_INCDIR%%/QtQuick3D/%%FULLVER%%/QtQuick3D/private/qquick3ditem2d_p.h
%%QT_INCDIR%%/QtQuick3D/%%FULLVER%%/QtQuick3D/private/qquick3dloader_p.h
%%QT_INCDIR%%/QtQuick3D/%%FULLVER%%/QtQuick3D/private/qquick3dmaterial_p.h
%%QT_INCDIR%%/QtQuick3D/%%FULLVER%%/QtQuick3D/private/qquick3dmodel_p.h
%%QT_INCDIR%%/QtQuick3D/%%FULLVER%%/QtQuick3D/private/qquick3dnode_p.h
%%QT_INCDIR%%/QtQuick3D/%%FULLVER%%/QtQuick3D/private/qquick3dnode_p_p.h
%%QT_INCDIR%%/QtQuick3D/%%FULLVER%%/QtQuick3D/private/qquick3dobject_p.h
%%QT_INCDIR%%/QtQuick3D/%%FULLVER%%/QtQuick3D/private/qquick3dobjectchangelistener_p.h
%%QT_INCDIR%%/QtQuick3D/%%FULLVER%%/QtQuick3D/private/qquick3dorthographiccamera_p.h
%%QT_INCDIR%%/QtQuick3D/%%FULLVER%%/QtQuick3D/private/qquick3dperspectivecamera_p.h
%%QT_INCDIR%%/QtQuick3D/%%FULLVER%%/QtQuick3D/private/qquick3dpickresult_p.h
%%QT_INCDIR%%/QtQuick3D/%%FULLVER%%/QtQuick3D/private/qquick3dpointlight_p.h
%%QT_INCDIR%%/QtQuick3D/%%FULLVER%%/QtQuick3D/private/qquick3dprincipledmaterial_p.h
%%QT_INCDIR%%/QtQuick3D/%%FULLVER%%/QtQuick3D/private/qquick3dquaternionanimation_p.h
%%QT_INCDIR%%/QtQuick3D/%%FULLVER%%/QtQuick3D/private/qquick3dquaternionutils_p.h
%%QT_INCDIR%%/QtQuick3D/%%FULLVER%%/QtQuick3D/private/qquick3drenderstats_p.h
%%QT_INCDIR%%/QtQuick3D/%%FULLVER%%/QtQuick3D/private/qquick3drepeater_p.h
%%QT_INCDIR%%/QtQuick3D/%%FULLVER%%/QtQuick3D/private/qquick3dsceneenvironment_p.h
%%QT_INCDIR%%/QtQuick3D/%%FULLVER%%/QtQuick3D/private/qquick3dscenemanager_p.h
%%QT_INCDIR%%/QtQuick3D/%%FULLVER%%/QtQuick3D/private/qquick3dscenerenderer_p.h
%%QT_INCDIR%%/QtQuick3D/%%FULLVER%%/QtQuick3D/private/qquick3dscenerootnode_p.h
%%QT_INCDIR%%/QtQuick3D/%%FULLVER%%/QtQuick3D/private/qquick3dshaderutils_p.h
%%QT_INCDIR%%/QtQuick3D/%%FULLVER%%/QtQuick3D/private/qquick3dspotlight_p.h
%%QT_INCDIR%%/QtQuick3D/%%FULLVER%%/QtQuick3D/private/qquick3dtexture_p.h
%%QT_INCDIR%%/QtQuick3D/%%FULLVER%%/QtQuick3D/private/qquick3dutils_p.h
%%QT_INCDIR%%/QtQuick3D/%%FULLVER%%/QtQuick3D/private/qquick3dviewport_p.h
%%QT_INCDIR%%/QtQuick3D/%%FULLVER%%/QtQuick3D/private/qtquick3dglobal_p.h
%%QT_INCDIR%%/QtQuick3D/QQuick3D
%%QT_INCDIR%%/QtQuick3D/QQuick3DGeometry
%%QT_INCDIR%%/QtQuick3D/QQuick3DObject
%%QT_INCDIR%%/QtQuick3D/QtQuick3D
%%QT_INCDIR%%/QtQuick3D/QtQuick3DDepends
%%QT_INCDIR%%/QtQuick3D/QtQuick3DVersion
%%QT_INCDIR%%/QtQuick3D/qquick3d.h
%%QT_INCDIR%%/QtQuick3D/qquick3dgeometry.h
%%QT_INCDIR%%/QtQuick3D/qquick3dobject.h
%%QT_INCDIR%%/QtQuick3D/qtquick3dglobal.h
%%QT_INCDIR%%/QtQuick3D/qtquick3dversion.h
%%QT_INCDIR%%/QtQuick3DAssetImport/%%FULLVER%%/QtQuick3DAssetImport/private/qssgassetimporter_p.h
%%QT_INCDIR%%/QtQuick3DAssetImport/%%FULLVER%%/QtQuick3DAssetImport/private/qssgassetimporterfactory_p.h
%%QT_INCDIR%%/QtQuick3DAssetImport/%%FULLVER%%/QtQuick3DAssetImport/private/qssgassetimporterplugin_p.h
%%QT_INCDIR%%/QtQuick3DAssetImport/%%FULLVER%%/QtQuick3DAssetImport/private/qssgassetimportmanager_p.h
%%QT_INCDIR%%/QtQuick3DAssetImport/%%FULLVER%%/QtQuick3DAssetImport/private/qssgmeshbvhbuilder_p.h
%%QT_INCDIR%%/QtQuick3DAssetImport/%%FULLVER%%/QtQuick3DAssetImport/private/qssgmeshutilities_p.h
%%QT_INCDIR%%/QtQuick3DAssetImport/%%FULLVER%%/QtQuick3DAssetImport/private/qssgqmlutilities_p.h
%%QT_INCDIR%%/QtQuick3DAssetImport/%%FULLVER%%/QtQuick3DAssetImport/private/qtquick3dassetimportglobal_p.h
%%QT_INCDIR%%/QtQuick3DAssetImport/QtQuick3DAssetImport
%%QT_INCDIR%%/QtQuick3DAssetImport/QtQuick3DAssetImportDepends
%%QT_INCDIR%%/QtQuick3DAssetImport/QtQuick3DAssetImportVersion
%%QT_INCDIR%%/QtQuick3DAssetImport/qtquick3dassetimportversion.h
%%QT_INCDIR%%/QtQuick3DRender/%%FULLVER%%/QtQuick3DRender/private/qssgglimplobjects_p.h
%%QT_INCDIR%%/QtQuick3DRender/%%FULLVER%%/QtQuick3DRender/private/qssgopenglextensions_p.h
%%QT_INCDIR%%/QtQuick3DRender/%%FULLVER%%/QtQuick3DRender/private/qssgopengltokens_p.h
%%QT_INCDIR%%/QtQuick3DRender/%%FULLVER%%/QtQuick3DRender/private/qssgopenglutil_p.h
%%QT_INCDIR%%/QtQuick3DRender/%%FULLVER%%/QtQuick3DRender/private/qssgrenderattriblayout_p.h
%%QT_INCDIR%%/QtQuick3DRender/%%FULLVER%%/QtQuick3DRender/private/qssgrenderbackend_p.h
%%QT_INCDIR%%/QtQuick3DRender/%%FULLVER%%/QtQuick3DRender/private/qssgrenderbackendgl3_p.h
%%QT_INCDIR%%/QtQuick3DRender/%%FULLVER%%/QtQuick3DRender/private/qssgrenderbackendgl4_p.h
%%QT_INCDIR%%/QtQuick3DRender/%%FULLVER%%/QtQuick3DRender/private/qssgrenderbackendglbase_p.h
%%QT_INCDIR%%/QtQuick3DRender/%%FULLVER%%/QtQuick3DRender/private/qssgrenderbackendgles2_p.h
%%QT_INCDIR%%/QtQuick3DRender/%%FULLVER%%/QtQuick3DRender/private/qssgrenderbackendinputassemblergl_p.h
%%QT_INCDIR%%/QtQuick3DRender/%%FULLVER%%/QtQuick3DRender/private/qssgrenderbackendnull_p.h
%%QT_INCDIR%%/QtQuick3DRender/%%FULLVER%%/QtQuick3DRender/private/qssgrenderbackendrenderstatesgl_p.h
%%QT_INCDIR%%/QtQuick3DRender/%%FULLVER%%/QtQuick3DRender/private/qssgrenderbackendshaderprogramgl_p.h
%%QT_INCDIR%%/QtQuick3DRender/%%FULLVER%%/QtQuick3DRender/private/qssgrenderbasetypes_p.h
%%QT_INCDIR%%/QtQuick3DRender/%%FULLVER%%/QtQuick3DRender/private/qssgrenderconstantbuffer_p.h
%%QT_INCDIR%%/QtQuick3DRender/%%FULLVER%%/QtQuick3DRender/private/qssgrendercontext_p.h
%%QT_INCDIR%%/QtQuick3DRender/%%FULLVER%%/QtQuick3DRender/private/qssgrenderdatabuffer_p.h
%%QT_INCDIR%%/QtQuick3DRender/%%FULLVER%%/QtQuick3DRender/private/qssgrenderdepthstencilstate_p.h
%%QT_INCDIR%%/QtQuick3DRender/%%FULLVER%%/QtQuick3DRender/private/qssgrenderframebuffer_p.h
%%QT_INCDIR%%/QtQuick3DRender/%%FULLVER%%/QtQuick3DRender/private/qssgrenderimagetexture_p.h
%%QT_INCDIR%%/QtQuick3DRender/%%FULLVER%%/QtQuick3DRender/private/qssgrenderindexbuffer_p.h
%%QT_INCDIR%%/QtQuick3DRender/%%FULLVER%%/QtQuick3DRender/private/qssgrenderinputassembler_p.h
%%QT_INCDIR%%/QtQuick3DRender/%%FULLVER%%/QtQuick3DRender/private/qssgrenderlogging_p.h
%%QT_INCDIR%%/QtQuick3DRender/%%FULLVER%%/QtQuick3DRender/private/qssgrenderprogrampipeline_p.h
%%QT_INCDIR%%/QtQuick3DRender/%%FULLVER%%/QtQuick3DRender/private/qssgrenderquerybase_p.h
%%QT_INCDIR%%/QtQuick3DRender/%%FULLVER%%/QtQuick3DRender/private/qssgrenderrasterizerstate_p.h
%%QT_INCDIR%%/QtQuick3DRender/%%FULLVER%%/QtQuick3DRender/private/qssgrenderrenderbuffer_p.h
%%QT_INCDIR%%/QtQuick3DRender/%%FULLVER%%/QtQuick3DRender/private/qssgrendershaderconstant_p.h
%%QT_INCDIR%%/QtQuick3DRender/%%FULLVER%%/QtQuick3DRender/private/qssgrendershaderprogram_p.h
%%QT_INCDIR%%/QtQuick3DRender/%%FULLVER%%/QtQuick3DRender/private/qssgrenderstoragebuffer_p.h
%%QT_INCDIR%%/QtQuick3DRender/%%FULLVER%%/QtQuick3DRender/private/qssgrendersync_p.h
%%QT_INCDIR%%/QtQuick3DRender/%%FULLVER%%/QtQuick3DRender/private/qssgrendertexture2d_p.h
%%QT_INCDIR%%/QtQuick3DRender/%%FULLVER%%/QtQuick3DRender/private/qssgrendertexturebase_p.h
%%QT_INCDIR%%/QtQuick3DRender/%%FULLVER%%/QtQuick3DRender/private/qssgrendertexturecube_p.h
%%QT_INCDIR%%/QtQuick3DRender/%%FULLVER%%/QtQuick3DRender/private/qssgrendertimerquery_p.h
%%QT_INCDIR%%/QtQuick3DRender/%%FULLVER%%/QtQuick3DRender/private/qssgrendervertexbuffer_p.h
%%QT_INCDIR%%/QtQuick3DRender/%%FULLVER%%/QtQuick3DRender/private/qtquick3drenderglobal_p.h
%%QT_INCDIR%%/QtQuick3DRender/QtQuick3DRender
%%QT_INCDIR%%/QtQuick3DRender/QtQuick3DRenderDepends
%%QT_INCDIR%%/QtQuick3DRender/QtQuick3DRenderVersion
%%QT_INCDIR%%/QtQuick3DRender/qtquick3drenderversion.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgperframeallocator_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrenderableimage_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrenderableobjects_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrenderbuffermanager_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrendercamera_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrenderclippingfrustum_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrendercontextcore_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrendercustommaterial_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrendercustommaterialrendercontext_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrendercustommaterialsystem_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrenderdefaultmaterial_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrenderdefaultmaterialshadergenerator_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrenderdynamicobjectsystem_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrenderdynamicobjectsystemcommands_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrenderdynamicobjectsystemutil_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrendereffect_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrendereffectsystem_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrenderer_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrendererimpl_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrendererimpllayerrenderdata_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrendererimpllayerrenderhelper_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrendererimpllayerrenderpreparationdata_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrendererimplshaders_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrendererutil_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrendergeometry_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrendergpuprofiler_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrendergraphobject_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrendergraphobjectpickquery_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrenderimage_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrenderimagebatchloader_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrenderimagetexturedata_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrenderinputstreamfactory_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrenderitem2d_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrenderlayer_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrenderlight_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrenderlightconstantproperties_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrenderlightmaps_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrenderloadedtexture_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrendermaterialdirty_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrendermaterialshadergenerator_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrendermesh_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrendermodel_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrendernode_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrenderprefiltertexture_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrenderray_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrenderresourcebufferobjects_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrenderresourcemanager_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrenderresourcetexture2d_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrendershadercache_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrendershadercodegenerator_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrendershadercodegeneratorv2_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrendershaderkeys_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrendershadowmap_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrendertessmodevalues_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgrenderthreadpool_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgruntimerenderlogging_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qssgvertexpipelineimpl_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/%%FULLVER%%/QtQuick3DRuntimeRender/private/qtquick3druntimerenderglobal_p.h
%%QT_INCDIR%%/QtQuick3DRuntimeRender/QtQuick3DRuntimeRender
%%QT_INCDIR%%/QtQuick3DRuntimeRender/QtQuick3DRuntimeRenderDepends
%%QT_INCDIR%%/QtQuick3DRuntimeRender/QtQuick3DRuntimeRenderVersion
%%QT_INCDIR%%/QtQuick3DRuntimeRender/qtquick3druntimerenderversion.h
%%QT_INCDIR%%/QtQuick3DUtils/%%FULLVER%%/QtQuick3DUtils/private/qssgbounds3_p.h
%%QT_INCDIR%%/QtQuick3DUtils/%%FULLVER%%/QtQuick3DUtils/private/qssgdataref_p.h
%%QT_INCDIR%%/QtQuick3DUtils/%%FULLVER%%/QtQuick3DUtils/private/qssginvasivelinkedlist_p.h
%%QT_INCDIR%%/QtQuick3DUtils/%%FULLVER%%/QtQuick3DUtils/private/qssgmeshbvh_p.h
%%QT_INCDIR%%/QtQuick3DUtils/%%FULLVER%%/QtQuick3DUtils/private/qssgoption_p.h
%%QT_INCDIR%%/QtQuick3DUtils/%%FULLVER%%/QtQuick3DUtils/private/qssgperftimer_p.h
%%QT_INCDIR%%/QtQuick3DUtils/%%FULLVER%%/QtQuick3DUtils/private/qssgplane_p.h
%%QT_INCDIR%%/QtQuick3DUtils/%%FULLVER%%/QtQuick3DUtils/private/qssgutils_p.h
%%QT_INCDIR%%/QtQuick3DUtils/%%FULLVER%%/QtQuick3DUtils/private/qtquick3dutilsglobal_p.h
%%QT_INCDIR%%/QtQuick3DUtils/QtQuick3DUtils
%%QT_INCDIR%%/QtQuick3DUtils/QtQuick3DUtilsDepends
%%QT_INCDIR%%/QtQuick3DUtils/QtQuick3DUtilsVersion
%%QT_INCDIR%%/QtQuick3DUtils/qtquick3dutilsversion.h
%%QT_CMAKEDIR%%/Qt5Quick3D/Qt5Quick3DConfig.cmake
%%QT_CMAKEDIR%%/Qt5Quick3D/Qt5Quick3DConfigVersion.cmake
%%QT_CMAKEDIR%%/Qt5Quick3DAssetImport/Qt5Quick3DAssetImportConfig.cmake
%%QT_CMAKEDIR%%/Qt5Quick3DAssetImport/Qt5Quick3DAssetImportConfigVersion.cmake
%%QT_CMAKEDIR%%/Qt5Quick3DAssetImport/Qt5Quick3DAssetImport_AssimpImporterPlugin.cmake
%%QT_CMAKEDIR%%/Qt5Quick3DAssetImport/Qt5Quick3DAssetImport_UipAssetImporterPlugin.cmake
%%QT_CMAKEDIR%%/Qt5Quick3DRender/Qt5Quick3DRenderConfig.cmake
%%QT_CMAKEDIR%%/Qt5Quick3DRender/Qt5Quick3DRenderConfigVersion.cmake
%%QT_CMAKEDIR%%/Qt5Quick3DRuntimeRender/Qt5Quick3DRuntimeRenderConfig.cmake
%%QT_CMAKEDIR%%/Qt5Quick3DRuntimeRender/Qt5Quick3DRuntimeRenderConfigVersion.cmake
%%QT_CMAKEDIR%%/Qt5Quick3DUtils/Qt5Quick3DUtilsConfig.cmake
%%QT_CMAKEDIR%%/Qt5Quick3DUtils/Qt5Quick3DUtilsConfigVersion.cmake
%%QT_BINDIR%%/balsam
%%QT_BINDIR%%/meshdebug
%%QT_LIBDIR%%/libQt5Quick3D.prl
%%QT_LIBDIR%%/libQt5Quick3D.so
%%QT_LIBDIR%%/libQt5Quick3D.so.5
%%QT_LIBDIR%%/libQt5Quick3D.so.%%SHORTVER%%
%%QT_LIBDIR%%/libQt5Quick3D.so.%%FULLVER%%
%%QT_LIBDIR%%/libQt5Quick3DAssetImport.prl
%%QT_LIBDIR%%/libQt5Quick3DAssetImport.so
%%QT_LIBDIR%%/libQt5Quick3DAssetImport.so.5
%%QT_LIBDIR%%/libQt5Quick3DAssetImport.so.%%SHORTVER%%
%%QT_LIBDIR%%/libQt5Quick3DAssetImport.so.%%FULLVER%%
%%QT_LIBDIR%%/libQt5Quick3DRender.prl
%%QT_LIBDIR%%/libQt5Quick3DRender.so
%%QT_LIBDIR%%/libQt5Quick3DRender.so.5
%%QT_LIBDIR%%/libQt5Quick3DRender.so.%%SHORTVER%%
%%QT_LIBDIR%%/libQt5Quick3DRender.so.%%FULLVER%%
%%QT_LIBDIR%%/libQt5Quick3DRuntimeRender.prl
%%QT_LIBDIR%%/libQt5Quick3DRuntimeRender.so
%%QT_LIBDIR%%/libQt5Quick3DRuntimeRender.so.5
%%QT_LIBDIR%%/libQt5Quick3DRuntimeRender.so.%%SHORTVER%%
%%QT_LIBDIR%%/libQt5Quick3DRuntimeRender.so.%%FULLVER%%
%%QT_LIBDIR%%/libQt5Quick3DUtils.prl
%%QT_LIBDIR%%/libQt5Quick3DUtils.so
%%QT_LIBDIR%%/libQt5Quick3DUtils.so.5
%%QT_LIBDIR%%/libQt5Quick3DUtils.so.%%SHORTVER%%
%%QT_LIBDIR%%/libQt5Quick3DUtils.so.%%FULLVER%%
%%QT_MKSPECDIR%%/modules/qt_lib_quick3d.pri
%%QT_MKSPECDIR%%/modules/qt_lib_quick3d_private.pri
%%QT_MKSPECDIR%%/modules/qt_lib_quick3dassetimport.pri
%%QT_MKSPECDIR%%/modules/qt_lib_quick3dassetimport_private.pri
%%QT_MKSPECDIR%%/modules/qt_lib_quick3drender.pri
%%QT_MKSPECDIR%%/modules/qt_lib_quick3drender_private.pri
%%QT_MKSPECDIR%%/modules/qt_lib_quick3druntimerender.pri
%%QT_MKSPECDIR%%/modules/qt_lib_quick3druntimerender_private.pri
%%QT_MKSPECDIR%%/modules/qt_lib_quick3dutils.pri
%%QT_MKSPECDIR%%/modules/qt_lib_quick3dutils_private.pri
%%QT_PLUGINDIR%%/assetimporters/libassimp.so
%%QT_PLUGINDIR%%/assetimporters/libuip.so
%%QT_QMLDIR%%/QtQuick3D/Effects/AdditiveColorGradient.qml
%%QT_QMLDIR%%/QtQuick3D/Effects/Blur.qml
%%QT_QMLDIR%%/QtQuick3D/Effects/BrushStrokes.qml
%%QT_QMLDIR%%/QtQuick3D/Effects/ChromaticAberration.qml
%%QT_QMLDIR%%/QtQuick3D/Effects/ColorMaster.qml
%%QT_QMLDIR%%/QtQuick3D/Effects/DepthOfFieldHQBlur.qml
%%QT_QMLDIR%%/QtQuick3D/Effects/Desaturate.qml
%%QT_QMLDIR%%/QtQuick3D/Effects/DistortionRipple.qml
%%QT_QMLDIR%%/QtQuick3D/Effects/DistortionSphere.qml
%%QT_QMLDIR%%/QtQuick3D/Effects/DistortionSpiral.qml
%%QT_QMLDIR%%/QtQuick3D/Effects/EdgeDetect.qml
%%QT_QMLDIR%%/QtQuick3D/Effects/Emboss.qml
%%QT_QMLDIR%%/QtQuick3D/Effects/Flip.qml
%%QT_QMLDIR%%/QtQuick3D/Effects/Fxaa.qml
%%QT_QMLDIR%%/QtQuick3D/Effects/GaussianBlur.qml
%%QT_QMLDIR%%/QtQuick3D/Effects/HDRBloomTonemap.qml
%%QT_QMLDIR%%/QtQuick3D/Effects/MotionBlur.qml
%%QT_QMLDIR%%/QtQuick3D/Effects/SCurveTonemap.qml
%%QT_QMLDIR%%/QtQuick3D/Effects/Scatter.qml
%%QT_QMLDIR%%/QtQuick3D/Effects/TiltShift.qml
%%QT_QMLDIR%%/QtQuick3D/Effects/Vignette.qml
%%QT_QMLDIR%%/QtQuick3D/Effects/libqtquick3deffectplugin.so
%%QT_QMLDIR%%/QtQuick3D/Effects/maps/brushnoise.png
%%QT_QMLDIR%%/QtQuick3D/Effects/maps/white.png
%%QT_QMLDIR%%/QtQuick3D/Effects/plugins.qmltypes
%%QT_QMLDIR%%/QtQuick3D/Effects/qmldir
%%QT_QMLDIR%%/QtQuick3D/Helpers/AxisHelper.qml
%%QT_QMLDIR%%/QtQuick3D/Helpers/DebugView.qml
%%QT_QMLDIR%%/QtQuick3D/Helpers/WasdController.qml
%%QT_QMLDIR%%/QtQuick3D/Helpers/libqtquick3dhelpersplugin.so
%%QT_QMLDIR%%/QtQuick3D/Helpers/meshes/axisGrid.mesh
%%QT_QMLDIR%%/QtQuick3D/Helpers/plugins.qmltypes
%%QT_QMLDIR%%/QtQuick3D/Helpers/qmldir
%%QT_QMLDIR%%/QtQuick3D/Materials/AluminumAnodizedEmissiveMaterial.qml
%%QT_QMLDIR%%/QtQuick3D/Materials/AluminumAnodizedMaterial.qml
%%QT_QMLDIR%%/QtQuick3D/Materials/AluminumBrushedMaterial.qml
%%QT_QMLDIR%%/QtQuick3D/Materials/AluminumEmissiveMaterial.qml
%%QT_QMLDIR%%/QtQuick3D/Materials/AluminumMaterial.qml
%%QT_QMLDIR%%/QtQuick3D/Materials/CopperMaterial.qml
%%QT_QMLDIR%%/QtQuick3D/Materials/FrostedGlassMaterial.qml
%%QT_QMLDIR%%/QtQuick3D/Materials/FrostedGlassSinglePassMaterial.qml
%%QT_QMLDIR%%/QtQuick3D/Materials/GlassMaterial.qml
%%QT_QMLDIR%%/QtQuick3D/Materials/GlassRefractiveMaterial.qml
%%QT_QMLDIR%%/QtQuick3D/Materials/PaperArtisticMaterial.qml
%%QT_QMLDIR%%/QtQuick3D/Materials/PaperOfficeMaterial.qml
%%QT_QMLDIR%%/QtQuick3D/Materials/PlasticStructuredRedEmissiveMaterial.qml
%%QT_QMLDIR%%/QtQuick3D/Materials/PlasticStructuredRedMaterial.qml
%%QT_QMLDIR%%/QtQuick3D/Materials/SteelMilledConcentricMaterial.qml
%%QT_QMLDIR%%/QtQuick3D/Materials/libqtquick3dmaterialplugin.so
%%QT_QMLDIR%%/QtQuick3D/Materials/maps/art_paper_normal.png
%%QT_QMLDIR%%/QtQuick3D/Materials/maps/art_paper_trans.png
%%QT_QMLDIR%%/QtQuick3D/Materials/maps/asphalt.png
%%QT_QMLDIR%%/QtQuick3D/Materials/maps/asphalt_bump.png
%%QT_QMLDIR%%/QtQuick3D/Materials/maps/bamboo_natural.png
%%QT_QMLDIR%%/QtQuick3D/Materials/maps/bamboo_natural_bump.png
%%QT_QMLDIR%%/QtQuick3D/Materials/maps/bamboo_natural_spec.png
%%QT_QMLDIR%%/QtQuick3D/Materials/maps/brushed_a.png
%%QT_QMLDIR%%/QtQuick3D/Materials/maps/brushed_full_contrast.png
%%QT_QMLDIR%%/QtQuick3D/Materials/maps/carbon_fiber.png
%%QT_QMLDIR%%/QtQuick3D/Materials/maps/carbon_fiber_aniso.png
%%QT_QMLDIR%%/QtQuick3D/Materials/maps/carbon_fiber_bump.png
%%QT_QMLDIR%%/QtQuick3D/Materials/maps/carbon_fiber_spec.png
%%QT_QMLDIR%%/QtQuick3D/Materials/maps/concentric_milled_steel.png
%%QT_QMLDIR%%/QtQuick3D/Materials/maps/concentric_milled_steel_aniso.png
%%QT_QMLDIR%%/QtQuick3D/Materials/maps/concrete_plain.png
%%QT_QMLDIR%%/QtQuick3D/Materials/maps/concrete_plain_bump.png
%%QT_QMLDIR%%/QtQuick3D/Materials/maps/cyclone_mesh_fencing.png
%%QT_QMLDIR%%/QtQuick3D/Materials/maps/cyclone_mesh_fencing_normal.png
%%QT_QMLDIR%%/QtQuick3D/Materials/maps/emissive.png
%%QT_QMLDIR%%/QtQuick3D/Materials/maps/emissive_mask.png
%%QT_QMLDIR%%/QtQuick3D/Materials/maps/grunge_b.png
%%QT_QMLDIR%%/QtQuick3D/Materials/maps/grunge_d.png
%%QT_QMLDIR%%/QtQuick3D/Materials/maps/metal_mesh.png
%%QT_QMLDIR%%/QtQuick3D/Materials/maps/metal_mesh_bump.png
%%QT_QMLDIR%%/QtQuick3D/Materials/maps/metal_mesh_spec.png
%%QT_QMLDIR%%/QtQuick3D/Materials/maps/paper_diffuse.png
%%QT_QMLDIR%%/QtQuick3D/Materials/maps/paper_trans.png
%%QT_QMLDIR%%/QtQuick3D/Materials/maps/powdercoat_bump_01.png
%%QT_QMLDIR%%/QtQuick3D/Materials/maps/randomGradient1D.png
%%QT_QMLDIR%%/QtQuick3D/Materials/maps/randomGradient2D.png
%%QT_QMLDIR%%/QtQuick3D/Materials/maps/randomGradient3D.png
%%QT_QMLDIR%%/QtQuick3D/Materials/maps/randomGradient4D.png
%%QT_QMLDIR%%/QtQuick3D/Materials/maps/shadow.png
%%QT_QMLDIR%%/QtQuick3D/Materials/maps/smooth_black_leather.png
%%QT_QMLDIR%%/QtQuick3D/Materials/maps/smooth_black_leather_bump.png
%%QT_QMLDIR%%/QtQuick3D/Materials/maps/smooth_black_leather_spec.png
%%QT_QMLDIR%%/QtQuick3D/Materials/maps/spherical_checker.png
%%QT_QMLDIR%%/QtQuick3D/Materials/maps/studded_rubber_bump.png
%%QT_QMLDIR%%/QtQuick3D/Materials/maps/walnut.png
%%QT_QMLDIR%%/QtQuick3D/Materials/maps/walnut_bump.png
%%QT_QMLDIR%%/QtQuick3D/Materials/maps/walnut_spec.png
%%QT_QMLDIR%%/QtQuick3D/Materials/plugins.qmltypes
%%QT_QMLDIR%%/QtQuick3D/Materials/qmldir
%%QT_QMLDIR%%/QtQuick3D/designer/AreaLightSection.qml
%%QT_QMLDIR%%/QtQuick3D/designer/AreaLightSpecifics.qml
%%QT_QMLDIR%%/QtQuick3D/designer/CustomCameraSection.qml
%%QT_QMLDIR%%/QtQuick3D/designer/CustomCameraSpecifics.qml
%%QT_QMLDIR%%/QtQuick3D/designer/CustomMaterialSection.qml
%%QT_QMLDIR%%/QtQuick3D/designer/CustomMaterialSpecifics.qml
%%QT_QMLDIR%%/QtQuick3D/designer/DefaultMaterialSection.qml
%%QT_QMLDIR%%/QtQuick3D/designer/DefaultMaterialSpecifics.qml
%%QT_QMLDIR%%/QtQuick3D/designer/DirectionalLightSection.qml
%%QT_QMLDIR%%/QtQuick3D/designer/DirectionalLightSpecifics.qml
%%QT_QMLDIR%%/QtQuick3D/designer/FrustumCameraSection.qml
%%QT_QMLDIR%%/QtQuick3D/designer/FrustumCameraSpecifics.qml
%%QT_QMLDIR%%/QtQuick3D/designer/IdComboBox.qml
%%QT_QMLDIR%%/QtQuick3D/designer/MaterialSection.qml
%%QT_QMLDIR%%/QtQuick3D/designer/ModelSection.qml
%%QT_QMLDIR%%/QtQuick3D/designer/ModelSpecifics.qml
%%QT_QMLDIR%%/QtQuick3D/designer/NodeSection.qml
%%QT_QMLDIR%%/QtQuick3D/designer/NodeSpecifics.qml
%%QT_QMLDIR%%/QtQuick3D/designer/Object3DSection.qml
%%QT_QMLDIR%%/QtQuick3D/designer/OrthographicCameraSection.qml
%%QT_QMLDIR%%/QtQuick3D/designer/OrthographicCameraSpecifics.qml
%%QT_QMLDIR%%/QtQuick3D/designer/PerspectiveCameraSection.qml
%%QT_QMLDIR%%/QtQuick3D/designer/PerspectiveCameraSpecifics.qml
%%QT_QMLDIR%%/QtQuick3D/designer/PointLightSection.qml
%%QT_QMLDIR%%/QtQuick3D/designer/PointLightSpecifics.qml
%%QT_QMLDIR%%/QtQuick3D/designer/SceneEnvironmentSection.qml
%%QT_QMLDIR%%/QtQuick3D/designer/SceneEnvironmentSpecifics.qml
%%QT_QMLDIR%%/QtQuick3D/designer/ShadowSection.qml
%%QT_QMLDIR%%/QtQuick3D/designer/SpotLightSection.qml
%%QT_QMLDIR%%/QtQuick3D/designer/SpotLightSpecifics.qml
%%QT_QMLDIR%%/QtQuick3D/designer/TextureSection.qml
%%QT_QMLDIR%%/QtQuick3D/designer/TextureSpecifics.qml
%%QT_QMLDIR%%/QtQuick3D/designer/View3DSection.qml
%%QT_QMLDIR%%/QtQuick3D/designer/View3DSpecifics.qml
%%QT_QMLDIR%%/QtQuick3D/designer/images/camera.png
%%QT_QMLDIR%%/QtQuick3D/designer/images/camera16.png
%%QT_QMLDIR%%/QtQuick3D/designer/images/camera@2x.png
%%QT_QMLDIR%%/QtQuick3D/designer/images/cone.png
%%QT_QMLDIR%%/QtQuick3D/designer/images/cone16.png
%%QT_QMLDIR%%/QtQuick3D/designer/images/cone@2x.png
%%QT_QMLDIR%%/QtQuick3D/designer/images/cube.png
%%QT_QMLDIR%%/QtQuick3D/designer/images/cube16.png
%%QT_QMLDIR%%/QtQuick3D/designer/images/cube@2x.png
%%QT_QMLDIR%%/QtQuick3D/designer/images/cylinder.png
%%QT_QMLDIR%%/QtQuick3D/designer/images/cylinder16.png
%%QT_QMLDIR%%/QtQuick3D/designer/images/cylinder@2x.png
%%QT_QMLDIR%%/QtQuick3D/designer/images/dummy.png
%%QT_QMLDIR%%/QtQuick3D/designer/images/dummy16.png
%%QT_QMLDIR%%/QtQuick3D/designer/images/dummy@2x.png
%%QT_QMLDIR%%/QtQuick3D/designer/images/group.png
%%QT_QMLDIR%%/QtQuick3D/designer/images/group16.png
%%QT_QMLDIR%%/QtQuick3D/designer/images/group@2x.png
%%QT_QMLDIR%%/QtQuick3D/designer/images/light.png
%%QT_QMLDIR%%/QtQuick3D/designer/images/light16.png
%%QT_QMLDIR%%/QtQuick3D/designer/images/light@2x.png
%%QT_QMLDIR%%/QtQuick3D/designer/images/material.png
%%QT_QMLDIR%%/QtQuick3D/designer/images/material16.png
%%QT_QMLDIR%%/QtQuick3D/designer/images/material@2x.png
%%QT_QMLDIR%%/QtQuick3D/designer/images/plane.png
%%QT_QMLDIR%%/QtQuick3D/designer/images/plane16.png
%%QT_QMLDIR%%/QtQuick3D/designer/images/plane@2x.png
%%QT_QMLDIR%%/QtQuick3D/designer/images/scene.png
%%QT_QMLDIR%%/QtQuick3D/designer/images/scene16.png
%%QT_QMLDIR%%/QtQuick3D/designer/images/scene@2x.png
%%QT_QMLDIR%%/QtQuick3D/designer/images/sphere.png
%%QT_QMLDIR%%/QtQuick3D/designer/images/sphere16.png
%%QT_QMLDIR%%/QtQuick3D/designer/images/sphere@2x.png
%%QT_QMLDIR%%/QtQuick3D/designer/images/texture.png
%%QT_QMLDIR%%/QtQuick3D/designer/images/texture16.png
%%QT_QMLDIR%%/QtQuick3D/designer/images/texture@2x.png
%%QT_QMLDIR%%/QtQuick3D/designer/images/view3D.png
%%QT_QMLDIR%%/QtQuick3D/designer/images/view3D16.png
%%QT_QMLDIR%%/QtQuick3D/designer/images/view3D@2x.png
%%QT_QMLDIR%%/QtQuick3D/designer/quick3d.metainfo
%%QT_QMLDIR%%/QtQuick3D/designer/source/cone_model_template.qml
%%QT_QMLDIR%%/QtQuick3D/designer/source/cube_model_template.qml
%%QT_QMLDIR%%/QtQuick3D/designer/source/cylinder_model_template.qml
%%QT_QMLDIR%%/QtQuick3D/designer/source/plane_model_template.qml
%%QT_QMLDIR%%/QtQuick3D/designer/source/sphere_model_template.qml
%%QT_QMLDIR%%/QtQuick3D/designer/source/view3D_template.qml
%%QT_QMLDIR%%/QtQuick3D/libqquick3dplugin.so
%%QT_QMLDIR%%/QtQuick3D/plugins.qmltypes
%%QT_QMLDIR%%/QtQuick3D/qmldir
libdata/pkgconfig/Qt5Quick3D.pc
libdata/pkgconfig/Qt5Quick3DAssetImport.pc
libdata/pkgconfig/Qt5Quick3DRender.pc
libdata/pkgconfig/Qt5Quick3DRuntimeRender.pc
libdata/pkgconfig/Qt5Quick3DUtils.pc

View File

@ -0,0 +1,16 @@
# $FreeBSD$
PORTNAME= quicktimeline
DISTVERSION= ${QT5_VERSION}
CATEGORIES= x11-toolkits
PKGNAMEPREFIX= qt5-
MAINTAINER= kde@FreeBSD.org
COMMENT= Set of controls for building complete interfaces in Qt Quick Timeline
USES= compiler:c++11-lang qmake qt-dist:5
USE_QT= core declarative quickcontrols \
buildtools_build
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
.include <bsd.port.mk>

View File

@ -0,0 +1,7 @@
Qt is a cross-platform application and UI framework for developers
using C++ or QML, a CSS/JavaScript-like language.
The Qt Quick Controls module provides a set of controls that can be
used to build complete interfaces in Qt Quick Timeline.
WWW: https://qt-project.org

View File

@ -0,0 +1,3 @@
%%QT_QMLDIR%%/QtQuick/Timeline/libqtquicktimelineplugin.so
%%QT_QMLDIR%%/QtQuick/Timeline/plugins.qmltypes
%%QT_QMLDIR%%/QtQuick/Timeline/qmldir