Tuesday, March 03, 2020

Re: UPDATE: Qt 5.13.2

On Mon Mar 02, 2020 at 06:09:01PM +0100, Rafael Sadowski wrote:
> On Mon Mar 02, 2020 at 03:41:55PM +0100, Landry Breuil wrote:
> > On Mon, Mar 02, 2020 at 02:34:05PM +0000, Stuart Henderson wrote:
> > > On 2020/02/29 18:38, Landry Breuil wrote:
> > > > On Sat, Feb 29, 2020 at 03:51:13PM +0000, Stuart Henderson wrote:
> > > > > On 2020/02/29 07:27, Landry Breuil wrote:
> > > > > > On Thu, Feb 27, 2020 at 08:48:55AM +0100, Rafael Sadowski wrote:
> > >
> > > Looking at https://www.riverbankcomputing.com/static/Docs/PyQt5/installation.html
> > >
> > > "It is not necessary to install the PyQt5.sip module before building
> > > PyQt5 but it must be installed before PyQt5 can be used.
>
> Fu** I missed this in my diff! BIG SORRY
>
> > >
> > > The module is built using setuptools and is available from the PyQt5-sip
> > > project at PyPI. It uses setuptools as its build system and can be
> > > installed by pip or you can also unpack the sdist and install it by
> > > running its setup.py script."
> > >
> > > So it looks like this should probably be a separate port ..
> >
> > ah, so its now a separate port, that should be a RUN_DEPENDS for py-qt5
> > ? rafael, does it ring a bell to you ?
>
> Yeah, this is necessary, sorry for missing this in my last diff. It's
> hard to painful to create such large diffs!
>

New diff which includes the missing py-sip bits. Not yet adjusted,
landrys py-qt5 diff.


Index: devel/py-sip/Makefile
===================================================================
RCS file: /cvs/ports/devel/py-sip/Makefile,v
retrieving revision 1.49
diff -u -p -r1.49 Makefile
--- devel/py-sip/Makefile 19 Feb 2020 15:27:01 -0000 1.49
+++ devel/py-sip/Makefile 3 Mar 2020 17:07:58 -0000
@@ -5,7 +5,7 @@ COMMENT= automatically generate Python b
# XXX py-sip updates FREQUENTLY break other ports
# XXX BE ESPECIALLY CAREFUL WHEN TESTING UPDATES!

-MODPY_EGG_VERSION = 4.19.18
+MODPY_EGG_VERSION = 4.19.19
EPOCH= 0
DISTNAME= sip-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
@@ -33,6 +33,7 @@ CONFIGURE_ARGS= -b ${PREFIX}/bin \
-d ${MODPY_SITEPKG} \
-e ${MODPY_INCDIR} \
-v ${PREFIX}/share/sip \
+ --sip-module PyQt5.sip \
INCDIR=${LOCALBASE}/include \
LIBDIR=${LOCALBASE}/lib \
CC=${CC} CXX=${CXX} \
Index: devel/py-sip/distinfo
===================================================================
RCS file: /cvs/ports/devel/py-sip/distinfo,v
retrieving revision 1.20
diff -u -p -r1.20 distinfo
--- devel/py-sip/distinfo 19 Feb 2020 15:27:01 -0000 1.20
+++ devel/py-sip/distinfo 3 Mar 2020 17:07:58 -0000
@@ -1,2 +1,2 @@
-SHA256 (sip-4.19.18.tar.gz) = wL2GOADtmxXcrUd8QBfNtz+oBcJZCLAkBWSt101pfh4=
-SIZE (sip-4.19.18.tar.gz) = 1056840
+SHA256 (sip-4.19.19.tar.gz) = VDa2Gnj0jH6AeOk6a1lFOtM3gPgMZE5fOvOflL4e3kQ=
+SIZE (sip-4.19.19.tar.gz) = 1058422
Index: devel/py-sip/pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/py-sip/pkg/PLIST,v
retrieving revision 1.11
diff -u -p -r1.11 PLIST
--- devel/py-sip/pkg/PLIST 27 Jan 2020 10:31:00 -0000 1.11
+++ devel/py-sip/pkg/PLIST 3 Mar 2020 17:07:58 -0000
@@ -1,15 +1,16 @@
@comment $OpenBSD: PLIST,v 1.11 2020/01/27 10:31:00 rsadowski Exp $
@bin bin/sip${MODPY_BIN_SUFFIX}
include/python${MODPY_VERSION}${MODPY_LIB_SUFFIX}/sip.h
+lib/python${MODPY_VERSION}/site-packages/PyQt5/
+lib/python${MODPY_VERSION}/site-packages/PyQt5/sip.pyi
+@so lib/python${MODPY_VERSION}/site-packages/PyQt5/sip.so
+lib/python${MODPY_VERSION}/site-packages/PyQt5_sip-${MODPY_EGG_VERSION}.dist-info/
+lib/python${MODPY_VERSION}/site-packages/PyQt5_sip-${MODPY_EGG_VERSION}.dist-info/INSTALLER
+lib/python${MODPY_VERSION}/site-packages/PyQt5_sip-${MODPY_EGG_VERSION}.dist-info/METADATA
+lib/python${MODPY_VERSION}/site-packages/PyQt5_sip-${MODPY_EGG_VERSION}.dist-info/RECORD
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}sipconfig.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}sipdistutils.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/sip-${MODPY_EGG_VERSION}.dist-info/
-lib/python${MODPY_VERSION}/site-packages/sip-${MODPY_EGG_VERSION}.dist-info/INSTALLER
-lib/python${MODPY_VERSION}/site-packages/sip-${MODPY_EGG_VERSION}.dist-info/METADATA
-lib/python${MODPY_VERSION}/site-packages/sip-${MODPY_EGG_VERSION}.dist-info/RECORD
-lib/python${MODPY_VERSION}/site-packages/sip.pyi
-@so lib/python${MODPY_VERSION}/site-packages/sip.so
lib/python${MODPY_VERSION}/site-packages/sipconfig.py
lib/python${MODPY_VERSION}/site-packages/sipdistutils.py
share/doc/${MODPY_PY_PREFIX}sip/
Index: x11/py-qt5/Makefile
===================================================================
RCS file: /cvs/ports/x11/py-qt5/Makefile,v
retrieving revision 1.21
diff -u -p -r1.21 Makefile
--- x11/py-qt5/Makefile 19 Feb 2020 15:27:46 -0000 1.21
+++ x11/py-qt5/Makefile 3 Mar 2020 17:08:32 -0000
@@ -2,8 +2,8 @@

COMMENT = python Qt5 bindings

-V= 5.9.2
-DISTNAME= PyQt5_gpl-${V}
+V= 5.13.2
+DISTNAME= PyQt5-${V}
PKGNAME= py-qt5-${V}

CATEGORIES= x11 devel
@@ -14,31 +14,34 @@ MAINTAINER= KDE porting team <openbsd-kd
# GPLv3 with exceptions for use with certain named open-source licenses
PERMIT_PACKAGE= Yes

-WANTLIB = ${COMPILER_LIBCXX} ${MODPY_WANTLIB}
-WANTLIB += dbus-1 glib-2.0 intl m pthread pulse pulse-mainloop-glib
-WANTLIB += GL Qt5Bluetooth Qt5Core Qt5DBus Qt5Designer
-WANTLIB += Qt5Gui Qt5Help Qt5Multimedia Qt5MultimediaWidgets Qt5Network
-WANTLIB += Qt5OpenGL Qt5Positioning Qt5PrintSupport Qt5Qml Qt5Quick
-WANTLIB += Qt5QuickWidgets Qt5Sensors Qt5SerialPort Qt5Sql Qt5Svg
-WANTLIB += Qt5Test Qt5WebChannel Qt5WebKit Qt5WebKitWidgets Qt5WebSockets
-WANTLIB += Qt5Widgets Qt5X11Extras Qt5Xml Qt5XmlPatterns
-WANTLIB += Qt5Location Qt5Nfc
+WANTLIB += ${COMPILER_LIBCXX} GL Qt5Bluetooth Qt5Core Qt5DBus
+WANTLIB += Qt5Designer Qt5Gui Qt5Help Qt5Location Qt5Multimedia
+WANTLIB += Qt5MultimediaWidgets Qt5Network Qt5NetworkAuth Qt5Nfc
+WANTLIB += Qt5OpenGL Qt5Positioning Qt5PositioningQuick Qt5PrintSupport
+WANTLIB += Qt5Qml Qt5Quick Qt5QuickWidgets Qt5RemoteObjects Qt5Sensors
+WANTLIB += Qt5SerialPort Qt5Sql Qt5Svg Qt5Test Qt5WebChannel Qt5WebKit
+WANTLIB += Qt5WebKitWidgets Qt5WebSockets Qt5Widgets Qt5X11Extras
+WANTLIB += Qt5Xml Qt5XmlPatterns dbus-1 glib-2.0 intl m pulse
+WANTLIB += pulse-mainloop-glib ${MODPY_WANTLIB}

FLAVORS = python3
FLAVOR ?=

BUILD_DEPENDS= ${RUN_DEPENDS}
-RUN_DEPENDS= devel/py-sip${MODPY_FLAVOR}>=4.19.1v0 \
+RUN_DEPENDS= devel/py-sip${MODPY_FLAVOR}>=4.19.19v0 \
x11/dbus-python${MODPY_FLAVOR}
+
LIB_DEPENDS= ${MODPY_LIB_DEPENDS} \
x11/qt5/qtconnectivity \
x11/qt5/qtdeclarative \
x11/qt5/qtlocation \
+ x11/qt5/qtnetworkauth \
x11/qt5/qtmultimedia \
x11/qt5/qtserialport \
x11/qt5/qtsensors \
x11/qt5/qtsvg \
x11/qt5/qttools \
+ x11/qt5/qtremoteobjects \
x11/qt5/qtwebchannel \
x11/qt5/qtwebkit \
x11/qt5/qtwebsockets \
@@ -47,11 +50,19 @@ LIB_DEPENDS= ${MODPY_LIB_DEPENDS} \

NO_TEST= Yes

-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyqt/}
+MASTER_SITES= https://www.riverbankcomputing.com/static/Downloads/PyQt5/${V}/

MODULES= lang/python \
x11/qt5

+.if !${FLAVOR:Mpython3}
+BUILD_DEPENDS += devel/py-enum34
+RUN_DEPENDS += devel/py-enum34
+PYQT_VERSION = PyQt5
+.else
+PYQT_VERSION = PyQt5-${MODPY_MAJOR_VERSION}
+.endif
+
CONFIGURE_STYLE=simple
CONFIGURE_SCRIPT=${MODPY_BIN} configure.py
CONFIGURE_ARGS= --verbose \
@@ -63,6 +74,7 @@ CONFIGURE_ARGS= --verbose \
--vendorid-incdir="${MODPY_INCDIR}" \
--vendorid-libdir="${MODPY_LIBDIR}" \
--no-qsci-api \
+ --confirm-license \
INCDIR_QT=${MODQT_INCDIR} \
LIBDIR="${X11BASE}/lib ${LOCALBASE}/lib" \
LIBDIR_QT=${MODQT_LIBDIR} \
@@ -73,7 +85,7 @@ CONFIGURE_ARGS= --verbose \
FAKE_FLAGS= INSTALL_ROOT=${DESTDIR}
CONFIGURE_ENV= LOCALBASE=${LOCALBASE}

-SUBST_VARS += MODPY_MAJOR_VERSION
+SUBST_VARS += MODPY_MAJOR_VERSION PYQT_VERSION

# the distfile has pyuic for both python 2 and 3, normally both are
# installed and they're selected at runtime. this breaks bytecode
Index: x11/py-qt5/distinfo
===================================================================
RCS file: /cvs/ports/x11/py-qt5/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- x11/py-qt5/distinfo 19 Feb 2020 15:27:46 -0000 1.4
+++ x11/py-qt5/distinfo 3 Mar 2020 17:08:32 -0000
@@ -1,2 +1,2 @@
-SHA256 (PyQt5_gpl-5.9.2.tar.gz) = wZDaxZjJewETyl56N8ccYj8C0dcTCIrd+srErPpLg5Q=
-SIZE (PyQt5_gpl-5.9.2.tar.gz) = 3102848
+SHA256 (PyQt5-5.13.2.tar.gz) = rcF8B3vyM5h7jkOtqH0eDeypvXGhPl/V/Dd0gu1pyCc=
+SIZE (PyQt5-5.13.2.tar.gz) = 3162810
Index: x11/py-qt5/patches/patch-configure_py
===================================================================
RCS file: /cvs/ports/x11/py-qt5/patches/patch-configure_py,v
retrieving revision 1.3
diff -u -p -r1.3 patch-configure_py
--- x11/py-qt5/patches/patch-configure_py 19 Feb 2020 15:27:46 -0000 1.3
+++ x11/py-qt5/patches/patch-configure_py 3 Mar 2020 17:08:32 -0000
@@ -2,7 +2,7 @@ $OpenBSD: patch-configure_py,v 1.3 2020/
Index: configure.py
--- configure.py.orig
+++ configure.py
-@@ -1991,7 +1991,18 @@ def run_command(cmd, verbose):
+@@ -2158,7 +2158,18 @@ def run_command(cmd, verbose):
""" Run a command and display the output if requested. cmd is the command
to run. verbose is set if the output is to be displayed.
"""
@@ -21,7 +21,7 @@ Index: configure.py
if verbose:
sys.stdout.write(cmd + "\n")

-@@ -2733,7 +2744,7 @@ Type 'no' to decline the terms of the license.
+@@ -2903,7 +2914,7 @@ Type 'no' to decline the terms of the license.
sys.stdout.flush()

try:
Index: x11/py-qt5/pkg/PFRAG.python3
===================================================================
RCS file: x11/py-qt5/pkg/PFRAG.python3
diff -N x11/py-qt5/pkg/PFRAG.python3
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ x11/py-qt5/pkg/PFRAG.python3 3 Mar 2020 17:08:32 -0000
@@ -0,0 +1,34 @@
+@comment $OpenBSD: PLIST,v 1.5 2020/02/19 15:27:47 bket Exp $
+@pkgpath x11/py-qt5,-main
+lib/python${MODPY_VERSION}/site-packages/PyQt5/QtBluetooth.pyi
+lib/python${MODPY_VERSION}/site-packages/PyQt5/QtCore.pyi
+lib/python${MODPY_VERSION}/site-packages/PyQt5/QtDBus.pyi
+lib/python${MODPY_VERSION}/site-packages/PyQt5/QtDesigner.pyi
+lib/python${MODPY_VERSION}/site-packages/PyQt5/QtGui.pyi
+lib/python${MODPY_VERSION}/site-packages/PyQt5/QtHelp.pyi
+lib/python${MODPY_VERSION}/site-packages/PyQt5/QtLocation.pyi
+lib/python${MODPY_VERSION}/site-packages/PyQt5/QtMultimedia.pyi
+lib/python${MODPY_VERSION}/site-packages/PyQt5/QtMultimediaWidgets.pyi
+lib/python${MODPY_VERSION}/site-packages/PyQt5/QtNetwork.pyi
+lib/python${MODPY_VERSION}/site-packages/PyQt5/QtNetworkAuth.pyi
+lib/python${MODPY_VERSION}/site-packages/PyQt5/QtNfc.pyi
+lib/python${MODPY_VERSION}/site-packages/PyQt5/QtOpenGL.pyi
+lib/python${MODPY_VERSION}/site-packages/PyQt5/QtPositioning.pyi
+lib/python${MODPY_VERSION}/site-packages/PyQt5/QtPrintSupport.pyi
+lib/python${MODPY_VERSION}/site-packages/PyQt5/QtQml.pyi
+lib/python${MODPY_VERSION}/site-packages/PyQt5/QtQuick.pyi
+lib/python${MODPY_VERSION}/site-packages/PyQt5/QtQuickWidgets.pyi
+lib/python${MODPY_VERSION}/site-packages/PyQt5/QtRemoteObjects.pyi
+lib/python${MODPY_VERSION}/site-packages/PyQt5/QtSensors.pyi
+lib/python${MODPY_VERSION}/site-packages/PyQt5/QtSerialPort.pyi
+lib/python${MODPY_VERSION}/site-packages/PyQt5/QtSql.pyi
+lib/python${MODPY_VERSION}/site-packages/PyQt5/QtSvg.pyi
+lib/python${MODPY_VERSION}/site-packages/PyQt5/QtTest.pyi
+lib/python${MODPY_VERSION}/site-packages/PyQt5/QtWebChannel.pyi
+lib/python${MODPY_VERSION}/site-packages/PyQt5/QtWebKit.pyi
+lib/python${MODPY_VERSION}/site-packages/PyQt5/QtWebKitWidgets.pyi
+lib/python${MODPY_VERSION}/site-packages/PyQt5/QtWebSockets.pyi
+lib/python${MODPY_VERSION}/site-packages/PyQt5/QtWidgets.pyi
+lib/python${MODPY_VERSION}/site-packages/PyQt5/QtX11Extras.pyi
+lib/python${MODPY_VERSION}/site-packages/PyQt5/QtXml.pyi
+lib/python${MODPY_VERSION}/site-packages/PyQt5/QtXmlPatterns.pyi
Index: x11/py-qt5/pkg/PLIST
===================================================================
RCS file: /cvs/ports/x11/py-qt5/pkg/PLIST,v
retrieving revision 1.5
diff -u -p -r1.5 PLIST
--- x11/py-qt5/pkg/PLIST 19 Feb 2020 15:27:47 -0000 1.5
+++ x11/py-qt5/pkg/PLIST 3 Mar 2020 17:08:32 -0000
@@ -3,73 +3,48 @@
bin/pylupdate5${MODPY_BIN_SUFFIX}
bin/pyrcc5${MODPY_BIN_SUFFIX}
bin/pyuic5${MODPY_BIN_SUFFIX}
-lib/python${MODPY_VERSION}/site-packages/PyQt5/
+lib/python${MODPY_VERSION}/site-packages/PyQt5-5.13.2.dist-info/
+lib/python${MODPY_VERSION}/site-packages/PyQt5-5.13.2.dist-info/INSTALLER
+lib/python${MODPY_VERSION}/site-packages/PyQt5-5.13.2.dist-info/METADATA
+lib/python${MODPY_VERSION}/site-packages/PyQt5-5.13.2.dist-info/RECORD
@so lib/python${MODPY_VERSION}/site-packages/PyQt5/Qt.so
-${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/PyQt5/QtBluetooth.pyi
@so lib/python${MODPY_VERSION}/site-packages/PyQt5/QtBluetooth.so
-${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/PyQt5/QtCore.pyi
@so lib/python${MODPY_VERSION}/site-packages/PyQt5/QtCore.so
-${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/PyQt5/QtDBus.pyi
@so lib/python${MODPY_VERSION}/site-packages/PyQt5/QtDBus.so
-${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/PyQt5/QtDesigner.pyi
@so lib/python${MODPY_VERSION}/site-packages/PyQt5/QtDesigner.so
-${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/PyQt5/QtGui.pyi
@so lib/python${MODPY_VERSION}/site-packages/PyQt5/QtGui.so
-${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/PyQt5/QtHelp.pyi
@so lib/python${MODPY_VERSION}/site-packages/PyQt5/QtHelp.so
-${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/PyQt5/QtLocation.pyi
@so lib/python${MODPY_VERSION}/site-packages/PyQt5/QtLocation.so
-${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/PyQt5/QtMultimedia.pyi
@so lib/python${MODPY_VERSION}/site-packages/PyQt5/QtMultimedia.so
-${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/PyQt5/QtMultimediaWidgets.pyi
@so lib/python${MODPY_VERSION}/site-packages/PyQt5/QtMultimediaWidgets.so
-${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/PyQt5/QtNetwork.pyi
@so lib/python${MODPY_VERSION}/site-packages/PyQt5/QtNetwork.so
-${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/PyQt5/QtNfc.pyi
+@so lib/python${MODPY_VERSION}/site-packages/PyQt5/QtNetworkAuth.so
@so lib/python${MODPY_VERSION}/site-packages/PyQt5/QtNfc.so
-${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/PyQt5/QtOpenGL.pyi
@so lib/python${MODPY_VERSION}/site-packages/PyQt5/QtOpenGL.so
-${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/PyQt5/QtPositioning.pyi
@so lib/python${MODPY_VERSION}/site-packages/PyQt5/QtPositioning.so
-${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/PyQt5/QtPrintSupport.pyi
@so lib/python${MODPY_VERSION}/site-packages/PyQt5/QtPrintSupport.so
-${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/PyQt5/QtQml.pyi
@so lib/python${MODPY_VERSION}/site-packages/PyQt5/QtQml.so
-${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/PyQt5/QtQuick.pyi
@so lib/python${MODPY_VERSION}/site-packages/PyQt5/QtQuick.so
-${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/PyQt5/QtQuickWidgets.pyi
@so lib/python${MODPY_VERSION}/site-packages/PyQt5/QtQuickWidgets.so
-${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/PyQt5/QtSensors.pyi
+@so lib/python${MODPY_VERSION}/site-packages/PyQt5/QtRemoteObjects.so
@so lib/python${MODPY_VERSION}/site-packages/PyQt5/QtSensors.so
-${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/PyQt5/QtSerialPort.pyi
@so lib/python${MODPY_VERSION}/site-packages/PyQt5/QtSerialPort.so
-${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/PyQt5/QtSql.pyi
@so lib/python${MODPY_VERSION}/site-packages/PyQt5/QtSql.so
-${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/PyQt5/QtSvg.pyi
@so lib/python${MODPY_VERSION}/site-packages/PyQt5/QtSvg.so
-${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/PyQt5/QtTest.pyi
@so lib/python${MODPY_VERSION}/site-packages/PyQt5/QtTest.so
-${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/PyQt5/QtWebChannel.pyi
@so lib/python${MODPY_VERSION}/site-packages/PyQt5/QtWebChannel.so
-${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/PyQt5/QtWebKit.pyi
@so lib/python${MODPY_VERSION}/site-packages/PyQt5/QtWebKit.so
-${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/PyQt5/QtWebKitWidgets.pyi
@so lib/python${MODPY_VERSION}/site-packages/PyQt5/QtWebKitWidgets.so
-${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/PyQt5/QtWebSockets.pyi
@so lib/python${MODPY_VERSION}/site-packages/PyQt5/QtWebSockets.so
-${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/PyQt5/QtWidgets.pyi
@so lib/python${MODPY_VERSION}/site-packages/PyQt5/QtWidgets.so
-${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/PyQt5/QtX11Extras.pyi
@so lib/python${MODPY_VERSION}/site-packages/PyQt5/QtX11Extras.so
-${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/PyQt5/QtXml.pyi
@so lib/python${MODPY_VERSION}/site-packages/PyQt5/QtXml.so
-${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/PyQt5/QtXmlPatterns.pyi
@so lib/python${MODPY_VERSION}/site-packages/PyQt5/QtXmlPatterns.so
@so lib/python${MODPY_VERSION}/site-packages/PyQt5/_QOpenGLFunctions_2_0.so
@so lib/python${MODPY_VERSION}/site-packages/PyQt5/_QOpenGLFunctions_2_1.so
@so lib/python${MODPY_VERSION}/site-packages/PyQt5/_QOpenGLFunctions_4_1_Core.so
lib/python${MODPY_VERSION}/site-packages/PyQt5/__init__.py
-${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/PyQt5/${MODPY_PYCACHE}/
+lib/python${MODPY_VERSION}/site-packages/PyQt5/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/PyQt5/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/PyQt5/${MODPY_PYCACHE}pylupdate_main.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/PyQt5/${MODPY_PYCACHE}pyrcc_main.${MODPY_PYC_MAGIC_TAG}pyc
@@ -118,7 +93,7 @@ lib/python${MODPY_VERSION}/site-packages
lib/python${MODPY_VERSION}/site-packages/PyQt5/uic/objcreator.py
lib/python${MODPY_VERSION}/site-packages/PyQt5/uic/port_v${MODPY_MAJOR_VERSION}/
lib/python${MODPY_VERSION}/site-packages/PyQt5/uic/port_v${MODPY_MAJOR_VERSION}/__init__.py
-${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/PyQt5/uic/port_v3/${MODPY_PYCACHE}/
+${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/PyQt5/uic/port_v${MODPY_MAJOR_VERSION}/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/PyQt5/uic/port_v${MODPY_MAJOR_VERSION}/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/PyQt5/uic/port_v${MODPY_MAJOR_VERSION}/${MODPY_PYCACHE}as_string.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/PyQt5/uic/port_v${MODPY_MAJOR_VERSION}/${MODPY_PYCACHE}ascii_upper.${MODPY_PYC_MAGIC_TAG}pyc
@@ -152,821 +127,829 @@ lib/qt5/plugins/PyQt5/
@so lib/qt5/plugins/PyQt5/libpyqt5qmlplugin${MODPY_BIN_SUFFIX}.so
@so lib/qt5/plugins/designer/libpyqt5${MODPY_BIN_SUFFIX}.so
share/sip/
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/Enginio/
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/Enginio/Enginiomod.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/Enginio/enginio.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/Enginio/enginioclient.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/Enginio/enginioclientconnection.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/Enginio/enginioidentity.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/Enginio/enginiomodel.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/Enginio/enginiooauth2authentication.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/Enginio/enginioreply.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QAxContainer/
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QAxContainer/QAxContainermod.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QAxContainer/qaxbase.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QAxContainer/qaxobject.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QAxContainer/qaxwidget.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtAndroidExtras/
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtAndroidExtras/QtAndroidExtrasmod.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtAndroidExtras/qandroidjniobject.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtAndroidExtras/qtandroid.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtBluetooth/
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtBluetooth/QtBluetoothmod.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtBluetooth/qbluetooth.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtBluetooth/qbluetoothaddress.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtBluetooth/qbluetoothdevicediscoveryagent.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtBluetooth/qbluetoothdeviceinfo.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtBluetooth/qbluetoothhostinfo.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtBluetooth/qbluetoothlocaldevice.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtBluetooth/qbluetoothserver.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtBluetooth/qbluetoothservicediscoveryagent.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtBluetooth/qbluetoothserviceinfo.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtBluetooth/qbluetoothsocket.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtBluetooth/qbluetoothtransfermanager.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtBluetooth/qbluetoothtransferreply.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtBluetooth/qbluetoothtransferrequest.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtBluetooth/qbluetoothuuid.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtBluetooth/qlowenergyadvertisingdata.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtBluetooth/qlowenergyadvertisingparameters.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtBluetooth/qlowenergycharacteristic.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtBluetooth/qlowenergycharacteristicdata.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtBluetooth/qlowenergyconnectionparameters.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtBluetooth/qlowenergycontroller.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtBluetooth/qlowenergydescriptor.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtBluetooth/qlowenergydescriptordata.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtBluetooth/qlowenergyservice.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtBluetooth/qlowenergyservicedata.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtBluetooth/qpybluetooth_qlist.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtBluetooth/qpybluetooth_quint128.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/QtCoremod.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qabstractanimation.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qabstracteventdispatcher.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qabstractitemmodel.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qabstractnativeeventfilter.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qabstractproxymodel.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qabstractstate.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qabstracttransition.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qanimationgroup.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qbasictimer.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qbitarray.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qbuffer.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qbytearray.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qbytearraymatcher.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qchar.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qcollator.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qcommandlineoption.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qcommandlineparser.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qcoreapplication.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qcoreevent.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qcryptographichash.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qdatastream.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qdatetime.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qdeadlinetimer.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qdir.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qdiriterator.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qeasingcurve.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qelapsedtimer.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qeventloop.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qeventtransition.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qfile.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qfiledevice.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qfileinfo.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qfileselector.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qfilesystemwatcher.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qfinalstate.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qglobal.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qhistorystate.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qidentityproxymodel.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qiodevice.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qitemselectionmodel.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qjsonarray.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qjsondocument.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qjsonobject.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qjsonvalue.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qlibrary.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qlibraryinfo.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qline.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qlocale.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qlockfile.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qlogging.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qmargins.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qmessageauthenticationcode.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qmetaobject.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qmetatype.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qmimedata.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qmimedatabase.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qmimetype.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qmutex.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qnamespace.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qnumeric.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qobject.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qobjectcleanuphandler.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qobjectdefs.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qoperatingsystemversion.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qparallelanimationgroup.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qpauseanimation.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qpluginloader.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qpoint.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qprocess.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qpropertyanimation.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qpycore_qhash.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qpycore_qlist.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qpycore_qmap.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qpycore_qpair.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qpycore_qset.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qpycore_qvector.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qpycore_virtual_error_handler.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qreadwritelock.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qrect.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qregexp.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qregularexpression.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qresource.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qrunnable.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qsavefile.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qsemaphore.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qsequentialanimationgroup.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qsettings.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qsharedmemory.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qsignalmapper.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qsignaltransition.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qsize.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qsocketnotifier.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qsortfilterproxymodel.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qstandardpaths.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qstate.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qstatemachine.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qstorageinfo.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qstring.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qstringlist.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qstringlistmodel.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qsysinfo.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qsystemsemaphore.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qtemporarydir.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qtemporaryfile.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qtextboundaryfinder.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qtextcodec.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qtextstream.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qthread.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qthreadpool.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qtimeline.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qtimer.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qtimezone.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qtranslator.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qurl.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qurlquery.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/quuid.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qvariant.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qvariantanimation.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qversionnumber.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qwaitcondition.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qwineventnotifier.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtCore/qxmlstream.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtDBus/
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtDBus/QtDBusmod.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtDBus/qdbusabstractadaptor.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtDBus/qdbusabstractinterface.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtDBus/qdbusargument.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtDBus/qdbusconnection.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtDBus/qdbusconnectioninterface.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtDBus/qdbuserror.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtDBus/qdbusextratypes.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtDBus/qdbusinterface.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtDBus/qdbusmessage.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtDBus/qdbuspendingcall.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtDBus/qdbusservicewatcher.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtDBus/qdbusunixfiledescriptor.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtDBus/qpydbuspendingreply.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtDBus/qpydbusreply.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtDesigner/
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtDesigner/QtDesignermod.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtDesigner/abstractactioneditor.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtDesigner/abstractformbuilder.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtDesigner/abstractformeditor.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtDesigner/abstractformwindow.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtDesigner/abstractformwindowcursor.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtDesigner/abstractformwindowmanager.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtDesigner/abstractobjectinspector.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtDesigner/abstractpropertyeditor.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtDesigner/abstractwidgetbox.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtDesigner/container.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtDesigner/customwidget.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtDesigner/default_extensionfactory.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtDesigner/extension.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtDesigner/formbuilder.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtDesigner/membersheet.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtDesigner/propertysheet.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtDesigner/qextensionmanager.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtDesigner/qpydesignercontainerextension.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtDesigner/qpydesignercustomwidgetcollectionplugin.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtDesigner/qpydesignercustomwidgetplugin.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtDesigner/qpydesignermembersheetextension.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtDesigner/qpydesignerpropertysheetextension.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtDesigner/qpydesignertaskmenuextension.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtDesigner/taskmenu.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/QtGuimod.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/opengl_types.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qabstracttextdocumentlayout.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qbackingstore.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qbitmap.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qbrush.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qclipboard.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qcolor.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qcursor.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qdesktopservices.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qdrag.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qevent.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qfont.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qfontdatabase.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qfontinfo.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qfontmetrics.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qgenericmatrix.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qglyphrun.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qguiapplication.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qicon.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qiconengine.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qimage.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qimageiohandler.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qimagereader.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qimagewriter.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qinputmethod.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qkeysequence.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qmatrix4x4.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qmovie.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qoffscreensurface.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qopenglbuffer.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qopenglcontext.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qopengldebug.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qopenglframebufferobject.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qopenglpaintdevice.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qopenglpixeltransferoptions.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qopenglshaderprogram.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qopengltexture.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qopengltextureblitter.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qopengltimerquery.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qopenglversionfunctions.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qopenglvertexarrayobject.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qopenglwindow.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qpagedpaintdevice.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qpagelayout.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qpagesize.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qpaintdevice.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qpaintdevicewindow.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qpaintengine.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qpainter.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qpainterpath.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qpalette.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qpdfwriter.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qpen.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qpicture.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qpixelformat.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qpixmap.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qpixmapcache.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qpolygon.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qpygui_qlist.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qpygui_qpair.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qpygui_qvector.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qquaternion.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qrasterwindow.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qrawfont.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qregion.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qrgb.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qrgba64.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qscreen.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qsessionmanager.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qstandarditemmodel.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qstatictext.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qstylehints.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qsurface.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qsurfaceformat.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qsyntaxhighlighter.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qtextcursor.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qtextdocument.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qtextdocumentfragment.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qtextdocumentwriter.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qtextformat.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qtextlayout.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qtextlist.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qtextobject.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qtextoption.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qtexttable.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qtouchdevice.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qtransform.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qvalidator.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qvector2d.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qvector3d.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qvector4d.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qwindow.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtGui/qwindowdefs.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtHelp/
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtHelp/QtHelpmod.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtHelp/qhelpcontentwidget.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtHelp/qhelpengine.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtHelp/qhelpenginecore.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtHelp/qhelpindexwidget.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtHelp/qhelpsearchengine.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtHelp/qhelpsearchquerywidget.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtHelp/qhelpsearchresultwidget.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtLocation/
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtLocation/QtLocationmod.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtLocation/qgeocodereply.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtLocation/qgeocodingmanager.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtLocation/qgeocodingmanagerengine.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtLocation/qgeomaneuver.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtLocation/qgeoroute.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtLocation/qgeoroutereply.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtLocation/qgeorouterequest.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtLocation/qgeoroutesegment.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtLocation/qgeoroutingmanager.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtLocation/qgeoroutingmanagerengine.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtLocation/qgeoserviceprovider.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtLocation/qlocation.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtLocation/qplace.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtLocation/qplaceattribute.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtLocation/qplacecategory.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtLocation/qplacecontactdetail.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtLocation/qplacecontent.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtLocation/qplacecontentreply.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtLocation/qplacecontentrequest.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtLocation/qplacedetailsreply.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtLocation/qplaceeditorial.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtLocation/qplaceicon.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtLocation/qplaceidreply.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtLocation/qplaceimage.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtLocation/qplacemanager.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtLocation/qplacemanagerengine.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtLocation/qplacematchreply.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtLocation/qplacematchrequest.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtLocation/qplaceproposedsearchresult.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtLocation/qplaceratings.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtLocation/qplacereply.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtLocation/qplaceresult.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtLocation/qplacereview.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtLocation/qplacesearchreply.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtLocation/qplacesearchrequest.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtLocation/qplacesearchresult.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtLocation/qplacesearchsuggestionreply.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtLocation/qplacesupplier.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtLocation/qplaceuser.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMacExtras/
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMacExtras/QtMacExtrasmod.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMacExtras/qmacpasteboardmime.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMacExtras/qmactoolbar.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMacExtras/qmactoolbaritem.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMacExtras/qtmac.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMultimedia/
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMultimedia/QtMultimediamod.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMultimedia/qabstractvideobuffer.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMultimedia/qabstractvideofilter.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMultimedia/qabstractvideosurface.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMultimedia/qaudio.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMultimedia/qaudiobuffer.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMultimedia/qaudiodecoder.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMultimedia/qaudiodeviceinfo.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMultimedia/qaudioformat.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMultimedia/qaudioinput.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMultimedia/qaudiooutput.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMultimedia/qaudioprobe.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMultimedia/qaudiorecorder.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMultimedia/qcamera.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMultimedia/qcameraexposure.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMultimedia/qcamerafocus.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMultimedia/qcameraimagecapture.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMultimedia/qcameraimageprocessing.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMultimedia/qcamerainfo.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMultimedia/qcameraviewfindersettings.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMultimedia/qmediabindableinterface.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMultimedia/qmediacontent.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMultimedia/qmediacontrol.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMultimedia/qmediaencodersettings.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMultimedia/qmediametadata.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMultimedia/qmediaobject.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMultimedia/qmediaplayer.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMultimedia/qmediaplaylist.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMultimedia/qmediarecorder.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMultimedia/qmediaresource.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMultimedia/qmediaservice.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMultimedia/qmediatimerange.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMultimedia/qmultimedia.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMultimedia/qpymultimedia_qlist.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMultimedia/qradiodata.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMultimedia/qradiotuner.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMultimedia/qsound.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMultimedia/qsoundeffect.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMultimedia/qvideoframe.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMultimedia/qvideoprobe.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMultimedia/qvideosurfaceformat.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMultimediaWidgets/
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMultimediaWidgets/QtMultimediaWidgetsmod.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMultimediaWidgets/qcameraviewfinder.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMultimediaWidgets/qgraphicsvideoitem.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtMultimediaWidgets/qvideowidget.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNetwork/
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNetwork/QtNetworkmod.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNetwork/qabstractnetworkcache.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNetwork/qabstractsocket.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNetwork/qauthenticator.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNetwork/qdnslookup.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNetwork/qhostaddress.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNetwork/qhostinfo.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNetwork/qhstspolicy.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNetwork/qhttpmultipart.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNetwork/qlocalserver.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNetwork/qlocalsocket.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNetwork/qnetworkaccessmanager.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNetwork/qnetworkconfigmanager.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNetwork/qnetworkconfiguration.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNetwork/qnetworkcookie.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNetwork/qnetworkcookiejar.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNetwork/qnetworkdatagram.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNetwork/qnetworkdiskcache.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNetwork/qnetworkinterface.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNetwork/qnetworkproxy.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNetwork/qnetworkreply.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNetwork/qnetworkrequest.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNetwork/qnetworksession.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNetwork/qpynetwork_qhash.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNetwork/qpynetwork_qmap.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNetwork/qssl.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNetwork/qsslcertificate.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNetwork/qsslcertificateextension.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNetwork/qsslcipher.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNetwork/qsslconfiguration.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNetwork/qssldiffiehellmanparameters.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNetwork/qsslellipticcurve.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNetwork/qsslerror.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNetwork/qsslkey.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNetwork/qsslpresharedkeyauthenticator.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNetwork/qsslsocket.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNetwork/qtcpserver.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNetwork/qtcpsocket.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNetwork/qudpsocket.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNfc/
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNfc/QtNfcmod.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNfc/qndeffilter.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNfc/qndefmessage.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNfc/qndefnfcsmartposterrecord.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNfc/qndefnfctextrecord.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNfc/qndefnfcurirecord.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNfc/qndefrecord.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNfc/qnearfieldmanager.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNfc/qnearfieldsharemanager.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNfc/qnearfieldsharetarget.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNfc/qnearfieldtarget.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtNfc/qqmlndefrecord.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtOpenGL/
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtOpenGL/QtOpenGLmod.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtOpenGL/qgl.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtPositioning/
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtPositioning/QtPositioningmod.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtPositioning/qgeoaddress.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtPositioning/qgeoareamonitorinfo.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtPositioning/qgeoareamonitorsource.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtPositioning/qgeocircle.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtPositioning/qgeocoordinate.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtPositioning/qgeolocation.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtPositioning/qgeopath.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtPositioning/qgeopositioninfo.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtPositioning/qgeopositioninfosource.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtPositioning/qgeorectangle.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtPositioning/qgeosatelliteinfo.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtPositioning/qgeosatelliteinfosource.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtPositioning/qgeoshape.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtPositioning/qnmeapositioninfosource.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtPrintSupport/
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtPrintSupport/QtPrintSupportmod.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtPrintSupport/qabstractprintdialog.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtPrintSupport/qpagesetupdialog.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtPrintSupport/qprintdialog.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtPrintSupport/qprintengine.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtPrintSupport/qprinter.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtPrintSupport/qprinterinfo.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtPrintSupport/qprintpreviewdialog.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtPrintSupport/qprintpreviewwidget.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtPrintSupport/qpyprintsupport_qlist.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQml/
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQml/QtQmlmod.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQml/qjsengine.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQml/qjsvalue.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQml/qjsvalueiterator.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQml/qmlattachedpropertiesobject.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQml/qmlregistertype.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQml/qpyqmllistproperty.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQml/qqmlabstracturlinterceptor.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQml/qqmlapplicationengine.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQml/qqmlcomponent.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQml/qqmlcontext.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQml/qqmlengine.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQml/qqmlerror.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQml/qqmlexpression.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQml/qqmlextensionplugin.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQml/qqmlfileselector.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQml/qqmlincubator.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQml/qqmllist.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQml/qqmlnetworkaccessmanagerfactory.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQml/qqmlparserstatus.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQml/qqmlproperty.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQml/qqmlpropertymap.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQml/qqmlpropertyvaluesource.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQml/qqmlscriptstring.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQuick/
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQuick/QtQuickmod.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQuick/qquickframebufferobject.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQuick/qquickimageprovider.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQuick/qquickitem.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQuick/qquickitemgrabresult.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQuick/qquickpainteditem.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQuick/qquickrendercontrol.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQuick/qquicktextdocument.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQuick/qquickview.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQuick/qquickwindow.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQuick/qsgabstractrenderer.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQuick/qsgengine.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQuick/qsgflatcolormaterial.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQuick/qsggeometry.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQuick/qsgimagenode.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQuick/qsgmaterial.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQuick/qsgnode.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQuick/qsgrectanglenode.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQuick/qsgrendererinterface.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQuick/qsgrendernode.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQuick/qsgsimplerectnode.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQuick/qsgsimpletexturenode.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQuick/qsgtexture.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQuick/qsgtexturematerial.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQuick/qsgtextureprovider.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQuick/qsgvertexcolormaterial.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQuickWidgets/
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQuickWidgets/QtQuickWidgetsmod.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtQuickWidgets/qquickwidget.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtSensors/
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtSensors/QtSensorsmod.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtSensors/qaccelerometer.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtSensors/qaltimeter.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtSensors/qambientlightsensor.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtSensors/qambienttemperaturesensor.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtSensors/qcompass.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtSensors/qdistancesensor.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtSensors/qgyroscope.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtSensors/qholstersensor.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtSensors/qhumiditysensor.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtSensors/qirproximitysensor.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtSensors/qlidsensor.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtSensors/qlightsensor.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtSensors/qmagnetometer.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtSensors/qorientationsensor.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtSensors/qpressuresensor.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtSensors/qproximitysensor.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtSensors/qrotationsensor.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtSensors/qsensor.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtSensors/qtapsensor.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtSensors/qtiltsensor.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtSerialPort/
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtSerialPort/QtSerialPortmod.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtSerialPort/qserialport.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtSerialPort/qserialportinfo.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtSql/
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtSql/QtSqlmod.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtSql/qsql.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtSql/qsqldatabase.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtSql/qsqldriver.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtSql/qsqlerror.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtSql/qsqlfield.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtSql/qsqlindex.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtSql/qsqlquery.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtSql/qsqlquerymodel.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtSql/qsqlrecord.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtSql/qsqlrelationaldelegate.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtSql/qsqlrelationaltablemodel.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtSql/qsqlresult.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtSql/qsqltablemodel.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtSql/qtsqlglobal.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtSvg/
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtSvg/QtSvgmod.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtSvg/qgraphicssvgitem.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtSvg/qsvggenerator.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtSvg/qsvgrenderer.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtSvg/qsvgwidget.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtTest/
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtTest/QtTestmod.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtTest/qsignalspy.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtTest/qtestcase.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtTest/qtestkeyboard.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtTest/qtestmouse.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtTest/qtestsystem.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtTest/qtesttouch.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebChannel/
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebChannel/QtWebChannelmod.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebChannel/qwebchannel.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebChannel/qwebchannelabstracttransport.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebEngine/
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebEngine/QtWebEnginemod.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebEngine/qquickwebengineprofile.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebEngine/qquickwebenginescript.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebEngine/qtwebengineglobal.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebEngineCore/
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebEngineCore/QtWebEngineCoremod.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebEngineCore/qwebenginecookiestore.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebEngineCore/qwebenginehttprequest.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebEngineCore/qwebengineurlrequestinfo.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebEngineCore/qwebengineurlrequestinterceptor.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebEngineCore/qwebengineurlrequestjob.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebEngineCore/qwebengineurlschemehandler.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebEngineWidgets/
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebEngineWidgets/QtWebEngineWidgetsmod.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebEngineWidgets/qwebenginecertificateerror.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebEngineWidgets/qwebenginecontextmenudata.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebEngineWidgets/qwebenginedownloaditem.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebEngineWidgets/qwebenginefullscreenrequest.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebEngineWidgets/qwebenginehistory.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebEngineWidgets/qwebenginepage.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebEngineWidgets/qwebengineprofile.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebEngineWidgets/qwebenginescript.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebEngineWidgets/qwebenginescriptcollection.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebEngineWidgets/qwebenginesettings.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebEngineWidgets/qwebengineview.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebKit/
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebKit/QtWebKitmod.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebKit/qwebdatabase.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebKit/qwebelement.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebKit/qwebhistory.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebKit/qwebhistoryinterface.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebKit/qwebkitglobal.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebKit/qwebpluginfactory.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebKit/qwebsecurityorigin.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebKit/qwebsettings.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebKitWidgets/
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebKitWidgets/QtWebKitWidgetsmod.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebKitWidgets/qgraphicswebview.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebKitWidgets/qwebframe.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebKitWidgets/qwebinspector.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebKitWidgets/qwebpage.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebKitWidgets/qwebview.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebSockets/
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebSockets/QtWebSocketsmod.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebSockets/qmaskgenerator.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebSockets/qwebsocket.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebSockets/qwebsocketcorsauthenticator.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebSockets/qwebsocketprotocol.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWebSockets/qwebsocketserver.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/QtWidgetsmod.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qabstractbutton.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qabstractitemdelegate.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qabstractitemview.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qabstractscrollarea.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qabstractslider.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qabstractspinbox.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qaction.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qactiongroup.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qapplication.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qboxlayout.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qbuttongroup.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qcalendarwidget.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qcheckbox.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qcolordialog.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qcolumnview.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qcombobox.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qcommandlinkbutton.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qcommonstyle.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qcompleter.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qdatawidgetmapper.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qdatetimeedit.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qdesktopwidget.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qdial.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qdialog.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qdialogbuttonbox.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qdirmodel.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qdockwidget.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qdrawutil.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qerrormessage.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qfiledialog.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qfileiconprovider.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qfilesystemmodel.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qfocusframe.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qfontcombobox.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qfontdialog.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qformlayout.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qframe.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qgesture.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qgesturerecognizer.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qgraphicsanchorlayout.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qgraphicseffect.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qgraphicsgridlayout.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qgraphicsitem.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qgraphicslayout.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qgraphicslayoutitem.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qgraphicslinearlayout.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qgraphicsproxywidget.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qgraphicsscene.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qgraphicssceneevent.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qgraphicstransform.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qgraphicsview.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qgraphicswidget.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qgridlayout.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qgroupbox.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qheaderview.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qinputdialog.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qitemdelegate.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qitemeditorfactory.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qkeyeventtransition.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qkeysequenceedit.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qlabel.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qlayout.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qlayoutitem.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qlcdnumber.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qlineedit.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qlistview.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qlistwidget.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qmaccocoaviewcontainer.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qmainwindow.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qmdiarea.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qmdisubwindow.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qmenu.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qmenubar.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qmessagebox.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qmouseeventtransition.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qopenglwidget.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qplaintextedit.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qprogressbar.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qprogressdialog.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qproxystyle.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qpushbutton.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qpywidgets_qlist.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qradiobutton.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qrubberband.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qscrollarea.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qscrollbar.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qscroller.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qscrollerproperties.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qshortcut.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qsizegrip.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qsizepolicy.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qslider.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qspinbox.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qsplashscreen.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qsplitter.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qstackedlayout.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qstackedwidget.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qstatusbar.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qstyle.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qstyleditemdelegate.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qstylefactory.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qstyleoption.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qstylepainter.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qsystemtrayicon.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qtabbar.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qtableview.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qtablewidget.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qtabwidget.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qtextbrowser.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qtextedit.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qtoolbar.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qtoolbox.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qtoolbutton.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qtooltip.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qtreeview.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qtreewidget.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qtreewidgetitemiterator.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qundogroup.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qundostack.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qundoview.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qwhatsthis.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qwidget.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qwidgetaction.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWidgets/qwizard.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWinExtras/
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWinExtras/QtWinExtrasmod.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWinExtras/qwinfunctions.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWinExtras/qwinjumplist.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWinExtras/qwinjumplistcategory.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWinExtras/qwinjumplistitem.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWinExtras/qwintaskbarbutton.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWinExtras/qwintaskbarprogress.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWinExtras/qwinthumbnailtoolbar.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtWinExtras/qwinthumbnailtoolbutton.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtX11Extras/
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtX11Extras/QtX11Extrasmod.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtX11Extras/qx11info_x11.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtXml/
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtXml/QtXmlmod.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtXml/qdom.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtXml/qxml.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtXmlPatterns/
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtXmlPatterns/QtXmlPatternsmod.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtXmlPatterns/qabstractmessagehandler.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtXmlPatterns/qabstracturiresolver.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtXmlPatterns/qabstractxmlnodemodel.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtXmlPatterns/qabstractxmlreceiver.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtXmlPatterns/qsimplexmlnodemodel.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtXmlPatterns/qsourcelocation.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtXmlPatterns/qxmlformatter.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtXmlPatterns/qxmlname.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtXmlPatterns/qxmlnamepool.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtXmlPatterns/qxmlquery.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtXmlPatterns/qxmlresultitems.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtXmlPatterns/qxmlschema.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtXmlPatterns/qxmlschemavalidator.sip
-share/sip/PyQt5${MODPY_BIN_SUFFIX}/QtXmlPatterns/qxmlserializer.sip
+share/sip/${PYQT_VERSION}/
+share/sip/${PYQT_VERSION}/Enginio/
+share/sip/${PYQT_VERSION}/Enginio/Enginiomod.sip
+share/sip/${PYQT_VERSION}/Enginio/enginio.sip
+share/sip/${PYQT_VERSION}/Enginio/enginioclient.sip
+share/sip/${PYQT_VERSION}/Enginio/enginioclientconnection.sip
+share/sip/${PYQT_VERSION}/Enginio/enginioidentity.sip
+share/sip/${PYQT_VERSION}/Enginio/enginiomodel.sip
+share/sip/${PYQT_VERSION}/Enginio/enginiooauth2authentication.sip
+share/sip/${PYQT_VERSION}/Enginio/enginioreply.sip
+share/sip/${PYQT_VERSION}/QAxContainer/
+share/sip/${PYQT_VERSION}/QAxContainer/QAxContainermod.sip
+share/sip/${PYQT_VERSION}/QAxContainer/qaxbase.sip
+share/sip/${PYQT_VERSION}/QAxContainer/qaxobject.sip
+share/sip/${PYQT_VERSION}/QAxContainer/qaxwidget.sip
+share/sip/${PYQT_VERSION}/QtAndroidExtras/
+share/sip/${PYQT_VERSION}/QtAndroidExtras/QtAndroidExtrasmod.sip
+share/sip/${PYQT_VERSION}/QtAndroidExtras/qandroidjniobject.sip
+share/sip/${PYQT_VERSION}/QtAndroidExtras/qtandroid.sip
+share/sip/${PYQT_VERSION}/QtBluetooth/
+share/sip/${PYQT_VERSION}/QtBluetooth/QtBluetoothmod.sip
+share/sip/${PYQT_VERSION}/QtBluetooth/qbluetooth.sip
+share/sip/${PYQT_VERSION}/QtBluetooth/qbluetoothaddress.sip
+share/sip/${PYQT_VERSION}/QtBluetooth/qbluetoothdevicediscoveryagent.sip
+share/sip/${PYQT_VERSION}/QtBluetooth/qbluetoothdeviceinfo.sip
+share/sip/${PYQT_VERSION}/QtBluetooth/qbluetoothhostinfo.sip
+share/sip/${PYQT_VERSION}/QtBluetooth/qbluetoothlocaldevice.sip
+share/sip/${PYQT_VERSION}/QtBluetooth/qbluetoothserver.sip
+share/sip/${PYQT_VERSION}/QtBluetooth/qbluetoothservicediscoveryagent.sip
+share/sip/${PYQT_VERSION}/QtBluetooth/qbluetoothserviceinfo.sip
+share/sip/${PYQT_VERSION}/QtBluetooth/qbluetoothsocket.sip
+share/sip/${PYQT_VERSION}/QtBluetooth/qbluetoothtransfermanager.sip
+share/sip/${PYQT_VERSION}/QtBluetooth/qbluetoothtransferreply.sip
+share/sip/${PYQT_VERSION}/QtBluetooth/qbluetoothtransferrequest.sip
+share/sip/${PYQT_VERSION}/QtBluetooth/qbluetoothuuid.sip
+share/sip/${PYQT_VERSION}/QtBluetooth/qlowenergyadvertisingdata.sip
+share/sip/${PYQT_VERSION}/QtBluetooth/qlowenergyadvertisingparameters.sip
+share/sip/${PYQT_VERSION}/QtBluetooth/qlowenergycharacteristic.sip
+share/sip/${PYQT_VERSION}/QtBluetooth/qlowenergycharacteristicdata.sip
+share/sip/${PYQT_VERSION}/QtBluetooth/qlowenergyconnectionparameters.sip
+share/sip/${PYQT_VERSION}/QtBluetooth/qlowenergycontroller.sip
+share/sip/${PYQT_VERSION}/QtBluetooth/qlowenergydescriptor.sip
+share/sip/${PYQT_VERSION}/QtBluetooth/qlowenergydescriptordata.sip
+share/sip/${PYQT_VERSION}/QtBluetooth/qlowenergyservice.sip
+share/sip/${PYQT_VERSION}/QtBluetooth/qlowenergyservicedata.sip
+share/sip/${PYQT_VERSION}/QtBluetooth/qpybluetooth_qlist.sip
+share/sip/${PYQT_VERSION}/QtBluetooth/qpybluetooth_quint128.sip
+share/sip/${PYQT_VERSION}/QtCore/
+share/sip/${PYQT_VERSION}/QtCore/QtCoremod.sip
+share/sip/${PYQT_VERSION}/QtCore/qabstractanimation.sip
+share/sip/${PYQT_VERSION}/QtCore/qabstracteventdispatcher.sip
+share/sip/${PYQT_VERSION}/QtCore/qabstractitemmodel.sip
+share/sip/${PYQT_VERSION}/QtCore/qabstractnativeeventfilter.sip
+share/sip/${PYQT_VERSION}/QtCore/qabstractproxymodel.sip
+share/sip/${PYQT_VERSION}/QtCore/qabstractstate.sip
+share/sip/${PYQT_VERSION}/QtCore/qabstracttransition.sip
+share/sip/${PYQT_VERSION}/QtCore/qanimationgroup.sip
+share/sip/${PYQT_VERSION}/QtCore/qbasictimer.sip
+share/sip/${PYQT_VERSION}/QtCore/qbitarray.sip
+share/sip/${PYQT_VERSION}/QtCore/qbuffer.sip
+share/sip/${PYQT_VERSION}/QtCore/qbytearray.sip
+share/sip/${PYQT_VERSION}/QtCore/qbytearraymatcher.sip
+share/sip/${PYQT_VERSION}/QtCore/qcborcommon.sip
+share/sip/${PYQT_VERSION}/QtCore/qcborstream.sip
+share/sip/${PYQT_VERSION}/QtCore/qchar.sip
+share/sip/${PYQT_VERSION}/QtCore/qcollator.sip
+share/sip/${PYQT_VERSION}/QtCore/qcommandlineoption.sip
+share/sip/${PYQT_VERSION}/QtCore/qcommandlineparser.sip
+share/sip/${PYQT_VERSION}/QtCore/qconcatenatetablesproxymodel.sip
+share/sip/${PYQT_VERSION}/QtCore/qcoreapplication.sip
+share/sip/${PYQT_VERSION}/QtCore/qcoreevent.sip
+share/sip/${PYQT_VERSION}/QtCore/qcryptographichash.sip
+share/sip/${PYQT_VERSION}/QtCore/qdatastream.sip
+share/sip/${PYQT_VERSION}/QtCore/qdatetime.sip
+share/sip/${PYQT_VERSION}/QtCore/qdeadlinetimer.sip
+share/sip/${PYQT_VERSION}/QtCore/qdir.sip
+share/sip/${PYQT_VERSION}/QtCore/qdiriterator.sip
+share/sip/${PYQT_VERSION}/QtCore/qeasingcurve.sip
+share/sip/${PYQT_VERSION}/QtCore/qelapsedtimer.sip
+share/sip/${PYQT_VERSION}/QtCore/qeventloop.sip
+share/sip/${PYQT_VERSION}/QtCore/qeventtransition.sip
+share/sip/${PYQT_VERSION}/QtCore/qfile.sip
+share/sip/${PYQT_VERSION}/QtCore/qfiledevice.sip
+share/sip/${PYQT_VERSION}/QtCore/qfileinfo.sip
+share/sip/${PYQT_VERSION}/QtCore/qfileselector.sip
+share/sip/${PYQT_VERSION}/QtCore/qfilesystemwatcher.sip
+share/sip/${PYQT_VERSION}/QtCore/qfinalstate.sip
+share/sip/${PYQT_VERSION}/QtCore/qglobal.sip
+share/sip/${PYQT_VERSION}/QtCore/qhistorystate.sip
+share/sip/${PYQT_VERSION}/QtCore/qidentityproxymodel.sip
+share/sip/${PYQT_VERSION}/QtCore/qiodevice.sip
+share/sip/${PYQT_VERSION}/QtCore/qitemselectionmodel.sip
+share/sip/${PYQT_VERSION}/QtCore/qjsonarray.sip
+share/sip/${PYQT_VERSION}/QtCore/qjsondocument.sip
+share/sip/${PYQT_VERSION}/QtCore/qjsonobject.sip
+share/sip/${PYQT_VERSION}/QtCore/qjsonvalue.sip
+share/sip/${PYQT_VERSION}/QtCore/qlibrary.sip
+share/sip/${PYQT_VERSION}/QtCore/qlibraryinfo.sip
+share/sip/${PYQT_VERSION}/QtCore/qline.sip
+share/sip/${PYQT_VERSION}/QtCore/qlocale.sip
+share/sip/${PYQT_VERSION}/QtCore/qlockfile.sip
+share/sip/${PYQT_VERSION}/QtCore/qlogging.sip
+share/sip/${PYQT_VERSION}/QtCore/qloggingcategory.sip
+share/sip/${PYQT_VERSION}/QtCore/qmargins.sip
+share/sip/${PYQT_VERSION}/QtCore/qmessageauthenticationcode.sip
+share/sip/${PYQT_VERSION}/QtCore/qmetaobject.sip
+share/sip/${PYQT_VERSION}/QtCore/qmetatype.sip
+share/sip/${PYQT_VERSION}/QtCore/qmimedata.sip
+share/sip/${PYQT_VERSION}/QtCore/qmimedatabase.sip
+share/sip/${PYQT_VERSION}/QtCore/qmimetype.sip
+share/sip/${PYQT_VERSION}/QtCore/qmutex.sip
+share/sip/${PYQT_VERSION}/QtCore/qnamespace.sip
+share/sip/${PYQT_VERSION}/QtCore/qnumeric.sip
+share/sip/${PYQT_VERSION}/QtCore/qobject.sip
+share/sip/${PYQT_VERSION}/QtCore/qobjectcleanuphandler.sip
+share/sip/${PYQT_VERSION}/QtCore/qobjectdefs.sip
+share/sip/${PYQT_VERSION}/QtCore/qoperatingsystemversion.sip
+share/sip/${PYQT_VERSION}/QtCore/qparallelanimationgroup.sip
+share/sip/${PYQT_VERSION}/QtCore/qpauseanimation.sip
+share/sip/${PYQT_VERSION}/QtCore/qpluginloader.sip
+share/sip/${PYQT_VERSION}/QtCore/qpoint.sip
+share/sip/${PYQT_VERSION}/QtCore/qprocess.sip
+share/sip/${PYQT_VERSION}/QtCore/qpropertyanimation.sip
+share/sip/${PYQT_VERSION}/QtCore/qpycore_onexit.sip
+share/sip/${PYQT_VERSION}/QtCore/qpycore_qhash.sip
+share/sip/${PYQT_VERSION}/QtCore/qpycore_qlist.sip
+share/sip/${PYQT_VERSION}/QtCore/qpycore_qmap.sip
+share/sip/${PYQT_VERSION}/QtCore/qpycore_qpair.sip
+share/sip/${PYQT_VERSION}/QtCore/qpycore_qset.sip
+share/sip/${PYQT_VERSION}/QtCore/qpycore_qvariantmap.sip
+share/sip/${PYQT_VERSION}/QtCore/qpycore_qvector.sip
+share/sip/${PYQT_VERSION}/QtCore/qpycore_virtual_error_handler.sip
+share/sip/${PYQT_VERSION}/QtCore/qrandom.sip
+share/sip/${PYQT_VERSION}/QtCore/qreadwritelock.sip
+share/sip/${PYQT_VERSION}/QtCore/qrect.sip
+share/sip/${PYQT_VERSION}/QtCore/qregexp.sip
+share/sip/${PYQT_VERSION}/QtCore/qregularexpression.sip
+share/sip/${PYQT_VERSION}/QtCore/qresource.sip
+share/sip/${PYQT_VERSION}/QtCore/qrunnable.sip
+share/sip/${PYQT_VERSION}/QtCore/qsavefile.sip
+share/sip/${PYQT_VERSION}/QtCore/qsemaphore.sip
+share/sip/${PYQT_VERSION}/QtCore/qsequentialanimationgroup.sip
+share/sip/${PYQT_VERSION}/QtCore/qsettings.sip
+share/sip/${PYQT_VERSION}/QtCore/qsharedmemory.sip
+share/sip/${PYQT_VERSION}/QtCore/qsignalmapper.sip
+share/sip/${PYQT_VERSION}/QtCore/qsignaltransition.sip
+share/sip/${PYQT_VERSION}/QtCore/qsize.sip
+share/sip/${PYQT_VERSION}/QtCore/qsocketnotifier.sip
+share/sip/${PYQT_VERSION}/QtCore/qsortfilterproxymodel.sip
+share/sip/${PYQT_VERSION}/QtCore/qstandardpaths.sip
+share/sip/${PYQT_VERSION}/QtCore/qstate.sip
+share/sip/${PYQT_VERSION}/QtCore/qstatemachine.sip
+share/sip/${PYQT_VERSION}/QtCore/qstorageinfo.sip
+share/sip/${PYQT_VERSION}/QtCore/qstring.sip
+share/sip/${PYQT_VERSION}/QtCore/qstringlist.sip
+share/sip/${PYQT_VERSION}/QtCore/qstringlistmodel.sip
+share/sip/${PYQT_VERSION}/QtCore/qsysinfo.sip
+share/sip/${PYQT_VERSION}/QtCore/qsystemsemaphore.sip
+share/sip/${PYQT_VERSION}/QtCore/qtemporarydir.sip
+share/sip/${PYQT_VERSION}/QtCore/qtemporaryfile.sip
+share/sip/${PYQT_VERSION}/QtCore/qtextboundaryfinder.sip
+share/sip/${PYQT_VERSION}/QtCore/qtextcodec.sip
+share/sip/${PYQT_VERSION}/QtCore/qtextstream.sip
+share/sip/${PYQT_VERSION}/QtCore/qthread.sip
+share/sip/${PYQT_VERSION}/QtCore/qthreadpool.sip
+share/sip/${PYQT_VERSION}/QtCore/qtimeline.sip
+share/sip/${PYQT_VERSION}/QtCore/qtimer.sip
+share/sip/${PYQT_VERSION}/QtCore/qtimezone.sip
+share/sip/${PYQT_VERSION}/QtCore/qtranslator.sip
+share/sip/${PYQT_VERSION}/QtCore/qtransposeproxymodel.sip
+share/sip/${PYQT_VERSION}/QtCore/qurl.sip
+share/sip/${PYQT_VERSION}/QtCore/qurlquery.sip
+share/sip/${PYQT_VERSION}/QtCore/quuid.sip
+share/sip/${PYQT_VERSION}/QtCore/qvariant.sip
+share/sip/${PYQT_VERSION}/QtCore/qvariantanimation.sip
+share/sip/${PYQT_VERSION}/QtCore/qversionnumber.sip
+share/sip/${PYQT_VERSION}/QtCore/qwaitcondition.sip
+share/sip/${PYQT_VERSION}/QtCore/qwineventnotifier.sip
+share/sip/${PYQT_VERSION}/QtCore/qxmlstream.sip
+share/sip/${PYQT_VERSION}/QtDBus/
+share/sip/${PYQT_VERSION}/QtDBus/QtDBusmod.sip
+share/sip/${PYQT_VERSION}/QtDBus/qdbusabstractadaptor.sip
+share/sip/${PYQT_VERSION}/QtDBus/qdbusabstractinterface.sip
+share/sip/${PYQT_VERSION}/QtDBus/qdbusargument.sip
+share/sip/${PYQT_VERSION}/QtDBus/qdbusconnection.sip
+share/sip/${PYQT_VERSION}/QtDBus/qdbusconnectioninterface.sip
+share/sip/${PYQT_VERSION}/QtDBus/qdbuserror.sip
+share/sip/${PYQT_VERSION}/QtDBus/qdbusextratypes.sip
+share/sip/${PYQT_VERSION}/QtDBus/qdbusinterface.sip
+share/sip/${PYQT_VERSION}/QtDBus/qdbusmessage.sip
+share/sip/${PYQT_VERSION}/QtDBus/qdbuspendingcall.sip
+share/sip/${PYQT_VERSION}/QtDBus/qdbusservicewatcher.sip
+share/sip/${PYQT_VERSION}/QtDBus/qdbusunixfiledescriptor.sip
+share/sip/${PYQT_VERSION}/QtDBus/qpydbuspendingreply.sip
+share/sip/${PYQT_VERSION}/QtDBus/qpydbusreply.sip
+share/sip/${PYQT_VERSION}/QtDesigner/
+share/sip/${PYQT_VERSION}/QtDesigner/QtDesignermod.sip
+share/sip/${PYQT_VERSION}/QtDesigner/abstractactioneditor.sip
+share/sip/${PYQT_VERSION}/QtDesigner/abstractformbuilder.sip
+share/sip/${PYQT_VERSION}/QtDesigner/abstractformeditor.sip
+share/sip/${PYQT_VERSION}/QtDesigner/abstractformwindow.sip
+share/sip/${PYQT_VERSION}/QtDesigner/abstractformwindowcursor.sip
+share/sip/${PYQT_VERSION}/QtDesigner/abstractformwindowmanager.sip
+share/sip/${PYQT_VERSION}/QtDesigner/abstractobjectinspector.sip
+share/sip/${PYQT_VERSION}/QtDesigner/abstractpropertyeditor.sip
+share/sip/${PYQT_VERSION}/QtDesigner/abstractwidgetbox.sip
+share/sip/${PYQT_VERSION}/QtDesigner/container.sip
+share/sip/${PYQT_VERSION}/QtDesigner/customwidget.sip
+share/sip/${PYQT_VERSION}/QtDesigner/default_extensionfactory.sip
+share/sip/${PYQT_VERSION}/QtDesigner/extension.sip
+share/sip/${PYQT_VERSION}/QtDesigner/formbuilder.sip
+share/sip/${PYQT_VERSION}/QtDesigner/membersheet.sip
+share/sip/${PYQT_VERSION}/QtDesigner/propertysheet.sip
+share/sip/${PYQT_VERSION}/QtDesigner/qextensionmanager.sip
+share/sip/${PYQT_VERSION}/QtDesigner/qpydesignercontainerextension.sip
+share/sip/${PYQT_VERSION}/QtDesigner/qpydesignercustomwidgetcollectionplugin.sip
+share/sip/${PYQT_VERSION}/QtDesigner/qpydesignercustomwidgetplugin.sip
+share/sip/${PYQT_VERSION}/QtDesigner/qpydesignermembersheetextension.sip
+share/sip/${PYQT_VERSION}/QtDesigner/qpydesignerpropertysheetextension.sip
+share/sip/${PYQT_VERSION}/QtDesigner/qpydesignertaskmenuextension.sip
+share/sip/${PYQT_VERSION}/QtDesigner/taskmenu.sip
+share/sip/${PYQT_VERSION}/QtGui/
+share/sip/${PYQT_VERSION}/QtGui/QtGuimod.sip
+share/sip/${PYQT_VERSION}/QtGui/opengl_types.sip
+share/sip/${PYQT_VERSION}/QtGui/qabstracttextdocumentlayout.sip
+share/sip/${PYQT_VERSION}/QtGui/qbackingstore.sip
+share/sip/${PYQT_VERSION}/QtGui/qbitmap.sip
+share/sip/${PYQT_VERSION}/QtGui/qbrush.sip
+share/sip/${PYQT_VERSION}/QtGui/qclipboard.sip
+share/sip/${PYQT_VERSION}/QtGui/qcolor.sip
+share/sip/${PYQT_VERSION}/QtGui/qcursor.sip
+share/sip/${PYQT_VERSION}/QtGui/qdesktopservices.sip
+share/sip/${PYQT_VERSION}/QtGui/qdrag.sip
+share/sip/${PYQT_VERSION}/QtGui/qevent.sip
+share/sip/${PYQT_VERSION}/QtGui/qfont.sip
+share/sip/${PYQT_VERSION}/QtGui/qfontdatabase.sip
+share/sip/${PYQT_VERSION}/QtGui/qfontinfo.sip
+share/sip/${PYQT_VERSION}/QtGui/qfontmetrics.sip
+share/sip/${PYQT_VERSION}/QtGui/qgenericmatrix.sip
+share/sip/${PYQT_VERSION}/QtGui/qglyphrun.sip
+share/sip/${PYQT_VERSION}/QtGui/qguiapplication.sip
+share/sip/${PYQT_VERSION}/QtGui/qicon.sip
+share/sip/${PYQT_VERSION}/QtGui/qiconengine.sip
+share/sip/${PYQT_VERSION}/QtGui/qimage.sip
+share/sip/${PYQT_VERSION}/QtGui/qimageiohandler.sip
+share/sip/${PYQT_VERSION}/QtGui/qimagereader.sip
+share/sip/${PYQT_VERSION}/QtGui/qimagewriter.sip
+share/sip/${PYQT_VERSION}/QtGui/qinputmethod.sip
+share/sip/${PYQT_VERSION}/QtGui/qkeysequence.sip
+share/sip/${PYQT_VERSION}/QtGui/qmatrix4x4.sip
+share/sip/${PYQT_VERSION}/QtGui/qmovie.sip
+share/sip/${PYQT_VERSION}/QtGui/qoffscreensurface.sip
+share/sip/${PYQT_VERSION}/QtGui/qopenglbuffer.sip
+share/sip/${PYQT_VERSION}/QtGui/qopenglcontext.sip
+share/sip/${PYQT_VERSION}/QtGui/qopengldebug.sip
+share/sip/${PYQT_VERSION}/QtGui/qopenglframebufferobject.sip
+share/sip/${PYQT_VERSION}/QtGui/qopenglpaintdevice.sip
+share/sip/${PYQT_VERSION}/QtGui/qopenglpixeltransferoptions.sip
+share/sip/${PYQT_VERSION}/QtGui/qopenglshaderprogram.sip
+share/sip/${PYQT_VERSION}/QtGui/qopengltexture.sip
+share/sip/${PYQT_VERSION}/QtGui/qopengltextureblitter.sip
+share/sip/${PYQT_VERSION}/QtGui/qopengltimerquery.sip
+share/sip/${PYQT_VERSION}/QtGui/qopenglversionfunctions.sip
+share/sip/${PYQT_VERSION}/QtGui/qopenglvertexarrayobject.sip
+share/sip/${PYQT_VERSION}/QtGui/qopenglwindow.sip
+share/sip/${PYQT_VERSION}/QtGui/qpagedpaintdevice.sip
+share/sip/${PYQT_VERSION}/QtGui/qpagelayout.sip
+share/sip/${PYQT_VERSION}/QtGui/qpagesize.sip
+share/sip/${PYQT_VERSION}/QtGui/qpaintdevice.sip
+share/sip/${PYQT_VERSION}/QtGui/qpaintdevicewindow.sip
+share/sip/${PYQT_VERSION}/QtGui/qpaintengine.sip
+share/sip/${PYQT_VERSION}/QtGui/qpainter.sip
+share/sip/${PYQT_VERSION}/QtGui/qpainterpath.sip
+share/sip/${PYQT_VERSION}/QtGui/qpalette.sip
+share/sip/${PYQT_VERSION}/QtGui/qpdfwriter.sip
+share/sip/${PYQT_VERSION}/QtGui/qpen.sip
+share/sip/${PYQT_VERSION}/QtGui/qpicture.sip
+share/sip/${PYQT_VERSION}/QtGui/qpixelformat.sip
+share/sip/${PYQT_VERSION}/QtGui/qpixmap.sip
+share/sip/${PYQT_VERSION}/QtGui/qpixmapcache.sip
+share/sip/${PYQT_VERSION}/QtGui/qpolygon.sip
+share/sip/${PYQT_VERSION}/QtGui/qpygui_qlist.sip
+share/sip/${PYQT_VERSION}/QtGui/qpygui_qpair.sip
+share/sip/${PYQT_VERSION}/QtGui/qpygui_qvector.sip
+share/sip/${PYQT_VERSION}/QtGui/qquaternion.sip
+share/sip/${PYQT_VERSION}/QtGui/qrasterwindow.sip
+share/sip/${PYQT_VERSION}/QtGui/qrawfont.sip
+share/sip/${PYQT_VERSION}/QtGui/qregion.sip
+share/sip/${PYQT_VERSION}/QtGui/qrgb.sip
+share/sip/${PYQT_VERSION}/QtGui/qrgba64.sip
+share/sip/${PYQT_VERSION}/QtGui/qscreen.sip
+share/sip/${PYQT_VERSION}/QtGui/qsessionmanager.sip
+share/sip/${PYQT_VERSION}/QtGui/qstandarditemmodel.sip
+share/sip/${PYQT_VERSION}/QtGui/qstatictext.sip
+share/sip/${PYQT_VERSION}/QtGui/qstylehints.sip
+share/sip/${PYQT_VERSION}/QtGui/qsurface.sip
+share/sip/${PYQT_VERSION}/QtGui/qsurfaceformat.sip
+share/sip/${PYQT_VERSION}/QtGui/qsyntaxhighlighter.sip
+share/sip/${PYQT_VERSION}/QtGui/qtextcursor.sip
+share/sip/${PYQT_VERSION}/QtGui/qtextdocument.sip
+share/sip/${PYQT_VERSION}/QtGui/qtextdocumentfragment.sip
+share/sip/${PYQT_VERSION}/QtGui/qtextdocumentwriter.sip
+share/sip/${PYQT_VERSION}/QtGui/qtextformat.sip
+share/sip/${PYQT_VERSION}/QtGui/qtextlayout.sip
+share/sip/${PYQT_VERSION}/QtGui/qtextlist.sip
+share/sip/${PYQT_VERSION}/QtGui/qtextobject.sip
+share/sip/${PYQT_VERSION}/QtGui/qtextoption.sip
+share/sip/${PYQT_VERSION}/QtGui/qtexttable.sip
+share/sip/${PYQT_VERSION}/QtGui/qtouchdevice.sip
+share/sip/${PYQT_VERSION}/QtGui/qtransform.sip
+share/sip/${PYQT_VERSION}/QtGui/qvalidator.sip
+share/sip/${PYQT_VERSION}/QtGui/qvector2d.sip
+share/sip/${PYQT_VERSION}/QtGui/qvector3d.sip
+share/sip/${PYQT_VERSION}/QtGui/qvector4d.sip
+share/sip/${PYQT_VERSION}/QtGui/qwindow.sip
+share/sip/${PYQT_VERSION}/QtGui/qwindowdefs.sip
+share/sip/${PYQT_VERSION}/QtHelp/
+share/sip/${PYQT_VERSION}/QtHelp/QtHelpmod.sip
+share/sip/${PYQT_VERSION}/QtHelp/qcompressedhelpinfo.sip
+share/sip/${PYQT_VERSION}/QtHelp/qhelpcontentwidget.sip
+share/sip/${PYQT_VERSION}/QtHelp/qhelpengine.sip
+share/sip/${PYQT_VERSION}/QtHelp/qhelpenginecore.sip
+share/sip/${PYQT_VERSION}/QtHelp/qhelpfilterdata.sip
+share/sip/${PYQT_VERSION}/QtHelp/qhelpfilterengine.sip
+share/sip/${PYQT_VERSION}/QtHelp/qhelpindexwidget.sip
+share/sip/${PYQT_VERSION}/QtHelp/qhelpsearchengine.sip
+share/sip/${PYQT_VERSION}/QtHelp/qhelpsearchquerywidget.sip
+share/sip/${PYQT_VERSION}/QtHelp/qhelpsearchresultwidget.sip
+share/sip/${PYQT_VERSION}/QtLocation/
+share/sip/${PYQT_VERSION}/QtLocation/QtLocationmod.sip
+share/sip/${PYQT_VERSION}/QtLocation/qgeocodereply.sip
+share/sip/${PYQT_VERSION}/QtLocation/qgeocodingmanager.sip
+share/sip/${PYQT_VERSION}/QtLocation/qgeocodingmanagerengine.sip
+share/sip/${PYQT_VERSION}/QtLocation/qgeomaneuver.sip
+share/sip/${PYQT_VERSION}/QtLocation/qgeoroute.sip
+share/sip/${PYQT_VERSION}/QtLocation/qgeoroutereply.sip
+share/sip/${PYQT_VERSION}/QtLocation/qgeorouterequest.sip
+share/sip/${PYQT_VERSION}/QtLocation/qgeoroutesegment.sip
+share/sip/${PYQT_VERSION}/QtLocation/qgeoroutingmanager.sip
+share/sip/${PYQT_VERSION}/QtLocation/qgeoroutingmanagerengine.sip
+share/sip/${PYQT_VERSION}/QtLocation/qgeoserviceprovider.sip
+share/sip/${PYQT_VERSION}/QtLocation/qlocation.sip
+share/sip/${PYQT_VERSION}/QtLocation/qplace.sip
+share/sip/${PYQT_VERSION}/QtLocation/qplaceattribute.sip
+share/sip/${PYQT_VERSION}/QtLocation/qplacecategory.sip
+share/sip/${PYQT_VERSION}/QtLocation/qplacecontactdetail.sip
+share/sip/${PYQT_VERSION}/QtLocation/qplacecontent.sip
+share/sip/${PYQT_VERSION}/QtLocation/qplacecontentreply.sip
+share/sip/${PYQT_VERSION}/QtLocation/qplacecontentrequest.sip
+share/sip/${PYQT_VERSION}/QtLocation/qplacedetailsreply.sip
+share/sip/${PYQT_VERSION}/QtLocation/qplaceeditorial.sip
+share/sip/${PYQT_VERSION}/QtLocation/qplaceicon.sip
+share/sip/${PYQT_VERSION}/QtLocation/qplaceidreply.sip
+share/sip/${PYQT_VERSION}/QtLocation/qplaceimage.sip
+share/sip/${PYQT_VERSION}/QtLocation/qplacemanager.sip
+share/sip/${PYQT_VERSION}/QtLocation/qplacemanagerengine.sip
+share/sip/${PYQT_VERSION}/QtLocation/qplacematchreply.sip
+share/sip/${PYQT_VERSION}/QtLocation/qplacematchrequest.sip
+share/sip/${PYQT_VERSION}/QtLocation/qplaceproposedsearchresult.sip
+share/sip/${PYQT_VERSION}/QtLocation/qplaceratings.sip
+share/sip/${PYQT_VERSION}/QtLocation/qplacereply.sip
+share/sip/${PYQT_VERSION}/QtLocation/qplaceresult.sip
+share/sip/${PYQT_VERSION}/QtLocation/qplacereview.sip
+share/sip/${PYQT_VERSION}/QtLocation/qplacesearchreply.sip
+share/sip/${PYQT_VERSION}/QtLocation/qplacesearchrequest.sip
+share/sip/${PYQT_VERSION}/QtLocation/qplacesearchresult.sip
+share/sip/${PYQT_VERSION}/QtLocation/qplacesearchsuggestionreply.sip
+share/sip/${PYQT_VERSION}/QtLocation/qplacesupplier.sip
+share/sip/${PYQT_VERSION}/QtLocation/qplaceuser.sip
+share/sip/${PYQT_VERSION}/QtMacExtras/
+share/sip/${PYQT_VERSION}/QtMacExtras/QtMacExtrasmod.sip
+share/sip/${PYQT_VERSION}/QtMacExtras/qmacpasteboardmime.sip
+share/sip/${PYQT_VERSION}/QtMacExtras/qmactoolbar.sip
+share/sip/${PYQT_VERSION}/QtMacExtras/qmactoolbaritem.sip
+share/sip/${PYQT_VERSION}/QtMacExtras/qtmac.sip
+share/sip/${PYQT_VERSION}/QtMultimedia/
+share/sip/${PYQT_VERSION}/QtMultimedia/QtMultimediamod.sip
+share/sip/${PYQT_VERSION}/QtMultimedia/qabstractvideobuffer.sip
+share/sip/${PYQT_VERSION}/QtMultimedia/qabstractvideofilter.sip
+share/sip/${PYQT_VERSION}/QtMultimedia/qabstractvideosurface.sip
+share/sip/${PYQT_VERSION}/QtMultimedia/qaudio.sip
+share/sip/${PYQT_VERSION}/QtMultimedia/qaudiobuffer.sip
+share/sip/${PYQT_VERSION}/QtMultimedia/qaudiodecoder.sip
+share/sip/${PYQT_VERSION}/QtMultimedia/qaudiodeviceinfo.sip
+share/sip/${PYQT_VERSION}/QtMultimedia/qaudioformat.sip
+share/sip/${PYQT_VERSION}/QtMultimedia/qaudioinput.sip
+share/sip/${PYQT_VERSION}/QtMultimedia/qaudiooutput.sip
+share/sip/${PYQT_VERSION}/QtMultimedia/qaudioprobe.sip
+share/sip/${PYQT_VERSION}/QtMultimedia/qaudiorecorder.sip
+share/sip/${PYQT_VERSION}/QtMultimedia/qcamera.sip
+share/sip/${PYQT_VERSION}/QtMultimedia/qcameraexposure.sip
+share/sip/${PYQT_VERSION}/QtMultimedia/qcamerafocus.sip
+share/sip/${PYQT_VERSION}/QtMultimedia/qcameraimagecapture.sip
+share/sip/${PYQT_VERSION}/QtMultimedia/qcameraimageprocessing.sip
+share/sip/${PYQT_VERSION}/QtMultimedia/qcamerainfo.sip
+share/sip/${PYQT_VERSION}/QtMultimedia/qcameraviewfindersettings.sip
+share/sip/${PYQT_VERSION}/QtMultimedia/qmediabindableinterface.sip
+share/sip/${PYQT_VERSION}/QtMultimedia/qmediacontent.sip
+share/sip/${PYQT_VERSION}/QtMultimedia/qmediacontrol.sip
+share/sip/${PYQT_VERSION}/QtMultimedia/qmediaencodersettings.sip
+share/sip/${PYQT_VERSION}/QtMultimedia/qmediametadata.sip
+share/sip/${PYQT_VERSION}/QtMultimedia/qmediaobject.sip
+share/sip/${PYQT_VERSION}/QtMultimedia/qmediaplayer.sip
+share/sip/${PYQT_VERSION}/QtMultimedia/qmediaplaylist.sip
+share/sip/${PYQT_VERSION}/QtMultimedia/qmediarecorder.sip
+share/sip/${PYQT_VERSION}/QtMultimedia/qmediaresource.sip
+share/sip/${PYQT_VERSION}/QtMultimedia/qmediaservice.sip
+share/sip/${PYQT_VERSION}/QtMultimedia/qmediatimerange.sip
+share/sip/${PYQT_VERSION}/QtMultimedia/qmultimedia.sip
+share/sip/${PYQT_VERSION}/QtMultimedia/qpymultimedia_qlist.sip
+share/sip/${PYQT_VERSION}/QtMultimedia/qradiodata.sip
+share/sip/${PYQT_VERSION}/QtMultimedia/qradiotuner.sip
+share/sip/${PYQT_VERSION}/QtMultimedia/qsound.sip
+share/sip/${PYQT_VERSION}/QtMultimedia/qsoundeffect.sip
+share/sip/${PYQT_VERSION}/QtMultimedia/qvideoframe.sip
+share/sip/${PYQT_VERSION}/QtMultimedia/qvideoprobe.sip
+share/sip/${PYQT_VERSION}/QtMultimedia/qvideosurfaceformat.sip
+share/sip/${PYQT_VERSION}/QtMultimediaWidgets/
+share/sip/${PYQT_VERSION}/QtMultimediaWidgets/QtMultimediaWidgetsmod.sip
+share/sip/${PYQT_VERSION}/QtMultimediaWidgets/qcameraviewfinder.sip
+share/sip/${PYQT_VERSION}/QtMultimediaWidgets/qgraphicsvideoitem.sip
+share/sip/${PYQT_VERSION}/QtMultimediaWidgets/qvideowidget.sip
+share/sip/${PYQT_VERSION}/QtNetwork/
+share/sip/${PYQT_VERSION}/QtNetwork/QtNetworkmod.sip
+share/sip/${PYQT_VERSION}/QtNetwork/qabstractnetworkcache.sip
+share/sip/${PYQT_VERSION}/QtNetwork/qabstractsocket.sip
+share/sip/${PYQT_VERSION}/QtNetwork/qauthenticator.sip
+share/sip/${PYQT_VERSION}/QtNetwork/qdnslookup.sip
+share/sip/${PYQT_VERSION}/QtNetwork/qhostaddress.sip
+share/sip/${PYQT_VERSION}/QtNetwork/qhostinfo.sip
+share/sip/${PYQT_VERSION}/QtNetwork/qhstspolicy.sip
+share/sip/${PYQT_VERSION}/QtNetwork/qhttpmultipart.sip
+share/sip/${PYQT_VERSION}/QtNetwork/qlocalserver.sip
+share/sip/${PYQT_VERSION}/QtNetwork/qlocalsocket.sip
+share/sip/${PYQT_VERSION}/QtNetwork/qnetworkaccessmanager.sip
+share/sip/${PYQT_VERSION}/QtNetwork/qnetworkconfigmanager.sip
+share/sip/${PYQT_VERSION}/QtNetwork/qnetworkconfiguration.sip
+share/sip/${PYQT_VERSION}/QtNetwork/qnetworkcookie.sip
+share/sip/${PYQT_VERSION}/QtNetwork/qnetworkcookiejar.sip
+share/sip/${PYQT_VERSION}/QtNetwork/qnetworkdatagram.sip
+share/sip/${PYQT_VERSION}/QtNetwork/qnetworkdiskcache.sip
+share/sip/${PYQT_VERSION}/QtNetwork/qnetworkinterface.sip
+share/sip/${PYQT_VERSION}/QtNetwork/qnetworkproxy.sip
+share/sip/${PYQT_VERSION}/QtNetwork/qnetworkreply.sip
+share/sip/${PYQT_VERSION}/QtNetwork/qnetworkrequest.sip
+share/sip/${PYQT_VERSION}/QtNetwork/qnetworksession.sip
+share/sip/${PYQT_VERSION}/QtNetwork/qocspresponse.sip
+share/sip/${PYQT_VERSION}/QtNetwork/qpassworddigestor.sip
+share/sip/${PYQT_VERSION}/QtNetwork/qpynetwork_qhash.sip
+share/sip/${PYQT_VERSION}/QtNetwork/qpynetwork_qmap.sip
+share/sip/${PYQT_VERSION}/QtNetwork/qssl.sip
+share/sip/${PYQT_VERSION}/QtNetwork/qsslcertificate.sip
+share/sip/${PYQT_VERSION}/QtNetwork/qsslcertificateextension.sip
+share/sip/${PYQT_VERSION}/QtNetwork/qsslcipher.sip
+share/sip/${PYQT_VERSION}/QtNetwork/qsslconfiguration.sip
+share/sip/${PYQT_VERSION}/QtNetwork/qssldiffiehellmanparameters.sip
+share/sip/${PYQT_VERSION}/QtNetwork/qsslellipticcurve.sip
+share/sip/${PYQT_VERSION}/QtNetwork/qsslerror.sip
+share/sip/${PYQT_VERSION}/QtNetwork/qsslkey.sip
+share/sip/${PYQT_VERSION}/QtNetwork/qsslpresharedkeyauthenticator.sip
+share/sip/${PYQT_VERSION}/QtNetwork/qsslsocket.sip
+share/sip/${PYQT_VERSION}/QtNetwork/qtcpserver.sip
+share/sip/${PYQT_VERSION}/QtNetwork/qtcpsocket.sip
+share/sip/${PYQT_VERSION}/QtNetwork/qudpsocket.sip
+share/sip/${PYQT_VERSION}/QtNetworkAuth/
+share/sip/${PYQT_VERSION}/QtNetworkAuth/QtNetworkAuthmod.sip
+share/sip/${PYQT_VERSION}/QtNetworkAuth/qabstractoauth.sip
+share/sip/${PYQT_VERSION}/QtNetworkAuth/qabstractoauth2.sip
+share/sip/${PYQT_VERSION}/QtNetworkAuth/qabstractoauthreplyhandler.sip
+share/sip/${PYQT_VERSION}/QtNetworkAuth/qoauth1.sip
+share/sip/${PYQT_VERSION}/QtNetworkAuth/qoauth1signature.sip
+share/sip/${PYQT_VERSION}/QtNetworkAuth/qoauth2authorizationcodeflow.sip
+share/sip/${PYQT_VERSION}/QtNetworkAuth/qoauthhttpserverreplyhandler.sip
+share/sip/${PYQT_VERSION}/QtNetworkAuth/qoauthoobreplyhandler.sip
+share/sip/${PYQT_VERSION}/QtNfc/
+share/sip/${PYQT_VERSION}/QtNfc/QtNfcmod.sip
+share/sip/${PYQT_VERSION}/QtNfc/qndeffilter.sip
+share/sip/${PYQT_VERSION}/QtNfc/qndefmessage.sip
+share/sip/${PYQT_VERSION}/QtNfc/qndefnfcsmartposterrecord.sip
+share/sip/${PYQT_VERSION}/QtNfc/qndefnfctextrecord.sip
+share/sip/${PYQT_VERSION}/QtNfc/qndefnfcurirecord.sip
+share/sip/${PYQT_VERSION}/QtNfc/qndefrecord.sip
+share/sip/${PYQT_VERSION}/QtNfc/qnearfieldmanager.sip
+share/sip/${PYQT_VERSION}/QtNfc/qnearfieldsharemanager.sip
+share/sip/${PYQT_VERSION}/QtNfc/qnearfieldsharetarget.sip
+share/sip/${PYQT_VERSION}/QtNfc/qnearfieldtarget.sip
+share/sip/${PYQT_VERSION}/QtNfc/qqmlndefrecord.sip
+share/sip/${PYQT_VERSION}/QtOpenGL/
+share/sip/${PYQT_VERSION}/QtOpenGL/QtOpenGLmod.sip
+share/sip/${PYQT_VERSION}/QtOpenGL/qgl.sip
+share/sip/${PYQT_VERSION}/QtPositioning/
+share/sip/${PYQT_VERSION}/QtPositioning/QtPositioningmod.sip
+share/sip/${PYQT_VERSION}/QtPositioning/qgeoaddress.sip
+share/sip/${PYQT_VERSION}/QtPositioning/qgeoareamonitorinfo.sip
+share/sip/${PYQT_VERSION}/QtPositioning/qgeoareamonitorsource.sip
+share/sip/${PYQT_VERSION}/QtPositioning/qgeocircle.sip
+share/sip/${PYQT_VERSION}/QtPositioning/qgeocoordinate.sip
+share/sip/${PYQT_VERSION}/QtPositioning/qgeolocation.sip
+share/sip/${PYQT_VERSION}/QtPositioning/qgeopath.sip
+share/sip/${PYQT_VERSION}/QtPositioning/qgeopolygon.sip
+share/sip/${PYQT_VERSION}/QtPositioning/qgeopositioninfo.sip
+share/sip/${PYQT_VERSION}/QtPositioning/qgeopositioninfosource.sip
+share/sip/${PYQT_VERSION}/QtPositioning/qgeorectangle.sip
+share/sip/${PYQT_VERSION}/QtPositioning/qgeosatelliteinfo.sip
+share/sip/${PYQT_VERSION}/QtPositioning/qgeosatelliteinfosource.sip
+share/sip/${PYQT_VERSION}/QtPositioning/qgeoshape.sip
+share/sip/${PYQT_VERSION}/QtPositioning/qnmeapositioninfosource.sip
+share/sip/${PYQT_VERSION}/QtPrintSupport/
+share/sip/${PYQT_VERSION}/QtPrintSupport/QtPrintSupportmod.sip
+share/sip/${PYQT_VERSION}/QtPrintSupport/qabstractprintdialog.sip
+share/sip/${PYQT_VERSION}/QtPrintSupport/qpagesetupdialog.sip
+share/sip/${PYQT_VERSION}/QtPrintSupport/qprintdialog.sip
+share/sip/${PYQT_VERSION}/QtPrintSupport/qprintengine.sip
+share/sip/${PYQT_VERSION}/QtPrintSupport/qprinter.sip
+share/sip/${PYQT_VERSION}/QtPrintSupport/qprinterinfo.sip
+share/sip/${PYQT_VERSION}/QtPrintSupport/qprintpreviewdialog.sip
+share/sip/${PYQT_VERSION}/QtPrintSupport/qprintpreviewwidget.sip
+share/sip/${PYQT_VERSION}/QtPrintSupport/qpyprintsupport_qlist.sip
+share/sip/${PYQT_VERSION}/QtQml/
+share/sip/${PYQT_VERSION}/QtQml/QtQmlmod.sip
+share/sip/${PYQT_VERSION}/QtQml/qjsengine.sip
+share/sip/${PYQT_VERSION}/QtQml/qjsvalue.sip
+share/sip/${PYQT_VERSION}/QtQml/qjsvalueiterator.sip
+share/sip/${PYQT_VERSION}/QtQml/qmlattachedpropertiesobject.sip
+share/sip/${PYQT_VERSION}/QtQml/qmlregistertype.sip
+share/sip/${PYQT_VERSION}/QtQml/qpyqmllistproperty.sip
+share/sip/${PYQT_VERSION}/QtQml/qqml.sip
+share/sip/${PYQT_VERSION}/QtQml/qqmlabstracturlinterceptor.sip
+share/sip/${PYQT_VERSION}/QtQml/qqmlapplicationengine.sip
+share/sip/${PYQT_VERSION}/QtQml/qqmlcomponent.sip
+share/sip/${PYQT_VERSION}/QtQml/qqmlcontext.sip
+share/sip/${PYQT_VERSION}/QtQml/qqmlengine.sip
+share/sip/${PYQT_VERSION}/QtQml/qqmlerror.sip
+share/sip/${PYQT_VERSION}/QtQml/qqmlexpression.sip
+share/sip/${PYQT_VERSION}/QtQml/qqmlextensionplugin.sip
+share/sip/${PYQT_VERSION}/QtQml/qqmlfileselector.sip
+share/sip/${PYQT_VERSION}/QtQml/qqmlincubator.sip
+share/sip/${PYQT_VERSION}/QtQml/qqmllist.sip
+share/sip/${PYQT_VERSION}/QtQml/qqmlnetworkaccessmanagerfactory.sip
+share/sip/${PYQT_VERSION}/QtQml/qqmlparserstatus.sip
+share/sip/${PYQT_VERSION}/QtQml/qqmlproperty.sip
+share/sip/${PYQT_VERSION}/QtQml/qqmlpropertymap.sip
+share/sip/${PYQT_VERSION}/QtQml/qqmlpropertyvaluesource.sip
+share/sip/${PYQT_VERSION}/QtQml/qqmlscriptstring.sip
+share/sip/${PYQT_VERSION}/QtQuick/
+share/sip/${PYQT_VERSION}/QtQuick/QtQuickmod.sip
+share/sip/${PYQT_VERSION}/QtQuick/qquickframebufferobject.sip
+share/sip/${PYQT_VERSION}/QtQuick/qquickimageprovider.sip
+share/sip/${PYQT_VERSION}/QtQuick/qquickitem.sip
+share/sip/${PYQT_VERSION}/QtQuick/qquickitemgrabresult.sip
+share/sip/${PYQT_VERSION}/QtQuick/qquickpainteditem.sip
+share/sip/${PYQT_VERSION}/QtQuick/qquickrendercontrol.sip
+share/sip/${PYQT_VERSION}/QtQuick/qquicktextdocument.sip
+share/sip/${PYQT_VERSION}/QtQuick/qquickview.sip
+share/sip/${PYQT_VERSION}/QtQuick/qquickwindow.sip
+share/sip/${PYQT_VERSION}/QtQuick/qsgabstractrenderer.sip
+share/sip/${PYQT_VERSION}/QtQuick/qsgengine.sip
+share/sip/${PYQT_VERSION}/QtQuick/qsgflatcolormaterial.sip
+share/sip/${PYQT_VERSION}/QtQuick/qsggeometry.sip
+share/sip/${PYQT_VERSION}/QtQuick/qsgimagenode.sip
+share/sip/${PYQT_VERSION}/QtQuick/qsgmaterial.sip
+share/sip/${PYQT_VERSION}/QtQuick/qsgnode.sip
+share/sip/${PYQT_VERSION}/QtQuick/qsgrectanglenode.sip
+share/sip/${PYQT_VERSION}/QtQuick/qsgrendererinterface.sip
+share/sip/${PYQT_VERSION}/QtQuick/qsgrendernode.sip
+share/sip/${PYQT_VERSION}/QtQuick/qsgsimplerectnode.sip
+share/sip/${PYQT_VERSION}/QtQuick/qsgsimpletexturenode.sip
+share/sip/${PYQT_VERSION}/QtQuick/qsgtexture.sip
+share/sip/${PYQT_VERSION}/QtQuick/qsgtexturematerial.sip
+share/sip/${PYQT_VERSION}/QtQuick/qsgtextureprovider.sip
+share/sip/${PYQT_VERSION}/QtQuick/qsgvertexcolormaterial.sip
+share/sip/${PYQT_VERSION}/QtQuickWidgets/
+share/sip/${PYQT_VERSION}/QtQuickWidgets/QtQuickWidgetsmod.sip
+share/sip/${PYQT_VERSION}/QtQuickWidgets/qquickwidget.sip
+share/sip/${PYQT_VERSION}/QtRemoteObjects/
+share/sip/${PYQT_VERSION}/QtRemoteObjects/QtRemoteObjectsmod.sip
+share/sip/${PYQT_VERSION}/QtRemoteObjects/qremoteobjectabstractitemmodelreplica.sip
+share/sip/${PYQT_VERSION}/QtRemoteObjects/qremoteobjectdynamicreplica.sip
+share/sip/${PYQT_VERSION}/QtRemoteObjects/qremoteobjectnode.sip
+share/sip/${PYQT_VERSION}/QtRemoteObjects/qremoteobjectregistry.sip
+share/sip/${PYQT_VERSION}/QtRemoteObjects/qremoteobjectreplica.sip
+share/sip/${PYQT_VERSION}/QtRemoteObjects/qtremoteobjectglobal.sip
+share/sip/${PYQT_VERSION}/QtSensors/
+share/sip/${PYQT_VERSION}/QtSensors/QtSensorsmod.sip
+share/sip/${PYQT_VERSION}/QtSensors/qaccelerometer.sip
+share/sip/${PYQT_VERSION}/QtSensors/qaltimeter.sip
+share/sip/${PYQT_VERSION}/QtSensors/qambientlightsensor.sip
+share/sip/${PYQT_VERSION}/QtSensors/qambienttemperaturesensor.sip
+share/sip/${PYQT_VERSION}/QtSensors/qcompass.sip
+share/sip/${PYQT_VERSION}/QtSensors/qdistancesensor.sip
+share/sip/${PYQT_VERSION}/QtSensors/qgyroscope.sip
+share/sip/${PYQT_VERSION}/QtSensors/qholstersensor.sip
+share/sip/${PYQT_VERSION}/QtSensors/qhumiditysensor.sip
+share/sip/${PYQT_VERSION}/QtSensors/qirproximitysensor.sip
+share/sip/${PYQT_VERSION}/QtSensors/qlidsensor.sip
+share/sip/${PYQT_VERSION}/QtSensors/qlightsensor.sip
+share/sip/${PYQT_VERSION}/QtSensors/qmagnetometer.sip
+share/sip/${PYQT_VERSION}/QtSensors/qorientationsensor.sip
+share/sip/${PYQT_VERSION}/QtSensors/qpressuresensor.sip
+share/sip/${PYQT_VERSION}/QtSensors/qproximitysensor.sip
+share/sip/${PYQT_VERSION}/QtSensors/qrotationsensor.sip
+share/sip/${PYQT_VERSION}/QtSensors/qsensor.sip
+share/sip/${PYQT_VERSION}/QtSensors/qtapsensor.sip
+share/sip/${PYQT_VERSION}/QtSensors/qtiltsensor.sip
+share/sip/${PYQT_VERSION}/QtSerialPort/
+share/sip/${PYQT_VERSION}/QtSerialPort/QtSerialPortmod.sip
+share/sip/${PYQT_VERSION}/QtSerialPort/qserialport.sip
+share/sip/${PYQT_VERSION}/QtSerialPort/qserialportinfo.sip
+share/sip/${PYQT_VERSION}/QtSql/
+share/sip/${PYQT_VERSION}/QtSql/QtSqlmod.sip
+share/sip/${PYQT_VERSION}/QtSql/qsql.sip
+share/sip/${PYQT_VERSION}/QtSql/qsqldatabase.sip
+share/sip/${PYQT_VERSION}/QtSql/qsqldriver.sip
+share/sip/${PYQT_VERSION}/QtSql/qsqlerror.sip
+share/sip/${PYQT_VERSION}/QtSql/qsqlfield.sip
+share/sip/${PYQT_VERSION}/QtSql/qsqlindex.sip
+share/sip/${PYQT_VERSION}/QtSql/qsqlquery.sip
+share/sip/${PYQT_VERSION}/QtSql/qsqlquerymodel.sip
+share/sip/${PYQT_VERSION}/QtSql/qsqlrecord.sip
+share/sip/${PYQT_VERSION}/QtSql/qsqlrelationaldelegate.sip
+share/sip/${PYQT_VERSION}/QtSql/qsqlrelationaltablemodel.sip
+share/sip/${PYQT_VERSION}/QtSql/qsqlresult.sip
+share/sip/${PYQT_VERSION}/QtSql/qsqltablemodel.sip
+share/sip/${PYQT_VERSION}/QtSql/qtsqlglobal.sip
+share/sip/${PYQT_VERSION}/QtSvg/
+share/sip/${PYQT_VERSION}/QtSvg/QtSvgmod.sip
+share/sip/${PYQT_VERSION}/QtSvg/qgraphicssvgitem.sip
+share/sip/${PYQT_VERSION}/QtSvg/qsvggenerator.sip
+share/sip/${PYQT_VERSION}/QtSvg/qsvgrenderer.sip
+share/sip/${PYQT_VERSION}/QtSvg/qsvgwidget.sip
+share/sip/${PYQT_VERSION}/QtTest/
+share/sip/${PYQT_VERSION}/QtTest/QtTestmod.sip
+share/sip/${PYQT_VERSION}/QtTest/qabstractitemmodeltester.sip
+share/sip/${PYQT_VERSION}/QtTest/qsignalspy.sip
+share/sip/${PYQT_VERSION}/QtTest/qtestcase.sip
+share/sip/${PYQT_VERSION}/QtTest/qtestkeyboard.sip
+share/sip/${PYQT_VERSION}/QtTest/qtestmouse.sip
+share/sip/${PYQT_VERSION}/QtTest/qtestsystem.sip
+share/sip/${PYQT_VERSION}/QtTest/qtesttouch.sip
+share/sip/${PYQT_VERSION}/QtWebChannel/
+share/sip/${PYQT_VERSION}/QtWebChannel/QtWebChannelmod.sip
+share/sip/${PYQT_VERSION}/QtWebChannel/qwebchannel.sip
+share/sip/${PYQT_VERSION}/QtWebChannel/qwebchannelabstracttransport.sip
+share/sip/${PYQT_VERSION}/QtWebKit/
+share/sip/${PYQT_VERSION}/QtWebKit/QtWebKitmod.sip
+share/sip/${PYQT_VERSION}/QtWebKit/qwebdatabase.sip
+share/sip/${PYQT_VERSION}/QtWebKit/qwebelement.sip
+share/sip/${PYQT_VERSION}/QtWebKit/qwebhistory.sip
+share/sip/${PYQT_VERSION}/QtWebKit/qwebhistoryinterface.sip
+share/sip/${PYQT_VERSION}/QtWebKit/qwebkitglobal.sip
+share/sip/${PYQT_VERSION}/QtWebKit/qwebpluginfactory.sip
+share/sip/${PYQT_VERSION}/QtWebKit/qwebsecurityorigin.sip
+share/sip/${PYQT_VERSION}/QtWebKit/qwebsettings.sip
+share/sip/${PYQT_VERSION}/QtWebKitWidgets/
+share/sip/${PYQT_VERSION}/QtWebKitWidgets/QtWebKitWidgetsmod.sip
+share/sip/${PYQT_VERSION}/QtWebKitWidgets/qgraphicswebview.sip
+share/sip/${PYQT_VERSION}/QtWebKitWidgets/qwebframe.sip
+share/sip/${PYQT_VERSION}/QtWebKitWidgets/qwebinspector.sip
+share/sip/${PYQT_VERSION}/QtWebKitWidgets/qwebpage.sip
+share/sip/${PYQT_VERSION}/QtWebKitWidgets/qwebview.sip
+share/sip/${PYQT_VERSION}/QtWebSockets/
+share/sip/${PYQT_VERSION}/QtWebSockets/QtWebSocketsmod.sip
+share/sip/${PYQT_VERSION}/QtWebSockets/qmaskgenerator.sip
+share/sip/${PYQT_VERSION}/QtWebSockets/qwebsocket.sip
+share/sip/${PYQT_VERSION}/QtWebSockets/qwebsocketcorsauthenticator.sip
+share/sip/${PYQT_VERSION}/QtWebSockets/qwebsocketprotocol.sip
+share/sip/${PYQT_VERSION}/QtWebSockets/qwebsocketserver.sip
+share/sip/${PYQT_VERSION}/QtWidgets/
+share/sip/${PYQT_VERSION}/QtWidgets/QtWidgetsmod.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qabstractbutton.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qabstractitemdelegate.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qabstractitemview.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qabstractscrollarea.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qabstractslider.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qabstractspinbox.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qaction.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qactiongroup.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qapplication.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qboxlayout.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qbuttongroup.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qcalendarwidget.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qcheckbox.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qcolordialog.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qcolumnview.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qcombobox.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qcommandlinkbutton.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qcommonstyle.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qcompleter.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qdatawidgetmapper.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qdatetimeedit.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qdesktopwidget.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qdial.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qdialog.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qdialogbuttonbox.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qdirmodel.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qdockwidget.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qdrawutil.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qerrormessage.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qfiledialog.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qfileiconprovider.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qfilesystemmodel.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qfocusframe.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qfontcombobox.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qfontdialog.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qformlayout.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qframe.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qgesture.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qgesturerecognizer.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qgraphicsanchorlayout.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qgraphicseffect.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qgraphicsgridlayout.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qgraphicsitem.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qgraphicslayout.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qgraphicslayoutitem.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qgraphicslinearlayout.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qgraphicsproxywidget.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qgraphicsscene.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qgraphicssceneevent.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qgraphicstransform.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qgraphicsview.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qgraphicswidget.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qgridlayout.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qgroupbox.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qheaderview.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qinputdialog.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qitemdelegate.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qitemeditorfactory.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qkeyeventtransition.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qkeysequenceedit.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qlabel.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qlayout.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qlayoutitem.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qlcdnumber.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qlineedit.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qlistview.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qlistwidget.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qmaccocoaviewcontainer.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qmainwindow.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qmdiarea.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qmdisubwindow.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qmenu.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qmenubar.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qmessagebox.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qmouseeventtransition.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qopenglwidget.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qplaintextedit.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qprogressbar.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qprogressdialog.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qproxystyle.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qpushbutton.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qpywidgets_qlist.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qradiobutton.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qrubberband.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qscrollarea.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qscrollbar.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qscroller.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qscrollerproperties.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qshortcut.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qsizegrip.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qsizepolicy.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qslider.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qspinbox.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qsplashscreen.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qsplitter.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qstackedlayout.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qstackedwidget.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qstatusbar.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qstyle.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qstyleditemdelegate.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qstylefactory.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qstyleoption.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qstylepainter.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qsystemtrayicon.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qtabbar.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qtableview.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qtablewidget.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qtabwidget.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qtextbrowser.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qtextedit.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qtoolbar.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qtoolbox.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qtoolbutton.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qtooltip.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qtreeview.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qtreewidget.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qtreewidgetitemiterator.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qundogroup.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qundostack.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qundoview.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qwhatsthis.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qwidget.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qwidgetaction.sip
+share/sip/${PYQT_VERSION}/QtWidgets/qwizard.sip
+share/sip/${PYQT_VERSION}/QtWinExtras/
+share/sip/${PYQT_VERSION}/QtWinExtras/QtWinExtrasmod.sip
+share/sip/${PYQT_VERSION}/QtWinExtras/qwinfunctions.sip
+share/sip/${PYQT_VERSION}/QtWinExtras/qwinjumplist.sip
+share/sip/${PYQT_VERSION}/QtWinExtras/qwinjumplistcategory.sip
+share/sip/${PYQT_VERSION}/QtWinExtras/qwinjumplistitem.sip
+share/sip/${PYQT_VERSION}/QtWinExtras/qwintaskbarbutton.sip
+share/sip/${PYQT_VERSION}/QtWinExtras/qwintaskbarprogress.sip
+share/sip/${PYQT_VERSION}/QtWinExtras/qwinthumbnailtoolbar.sip
+share/sip/${PYQT_VERSION}/QtWinExtras/qwinthumbnailtoolbutton.sip
+share/sip/${PYQT_VERSION}/QtX11Extras/
+share/sip/${PYQT_VERSION}/QtX11Extras/QtX11Extrasmod.sip
+share/sip/${PYQT_VERSION}/QtX11Extras/qx11info_x11.sip
+share/sip/${PYQT_VERSION}/QtXml/
+share/sip/${PYQT_VERSION}/QtXml/QtXmlmod.sip
+share/sip/${PYQT_VERSION}/QtXml/qdom.sip
+share/sip/${PYQT_VERSION}/QtXml/qxml.sip
+share/sip/${PYQT_VERSION}/QtXmlPatterns/
+share/sip/${PYQT_VERSION}/QtXmlPatterns/QtXmlPatternsmod.sip
+share/sip/${PYQT_VERSION}/QtXmlPatterns/qabstractmessagehandler.sip
+share/sip/${PYQT_VERSION}/QtXmlPatterns/qabstracturiresolver.sip
+share/sip/${PYQT_VERSION}/QtXmlPatterns/qabstractxmlnodemodel.sip
+share/sip/${PYQT_VERSION}/QtXmlPatterns/qabstractxmlreceiver.sip
+share/sip/${PYQT_VERSION}/QtXmlPatterns/qsimplexmlnodemodel.sip
+share/sip/${PYQT_VERSION}/QtXmlPatterns/qsourcelocation.sip
+share/sip/${PYQT_VERSION}/QtXmlPatterns/qxmlformatter.sip
+share/sip/${PYQT_VERSION}/QtXmlPatterns/qxmlname.sip
+share/sip/${PYQT_VERSION}/QtXmlPatterns/qxmlnamepool.sip
+share/sip/${PYQT_VERSION}/QtXmlPatterns/qxmlquery.sip
+share/sip/${PYQT_VERSION}/QtXmlPatterns/qxmlresultitems.sip
+share/sip/${PYQT_VERSION}/QtXmlPatterns/qxmlschema.sip
+share/sip/${PYQT_VERSION}/QtXmlPatterns/qxmlschemavalidator.sip
+share/sip/${PYQT_VERSION}/QtXmlPatterns/qxmlserializer.sip
Index: x11/qt5/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/Makefile,v
retrieving revision 1.61
diff -u -p -r1.61 Makefile
--- x11/qt5/Makefile 19 Feb 2020 16:08:53 -0000 1.61
+++ x11/qt5/Makefile 3 Mar 2020 17:08:32 -0000
@@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.61 2020/02/19 16:08:53 rsadowski Exp $

SUBDIR =
- SUBDIR += docs
+ #SUBDIR += docs (WIP)
SUBDIR += qt3d
SUBDIR += qtbase
- SUBDIR += qtcanvas3d
+ #SUBDIR += qtcanvas3d (gone in 5.13)
SUBDIR += qtcharts
SUBDIR += qtconnectivity
SUBDIR += qtdatavis3d
@@ -13,6 +13,7 @@
SUBDIR += qtgraphicaleffects
SUBDIR += qtimageformats
SUBDIR += qtlocation
+ SUBDIR += qtlottie # (new)
SUBDIR += qtmultimedia
SUBDIR += qtnetworkauth
SUBDIR += qtpurchasing
@@ -39,7 +40,10 @@
# SUBDIR += qtwayland
# not ported yet
# SUBDIR += qtwebengine
+# SUBDIR += qtwebglplugin
# requires qtwebengine
# SUBDIR += qtwebview
+# Windows only
+# SUBDIR += qtactiveqt

.include <bsd.port.subdir.mk>
Index: x11/qt5/Makefile.inc
===================================================================
RCS file: /cvs/ports/x11/qt5/Makefile.inc,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile.inc
--- x11/qt5/Makefile.inc 7 Jan 2020 20:22:06 -0000 1.13
+++ x11/qt5/Makefile.inc 3 Mar 2020 17:08:32 -0000
@@ -5,14 +5,14 @@ ONLY_FOR_ARCHS = ${GCC4_ARCHS} ${CLANG_A
.include "Makefile.version"

# DIST_VERSION should be defined, e.g., when patch distfile gets issued,
-# e.g.: qtbase-opensource-src-5.5.1-1.tar.gz
+# e.g.: qtbase-everywhere-src-5.5.1-1.tar.gz

VERSION ?= ${QT5_VERSION}
DIST_VERSION ?= ${QT5_DIST_VERSION}
NEXT_VERSION ?= ${QT5_NEXT_VERSION}
-DISTNAME ?= ${QT5NAME:L}-opensource-src-${DIST_VERSION}
+DISTNAME ?= ${QT5NAME:L}-everywhere-src-${DIST_VERSION}

-PKGNAME ?= ${DISTNAME:C/-opensource-src//:C/-${DIST_VERSION}/-${VERSION}/}
+PKGNAME ?= ${DISTNAME:C/-everywhere-src//:C/-${DIST_VERSION}/-${VERSION}/}
PKGNAME-main ?= ${PKGNAME}
PKGNAME-examples ?= ${PKGNAME:C/(-[0-9])/-examples\1/}

Index: x11/qt5/Makefile.version
===================================================================
RCS file: /cvs/ports/x11/qt5/Makefile.version,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile.version
--- x11/qt5/Makefile.version 19 Feb 2020 16:08:53 -0000 1.9
+++ x11/qt5/Makefile.version 3 Mar 2020 17:08:32 -0000
@@ -1,13 +1,13 @@
-# $OpenBSD: Makefile.version,v 1.9 2020/02/19 16:08:53 rsadowski Exp $
+# $OpenBSD: Makefile.version,v 1.8 2019/11/05 10:18:53 rsadowski Exp $
# Common source for Qt5 version

-QT5_VERSION = 5.9.8
-QT5_DIST_VERSION = 5.9.8
+QT5_VERSION = 5.13.2
+QT5_DIST_VERSION = 5.13.2
QT5_WEBKIT_VERSION = 5.212.0

# This one is used for building dependencies for examples and documentation,
# which obviously should be in sync with core packages.
-QT5_NEXT_VERSION = 5.14
+QT5_NEXT_VERSION = 5.15

# Enginio has own versioning
ENGINIO_VERSION = ${QT5_VERSION:C/^5/1/}
Index: x11/qt5/docs/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/docs/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- x11/qt5/docs/Makefile 19 Feb 2020 16:08:53 -0000 1.10
+++ x11/qt5/docs/Makefile 3 Mar 2020 17:08:32 -0000
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.10 2020/02/19 16:08:53 rsadowski Exp $
+# $OpenBSD: Makefile,v 1.9 2019/11/06 17:12:15 rsadowski Exp $

COMMENT-html = HTML documentation for Qt5
COMMENT-qch = qdoc-compiled documentation for Qt5
@@ -6,7 +6,6 @@ COMMENT-qch = qdoc-compiled documentati
PKGNAME = qt5-docs-${QT5_VERSION}
PKGNAME-html = qt5-html-${QT5_VERSION}
PKGNAME-qch = qt5-qch-${QT5_VERSION}
-WEBKIT_DOCS_VERSION = 5.9.0

MULTI_PACKAGES = -html -qch
SUBPACKAGE ?= -html
@@ -14,11 +13,9 @@ SUBPACKAGE ?= -html
WANTLIB-qch =
WANTLIB-html =

+#qtbase qtquickcontrols2 qttools qtquickcontrols
DOC_COMPONENTS = \
qt3d \
- qtactiveqt \
- qtbase \
- qtcanvas3d \
qtcharts \
qtconnectivity \
qtdatavis3d \
@@ -31,8 +28,6 @@ DOC_COMPONENTS = \
qtmultimedia \
qtnetworkauth \
qtpurchasing \
- qtquickcontrols \
- qtquickcontrols2 \
qtremoteobjects \
qtscript \
qtscxml \
@@ -41,7 +36,6 @@ DOC_COMPONENTS = \
qtserialport \
qtspeech \
qtsvg \
- qttools \
qtvirtualkeyboard \
qtwebchannel \
qtwebkit \
@@ -49,10 +43,10 @@ DOC_COMPONENTS = \
qtx11extras \
qtxmlpatterns

-MASTER_SITES0 = https://download.qt.io/community_releases/${DIST_VERSION:R}/${WEBKIT_DOCS_VERSION}-final/
-MASTER_SITES1
= https://ftp1.nluug.nl/languages/qt/community_releases/${DIST_VERSION:R}/${WEBKIT_DOCS_VERSION}-final/
-DISTFILES
= ${DOC_COMPONENTS:Nqtwebkit:C/$/-opensource-src-${QT5_DIST_VERSION}${EXTRACT_SUFX}/}:0
-DISTFILES += qtwebkit-opensource-src-${WEBKIT_DOCS_VERSION}${EXTRACT_SUFX}:1
+MASTER_SITES0 = https://download.qt.io/community_releases/${DIST_VERSION:R}/${QT5_WEBKIT_VERSION}-final/
+MASTER_SITES1
= https://ftp1.nluug.nl/languages/qt/community_releases/${DIST_VERSION:R}/${QT5_WEBKIT_VERSION}-final/
+DISTFILES = ${DOC_COMPONENTS:Nqtwebkit:C/$/-everywhere-src-${QT5_DIST_VERSION}${EXTRACT_SUFX}/}:0
+DISTFILES += qtwebkit-opensource-src-${QT5_WEBKIT_VERSION}${EXTRACT_SUFX}:1

MODQT5_USE_CXX11 = No
CONFIGURE_STYLE = none
Index: x11/qt5/docs/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/docs/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- x11/qt5/docs/distinfo 6 Nov 2019 12:56:30 -0000 1.7
+++ x11/qt5/docs/distinfo 3 Mar 2020 17:08:32 -0000
@@ -1,66 +1,54 @@
-SHA256 (qt/qt3d-opensource-src-5.9.8.tar.xz) = IaSJDMUsAVwb4FaO8tMi1ItDBHD7jEguKD/214PLk/k=
-SHA256 (qt/qtactiveqt-opensource-src-5.9.8.tar.xz) = z9MabTTUk6AxdVHTX+Dcr9F+PkeuMhg0QdZffHADXAM=
-SHA256 (qt/qtbase-opensource-src-5.9.8.tar.xz) = m53sH2ffH5S84pVcVgTemS1Snd5yBQI5FUxWNS2gkH0=
-SHA256 (qt/qtcanvas3d-opensource-src-5.9.8.tar.xz) = lEeMaKu/CBWB7aWT/cDWn/ExQ14FUNqho23Gs+ryGm8=
-SHA256 (qt/qtcharts-opensource-src-5.9.8.tar.xz) = p1+JwAga+WNbUMqzNaSHHUdrNqvIoR3E8kckvTz0JDc=
-SHA256 (qt/qtconnectivity-opensource-src-5.9.8.tar.xz) = S9LjhcnLJFrHcBmCIJg8Sw4lVdUxd4iBS2asXyrsaHk=
-SHA256 (qt/qtdatavis3d-opensource-src-5.9.8.tar.xz) = j7qKfw9tJLACQjqgM8kag4zBxidCpQ5yLBT4khwJX34=
-SHA256 (qt/qtdeclarative-opensource-src-5.9.8.tar.xz) = tOR7YDjzxgTe6BKK7tEqDpVYp7K7pjosROStB0PeVFA=
-SHA256 (qt/qtdoc-opensource-src-5.9.8.tar.xz) = +M03aLuVFAOtdtF08Y5vSZw3PSc/5BEtNCm8aTDzYaA=
-SHA256 (qt/qtgamepad-opensource-src-5.9.8.tar.xz) = TT5FSEAwR16FiJVISs9znTESWiuU+pzeCIBfGeuEZOQ=
-SHA256 (qt/qtgraphicaleffects-opensource-src-5.9.8.tar.xz) = fw1H7XqSRA3o1KFJIQ7LdvICBYbXcEOI9f1pBjqwGhs=
-SHA256 (qt/qtimageformats-opensource-src-5.9.8.tar.xz) = U1fzq5HGe/zIjB3qMhPJU4r2gj+Zogz+yJumb6tRNic=
-SHA256 (qt/qtlocation-opensource-src-5.9.8.tar.xz) = 1KS/fTClCusSAklKlGxGBTZDpG/Oote1pa4MXd261yg=
-SHA256 (qt/qtmultimedia-opensource-src-5.9.8.tar.xz) = AHiB1H+x+R2rBzQ4WZgyTIVQvdIecb/C87RmMRlGwaY=
-SHA256 (qt/qtnetworkauth-opensource-src-5.9.8.tar.xz) = r2frJla4O/fMQ0edKmCgnDPqJB5OyEf7MOhwT9EmTsg=
-SHA256 (qt/qtpurchasing-opensource-src-5.9.8.tar.xz) = qXKjt9zUhuZt5oNEwttBo6lxcZMpUdb3PW/e24GPjEU=
-SHA256 (qt/qtquickcontrols-opensource-src-5.9.8.tar.xz) = j7qLGQsvYlnK+5oT1X8a6YBthxlX1lpq91AwzzA+xmU=
-SHA256 (qt/qtquickcontrols2-opensource-src-5.9.8.tar.xz) = bB5HGI+syoL0Q+LT2WktWpV02wc8N+IYsdifeVtpcBg=
-SHA256 (qt/qtremoteobjects-opensource-src-5.9.8.tar.xz) = aX0VPWmxP2FBWVVyfKO2K3M4prCYQozF1c8shO3rgkY=
-SHA256 (qt/qtscript-opensource-src-5.9.8.tar.xz) = 9glEQE+jgFL1oPdePmPM0cTFoumfqWbWIcymQgdx9/U=
-SHA256 (qt/qtscxml-opensource-src-5.9.8.tar.xz) = fKybdL8rFtNicdEM2dDVjTgLnIckTEZe+J+cg6ZB9ss=
-SHA256 (qt/qtsensors-opensource-src-5.9.8.tar.xz) = ZNFU6qDhEmLXXudT+wLGVHo5Ghwx3RejYVXGiL3LHmY=
-SHA256 (qt/qtserialbus-opensource-src-5.9.8.tar.xz) = WT8xAl4k+uJpnZxRLSV+8HNLfnjCc6UKXkGpuzChGlo=
-SHA256 (qt/qtserialport-opensource-src-5.9.8.tar.xz) = FB609Js7PpRDPnlB1XcT0qHMjhb2/CJ3nWgzWe+WXXs=
-SHA256 (qt/qtspeech-opensource-src-5.9.8.tar.xz) = 0jTSFkftsEu1EP5xwh5NwPg651AUonV2RRMdCvw/t98=
-SHA256 (qt/qtsvg-opensource-src-5.9.8.tar.xz) = wV0MTtk7Fopkc3Sd1wywSzzI6K9YREfycBvkzy8Rxds=
-SHA256 (qt/qttools-opensource-src-5.9.8.tar.xz) = qXVW63svMCUs3YpZjDls/OKy950rrog69tOyaizcxjw=
-SHA256 (qt/qtvirtualkeyboard-opensource-src-5.9.8.tar.xz) = BulQv0/RlfIrL7fM+nQlxQzdo9QmFeBYmFf+khlnfM8=
-SHA256 (qt/qtwebchannel-opensource-src-5.9.8.tar.xz) = aSrLaIhPs/R4kfW5HyHQ87ZyQrPvP7yfSnU+wvJXJeo=
+SHA256 (qt/qt3d-everywhere-src-5.13.2.tar.xz) = 0bn8C+giZLX3bDpTMJAd/5XB8ry2eRbD+sa61P9prck=
+SHA256 (qt/qtcharts-everywhere-src-5.13.2.tar.xz) = O62Bw8+zLPcvsM4qwnlNAxz3ijkCtHFficCbLQ4EHoc=
+SHA256 (qt/qtconnectivity-everywhere-src-5.13.2.tar.xz) = ZE4jTrZPYC71zeuIAu+bWOdUePESTwAZNyddYu1pLhc=
+SHA256 (qt/qtdatavis3d-everywhere-src-5.13.2.tar.xz) = 7Pk0w+sHFzUFeBc0+Vz8LPnYnmsbmFFqyYoTd5f07yg=
+SHA256 (qt/qtdeclarative-everywhere-src-5.13.2.tar.xz) = 2aUk9F/p4TbNoiUvnXAT7BcEbZB+PzlgbbkgmHwi0f0=
+SHA256 (qt/qtdoc-everywhere-src-5.13.2.tar.xz) = vglUMUPV3KmE0sLZCFdRMX56lbeP2+m2ow8vqgNUPkY=
+SHA256 (qt/qtgamepad-everywhere-src-5.13.2.tar.xz) = dRZIhUM+NqkLVXqn8xn/PWJ4w2FkafZ7Qt2m64uS524=
+SHA256 (qt/qtgraphicaleffects-everywhere-src-5.13.2.tar.xz) = KXqJu2x3H4ScTOhm5cmNrfZlFjs9qwO8SKWPUUJOfmY=
+SHA256 (qt/qtimageformats-everywhere-src-5.13.2.tar.xz) = aWhkn9zMfWM8+a2iXxva8KL7RaIU1YwsR4lhZtRVOsA=
+SHA256 (qt/qtlocation-everywhere-src-5.13.2.tar.xz) = X+S4JNPcbIAGgv+YYzPsCe25wnWCBm6SixhitNWCEuM=
+SHA256 (qt/qtmultimedia-everywhere-src-5.13.2.tar.xz) = X4hUWdRuovK7JFl2eL79SRPY+IApcw0BmE9R+cNnufQ=
+SHA256 (qt/qtnetworkauth-everywhere-src-5.13.2.tar.xz) = YyaUPlwaPm6sjcxE0Ijxo9HEXRQQD/HpX4M7BGMkOvM=
+SHA256 (qt/qtpurchasing-everywhere-src-5.13.2.tar.xz) = 6e+AC3159mDHL3Ak+CopFbERG0dBf5PD3CNUub8wf/Q=
+SHA256 (qt/qtremoteobjects-everywhere-src-5.13.2.tar.xz) = vSTbnSuwiueVUpGvUu51EKoZPQ9y7Q4/90989+gfTWU=
+SHA256 (qt/qtscript-everywhere-src-5.13.2.tar.xz) = PZJpHCVXf791EdQCU94M2dMUROpaCqhg9l77n6DzznA=
+SHA256 (qt/qtscxml-everywhere-src-5.13.2.tar.xz) = 5Inf8h4Ywef3L/0xr4JAT4Rb2Qgkxrl4FAWRNmOYqdk=
+SHA256 (qt/qtsensors-everywhere-src-5.13.2.tar.xz) = Rvc7v939eKQZxkJNaDkxh3S4TJVaf3qWwSxZD22PsXc=
+SHA256 (qt/qtserialbus-everywhere-src-5.13.2.tar.xz) = SBWTk7E2iXa1Mk6sSEJOKm5dY8eDGU0Fdql4FR+ILaM=
+SHA256 (qt/qtserialport-everywhere-src-5.13.2.tar.xz) = dnf/wdzjt1wKmNB9IVWIqNzLXCdsVbTs1gw17RyJyzQ=
+SHA256 (qt/qtspeech-everywhere-src-5.13.2.tar.xz) = oKygj+6saSXq1/hBMZvc/WC/wSbeB4B+2vJnwsqNE9U=
+SHA256 (qt/qtsvg-everywhere-src-5.13.2.tar.xz) = hJ4uNX4TM7ZOy3KDUvZSzY2RbwKe2Ej3dbFdC1AMt9c=
+SHA256 (qt/qtvirtualkeyboard-everywhere-src-5.13.2.tar.xz) = jjaN3iN9IWZvbMhRKgYOIFOI5Rmk11WcBQXMdSJO1is=
+SHA256 (qt/qtwebchannel-everywhere-src-5.13.2.tar.xz) = 9FLUGdixm1ZoNfMWu/KC2ryLHCp0ycmMGuxBhEZenBM=
SHA256 (qt/qtwebkit-opensource-src-5.9.0.tar.xz) = ja0ZO3QAVamYMS4EoEDy4yqSPAgjstI5sk6rCCdqTgQ=
-SHA256 (qt/qtwebsockets-opensource-src-5.9.8.tar.xz) = YWkH38Dlgc6xjN4n2ZhXarwi1nevF/f8Jt38QyjuwvM=
-SHA256 (qt/qtx11extras-opensource-src-5.9.8.tar.xz) = w24+fz3aJzE7N18HMJGG4KcQYS1oiTDuU2w6zZd6MKM=
-SHA256 (qt/qtxmlpatterns-opensource-src-5.9.8.tar.xz) = 5PqwotmFmUtYEK+ESI1qanspW9dbjv6pgqsXVN33dP4=
-SIZE (qt/qt3d-opensource-src-5.9.8.tar.xz) = 83723260
-SIZE (qt/qtactiveqt-opensource-src-5.9.8.tar.xz) = 256640
-SIZE (qt/qtbase-opensource-src-5.9.8.tar.xz) = 45245896
-SIZE (qt/qtcanvas3d-opensource-src-5.9.8.tar.xz) = 10890748
-SIZE (qt/qtcharts-opensource-src-5.9.8.tar.xz) = 4156072
-SIZE (qt/qtconnectivity-opensource-src-5.9.8.tar.xz) = 2712112
-SIZE (qt/qtdatavis3d-opensource-src-5.9.8.tar.xz) = 5162932
-SIZE (qt/qtdeclarative-opensource-src-5.9.8.tar.xz) = 21417896
-SIZE (qt/qtdoc-opensource-src-5.9.8.tar.xz) = 2892448
-SIZE (qt/qtgamepad-opensource-src-5.9.8.tar.xz) = 365144
-SIZE (qt/qtgraphicaleffects-opensource-src-5.9.8.tar.xz) = 14227012
-SIZE (qt/qtimageformats-opensource-src-5.9.8.tar.xz) = 2112056
-SIZE (qt/qtlocation-opensource-src-5.9.8.tar.xz) = 5405312
-SIZE (qt/qtmultimedia-opensource-src-5.9.8.tar.xz) = 3589804
-SIZE (qt/qtnetworkauth-opensource-src-5.9.8.tar.xz) = 112232
-SIZE (qt/qtpurchasing-opensource-src-5.9.8.tar.xz) = 187764
-SIZE (qt/qtquickcontrols-opensource-src-5.9.8.tar.xz) = 6016096
-SIZE (qt/qtquickcontrols2-opensource-src-5.9.8.tar.xz) = 4158564
-SIZE (qt/qtremoteobjects-opensource-src-5.9.8.tar.xz) = 282388
-SIZE (qt/qtscript-opensource-src-5.9.8.tar.xz) = 2607332
-SIZE (qt/qtscxml-opensource-src-5.9.8.tar.xz) = 414148
-SIZE (qt/qtsensors-opensource-src-5.9.8.tar.xz) = 1994744
-SIZE (qt/qtserialbus-opensource-src-5.9.8.tar.xz) = 279084
-SIZE (qt/qtserialport-opensource-src-5.9.8.tar.xz) = 268448
-SIZE (qt/qtspeech-opensource-src-5.9.8.tar.xz) = 80708
-SIZE (qt/qtsvg-opensource-src-5.9.8.tar.xz) = 1779000
-SIZE (qt/qttools-opensource-src-5.9.8.tar.xz) = 9574668
-SIZE (qt/qtvirtualkeyboard-opensource-src-5.9.8.tar.xz) = 10051508
-SIZE (qt/qtwebchannel-opensource-src-5.9.8.tar.xz) = 147692
+SHA256 (qt/qtwebsockets-everywhere-src-5.13.2.tar.xz) = /BEjbIv2myek4jeie56if8kNjCXYHR1FHOOgtjy8AtM=
+SHA256 (qt/qtx11extras-everywhere-src-5.13.2.tar.xz) = lafFww9C6VdcOheiwOsM290tidvLPuFCbNQbsH4oxRw=
+SHA256 (qt/qtxmlpatterns-everywhere-src-5.13.2.tar.xz) = HofYwATsC+6jsp0T8JZMVjqp+uUcOSyZh1DKTjhjdOI=
+SIZE (qt/qt3d-everywhere-src-5.13.2.tar.xz) = 81537856
+SIZE (qt/qtcharts-everywhere-src-5.13.2.tar.xz) = 4244092
+SIZE (qt/qtconnectivity-everywhere-src-5.13.2.tar.xz) = 2777504
+SIZE (qt/qtdatavis3d-everywhere-src-5.13.2.tar.xz) = 5182216
+SIZE (qt/qtdeclarative-everywhere-src-5.13.2.tar.xz) = 20940748
+SIZE (qt/qtdoc-everywhere-src-5.13.2.tar.xz) = 5747084
+SIZE (qt/qtgamepad-everywhere-src-5.13.2.tar.xz) = 386668
+SIZE (qt/qtgraphicaleffects-everywhere-src-5.13.2.tar.xz) = 14845928
+SIZE (qt/qtimageformats-everywhere-src-5.13.2.tar.xz) = 1803796
+SIZE (qt/qtlocation-everywhere-src-5.13.2.tar.xz) = 6050044
+SIZE (qt/qtmultimedia-everywhere-src-5.13.2.tar.xz) = 3820660
+SIZE (qt/qtnetworkauth-everywhere-src-5.13.2.tar.xz) = 141172
+SIZE (qt/qtpurchasing-everywhere-src-5.13.2.tar.xz) = 208096
+SIZE (qt/qtremoteobjects-everywhere-src-5.13.2.tar.xz) = 367032
+SIZE (qt/qtscript-everywhere-src-5.13.2.tar.xz) = 2696452
+SIZE (qt/qtscxml-everywhere-src-5.13.2.tar.xz) = 435428
+SIZE (qt/qtsensors-everywhere-src-5.13.2.tar.xz) = 2046708
+SIZE (qt/qtserialbus-everywhere-src-5.13.2.tar.xz) = 338428
+SIZE (qt/qtserialport-everywhere-src-5.13.2.tar.xz) = 310736
+SIZE (qt/qtspeech-everywhere-src-5.13.2.tar.xz) = 100312
+SIZE (qt/qtsvg-everywhere-src-5.13.2.tar.xz) = 1890380
+SIZE (qt/qtvirtualkeyboard-everywhere-src-5.13.2.tar.xz) = 10923292
+SIZE (qt/qtwebchannel-everywhere-src-5.13.2.tar.xz) = 192652
SIZE (qt/qtwebkit-opensource-src-5.9.0.tar.xz) = 35301288
-SIZE (qt/qtwebsockets-opensource-src-5.9.8.tar.xz) = 199684
-SIZE (qt/qtx11extras-opensource-src-5.9.8.tar.xz) = 77052
-SIZE (qt/qtxmlpatterns-opensource-src-5.9.8.tar.xz) = 1344068
+SIZE (qt/qtwebsockets-everywhere-src-5.13.2.tar.xz) = 244668
+SIZE (qt/qtx11extras-everywhere-src-5.13.2.tar.xz) = 127228
+SIZE (qt/qtxmlpatterns-everywhere-src-5.13.2.tar.xz) = 1392192
Index: x11/qt5/qt3d/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qt3d/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- x11/qt5/qt3d/Makefile 23 Feb 2020 16:16:17 -0000 1.14
+++ x11/qt5/qt3d/Makefile 3 Mar 2020 17:08:32 -0000
@@ -2,25 +2,25 @@

QT5NAME = Qt3D
COMMENT-main = Qt5 components for 3D graphics
-REVISION-main = 1

MULTI_PACKAGES = -main -examples

-SHARED_LIBS += Qt53DCore 1.2
-SHARED_LIBS += Qt53DInput 1.2
-SHARED_LIBS += Qt53DLogic 1.2
-SHARED_LIBS += Qt53DQuick 1.2
-SHARED_LIBS += Qt53DQuickInput 1.2
-SHARED_LIBS += Qt53DQuickRender 1.2
-SHARED_LIBS += Qt53DRender 1.2
-SHARED_LIBS += Qt53DAnimation 0.1
-SHARED_LIBS += Qt53DExtras 0.1
-SHARED_LIBS += Qt53DQuickAnimation 0.1
-SHARED_LIBS += Qt53DQuickExtras 0.1
-SHARED_LIBS += Qt53DQuickScene2D 0.1
+SHARED_LIBS += Qt53DCore 2.0 # 5.9
+SHARED_LIBS += Qt53DInput 2.0 # 5.9
+SHARED_LIBS += Qt53DLogic 2.0 # 5.9
+SHARED_LIBS += Qt53DQuick 2.0 # 5.9
+SHARED_LIBS += Qt53DQuickInput 2.0 # 5.9
+SHARED_LIBS += Qt53DQuickRender 2.0 # 5.9
+SHARED_LIBS += Qt53DRender 2.0 # 5.9
+SHARED_LIBS += Qt53DAnimation 1.0 # 5.9
+SHARED_LIBS += Qt53DExtras 1.0 # 5.9
+SHARED_LIBS += Qt53DQuickAnimation 1.0 # 5.9
+SHARED_LIBS += Qt53DQuickExtras 1.0 # 5.9
+SHARED_LIBS += Qt53DQuickScene2D 1.0 # 5.9

WANTLIB += ${COMPILER_LIBCXX} GL Qt5Concurrent Qt5Core Qt5Gamepad
-WANTLIB += Qt5Gui Qt5Network Qt5Qml Qt5Quick assimp c m
+WANTLIB += Qt5Gui Qt5Network Qt5OpenGLExtensions Qt5Qml Qt5Quick
+WANTLIB += assimp c m

BUILD_DEPENDS = x11/qt5/qtmultimedia>=${QT5_VERSION:R},<${QT5_NEXT_VERSION}
RUN_DEPENDS-examples = x11/qt5/qtmultimedia>=${QT5_VERSION:R},<${QT5_NEXT_VERSION}
Index: x11/qt5/qt3d/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qt3d/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- x11/qt5/qt3d/distinfo 5 Nov 2019 10:18:53 -0000 1.8
+++ x11/qt5/qt3d/distinfo 3 Mar 2020 17:08:32 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qt3d-opensource-src-5.9.8.tar.xz) = IaSJDMUsAVwb4FaO8tMi1ItDBHD7jEguKD/214PLk/k=
-SIZE (qt/qt3d-opensource-src-5.9.8.tar.xz) = 83723260
+SHA256 (qt/qt3d-everywhere-src-5.13.2.tar.xz) = 0bn8C+giZLX3bDpTMJAd/5XB8ry2eRbD+sa61P9prck=
+SIZE (qt/qt3d-everywhere-src-5.13.2.tar.xz) = 81537856
Index: x11/qt5/qt3d/pkg/PLIST-examples
===================================================================
RCS file: /cvs/ports/x11/qt5/qt3d/pkg/PLIST-examples,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST-examples
--- x11/qt5/qt3d/pkg/PLIST-examples 5 Jul 2018 09:49:13 -0000 1.3
+++ x11/qt5/qt3d/pkg/PLIST-examples 3 Mar 2020 17:08:32 -0000
@@ -105,9 +105,6 @@ lib/qt5/examples/qt3d/controls/main.qml
lib/qt5/examples/qt3d/exampleresources/
lib/qt5/examples/qt3d/exampleresources/assets/
lib/qt5/examples/qt3d/exampleresources/assets/LICENSE
-lib/qt5/examples/qt3d/exampleresources/assets/chest/
-lib/qt5/examples/qt3d/exampleresources/assets/chest/Chest.obj
-lib/qt5/examples/qt3d/exampleresources/assets/chest/diffuse.webp
lib/qt5/examples/qt3d/exampleresources/assets/cubemaps/
lib/qt5/examples/qt3d/exampleresources/assets/cubemaps/default/
lib/qt5/examples/qt3d/exampleresources/assets/cubemaps/default/default_irradiance.dds
@@ -120,12 +117,26 @@ lib/qt5/examples/qt3d/exampleresources/a
lib/qt5/examples/qt3d/exampleresources/assets/cubemaps/miramar/miramar_posx.webp
lib/qt5/examples/qt3d/exampleresources/assets/cubemaps/miramar/miramar_posy.webp
lib/qt5/examples/qt3d/exampleresources/assets/cubemaps/miramar/miramar_posz.webp
+lib/qt5/examples/qt3d/exampleresources/assets/cubemaps/miramar/qt_attribution.json
+lib/qt5/examples/qt3d/exampleresources/assets/envmaps/
+lib/qt5/examples/qt3d/exampleresources/assets/envmaps/cedar-bridge/
+lib/qt5/examples/qt3d/exampleresources/assets/envmaps/cedar-bridge/cedar_bridge_irradiance.dds
+lib/qt5/examples/qt3d/exampleresources/assets/envmaps/cedar-bridge/cedar_bridge_specular.dds
lib/qt5/examples/qt3d/exampleresources/assets/gltf/
+lib/qt5/examples/qt3d/exampleresources/assets/gltf/2.0/
+lib/qt5/examples/qt3d/exampleresources/assets/gltf/2.0/RiggedFigure/
+lib/qt5/examples/qt3d/exampleresources/assets/gltf/2.0/RiggedFigure/RiggedFigure.gltf
+lib/qt5/examples/qt3d/exampleresources/assets/gltf/2.0/RiggedFigure/RiggedFigure0.bin
+lib/qt5/examples/qt3d/exampleresources/assets/gltf/2.0/RiggedSimple/
+lib/qt5/examples/qt3d/exampleresources/assets/gltf/2.0/RiggedSimple/RiggedSimple.gltf
+lib/qt5/examples/qt3d/exampleresources/assets/gltf/2.0/RiggedSimple/RiggedSimple0.bin
lib/qt5/examples/qt3d/exampleresources/assets/gltf/LICENSE.md
lib/qt5/examples/qt3d/exampleresources/assets/gltf/wine/
+lib/qt5/examples/qt3d/exampleresources/assets/gltf/wine/LICENSE.md
lib/qt5/examples/qt3d/exampleresources/assets/gltf/wine/Wood_Cherry_Original_.jpg
lib/qt5/examples/qt3d/exampleresources/assets/gltf/wine/_2004_old_vine_zinfandel_btl_xlg.jpg
lib/qt5/examples/qt3d/exampleresources/assets/gltf/wine/artezin_bottle.jpg
+lib/qt5/examples/qt3d/exampleresources/assets/gltf/wine/qt_attribution.json
lib/qt5/examples/qt3d/exampleresources/assets/gltf/wine/wine.bin
lib/qt5/examples/qt3d/exampleresources/assets/gltf/wine/wine.dae
lib/qt5/examples/qt3d/exampleresources/assets/gltf/wine/wine.gltf
@@ -137,72 +148,6 @@ lib/qt5/examples/qt3d/exampleresources/a
lib/qt5/examples/qt3d/exampleresources/assets/gltf/wine/wine2VS.glsl
lib/qt5/examples/qt3d/exampleresources/assets/gltf/wine/wine3FS.glsl
lib/qt5/examples/qt3d/exampleresources/assets/gltf/wine/wine3VS.glsl
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/bamboo.webp
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/bamboo_normal.webp
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/cover.webp
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/cover_normal.webp
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/cross-bamboo.obj
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/cross-palm.obj
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/cross-pine.obj
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/cross-pot-cover.obj
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/cross-pot.obj
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/cross-shrub.obj
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/cross-spikes.obj
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/cylinder-bamboo.obj
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/cylinder-palm.obj
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/cylinder-pine.obj
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/cylinder-pot-cover.obj
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/cylinder-pot.obj
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/cylinder-shrub.obj
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/cylinder-spikes.obj
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/palm.webp
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/palm_normal.webp
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/pine.webp
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/pine_normal.webp
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/pot.webp
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/pot_normal.webp
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/shrub.webp
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/shrub_normal.webp
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/sphere-bamboo.obj
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/sphere-palm.obj
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/sphere-pine.obj
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/sphere-pot-cover.obj
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/sphere-pot.obj
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/sphere-shrub.obj
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/sphere-spikes.obj
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/spikes.webp
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/spikes_normal.webp
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/square-bamboo.obj
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/square-palm.obj
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/square-pine.obj
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/square-pot-cover.obj
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/square-pot.obj
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/square-shrub.obj
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/square-spikes.obj
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/triangle-bamboo.obj
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/triangle-palm.obj
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/triangle-pine.obj
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/triangle-pot-cover.obj
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/triangle-pot.obj
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/triangle-shrub.obj
-lib/qt5/examples/qt3d/exampleresources/assets/houseplants/triangle-spikes.obj
-lib/qt5/examples/qt3d/exampleresources/assets/metalbarrel/
-lib/qt5/examples/qt3d/exampleresources/assets/metalbarrel/diffus_black.webp
-lib/qt5/examples/qt3d/exampleresources/assets/metalbarrel/diffus_blue.webp
-lib/qt5/examples/qt3d/exampleresources/assets/metalbarrel/diffus_green.webp
-lib/qt5/examples/qt3d/exampleresources/assets/metalbarrel/diffus_red.webp
-lib/qt5/examples/qt3d/exampleresources/assets/metalbarrel/diffus_rust.webp
-lib/qt5/examples/qt3d/exampleresources/assets/metalbarrel/diffus_stainless_steel.webp
-lib/qt5/examples/qt3d/exampleresources/assets/metalbarrel/diffus_yellow.webp
-lib/qt5/examples/qt3d/exampleresources/assets/metalbarrel/metal_barrel.obj
-lib/qt5/examples/qt3d/exampleresources/assets/metalbarrel/normal_hard_bumps.webp
-lib/qt5/examples/qt3d/exampleresources/assets/metalbarrel/normal_middle_bumps.webp
-lib/qt5/examples/qt3d/exampleresources/assets/metalbarrel/normal_no_bumps.webp
-lib/qt5/examples/qt3d/exampleresources/assets/metalbarrel/normal_soft_bumps.webp
-lib/qt5/examples/qt3d/exampleresources/assets/metalbarrel/specular.webp
-lib/qt5/examples/qt3d/exampleresources/assets/metalbarrel/specular_rust.webp
-lib/qt5/examples/qt3d/exampleresources/assets/metalbarrel/specular_stainless_steel.webp
lib/qt5/examples/qt3d/exampleresources/assets/obj/
lib/qt5/examples/qt3d/exampleresources/assets/obj/ball.obj
lib/qt5/examples/qt3d/exampleresources/assets/obj/material-sphere.obj
@@ -247,6 +192,7 @@ lib/qt5/examples/qt3d/exampleresources/a
lib/qt5/examples/qt3d/exampleresources/assets/textures/pattern_09/
lib/qt5/examples/qt3d/exampleresources/assets/textures/pattern_09/readme.txt
lib/qt5/examples/qt3d/exampleresources/cubemaps.qrc
+lib/qt5/examples/qt3d/exampleresources/envmaps.qrc
lib/qt5/examples/qt3d/exampleresources/gltf.qrc
lib/qt5/examples/qt3d/exampleresources/obj.qrc
lib/qt5/examples/qt3d/exampleresources/test_scene.qrc
@@ -294,6 +240,12 @@ lib/qt5/examples/qt3d/pbr-materials/main
lib/qt5/examples/qt3d/pbr-materials/main.qml
lib/qt5/examples/qt3d/pbr-materials/materials.qrc
lib/qt5/examples/qt3d/pbr-materials/pbr-materials.pro
+lib/qt5/examples/qt3d/phong-cubes/
+lib/qt5/examples/qt3d/phong-cubes/CubeEntity.qml
+lib/qt5/examples/qt3d/phong-cubes/main.cpp
+lib/qt5/examples/qt3d/phong-cubes/main.qml
+lib/qt5/examples/qt3d/phong-cubes/phong-cubes.pro
+lib/qt5/examples/qt3d/phong-cubes/phong-cubes.qrc
lib/qt5/examples/qt3d/planets-qml/
lib/qt5/examples/qt3d/planets-qml/AppleTVInput.qml
lib/qt5/examples/qt3d/planets-qml/FpsDisplay.qml
@@ -528,7 +480,6 @@ lib/qt5/examples/qt3d/simple-cpp/orbittr
lib/qt5/examples/qt3d/simple-cpp/orbittransformcontroller.h
lib/qt5/examples/qt3d/simple-cpp/simple-cpp.pro
lib/qt5/examples/qt3d/simple-qml/
-lib/qt5/examples/qt3d/simple-qml/CameraController.qml
lib/qt5/examples/qt3d/simple-qml/doc/
lib/qt5/examples/qt3d/simple-qml/doc/images/
lib/qt5/examples/qt3d/simple-qml/doc/images/simple-qml.png
Index: x11/qt5/qt3d/pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/x11/qt5/qt3d/pkg/PLIST-main,v
retrieving revision 1.5
diff -u -p -r1.5 PLIST-main
--- x11/qt5/qt3d/pkg/PLIST-main 7 Jan 2020 20:22:07 -0000 1.5
+++ x11/qt5/qt3d/pkg/PLIST-main 3 Mar 2020 17:08:32 -0000
@@ -1,5 +1,6 @@
-@comment $OpenBSD: PLIST-main,v 1.5 2020/01/07 20:22:07 zhuk Exp $
+@comment $OpenBSD: PLIST-main,v 1.4 2018/05/25 18:20:02 rsadowski Exp $
@conflict qt5-<5.6
+include/X11/qt5/
include/X11/qt5/Qt3DAnimation/
include/X11/qt5/Qt3DAnimation/${VERSION}/
include/X11/qt5/Qt3DAnimation/${VERSION}/Qt3DAnimation/
@@ -18,11 +19,13 @@ include/X11/qt5/Qt3DAnimation/${VERSION}
include/X11/qt5/Qt3DAnimation/${VERSION}/Qt3DAnimation/private/clipblendnode_p.h
include/X11/qt5/Qt3DAnimation/${VERSION}/Qt3DAnimation/private/clipblendnodevisitor_p.h
include/X11/qt5/Qt3DAnimation/${VERSION}/Qt3DAnimation/private/clipblendvalue_p.h
+include/X11/qt5/Qt3DAnimation/${VERSION}/Qt3DAnimation/private/clock_p.h
include/X11/qt5/Qt3DAnimation/${VERSION}/Qt3DAnimation/private/evaluateblendclipanimatorjob_p.h
include/X11/qt5/Qt3DAnimation/${VERSION}/Qt3DAnimation/private/evaluateclipanimatorjob_p.h
include/X11/qt5/Qt3DAnimation/${VERSION}/Qt3DAnimation/private/fcurve_p.h
include/X11/qt5/Qt3DAnimation/${VERSION}/Qt3DAnimation/private/findrunningclipanimatorsjob_p.h
include/X11/qt5/Qt3DAnimation/${VERSION}/Qt3DAnimation/private/functionrangefinder_p.h
+include/X11/qt5/Qt3DAnimation/${VERSION}/Qt3DAnimation/private/gltfimporter_p.h
include/X11/qt5/Qt3DAnimation/${VERSION}/Qt3DAnimation/private/handle_types_p.h
include/X11/qt5/Qt3DAnimation/${VERSION}/Qt3DAnimation/private/handler_p.h
include/X11/qt5/Qt3DAnimation/${VERSION}/Qt3DAnimation/private/job_common_p.h
@@ -33,38 +36,49 @@ include/X11/qt5/Qt3DAnimation/${VERSION}
include/X11/qt5/Qt3DAnimation/${VERSION}/Qt3DAnimation/private/nodefunctor_p.h
include/X11/qt5/Qt3DAnimation/${VERSION}/Qt3DAnimation/private/qabstractanimation_p.h
include/X11/qt5/Qt3DAnimation/${VERSION}/Qt3DAnimation/private/qabstractanimationclip_p.h
+include/X11/qt5/Qt3DAnimation/${VERSION}/Qt3DAnimation/private/qabstractchannelmapping_p.h
include/X11/qt5/Qt3DAnimation/${VERSION}/Qt3DAnimation/private/qabstractclipanimator_p.h
include/X11/qt5/Qt3DAnimation/${VERSION}/Qt3DAnimation/private/qabstractclipblendnode_p.h
include/X11/qt5/Qt3DAnimation/${VERSION}/Qt3DAnimation/private/qadditiveclipblend_p.h
include/X11/qt5/Qt3DAnimation/${VERSION}/Qt3DAnimation/private/qanimationaspect_p.h
+include/X11/qt5/Qt3DAnimation/${VERSION}/Qt3DAnimation/private/qanimationcallbacktrigger_p.h
include/X11/qt5/Qt3DAnimation/${VERSION}/Qt3DAnimation/private/qanimationclip_p.h
include/X11/qt5/Qt3DAnimation/${VERSION}/Qt3DAnimation/private/qanimationcliploader_p.h
include/X11/qt5/Qt3DAnimation/${VERSION}/Qt3DAnimation/private/qanimationcontroller_p.h
include/X11/qt5/Qt3DAnimation/${VERSION}/Qt3DAnimation/private/qanimationgroup_p.h
include/X11/qt5/Qt3DAnimation/${VERSION}/Qt3DAnimation/private/qblendedclipanimator_p.h
+include/X11/qt5/Qt3DAnimation/${VERSION}/Qt3DAnimation/private/qcallbackmapping_p.h
include/X11/qt5/Qt3DAnimation/${VERSION}/Qt3DAnimation/private/qchannelmapper_p.h
include/X11/qt5/Qt3DAnimation/${VERSION}/Qt3DAnimation/private/qchannelmapping_p.h
+include/X11/qt5/Qt3DAnimation/${VERSION}/Qt3DAnimation/private/qchannelmappingcreatedchange_p.h
+include/X11/qt5/Qt3DAnimation/${VERSION}/Qt3DAnimation/private/qchannelmappingcreatedchange_p_p.h
include/X11/qt5/Qt3DAnimation/${VERSION}/Qt3DAnimation/private/qclipanimator_p.h
include/X11/qt5/Qt3DAnimation/${VERSION}/Qt3DAnimation/private/qclipblendnodecreatedchange_p.h
include/X11/qt5/Qt3DAnimation/${VERSION}/Qt3DAnimation/private/qclipblendvalue_p.h
+include/X11/qt5/Qt3DAnimation/${VERSION}/Qt3DAnimation/private/qclock_p.h
include/X11/qt5/Qt3DAnimation/${VERSION}/Qt3DAnimation/private/qkeyframeanimation_p.h
include/X11/qt5/Qt3DAnimation/${VERSION}/Qt3DAnimation/private/qlerpclipblend_p.h
include/X11/qt5/Qt3DAnimation/${VERSION}/Qt3DAnimation/private/qmorphinganimation_p.h
include/X11/qt5/Qt3DAnimation/${VERSION}/Qt3DAnimation/private/qmorphtarget_p.h
+include/X11/qt5/Qt3DAnimation/${VERSION}/Qt3DAnimation/private/qskeletonmapping_p.h
include/X11/qt5/Qt3DAnimation/${VERSION}/Qt3DAnimation/private/qt3danimation_global_p.h
include/X11/qt5/Qt3DAnimation/${VERSION}/Qt3DAnimation/private/qvertexblendanimation_p.h
+include/X11/qt5/Qt3DAnimation/${VERSION}/Qt3DAnimation/private/skeleton_p.h
include/X11/qt5/Qt3DAnimation/QAbstractAnimation
include/X11/qt5/Qt3DAnimation/QAbstractAnimationClip
+include/X11/qt5/Qt3DAnimation/QAbstractChannelMapping
include/X11/qt5/Qt3DAnimation/QAbstractClipAnimator
include/X11/qt5/Qt3DAnimation/QAbstractClipBlendNode
include/X11/qt5/Qt3DAnimation/QAdditiveClipBlend
include/X11/qt5/Qt3DAnimation/QAnimationAspect
+include/X11/qt5/Qt3DAnimation/QAnimationCallback
include/X11/qt5/Qt3DAnimation/QAnimationClip
include/X11/qt5/Qt3DAnimation/QAnimationClipData
include/X11/qt5/Qt3DAnimation/QAnimationClipLoader
include/X11/qt5/Qt3DAnimation/QAnimationController
include/X11/qt5/Qt3DAnimation/QAnimationGroup
include/X11/qt5/Qt3DAnimation/QBlendedClipAnimator
+include/X11/qt5/Qt3DAnimation/QCallbackMapping
include/X11/qt5/Qt3DAnimation/QChannel
include/X11/qt5/Qt3DAnimation/QChannelComponent
include/X11/qt5/Qt3DAnimation/QChannelMapper
@@ -74,27 +88,32 @@ include/X11/qt5/Qt3DAnimation/QClipBlend
include/X11/qt5/Qt3DAnimation/QClipBlendNodeCreatedChangeBase
include/X11/qt5/Qt3DAnimation/QClipBlendNodeCreatedChangeBasePtr
include/X11/qt5/Qt3DAnimation/QClipBlendValue
+include/X11/qt5/Qt3DAnimation/QClock
include/X11/qt5/Qt3DAnimation/QKeyFrame
include/X11/qt5/Qt3DAnimation/QKeyframeAnimation
include/X11/qt5/Qt3DAnimation/QLerpClipBlend
include/X11/qt5/Qt3DAnimation/QMorphTarget
include/X11/qt5/Qt3DAnimation/QMorphingAnimation
+include/X11/qt5/Qt3DAnimation/QSkeletonMapping
include/X11/qt5/Qt3DAnimation/QVertexBlendAnimation
include/X11/qt5/Qt3DAnimation/Qt3DAnimation
include/X11/qt5/Qt3DAnimation/Qt3DAnimationDepends
include/X11/qt5/Qt3DAnimation/Qt3DAnimationVersion
include/X11/qt5/Qt3DAnimation/qabstractanimation.h
include/X11/qt5/Qt3DAnimation/qabstractanimationclip.h
+include/X11/qt5/Qt3DAnimation/qabstractchannelmapping.h
include/X11/qt5/Qt3DAnimation/qabstractclipanimator.h
include/X11/qt5/Qt3DAnimation/qabstractclipblendnode.h
include/X11/qt5/Qt3DAnimation/qadditiveclipblend.h
include/X11/qt5/Qt3DAnimation/qanimationaspect.h
+include/X11/qt5/Qt3DAnimation/qanimationcallback.h
include/X11/qt5/Qt3DAnimation/qanimationclip.h
include/X11/qt5/Qt3DAnimation/qanimationclipdata.h
include/X11/qt5/Qt3DAnimation/qanimationcliploader.h
include/X11/qt5/Qt3DAnimation/qanimationcontroller.h
include/X11/qt5/Qt3DAnimation/qanimationgroup.h
include/X11/qt5/Qt3DAnimation/qblendedclipanimator.h
+include/X11/qt5/Qt3DAnimation/qcallbackmapping.h
include/X11/qt5/Qt3DAnimation/qchannel.h
include/X11/qt5/Qt3DAnimation/qchannelcomponent.h
include/X11/qt5/Qt3DAnimation/qchannelmapper.h
@@ -102,11 +121,13 @@ include/X11/qt5/Qt3DAnimation/qchannelma
include/X11/qt5/Qt3DAnimation/qclipanimator.h
include/X11/qt5/Qt3DAnimation/qclipblendnodecreatedchange.h
include/X11/qt5/Qt3DAnimation/qclipblendvalue.h
+include/X11/qt5/Qt3DAnimation/qclock.h
include/X11/qt5/Qt3DAnimation/qkeyframe.h
include/X11/qt5/Qt3DAnimation/qkeyframeanimation.h
include/X11/qt5/Qt3DAnimation/qlerpclipblend.h
include/X11/qt5/Qt3DAnimation/qmorphinganimation.h
include/X11/qt5/Qt3DAnimation/qmorphtarget.h
+include/X11/qt5/Qt3DAnimation/qskeletonmapping.h
include/X11/qt5/Qt3DAnimation/qt3danimation_global.h
include/X11/qt5/Qt3DAnimation/qt3danimationversion.h
include/X11/qt5/Qt3DAnimation/qvertexblendanimation.h
@@ -116,6 +137,9 @@ include/X11/qt5/Qt3DCore/${VERSION}/Qt3D
include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/
include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/aspectcommanddebugger_p.h
include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/corelogging_p.h
+include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/matrix4x4_avx2_p.h
+include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/matrix4x4_p.h
+include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/matrix4x4_sse_p.h
include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/nullservices_p.h
include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/propertychangehandler_p.h
include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/qabstractaspect_p.h
@@ -124,6 +148,8 @@ include/X11/qt5/Qt3DCore/${VERSION}/Qt3D
include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/qabstractframeadvanceservice_p_p.h
include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/qabstractnodefactory_p.h
include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/qabstractserviceprovider_p.h
+include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/qabstractskeleton_p.h
+include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/qarmature_p.h
include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/qaspectengine_p.h
include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/qaspectfactory_p.h
include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/qaspectjob_p.h
@@ -140,15 +166,20 @@ include/X11/qt5/Qt3DCore/${VERSION}/Qt3D
include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/qcomponentaddedchange_p.h
include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/qcomponentremovedchange_p.h
include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/qdestructionidandtypecollector_p.h
+include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/qdownloadhelperservice_p.h
+include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/qdownloadhelperservice_p_p.h
+include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/qdownloadnetworkworker_p.h
include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/qdynamicpropertyupdatedchange_p.h
include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/qentity_p.h
include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/qeventfilterservice_p.h
include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/qframeallocator_p.h
include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/qframeallocator_p_p.h
include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/qhandle_p.h
+include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/qjoint_p.h
include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/qlockableobserverinterface_p.h
include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/qmath3d_p.h
include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/qnode_p.h
+include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/qnodecommand_p.h
include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/qnodecreatedchange_p.h
include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/qnodecreatedchangegenerator_p.h
include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/qnodedestroyedchange_p.h
@@ -173,6 +204,10 @@ include/X11/qt5/Qt3DCore/${VERSION}/Qt3D
include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/qsceneobserverinterface_p.h
include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/qscheduler_p.h
include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/qservicelocator_p.h
+include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/qskeleton_p.h
+include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/qskeletoncreatedchange_p.h
+include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/qskeletoncreatedchange_p_p.h
+include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/qskeletonloader_p.h
include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/qstaticpropertyupdatedchangebase_p.h
include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/qstaticpropertyvalueaddedchangebase_p.h
include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/qstaticpropertyvalueremovedchangebase_p.h
@@ -185,8 +220,15 @@ include/X11/qt5/Qt3DCore/${VERSION}/Qt3D
include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/qtickclockservice_p.h
include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/qtransform_p.h
include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/qtypedpropertyupdatechange_p.h
+include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/sqt_p.h
include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/task_p.h
+include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/vector3d_p.h
+include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/vector3d_sse_p.h
+include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/vector4d_p.h
+include/X11/qt5/Qt3DCore/${VERSION}/Qt3DCore/private/vector4d_sse_p.h
include/X11/qt5/Qt3DCore/QAbstractAspect
+include/X11/qt5/Qt3DCore/QAbstractSkeleton
+include/X11/qt5/Qt3DCore/QArmature
include/X11/qt5/Qt3DCore/QAspectEngine
include/X11/qt5/Qt3DCore/QAspectJob
include/X11/qt5/Qt3DCore/QAspectJobPtr
@@ -203,7 +245,10 @@ include/X11/qt5/Qt3DCore/QDynamicPropert
include/X11/qt5/Qt3DCore/QDynamicPropertyUpdatedChangePtr
include/X11/qt5/Qt3DCore/QEntity
include/X11/qt5/Qt3DCore/QEntityPtr
+include/X11/qt5/Qt3DCore/QJoint
include/X11/qt5/Qt3DCore/QNode
+include/X11/qt5/Qt3DCore/QNodeCommand
+include/X11/qt5/Qt3DCore/QNodeCommandPtr
include/X11/qt5/Qt3DCore/QNodeCreatedChange
include/X11/qt5/Qt3DCore/QNodeCreatedChangeBase
include/X11/qt5/Qt3DCore/QNodeCreatedChangeBasePtr
@@ -231,6 +276,8 @@ include/X11/qt5/Qt3DCore/QPropertyValueR
include/X11/qt5/Qt3DCore/QPropertyValueRemovedChangePtr
include/X11/qt5/Qt3DCore/QSceneChange
include/X11/qt5/Qt3DCore/QSceneChangePtr
+include/X11/qt5/Qt3DCore/QSkeleton
+include/X11/qt5/Qt3DCore/QSkeletonLoader
include/X11/qt5/Qt3DCore/QStaticPropertyUpdatedChangeBase
include/X11/qt5/Qt3DCore/QStaticPropertyUpdatedChangeBasePtr
include/X11/qt5/Qt3DCore/QStaticPropertyValueAddedChangeBase
@@ -240,6 +287,8 @@ include/X11/qt5/Qt3DCore/Qt3DCore
include/X11/qt5/Qt3DCore/Qt3DCoreDepends
include/X11/qt5/Qt3DCore/Qt3DCoreVersion
include/X11/qt5/Qt3DCore/qabstractaspect.h
+include/X11/qt5/Qt3DCore/qabstractskeleton.h
+include/X11/qt5/Qt3DCore/qarmature.h
include/X11/qt5/Qt3DCore/qaspectengine.h
include/X11/qt5/Qt3DCore/qaspectjob.h
include/X11/qt5/Qt3DCore/qbackendnode.h
@@ -248,7 +297,9 @@ include/X11/qt5/Qt3DCore/qcomponentadded
include/X11/qt5/Qt3DCore/qcomponentremovedchange.h
include/X11/qt5/Qt3DCore/qdynamicpropertyupdatedchange.h
include/X11/qt5/Qt3DCore/qentity.h
+include/X11/qt5/Qt3DCore/qjoint.h
include/X11/qt5/Qt3DCore/qnode.h
+include/X11/qt5/Qt3DCore/qnodecommand.h
include/X11/qt5/Qt3DCore/qnodecreatedchange.h
include/X11/qt5/Qt3DCore/qnodedestroyedchange.h
include/X11/qt5/Qt3DCore/qnodeid.h
@@ -261,6 +312,8 @@ include/X11/qt5/Qt3DCore/qpropertyvaluea
include/X11/qt5/Qt3DCore/qpropertyvalueremovedchange.h
include/X11/qt5/Qt3DCore/qpropertyvalueremovedchangebase.h
include/X11/qt5/Qt3DCore/qscenechange.h
+include/X11/qt5/Qt3DCore/qskeleton.h
+include/X11/qt5/Qt3DCore/qskeletonloader.h
include/X11/qt5/Qt3DCore/qstaticpropertyupdatedchangebase.h
include/X11/qt5/Qt3DCore/qstaticpropertyvalueaddedchangebase.h
include/X11/qt5/Qt3DCore/qstaticpropertyvalueremovedchangebase.h
@@ -275,14 +328,16 @@ include/X11/qt5/Qt3DExtras/${VERSION}/Qt
include/X11/qt5/Qt3DExtras/${VERSION}/Qt3DExtras/private/areaallocator_p.h
include/X11/qt5/Qt3DExtras/${VERSION}/Qt3DExtras/private/distancefieldtextrenderer_p.h
include/X11/qt5/Qt3DExtras/${VERSION}/Qt3DExtras/private/distancefieldtextrenderer_p_p.h
+include/X11/qt5/Qt3DExtras/${VERSION}/Qt3DExtras/private/qabstractcameracontroller_p.h
+include/X11/qt5/Qt3DExtras/${VERSION}/Qt3DExtras/private/qabstractspritesheet_p.h
include/X11/qt5/Qt3DExtras/${VERSION}/Qt3DExtras/private/qconegeometry_p.h
include/X11/qt5/Qt3DExtras/${VERSION}/Qt3DExtras/private/qcuboidgeometry_p.h
include/X11/qt5/Qt3DExtras/${VERSION}/Qt3DExtras/private/qcylindergeometry_p.h
include/X11/qt5/Qt3DExtras/${VERSION}/Qt3DExtras/private/qdiffusemapmaterial_p.h
include/X11/qt5/Qt3DExtras/${VERSION}/Qt3DExtras/private/qdiffusespecularmapmaterial_p.h
+include/X11/qt5/Qt3DExtras/${VERSION}/Qt3DExtras/private/qdiffusespecularmaterial_p.h
include/X11/qt5/Qt3DExtras/${VERSION}/Qt3DExtras/private/qdistancefieldglyphcache_p.h
include/X11/qt5/Qt3DExtras/${VERSION}/Qt3DExtras/private/qextrudedtextgeometry_p.h
-include/X11/qt5/Qt3DExtras/${VERSION}/Qt3DExtras/private/qfirstpersoncameracontroller_p.h
include/X11/qt5/Qt3DExtras/${VERSION}/Qt3DExtras/private/qforwardrenderer_p.h
include/X11/qt5/Qt3DExtras/${VERSION}/Qt3DExtras/private/qgoochmaterial_p.h
include/X11/qt5/Qt3DExtras/${VERSION}/Qt3DExtras/private/qmetalroughmaterial_p.h
@@ -297,15 +352,19 @@ include/X11/qt5/Qt3DExtras/${VERSION}/Qt
include/X11/qt5/Qt3DExtras/${VERSION}/Qt3DExtras/private/qplanegeometry_p.h
include/X11/qt5/Qt3DExtras/${VERSION}/Qt3DExtras/private/qskyboxentity_p.h
include/X11/qt5/Qt3DExtras/${VERSION}/Qt3DExtras/private/qspheregeometry_p.h
+include/X11/qt5/Qt3DExtras/${VERSION}/Qt3DExtras/private/qspritegrid_p.h
+include/X11/qt5/Qt3DExtras/${VERSION}/Qt3DExtras/private/qspritesheet_p.h
+include/X11/qt5/Qt3DExtras/${VERSION}/Qt3DExtras/private/qspritesheetitem_p.h
include/X11/qt5/Qt3DExtras/${VERSION}/Qt3DExtras/private/qt3dwindow_p.h
include/X11/qt5/Qt3DExtras/${VERSION}/Qt3DExtras/private/qtext2dentity_p.h
include/X11/qt5/Qt3DExtras/${VERSION}/Qt3DExtras/private/qtext2dmaterial_p.h
include/X11/qt5/Qt3DExtras/${VERSION}/Qt3DExtras/private/qtext2dmaterial_p_p.h
include/X11/qt5/Qt3DExtras/${VERSION}/Qt3DExtras/private/qtextureatlas_p.h
include/X11/qt5/Qt3DExtras/${VERSION}/Qt3DExtras/private/qtextureatlas_p_p.h
-include/X11/qt5/Qt3DExtras/${VERSION}/Qt3DExtras/private/qtexturedmetalroughmaterial_p.h
include/X11/qt5/Qt3DExtras/${VERSION}/Qt3DExtras/private/qtexturematerial_p.h
include/X11/qt5/Qt3DExtras/${VERSION}/Qt3DExtras/private/qtorusgeometry_p.h
+include/X11/qt5/Qt3DExtras/QAbstractCameraController
+include/X11/qt5/Qt3DExtras/QAbstractSpriteSheet
include/X11/qt5/Qt3DExtras/QConeGeometry
include/X11/qt5/Qt3DExtras/QConeMesh
include/X11/qt5/Qt3DExtras/QCuboidGeometry
@@ -314,6 +373,7 @@ include/X11/qt5/Qt3DExtras/QCylinderGeom
include/X11/qt5/Qt3DExtras/QCylinderMesh
include/X11/qt5/Qt3DExtras/QDiffuseMapMaterial
include/X11/qt5/Qt3DExtras/QDiffuseSpecularMapMaterial
+include/X11/qt5/Qt3DExtras/QDiffuseSpecularMaterial
include/X11/qt5/Qt3DExtras/QExtrudedTextGeometry
include/X11/qt5/Qt3DExtras/QExtrudedTextMesh
include/X11/qt5/Qt3DExtras/QFirstPersonCameraController
@@ -333,15 +393,19 @@ include/X11/qt5/Qt3DExtras/QPlaneMesh
include/X11/qt5/Qt3DExtras/QSkyboxEntity
include/X11/qt5/Qt3DExtras/QSphereGeometry
include/X11/qt5/Qt3DExtras/QSphereMesh
+include/X11/qt5/Qt3DExtras/QSpriteGrid
+include/X11/qt5/Qt3DExtras/QSpriteSheet
+include/X11/qt5/Qt3DExtras/QSpriteSheetItem
include/X11/qt5/Qt3DExtras/QText2DEntity
include/X11/qt5/Qt3DExtras/QTextureMaterial
-include/X11/qt5/Qt3DExtras/QTexturedMetalRoughMaterial
include/X11/qt5/Qt3DExtras/QTorusGeometry
include/X11/qt5/Qt3DExtras/QTorusMesh
include/X11/qt5/Qt3DExtras/Qt3DExtras
include/X11/qt5/Qt3DExtras/Qt3DExtrasDepends
include/X11/qt5/Qt3DExtras/Qt3DExtrasVersion
include/X11/qt5/Qt3DExtras/Qt3DWindow
+include/X11/qt5/Qt3DExtras/qabstractcameracontroller.h
+include/X11/qt5/Qt3DExtras/qabstractspritesheet.h
include/X11/qt5/Qt3DExtras/qconegeometry.h
include/X11/qt5/Qt3DExtras/qconemesh.h
include/X11/qt5/Qt3DExtras/qcuboidgeometry.h
@@ -350,6 +414,7 @@ include/X11/qt5/Qt3DExtras/qcylindergeom
include/X11/qt5/Qt3DExtras/qcylindermesh.h
include/X11/qt5/Qt3DExtras/qdiffusemapmaterial.h
include/X11/qt5/Qt3DExtras/qdiffusespecularmapmaterial.h
+include/X11/qt5/Qt3DExtras/qdiffusespecularmaterial.h
include/X11/qt5/Qt3DExtras/qextrudedtextgeometry.h
include/X11/qt5/Qt3DExtras/qextrudedtextmesh.h
include/X11/qt5/Qt3DExtras/qfirstpersoncameracontroller.h
@@ -369,6 +434,9 @@ include/X11/qt5/Qt3DExtras/qplanemesh.h
include/X11/qt5/Qt3DExtras/qskyboxentity.h
include/X11/qt5/Qt3DExtras/qspheregeometry.h
include/X11/qt5/Qt3DExtras/qspheremesh.h
+include/X11/qt5/Qt3DExtras/qspritegrid.h
+include/X11/qt5/Qt3DExtras/qspritesheet.h
+include/X11/qt5/Qt3DExtras/qspritesheetitem.h
include/X11/qt5/Qt3DExtras/qt3dextras_global.h
include/X11/qt5/Qt3DExtras/qt3dextrasversion.h
include/X11/qt5/Qt3DExtras/qt3dwindow.h
@@ -537,6 +605,7 @@ include/X11/qt5/Qt3DQuick/${VERSION}/Qt3
include/X11/qt5/Qt3DQuick/${VERSION}/Qt3DQuick/private/quick3dentity_p.h
include/X11/qt5/Qt3DQuick/${VERSION}/Qt3DQuick/private/quick3dentityloader_p.h
include/X11/qt5/Qt3DQuick/${VERSION}/Qt3DQuick/private/quick3dentityloader_p_p.h
+include/X11/qt5/Qt3DQuick/${VERSION}/Qt3DQuick/private/quick3djoint_p.h
include/X11/qt5/Qt3DQuick/${VERSION}/Qt3DQuick/private/quick3dnode_p.h
include/X11/qt5/Qt3DQuick/${VERSION}/Qt3DQuick/private/quick3dnodeinstantiator_p.h
include/X11/qt5/Qt3DQuick/${VERSION}/Qt3DQuick/private/quick3dnodev9_p.h
@@ -570,10 +639,12 @@ include/X11/qt5/Qt3DQuickExtras/${VERSIO
include/X11/qt5/Qt3DQuickExtras/${VERSION}/Qt3DQuickExtras/
include/X11/qt5/Qt3DQuickExtras/${VERSION}/Qt3DQuickExtras/private/
include/X11/qt5/Qt3DQuickExtras/${VERSION}/Qt3DQuickExtras/private/qt3dquickextras_global_p.h
+include/X11/qt5/Qt3DQuickExtras/${VERSION}/Qt3DQuickExtras/private/qt3dquickextrasnodefactory_p.h
include/X11/qt5/Qt3DQuickExtras/${VERSION}/Qt3DQuickExtras/private/qt3dquickwindow_p.h
include/X11/qt5/Qt3DQuickExtras/${VERSION}/Qt3DQuickExtras/private/qt3dquickwindowlogging_p.h
include/X11/qt5/Qt3DQuickExtras/${VERSION}/Qt3DQuickExtras/private/quick3dlevelofdetailloader_p.h
include/X11/qt5/Qt3DQuickExtras/${VERSION}/Qt3DQuickExtras/private/quick3dlevelofdetailloader_p_p.h
+include/X11/qt5/Qt3DQuickExtras/${VERSION}/Qt3DQuickExtras/private/quick3dspritesheet_p.h
include/X11/qt5/Qt3DQuickExtras/Qt3DQuickExtras
include/X11/qt5/Qt3DQuickExtras/Qt3DQuickExtrasDepends
include/X11/qt5/Qt3DQuickExtras/Qt3DQuickExtrasVersion
@@ -612,11 +683,15 @@ include/X11/qt5/Qt3DQuickRender/${VERSIO
include/X11/qt5/Qt3DQuickRender/${VERSION}/Qt3DQuickRender/private/quick3dmemorybarrier_p.h
include/X11/qt5/Qt3DQuickRender/${VERSION}/Qt3DQuickRender/private/quick3dparameter_p.h
include/X11/qt5/Qt3DQuickRender/${VERSION}/Qt3DQuickRender/private/quick3dparameter_p_p.h
+include/X11/qt5/Qt3DQuickRender/${VERSION}/Qt3DQuickRender/private/quick3draycaster_p.h
+include/X11/qt5/Qt3DQuickRender/${VERSION}/Qt3DQuickRender/private/quick3draycaster_p_p.h
include/X11/qt5/Qt3DQuickRender/${VERSION}/Qt3DQuickRender/private/quick3drenderpass_p.h
include/X11/qt5/Qt3DQuickRender/${VERSION}/Qt3DQuickRender/private/quick3drenderpassfilter_p.h
include/X11/qt5/Qt3DQuickRender/${VERSION}/Qt3DQuickRender/private/quick3drendertargetoutput_p.h
include/X11/qt5/Qt3DQuickRender/${VERSION}/Qt3DQuickRender/private/quick3drendertargetselector_p.h
include/X11/qt5/Qt3DQuickRender/${VERSION}/Qt3DQuickRender/private/quick3dscene_p.h
+include/X11/qt5/Qt3DQuickRender/${VERSION}/Qt3DQuickRender/private/quick3dscreenraycaster_p.h
+include/X11/qt5/Qt3DQuickRender/${VERSION}/Qt3DQuickRender/private/quick3dscreenraycaster_p_p.h
include/X11/qt5/Qt3DQuickRender/${VERSION}/Qt3DQuickRender/private/quick3dshaderdata_p.h
include/X11/qt5/Qt3DQuickRender/${VERSION}/Qt3DQuickRender/private/quick3dshaderdataarray_p.h
include/X11/qt5/Qt3DQuickRender/${VERSION}/Qt3DQuickRender/private/quick3dstateset_p.h
@@ -653,11 +728,15 @@ include/X11/qt5/Qt3DRender/
include/X11/qt5/Qt3DRender/${VERSION}/
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/
+include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/abstractpickingjob_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/abstractrenderer_p.h
+include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/aligned_malloc_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/apitexturemanager_p.h
+include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/armature_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/attachmentpack_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/attribute_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/backendnode_p.h
+include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/blitframebuffer_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/boundingsphere_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/boundingvolumedebug_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/buffer_p.h
@@ -673,15 +752,19 @@ include/X11/qt5/Qt3DRender/${VERSION}/Qt
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/commandexecuter_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/commandthread_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/computecommand_p.h
+include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/computefilteredboundingvolumejob_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/dispatchcompute_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/effect_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/entity_p.h
+include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/entityaccumulator_p.h
+include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/entityvisitor_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/environmentlight_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/expandboundingvolumejob_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/filtercompatibletechniquejob_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/filterentitybycomponentjob_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/filterkey_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/filterlayerentityjob_p.h
+include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/filterproximitydistancejob_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/framecleanupjob_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/framegraphnode_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/framegraphvisitor_p.h
@@ -694,10 +777,15 @@ include/X11/qt5/Qt3DRender/${VERSION}/Qt
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/geometryrenderer_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/geometryrenderermanager_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/glbuffer_p.h
+include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/glcommands_p.h
+include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/glfence_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/gltexture_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/gltexturemanager_p.h
+include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/gltfskeletonloader_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/graphicscontext_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/graphicshelperes2_p.h
+include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/graphicshelperes3_1_p.h
+include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/graphicshelperes3_2_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/graphicshelperes3_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/graphicshelpergl2_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/graphicshelpergl3_2_p.h
@@ -706,6 +794,7 @@ include/X11/qt5/Qt3DRender/${VERSION}/Qt
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/graphicshelperinterface_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/handle_types_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/job_common_p.h
+include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/joint_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/layer_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/layerfilternode_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/levelofdetail_p.h
@@ -715,6 +804,7 @@ include/X11/qt5/Qt3DRender/${VERSION}/Qt
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/loadbufferjob_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/loadgeometryjob_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/loadscenejob_p.h
+include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/loadskeletonjob_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/loadtexturedatajob_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/managers_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/material_p.h
@@ -732,8 +822,11 @@ include/X11/qt5/Qt3DRender/${VERSION}/Qt
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/pickboundingvolumeutils_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/pickeventfilter_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/platformsurfacefilter_p.h
+include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/pointsvisitor_p.h
+include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/proximityfilter_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qabstractcollisionqueryservice_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qabstractlight_p.h
+include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qabstractraycaster_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qabstracttexture_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qabstracttextureimage_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qalphatest_p.h
@@ -741,6 +834,7 @@ include/X11/qt5/Qt3DRender/${VERSION}/Qt
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qaxisalignedboundingbox_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qblendequation_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qblendequationarguments_p.h
+include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qblitframebuffer_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qboundingvolume_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qboundingvolumeprovider_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qbuffer_p.h
@@ -769,10 +863,10 @@ include/X11/qt5/Qt3DRender/${VERSION}/Qt
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qgeometryrenderer_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qgraphicsapifilter_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qgraphicsutils_p.h
-include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qitemmodelbuffer_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qlayer_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qlayerfilter_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qlevelofdetail_p.h
+include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qlinewidth_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qmaterial_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qmemorybarrier_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qmesh_p.h
@@ -784,6 +878,7 @@ include/X11/qt5/Qt3DRender/${VERSION}/Qt
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qpointlight_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qpointsize_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qpolygonoffset_p.h
+include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qproximityfilter_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qray3d_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qraycastingservice_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qrenderaspect_p.h
@@ -809,8 +904,10 @@ include/X11/qt5/Qt3DRender/${VERSION}/Qt
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qsceneimportplugin_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qsceneloader_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qscissortest_p.h
+include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qsetfence_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qshaderdata_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qshaderprogram_p.h
+include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qshaderprogrambuilder_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qsortpolicy_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qspotlight_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qstencilmask_p.h
@@ -818,6 +915,7 @@ include/X11/qt5/Qt3DRender/${VERSION}/Qt
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qstenciloperationarguments_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qstenciltest_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qstenciltestarguments_p.h
+include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qt3drender-config_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qt3drender_global_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qtechnique_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qtechniquefilter_p.h
@@ -826,9 +924,12 @@ include/X11/qt5/Qt3DRender/${VERSION}/Qt
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qtextureimagedata_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qurlhelper_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qviewport_p.h
+include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/qwaitfence_p.h
+include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/raycaster_p.h
+include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/raycastingjob_p.h
+include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/renderbuffer_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/rendercapture_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/rendercommand_p.h
-include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/renderconfiguration_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/renderer_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/renderercache_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/renderlogging_p.h
@@ -852,44 +953,57 @@ include/X11/qt5/Qt3DRender/${VERSION}/Qt
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/resourceaccessor_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/scene_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/scenemanager_p.h
+include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/segmentsvisitor_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/sendbuffercapturejob_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/sendrendercapturejob_p.h
+include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/setfence_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/shader_p.h
+include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/shaderbuilder_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/shadercache_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/shaderdata_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/shaderparameterpack_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/shadervariables_p.h
+include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/skeleton_p.h
+include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/skeletondata_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/sortpolicy_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/sphere_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/statemask_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/statesetnode_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/statevariant_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/stringtoint_p.h
+include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/submissioncontext_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/technique_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/techniquefilternode_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/techniquemanager_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/texture_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/texturedatamanager_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/textureimage_p.h
+include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/texturesubmissioncontext_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/transform_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/triangleboundingvolume_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/trianglesextractor_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/trianglesvisitor_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/uniform_p.h
+include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/updateentityhierarchyjob_p.h
+include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/updateentitylayersjob_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/updatelevelofdetailjob_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/updatemeshtrianglelistjob_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/updateshaderdatatransformjob_p.h
+include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/updateskinningpalettejob_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/updatetreeenabledjob_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/updateworldboundingvolumejob_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/updateworldtransformjob_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/viewportnode_p.h
+include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/visitorutils_p.h
include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/vsyncframeadvanceservice_p.h
+include/X11/qt5/Qt3DRender/${VERSION}/Qt3DRender/private/waitfence_p.h
include/X11/qt5/Qt3DRender/FunctorType
include/X11/qt5/Qt3DRender/ParameterList
include/X11/qt5/Qt3DRender/PropertyReaderInterface
include/X11/qt5/Qt3DRender/PropertyReaderInterfacePtr
include/X11/qt5/Qt3DRender/QAbstractFunctor
include/X11/qt5/Qt3DRender/QAbstractLight
+include/X11/qt5/Qt3DRender/QAbstractRayCaster
include/X11/qt5/Qt3DRender/QAbstractTexture
include/X11/qt5/Qt3DRender/QAbstractTextureImage
include/X11/qt5/Qt3DRender/QAlphaCoverage
@@ -897,6 +1011,7 @@ include/X11/qt5/Qt3DRender/QAlphaTest
include/X11/qt5/Qt3DRender/QAttribute
include/X11/qt5/Qt3DRender/QBlendEquation
include/X11/qt5/Qt3DRender/QBlendEquationArguments
+include/X11/qt5/Qt3DRender/QBlitFramebuffer
include/X11/qt5/Qt3DRender/QBuffer
include/X11/qt5/Qt3DRender/QBufferCapture
include/X11/qt5/Qt3DRender/QBufferDataGenerator
@@ -933,6 +1048,7 @@ include/X11/qt5/Qt3DRender/QLayerFilter
include/X11/qt5/Qt3DRender/QLevelOfDetail
include/X11/qt5/Qt3DRender/QLevelOfDetailBoundingSphere
include/X11/qt5/Qt3DRender/QLevelOfDetailSwitch
+include/X11/qt5/Qt3DRender/QLineWidth
include/X11/qt5/Qt3DRender/QMaterial
include/X11/qt5/Qt3DRender/QMemoryBarrier
include/X11/qt5/Qt3DRender/QMesh
@@ -944,11 +1060,19 @@ include/X11/qt5/Qt3DRender/QPaintedTextu
include/X11/qt5/Qt3DRender/QParameter
include/X11/qt5/Qt3DRender/QPickEvent
include/X11/qt5/Qt3DRender/QPickEventPtr
+include/X11/qt5/Qt3DRender/QPickLineEvent
+include/X11/qt5/Qt3DRender/QPickLineEventPtr
+include/X11/qt5/Qt3DRender/QPickPointEvent
+include/X11/qt5/Qt3DRender/QPickPointEventPtr
include/X11/qt5/Qt3DRender/QPickTriangleEvent
+include/X11/qt5/Qt3DRender/QPickTriangleEventPtr
include/X11/qt5/Qt3DRender/QPickingSettings
include/X11/qt5/Qt3DRender/QPointLight
include/X11/qt5/Qt3DRender/QPointSize
include/X11/qt5/Qt3DRender/QPolygonOffset
+include/X11/qt5/Qt3DRender/QProximityFilter
+include/X11/qt5/Qt3DRender/QRayCaster
+include/X11/qt5/Qt3DRender/QRayCasterHit
include/X11/qt5/Qt3DRender/QRenderAspect
include/X11/qt5/Qt3DRender/QRenderCapture
include/X11/qt5/Qt3DRender/QRenderCaptureReply
@@ -963,9 +1087,12 @@ include/X11/qt5/Qt3DRender/QRenderTarget
include/X11/qt5/Qt3DRender/QRenderTargetSelector
include/X11/qt5/Qt3DRender/QSceneLoader
include/X11/qt5/Qt3DRender/QScissorTest
+include/X11/qt5/Qt3DRender/QScreenRayCaster
include/X11/qt5/Qt3DRender/QSeamlessCubemap
+include/X11/qt5/Qt3DRender/QSetFence
include/X11/qt5/Qt3DRender/QShaderData
include/X11/qt5/Qt3DRender/QShaderProgram
+include/X11/qt5/Qt3DRender/QShaderProgramBuilder
include/X11/qt5/Qt3DRender/QSortPolicy
include/X11/qt5/Qt3DRender/QSpotLight
include/X11/qt5/Qt3DRender/QStencilMask
@@ -987,11 +1114,13 @@ include/X11/qt5/Qt3DRender/QTextureImage
include/X11/qt5/Qt3DRender/QTextureImageDataPtr
include/X11/qt5/Qt3DRender/QTextureWrapMode
include/X11/qt5/Qt3DRender/QViewport
+include/X11/qt5/Qt3DRender/QWaitFence
include/X11/qt5/Qt3DRender/Qt3DRender
include/X11/qt5/Qt3DRender/Qt3DRenderDepends
include/X11/qt5/Qt3DRender/Qt3DRenderVersion
include/X11/qt5/Qt3DRender/qabstractfunctor.h
include/X11/qt5/Qt3DRender/qabstractlight.h
+include/X11/qt5/Qt3DRender/qabstractraycaster.h
include/X11/qt5/Qt3DRender/qabstracttexture.h
include/X11/qt5/Qt3DRender/qabstracttextureimage.h
include/X11/qt5/Qt3DRender/qalphacoverage.h
@@ -999,6 +1128,7 @@ include/X11/qt5/Qt3DRender/qalphatest.h
include/X11/qt5/Qt3DRender/qattribute.h
include/X11/qt5/Qt3DRender/qblendequation.h
include/X11/qt5/Qt3DRender/qblendequationarguments.h
+include/X11/qt5/Qt3DRender/qblitframebuffer.h
include/X11/qt5/Qt3DRender/qbuffer.h
include/X11/qt5/Qt3DRender/qbuffercapture.h
include/X11/qt5/Qt3DRender/qbufferdatagenerator.h
@@ -1030,6 +1160,7 @@ include/X11/qt5/Qt3DRender/qlayerfilter.
include/X11/qt5/Qt3DRender/qlevelofdetail.h
include/X11/qt5/Qt3DRender/qlevelofdetailboundingsphere.h
include/X11/qt5/Qt3DRender/qlevelofdetailswitch.h
+include/X11/qt5/Qt3DRender/qlinewidth.h
include/X11/qt5/Qt3DRender/qmaterial.h
include/X11/qt5/Qt3DRender/qmemorybarrier.h
include/X11/qt5/Qt3DRender/qmesh.h
@@ -1041,10 +1172,15 @@ include/X11/qt5/Qt3DRender/qpaintedtextu
include/X11/qt5/Qt3DRender/qparameter.h
include/X11/qt5/Qt3DRender/qpickevent.h
include/X11/qt5/Qt3DRender/qpickingsettings.h
+include/X11/qt5/Qt3DRender/qpicklineevent.h
+include/X11/qt5/Qt3DRender/qpickpointevent.h
include/X11/qt5/Qt3DRender/qpicktriangleevent.h
include/X11/qt5/Qt3DRender/qpointlight.h
include/X11/qt5/Qt3DRender/qpointsize.h
include/X11/qt5/Qt3DRender/qpolygonoffset.h
+include/X11/qt5/Qt3DRender/qproximityfilter.h
+include/X11/qt5/Qt3DRender/qraycaster.h
+include/X11/qt5/Qt3DRender/qraycasterhit.h
include/X11/qt5/Qt3DRender/qrenderaspect.h
include/X11/qt5/Qt3DRender/qrendercapture.h
include/X11/qt5/Qt3DRender/qrenderpass.h
@@ -1058,9 +1194,12 @@ include/X11/qt5/Qt3DRender/qrendertarget
include/X11/qt5/Qt3DRender/qrendertargetselector.h
include/X11/qt5/Qt3DRender/qsceneloader.h
include/X11/qt5/Qt3DRender/qscissortest.h
+include/X11/qt5/Qt3DRender/qscreenraycaster.h
include/X11/qt5/Qt3DRender/qseamlesscubemap.h
+include/X11/qt5/Qt3DRender/qsetfence.h
include/X11/qt5/Qt3DRender/qshaderdata.h
include/X11/qt5/Qt3DRender/qshaderprogram.h
+include/X11/qt5/Qt3DRender/qshaderprogrambuilder.h
include/X11/qt5/Qt3DRender/qsortpolicy.h
include/X11/qt5/Qt3DRender/qspotlight.h
include/X11/qt5/Qt3DRender/qstencilmask.h
@@ -1068,6 +1207,7 @@ include/X11/qt5/Qt3DRender/qstencilopera
include/X11/qt5/Qt3DRender/qstenciloperationarguments.h
include/X11/qt5/Qt3DRender/qstenciltest.h
include/X11/qt5/Qt3DRender/qstenciltestarguments.h
+include/X11/qt5/Qt3DRender/qt3drender-config.h
include/X11/qt5/Qt3DRender/qt3drender_global.h
include/X11/qt5/Qt3DRender/qt3drenderversion.h
include/X11/qt5/Qt3DRender/qtechnique.h
@@ -1080,6 +1220,7 @@ include/X11/qt5/Qt3DRender/qtextureimage
include/X11/qt5/Qt3DRender/qtextureimagedatagenerator.h
include/X11/qt5/Qt3DRender/qtexturewrapmode.h
include/X11/qt5/Qt3DRender/qviewport.h
+include/X11/qt5/Qt3DRender/qwaitfence.h
@lib lib/libQt53DAnimation.so.${LIBQt53DAnimation_VERSION}
@lib lib/libQt53DCore.so.${LIBQt53DCore_VERSION}
@lib lib/libQt53DExtras.so.${LIBQt53DExtras_VERSION}
@@ -1104,7 +1245,10 @@ lib/pkgconfig/Qt53DQuickInput.pc
lib/pkgconfig/Qt53DQuickRender.pc
lib/pkgconfig/Qt53DQuickScene2D.pc
lib/pkgconfig/Qt53DRender.pc
+lib/qt5/
+lib/qt5/bin/
@bin lib/qt5/bin/qgltf
+lib/qt5/cmake/
lib/qt5/cmake/Qt53DAnimation/
lib/qt5/cmake/Qt53DAnimation/Qt53DAnimationConfig.cmake
lib/qt5/cmake/Qt53DAnimation/Qt53DAnimationConfigVersion.cmake
@@ -1147,6 +1291,7 @@ lib/qt5/cmake/Qt53DRender/Qt53DRender_GL
lib/qt5/cmake/Qt53DRender/Qt53DRender_GLTFSceneExportPlugin.cmake
lib/qt5/cmake/Qt53DRender/Qt53DRender_GLTFSceneImportPlugin.cmake
lib/qt5/cmake/Qt53DRender/Qt53DRender_Scene2DPlugin.cmake
+lib/qt5/examples/
lib/qt5/libQt53DAnimation.la
lib/qt5/libQt53DAnimation.prl
@lib lib/qt5/libQt53DAnimation.so.${LIBQt53DAnimation_VERSION}
@@ -1183,6 +1328,8 @@ lib/qt5/libQt53DQuickScene2D.prl
lib/qt5/libQt53DRender.la
lib/qt5/libQt53DRender.prl
@lib lib/qt5/libQt53DRender.so.${LIBQt53DRender_VERSION}
+lib/qt5/mkspecs/
+lib/qt5/mkspecs/modules/
lib/qt5/mkspecs/modules/qt_lib_3danimation.pri
lib/qt5/mkspecs/modules/qt_lib_3danimation_private.pri
lib/qt5/mkspecs/modules/qt_lib_3dcore.pri
@@ -1207,6 +1354,7 @@ lib/qt5/mkspecs/modules/qt_lib_3dquicksc
lib/qt5/mkspecs/modules/qt_lib_3dquickscene2d_private.pri
lib/qt5/mkspecs/modules/qt_lib_3drender.pri
lib/qt5/mkspecs/modules/qt_lib_3drender_private.pri
+lib/qt5/pkgconfig/
lib/qt5/pkgconfig/Qt53DAnimation.pc
lib/qt5/pkgconfig/Qt53DCore.pc
lib/qt5/pkgconfig/Qt53DExtras.pc
@@ -1219,6 +1367,7 @@ lib/qt5/pkgconfig/Qt53DQuickInput.pc
lib/qt5/pkgconfig/Qt53DQuickRender.pc
lib/qt5/pkgconfig/Qt53DQuickScene2D.pc
lib/qt5/pkgconfig/Qt53DRender.pc
+lib/qt5/plugins/
lib/qt5/plugins/geometryloaders/
@so lib/qt5/plugins/geometryloaders/libdefaultgeometryloader.so
@so lib/qt5/plugins/geometryloaders/libgltfgeometryloader.so
@@ -1228,6 +1377,7 @@ lib/qt5/plugins/sceneparsers/
@so lib/qt5/plugins/sceneparsers/libassimpsceneimport.so
@so lib/qt5/plugins/sceneparsers/libgltfsceneexport.so
@so lib/qt5/plugins/sceneparsers/libgltfsceneimport.so
+lib/qt5/qml/
lib/qt5/qml/Qt3D/
lib/qt5/qml/Qt3D/Animation/
@so lib/qt5/qml/Qt3D/Animation/libquick3danimationplugin.so
@@ -1253,6 +1403,7 @@ lib/qt5/qml/Qt3D/Render/
@so lib/qt5/qml/Qt3D/Render/libquick3drenderplugin.so
lib/qt5/qml/Qt3D/Render/plugins.qmltypes
lib/qt5/qml/Qt3D/Render/qmldir
+lib/qt5/qml/QtQuick/
lib/qt5/qml/QtQuick/Scene2D/
@so lib/qt5/qml/QtQuick/Scene2D/libqtquickscene2dplugin.so
lib/qt5/qml/QtQuick/Scene2D/plugins.qmltypes
Index: x11/qt5/qtbase/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtbase/Makefile,v
retrieving revision 1.35
diff -u -p -r1.35 Makefile
--- x11/qt5/qtbase/Makefile 7 Jan 2020 20:22:07 -0000 1.35
+++ x11/qt5/qtbase/Makefile 3 Mar 2020 17:08:32 -0000
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile,v 1.35 2020/01/07 20:22:07 zhuk Exp $
+# $OpenBSD: Makefile,v 1.34 2019/11/05 10:18:53 rsadowski Exp $

-DISTNAME = qtbase-opensource-src-${DIST_VERSION}
+DISTNAME = qtbase-everywhere-src-${DIST_VERSION}
QT5NAME = Qt5 core

COMMENT-main = C++ general-purpose toolkit
@@ -9,50 +9,43 @@ COMMENT-mysql = MySQL plugin for Qt5
COMMENT-psql = PostgresSQL plugin for Qt5
COMMENT-sqlite2 = SQLite 2.x plugin for Qt5
COMMENT-tds = TDS plugin for Qt5
-REVISION-main = 0

PKGNAME-mysql = qt5-mysql-${VERSION}
PKGNAME-global = qt5-global-${VERSION}
PKGNAME-psql = qt5-postgresql-${VERSION}
PKGNAME-sqlite2 = qt5-sqlite2-${VERSION}
PKGNAME-tds = qt5-tds-${VERSION}
-REVISION-mysql = 0
-REVISION-psql = 0
-REVISION-sqlite2 = 0
-REVISION-tds = 0

PKG_ARCH-global = *
PKG_ARCH-examples = *

DPB_PROPERTIES = parallel

-SHARED_LIBS += Qt5Concurrent 2.2
-SHARED_LIBS += Qt5Core 2.2
-SHARED_LIBS += Qt5DBus 2.2
-SHARED_LIBS += Qt5Gui 2.2
-SHARED_LIBS += Qt5Network 2.2
-SHARED_LIBS += Qt5OpenGL 2.2
-SHARED_LIBS += Qt5PrintSupport 2.2
-SHARED_LIBS += Qt5Sql 2.2
-SHARED_LIBS += Qt5Test 2.2
-SHARED_LIBS += Qt5Widgets 2.2
-SHARED_LIBS += Qt5Xml 2.2
-SHARED_LIBS += Qt5EglFSDeviceIntegration 0.1
-SHARED_LIBS += Qt5XcbQpa 1.2
-SHARED_LIBS += Qt5EglFsKmsSupport 0.1
-
-WANTLIB-main += ${COMPILER_LIBCXX} EGL GL ICE SM X11 X11-xcb Xext Xi
-WANTLIB-main += atk-1.0 c cairo cairo-gobject cups dbus-1 double-conversion
-WANTLIB-main += drm execinfo fontconfig freetype gbm gdk-3 gdk_pixbuf-2.0
-WANTLIB-main += gio-2.0 glib-2.0 gobject-2.0 gthread-2.0 gtk-3 harfbuzz
-WANTLIB-main += icudata icui18n icuuc iodbc jpeg m pango-1.0 pangocairo-1.0
-WANTLIB-main += pcre2-16 png sqlite3 xcb xcb-glx xcb-icccm xcb-image
+SHARED_LIBS += Qt5Concurrent 3.0 # 5.9
+SHARED_LIBS += Qt5Core 3.0 # 5.9
+SHARED_LIBS += Qt5DBus 3.0 # 5.9
+SHARED_LIBS += Qt5Gui 3.0 # 5.9
+SHARED_LIBS += Qt5Network 3.0 # 5.9
+SHARED_LIBS += Qt5OpenGL 3.0 # 5.9
+SHARED_LIBS += Qt5PrintSupport 3.0 # 5.9
+SHARED_LIBS += Qt5Sql 3.0 # 5.9
+SHARED_LIBS += Qt5Test 3.0 # 5.9
+SHARED_LIBS += Qt5Widgets 3.0 # 5.9
+SHARED_LIBS += Qt5Xml 3.0 # 5.9
+SHARED_LIBS += Qt5EglFSDeviceIntegration 1.0 # 5.9
+SHARED_LIBS += Qt5EglFsKmsSupport 1.0 # 5.9
+SHARED_LIBS += Qt5OpenGLExtensions 0.0 # 5.13
+SHARED_LIBS += Qt5XcbQpa 0.0 # 5.13
+
+WANTLIB-main += ${COMPILER_LIBCXX} EGL GL ICE SM X11 X11-xcb Xext atk-1.0
+WANTLIB-main += c cairo cairo-gobject crypto dbus-1 drm execinfo fontconfig
+WANTLIB-main += freetype gbm gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0
+WANTLIB-main += gobject-2.0 gthread-2.0 gtk-3 harfbuzz icudata icui18n
+WANTLIB-main += icuio icuuc iodbc iodbcinst jpeg m pango-1.0 pangocairo-1.0
+WANTLIB-main += pcre2-16 png sqlite3 ssl xcb xcb-glx xcb-icccm xcb-image
WANTLIB-main += xcb-keysyms xcb-randr xcb-render xcb-render-util xcb-shape
-WANTLIB-main += xcb-shm xcb-sync xcb-xfixes xcb-xinerama xcb-xkb xkbcommon
-WANTLIB-main += xkbcommon-x11 z
-
-# SSL libs are dlopen()d
-WANTLIB-main += ssl crypto
+WANTLIB-main += xcb-shm xcb-sync xcb-xfixes xcb-xinerama xcb-xinput
+WANTLIB-main += xcb-xkb xkbcommon xkbcommon-x11 z zstd

WANTLIB-global =

@@ -74,10 +67,11 @@ MULTI_PACKAGES = -main -examples -global
# qmake module is used only for running tests and setting vars
MODQT_DEPS = No
MODQMAKE_PROJECTS = tests/tests.pro
+USE_GMAKE = Yes

# no leveldb dependency, requires -lmemenv; QtWebKit uses internal version
LIB_DEPENDS-main = ${LIB_DEPENDS} \
- math/double-conversion \
+ archivers/zstd \
databases/iodbc \
databases/sqlite3 \
devel/atk \
@@ -87,8 +81,8 @@ LIB_DEPENDS-main = ${LIB_DEPENDS} \
devel/pcre2 \
graphics/cairo \
graphics/gdk-pixbuf2 \
- print/cups,-libs \
textproc/icu4c \
+ x11/dbus \
x11/gtk+3 \
x11/xkbcommon

@@ -119,12 +113,11 @@ LIB_DEPENDS-tds = ${BASE_PKGPATH},-main>
# The atspi is checked at configure time and used via D-Bus.
BUILD_DEPENDS = audio/pulseaudio \
geo/geoclue \
- x11/dbus \
+ graphics/vulkan-loader \
x11/gnome/at-spi2-core

RUN_DEPENDS-main = ${RUN_DEPENDS} \
geo/geoclue \
- x11/dbus \
x11/gnome/at-spi2-core
RUN_DEPENDS-global =
RUN_DEPENDS-examples =
@@ -147,15 +140,41 @@ QT_PLUGINSDIR = ${QT_BASEDIR}/plugins
QT_BINDIR = ${QT_BASEDIR}/bin
QT_PKGCFGDIR = ${QT_BASEDIR}/pkgconfig
QT_CMAKEDIR = ${QT_BASEDIR}/cmake
+QT_QMLDIR = ${QT_BASEDIR}/qml
+
+CONFIGURE_ARGS += OPENSSL_LIBS="-L/usr/lib -lssl -lcrypto"
+
+# paths
+CONFIGURE_ARGS += -bindir ${QT_BINDIR} \
+ -datadir ${QT_BASEDIR} \
+ -docdir ${QT_DOC} \
+ -examplesdir ${QT_EXAMPLES} \
+ -headerdir ${QT_INCDIR} \
+ -libdir ${QT_BASEDIR} \
+ -plugindir ${QT_PLUGINSDIR} \
+ -prefix ${PREFIX} \
+ -qmldir ${QT_QMLDIR} \
+ -sysconfdir ${SYSCONFDIR}/xdg

# generic args
-CONFIGURE_ARGS = -confirm-license \
+CONFIGURE_ARGS += -confirm-license \
+ -no-compile-examples \
-opensource \
+ -openssl-linked \
-rpath \
-shared \
-verbose \
+ -vulkan
+
+# disabled
+CONFIGURE_ARGS += -no-ccache \
+ -no-compile-examples \
+ -no-journald \
+ -no-mimetype-database \
+ -no-mtdev \
+ -no-optimized-qmake \
-no-pch \
- -no-compile-examples
+ -no-use-gold-linker

# Don't run tests inside main build.
# XXX It looks like affecting other Qt modules as well.
@@ -168,29 +187,42 @@ CONFIGURE_ARGS += -release
.endif

# paths
-CONFIGURE_ARGS += -sysconfdir ${SYSCONFDIR} \
- -prefix ${QT_BASEDIR} \
- -plugindir ${QT_PLUGINSDIR} \
- -libdir ${QT_BASEDIR} \
- -headerdir ${QT_INCDIR} \
- -examplesdir ${QT_EXAMPLES} \
- -docdir ${QT_DOC} \
- -datadir ${QT_BASEDIR} \
- -bindir ${QT_BINDIR} \
+CONFIGURE_ARGS += -L${X11BASE}/lib \
-R${X11BASE}/lib \
- -L${X11BASE}/lib
+ -bindir ${QT_BINDIR} \
+ -datadir ${QT_BASEDIR} \
+ -docdir ${QT_DOC} \
+ -examplesdir ${QT_EXAMPLES} \
+ -headerdir ${QT_INCDIR} \
+ -libdir ${QT_BASEDIR} \
+ -plugindir ${QT_PLUGINSDIR} \
+ -prefix ${QT_BASEDIR} \
+ -sysconfdir ${SYSCONFDIR}

-# switch to c++14 after getting GCC 5.0 enabled by default via COMPILER?
-CONFIGURE_ARGS += -c++std c++11
+CONFIGURE_ARGS += -c++std c++17

-# other options
-CONFIGURE_ARGS += -no-journald \
- -no-mtdev \
+## other options
+CONFIGURE_ARGS += -accessibility \
+ -dbus-linked \
+ -glib \
+ -icu \
-opengl desktop \
+ -openssl-linked \
+ -pkg-config \
+ -syslog \
-system-harfbuzz \
- -system-proxies \
+ -system-libjpeg \
+ -system-libpng \
+ -system-pcre \
-system-sqlite \
- -system-xcb
+ -system-xcb \
+ -system-zlib
+
+# database support
+CONFIGURE_ARGS += -sql-mysql
+CONFIGURE_ARGS += -sql-psql
+CONFIGURE_ARGS += -sql-sqlite2
+CONFIGURE_ARGS += -sql-tds

.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
# AVX: Sandy Bridge/Haswell, but not all models. AMD Bulldozer/Jaguar.
@@ -213,6 +245,12 @@ MAKE_ENV += ${MODQMAKE_ENV}

.include <bsd.port.arch.mk>

+.if ${PROPERTIES:Mclang}
+CONFIGURE_ARGS += -platform openbsd-clang
+.else
+CONFIGURE_ARGS += -platform openbsd-g++
+.endif
+
# See qtbase/tests/README for details
TEST_IS_INTERACTIVE = X11
TEST_DEPENDS = audio/sox
@@ -227,16 +265,14 @@ post-extract:
pre-configure:
@gccbasedir=`ecpp -print-search-dirs | awk '/^install:/{print $$2}'`; \
perl ${PORTSDIR}/infrastructure/bin/pkg_subst \
- -D OPENBSD_INCDIR_PREPEND="$${gccbasedir}include" \
- ${WRKSRC}/mkspecs/openbsd-g++/qmake.conf \
- ${WRKSRC}/mkspecs/openbsd-clang/qmake.conf
-
+ -D OPENBSD_INCDIR_PREPEND="$${gccbasedir}include" \
+ ${WRKSRC}/mkspecs/openbsd-g++/qmake.conf \
+ ${WRKSRC}/mkspecs/openbsd-clang/qmake.conf
+
+# WARNING!
+# Many tests won't run if window manager has either
+# "focus follows pointer", or "click to activate" policy.
do-test:
- #
- # WARNING!
- # Many tests won't run if window manager has either
- # "focus follows pointer", or "click to activate" policy.
- #
${MODQMAKE_configure}
${MODQMAKE_build}
${MODQMAKE_test}
@@ -244,6 +280,6 @@ do-test:
post-install:
# often-used includes directory
! test -d ${PREFIX}/lib/qt5 || \
- cd ${PREFIX}/lib/qt5 && ln -sf ../../include/X11/qt5 include
+ cd ${PREFIX}/lib/qt5 && ln -sf ../../include/X11/qt5 include

.include <bsd.port.mk>
Index: x11/qt5/qtbase/distinfo
===================================================================
RCS file: /cvs/ports/x11/qt5/qtbase/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- x11/qt5/qtbase/distinfo 5 Nov 2019 10:18:53 -0000 1.8
+++ x11/qt5/qtbase/distinfo 3 Mar 2020 17:08:32 -0000
@@ -1,2 +1,2 @@
-SHA256 (qt/qtbase-opensource-src-5.9.8.tar.xz) = m53sH2ffH5S84pVcVgTemS1Snd5yBQI5FUxWNS2gkH0=
-SIZE (qt/qtbase-opensource-src-5.9.8.tar.xz) = 45245896
+SHA256 (qt/qtbase-everywhere-src-5.13.2.tar.xz) = Jra2htZqetKOrKNJ5V4olOWnNfODHkXyBJ6TsdqpISE=
+SIZE (qt/qtbase-everywhere-src-5.13.2.tar.xz) = 48735704
Index: x11/qt5/qtbase/patches/patch-config_tests_openssl_openssl_cpp
===================================================================
RCS file: x11/qt5/qtbase/patches/patch-config_tests_openssl_openssl_cpp
diff -N x11/qt5/qtbase/patches/patch-config_tests_openssl_openssl_cpp
--- x11/qt5/qtbase/patches/patch-config_tests_openssl_openssl_cpp 5 Nov 2019 10:18:53 -0000 1.3
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,22 +0,0 @@
-$OpenBSD: patch-config_tests_openssl_openssl_cpp,v 1.3 2019/11/05 10:18:53 rsadowski Exp $
-LibreSSL _is_ fine.
-Index: config.tests/openssl/openssl.cpp
---- config.tests/openssl/openssl.cpp.orig
-+++ config.tests/openssl/openssl.cpp
-@@ -38,16 +38,7 @@
- ****************************************************************************/
-
- #include <openssl/opensslv.h>
--
--#if !defined(OPENSSL_VERSION_NUMBER) || OPENSSL_VERSION_NUMBER-0 < 0x10000000L || OPENSSL_VERSION_NUMBER-0 >= 0x10100000L
--# error "OpenSSL >= 1.0.0, and < 1.1.0 is required"
--

No comments:

Post a Comment