aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoïc Bartoletti <lbartoletti@FreeBSD.org>2023-06-26 18:58:15 +0000
committerLoïc Bartoletti <lbartoletti@FreeBSD.org>2023-07-26 04:28:56 +0000
commit0222c44e03e178bf17380fdeaa9c85c52b334afc (patch)
treef8330a5d2be49c69bb33dfcdce17a25535e6042f
parent9a0a6ca38c78e60b3afc10152daad948a1f001c7 (diff)
downloadports-0222c44e03e178bf17380fdeaa9c85c52b334afc.tar.gz
ports-0222c44e03e178bf17380fdeaa9c85c52b334afc.zip
Qt6: Update to 6.5.1
-rw-r--r--Mk/Uses/qt.mk3
-rw-r--r--accessibility/qt6-speech/distinfo6
-rw-r--r--comms/qt6-sensors/distinfo6
-rw-r--r--comms/qt6-serialbus/distinfo6
-rw-r--r--comms/qt6-serialport/distinfo6
-rw-r--r--databases/qt6-base_sqldriver/distinfo6
-rw-r--r--devel/pyside6-tools/Makefile6
-rw-r--r--devel/pyside6-tools/distinfo6
-rw-r--r--devel/pyside6-tools/pkg-plist22
-rw-r--r--devel/pyside6/Makefile7
-rw-r--r--devel/pyside6/distinfo6
-rw-r--r--devel/pyside6/pkg-plist31
-rw-r--r--devel/qt6-5compat/distinfo6
-rw-r--r--devel/qt6-5compat/pkg-plist1
-rw-r--r--devel/qt6-base/distinfo8
-rw-r--r--devel/qt6-base/pkg-plist19
-rw-r--r--devel/qt6-languageserver/distinfo6
-rw-r--r--devel/qt6-positioning/distinfo6
-rw-r--r--devel/qt6-remoteobjects/distinfo6
-rw-r--r--devel/qt6-scxml/distinfo6
-rw-r--r--devel/qt6-tools/distinfo6
-rw-r--r--devel/qt6-tools/files/patch-src_linguist_lupdate_lupdatepreprocessoraction.cpp13
-rw-r--r--devel/qt6-tools/files/patch-src_linguist_lupdate_lupdatepreprocessoraction.h13
-rw-r--r--devel/qt6-tools/pkg-plist121
-rw-r--r--devel/qt6-translations/distinfo6
-rw-r--r--devel/shiboken6/Makefile7
-rw-r--r--devel/shiboken6/distinfo6
-rw-r--r--devel/shiboken6/pkg-plist15
-rw-r--r--graphics/qt6-3d/distinfo6
-rw-r--r--graphics/qt6-3d/pkg-plist1
-rw-r--r--graphics/qt6-imageformats/distinfo6
-rw-r--r--graphics/qt6-lottie/distinfo6
-rw-r--r--graphics/qt6-svg/distinfo6
-rw-r--r--graphics/qt6-wayland/distinfo6
-rw-r--r--graphics/qt6-wayland/pkg-plist6
-rw-r--r--misc/qt6-doc/distinfo6
-rw-r--r--misc/qt6-examples/distinfo6
-rw-r--r--misc/qt6-examples/pkg-plist623
-rw-r--r--multimedia/qt6-multimedia/distinfo6
-rw-r--r--multimedia/qt6-multimedia/pkg-plist1
-rw-r--r--net/qt6-networkauth/distinfo6
-rw-r--r--www/qt6-webchannel/distinfo6
-rw-r--r--www/qt6-websockets/distinfo6
-rw-r--r--x11-toolkits/qt6-charts/distinfo6
-rw-r--r--x11-toolkits/qt6-datavis3d/distinfo6
-rw-r--r--x11-toolkits/qt6-declarative/distinfo6
-rw-r--r--x11-toolkits/qt6-declarative/pkg-plist70
-rw-r--r--x11-toolkits/qt6-quick3d/distinfo6
-rw-r--r--x11-toolkits/qt6-quick3d/pkg-plist8
-rw-r--r--x11-toolkits/qt6-quicktimeline/distinfo6
-rw-r--r--x11-toolkits/qt6-shadertools/distinfo6
-rw-r--r--x11-toolkits/qt6-virtualkeyboard/distinfo6
52 files changed, 426 insertions, 747 deletions
diff --git a/Mk/Uses/qt.mk b/Mk/Uses/qt.mk
index 064f8f09edc1..438180abb8fc 100644
--- a/Mk/Uses/qt.mk
+++ b/Mk/Uses/qt.mk
@@ -23,7 +23,8 @@ _QT_MK_INCLUDED= qt.mk
# Qt versions currently supported by the framework.
_QT_SUPPORTED?= 5 6
QT5_VERSION?= 5.15.8
-QT6_VERSION?= 6.5.0
+QT6_VERSION?= 6.5.1
+PYSIDE6_VERSION?= ${QT6_VERSION}.1
# We accept the Qt version to be passed by either or all of the three mk files.
. if empty(qt_ARGS) && empty(qmake_ARGS) && empty(qt-dist_ARGS)
diff --git a/accessibility/qt6-speech/distinfo b/accessibility/qt6-speech/distinfo
index 0eff2e179b7c..ae54e9644f72 100644
--- a/accessibility/qt6-speech/distinfo
+++ b/accessibility/qt6-speech/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1680581849
-SHA256 (KDE/Qt/6.5.0/qtspeech-everywhere-src-6.5.0.tar.xz) = 1d812737fae56d4024bce436f00ac48177426f8fd4cb2b09a865978c56e83d9a
-SIZE (KDE/Qt/6.5.0/qtspeech-everywhere-src-6.5.0.tar.xz) = 219368
+TIMESTAMP = 1687324603
+SHA256 (KDE/Qt/6.5.1/qtspeech-everywhere-src-6.5.1.tar.xz) = 67120ba5f156962713b6fd5aeb109ed789f66d07e8bfbda4fa24d12d653457b6
+SIZE (KDE/Qt/6.5.1/qtspeech-everywhere-src-6.5.1.tar.xz) = 220208
diff --git a/comms/qt6-sensors/distinfo b/comms/qt6-sensors/distinfo
index d9d741156992..eee281f72a4f 100644
--- a/comms/qt6-sensors/distinfo
+++ b/comms/qt6-sensors/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1680581850
-SHA256 (KDE/Qt/6.5.0/qtsensors-everywhere-src-6.5.0.tar.xz) = 5ee434e2f4917c2d2e9b1de6cb1347c644a8c92338284efeb96202a557e72ea6
-SIZE (KDE/Qt/6.5.0/qtsensors-everywhere-src-6.5.0.tar.xz) = 1513344
+TIMESTAMP = 1687324605
+SHA256 (KDE/Qt/6.5.1/qtsensors-everywhere-src-6.5.1.tar.xz) = c95aca8371c2909255d908f4d78a0bfd975a83a73ed882eabc561d444864aba5
+SIZE (KDE/Qt/6.5.1/qtsensors-everywhere-src-6.5.1.tar.xz) = 1485244
diff --git a/comms/qt6-serialbus/distinfo b/comms/qt6-serialbus/distinfo
index 9aac60fe0a7b..bc5a2b10a4fb 100644
--- a/comms/qt6-serialbus/distinfo
+++ b/comms/qt6-serialbus/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1680581851
-SHA256 (KDE/Qt/6.5.0/qtserialbus-everywhere-src-6.5.0.tar.xz) = 9748379362c49c9fdd3c5111ecea576c5b0fd9d49573db03435c166e58144897
-SIZE (KDE/Qt/6.5.0/qtserialbus-everywhere-src-6.5.0.tar.xz) = 553428
+TIMESTAMP = 1687324610
+SHA256 (KDE/Qt/6.5.1/qtserialbus-everywhere-src-6.5.1.tar.xz) = dbff967829bf0ac75ed54fb0da4893a7a160309989d9e2da349622a72c5e157f
+SIZE (KDE/Qt/6.5.1/qtserialbus-everywhere-src-6.5.1.tar.xz) = 554324
diff --git a/comms/qt6-serialport/distinfo b/comms/qt6-serialport/distinfo
index f8a320d840bd..45255619d97a 100644
--- a/comms/qt6-serialport/distinfo
+++ b/comms/qt6-serialport/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1680581853
-SHA256 (KDE/Qt/6.5.0/qtserialport-everywhere-src-6.5.0.tar.xz) = 9209a9f5978a4adf3a150582270432fe3b635d05513ad1a57bff5ca4954a4dff
-SIZE (KDE/Qt/6.5.0/qtserialport-everywhere-src-6.5.0.tar.xz) = 278816
+TIMESTAMP = 1687324612
+SHA256 (KDE/Qt/6.5.1/qtserialport-everywhere-src-6.5.1.tar.xz) = c3554d0646d4e2b981a4b17f3d196317def7eabea42b81c97967e355bcb432a6
+SIZE (KDE/Qt/6.5.1/qtserialport-everywhere-src-6.5.1.tar.xz) = 279664
diff --git a/databases/qt6-base_sqldriver/distinfo b/databases/qt6-base_sqldriver/distinfo
index 91be090dd305..5643eb4379fa 100644
--- a/databases/qt6-base_sqldriver/distinfo
+++ b/databases/qt6-base_sqldriver/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1682744352
-SHA256 (KDE/Qt/6.4.2/qtbase-everywhere-src-6.4.2.tar.xz) = a88bc6cedbb34878a49a622baa79cace78cfbad4f95fdbd3656ddb21c705525d
-SIZE (KDE/Qt/6.4.2/qtbase-everywhere-src-6.4.2.tar.xz) = 47987188
+TIMESTAMP = 1687324645
+SHA256 (KDE/Qt/6.5.1/qtbase-everywhere-src-6.5.1.tar.xz) = db56fa1f4303a1189fe33418d25d1924931c7aef237f89eea9de58e858eebfed
+SIZE (KDE/Qt/6.5.1/qtbase-everywhere-src-6.5.1.tar.xz) = 48287392
diff --git a/devel/pyside6-tools/Makefile b/devel/pyside6-tools/Makefile
index dc098184d65e..fad8de6906c1 100644
--- a/devel/pyside6-tools/Makefile
+++ b/devel/pyside6-tools/Makefile
@@ -1,9 +1,9 @@
PORTNAME= pyside6-tools
-DISTVERSION= ${QT6_VERSION}
+DISTVERSION= ${PYSIDE6_VERSION}
CATEGORIES= devel
MASTER_SITES= QT/official_releases/QtForPython/shiboken6/PySide6-${DISTVERSION}-src
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= pyside-setup-opensource-src-${DISTVERSION}
+DISTNAME= pyside-setup-everywhere-src-${DISTVERSION}
MAINTAINER= kde@FreeBSD.org
COMMENT= Pyside6 development tools
@@ -34,7 +34,7 @@ PLIST_FILES= bin/pyside_tool.py
.include <bsd.port.pre.mk>
-WRKSRC= ${WRKDIR}/pyside-setup-opensource-src-${DISTVERSION}/sources/pyside-tools
+WRKSRC= ${WRKDIR}/pyside-setup-everywhere-src-${QT6_VERSION}/sources/pyside-tools
#.if ${ARCH} == amd64 || ${ARCH} == i386
#USE_QT+= webengine
diff --git a/devel/pyside6-tools/distinfo b/devel/pyside6-tools/distinfo
index bf53dbd1c7a2..11650ba11d89 100644
--- a/devel/pyside6-tools/distinfo
+++ b/devel/pyside6-tools/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1685944863
-SHA256 (pyside-setup-opensource-src-6.4.2.tar.xz) = 1ec9d0936332efd229650cf10fed36cadddff7a613a2ea6e897de4d504c1b505
-SIZE (pyside-setup-opensource-src-6.4.2.tar.xz) = 8759528
+TIMESTAMP = 1687806690
+SHA256 (pyside-setup-everywhere-src-6.5.1.1.tar.xz) = 9741a06f0b7d4b2168818448134bc7e96ddb5efb846a3915b4177ba4159b5b78
+SIZE (pyside-setup-everywhere-src-6.5.1.1.tar.xz) = 13565304
diff --git a/devel/pyside6-tools/pkg-plist b/devel/pyside6-tools/pkg-plist
index 572d7a6bfb30..7427ae8bde18 100644
--- a/devel/pyside6-tools/pkg-plist
+++ b/devel/pyside6-tools/pkg-plist
@@ -1,12 +1,19 @@
+bin/android_deploy.py
bin/assistant
bin/deploy.py
-bin/deploy/__init__.py
-bin/deploy/commands.py
-bin/deploy/config.py
-bin/deploy/default.spec
-bin/deploy/nuitka_helper.py
-bin/deploy/pyside_icon.jpg
-bin/deploy/python_helper.py
+bin/deploy_lib/__init__.py
+bin/deploy_lib/android/__init__.py
+bin/deploy_lib/android/android_helper.py
+bin/deploy_lib/android/buildozer.py
+bin/deploy_lib/android/recipes/PySide6/__init__.tmpl.py
+bin/deploy_lib/android/recipes/shiboken6/__init__.tmpl.py
+bin/deploy_lib/commands.py
+bin/deploy_lib/config.py
+bin/deploy_lib/default.spec
+bin/deploy_lib/deploy_util.py
+bin/deploy_lib/nuitka_helper.py
+bin/deploy_lib/pyside_icon.jpg
+bin/deploy_lib/python_helper.py
bin/designer
bin/linguist
bin/lrelease
@@ -18,6 +25,7 @@ bin/project/newproject.py
bin/project/project_data.py
bin/project/utils.py
bin/qml.py
+bin/qmlcachegen
bin/qmlformat
bin/qmlimportscanner
bin/qmllint
diff --git a/devel/pyside6/Makefile b/devel/pyside6/Makefile
index 91396ea5004c..c059e0f08871 100644
--- a/devel/pyside6/Makefile
+++ b/devel/pyside6/Makefile
@@ -1,9 +1,9 @@
PORTNAME= pyside6
-DISTVERSION= ${QT6_VERSION}
+DISTVERSION= ${PYSIDE6_VERSION}
CATEGORIES= devel
MASTER_SITES= QT/official_releases/QtForPython/shiboken6/PySide6-${DISTVERSION}-src
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= pyside-setup-opensource-src-${DISTVERSION}
+DISTNAME= pyside-setup-everywhere-src-${DISTVERSION}
MAINTAINER= kde@FreeBSD.org
COMMENT= Python Qt bindings for Qt 6
@@ -29,13 +29,12 @@ USE_QT= 3d 5compat base declarative doc imageformats positioning \
CMAKE_ARGS+= -DPYTHON_EXECUTABLE=${PYTHON_CMD}
-
.include <bsd.port.pre.mk>
PLIST_SUB+= PYVERSTR=.cpython-${PYTHON_SUFFIX}${PYTHON_ABIVER}
PLIST_SUB+= DISTVERSION=${DISTVERSION}
-WRKSRC= ${WRKDIR}/pyside-setup-opensource-src-${DISTVERSION}/sources/pyside6
+WRKSRC= ${WRKDIR}/pyside-setup-everywhere-src-${QT6_VERSION}/sources/pyside6
.if ${ARCH} == amd64 || ${ARCH} == i386
PLIST_SUB+= WEBENGINE=""
diff --git a/devel/pyside6/distinfo b/devel/pyside6/distinfo
index a0bf88724689..d0b7f0ce74e2 100644
--- a/devel/pyside6/distinfo
+++ b/devel/pyside6/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1685944858
-SHA256 (pyside-setup-opensource-src-6.4.2.tar.xz) = 1ec9d0936332efd229650cf10fed36cadddff7a613a2ea6e897de4d504c1b505
-SIZE (pyside-setup-opensource-src-6.4.2.tar.xz) = 8759528
+TIMESTAMP = 1687806666
+SHA256 (pyside-setup-everywhere-src-6.5.1.1.tar.xz) = 9741a06f0b7d4b2168818448134bc7e96ddb5efb846a3915b4177ba4159b5b78
+SIZE (pyside-setup-everywhere-src-6.5.1.1.tar.xz) = 13565304
diff --git a/devel/pyside6/pkg-plist b/devel/pyside6/pkg-plist
index eab93ef815ba..2c5d661d6ba3 100644
--- a/devel/pyside6/pkg-plist
+++ b/devel/pyside6/pkg-plist
@@ -28,6 +28,7 @@ include/PySide6/QtQuick/pyside6_qtquick_python.h
include/PySide6/QtQuick3D/pyside6_qtquick3d_python.h
include/PySide6/QtQuickControls2/pyside6_qtquickcontrols2_python.h
include/PySide6/QtQuickWidgets/pyside6_qtquickwidgets_python.h
+include/PySide6/QtSerialBus/pyside6_qtserialbus_python.h
include/PySide6/QtSerialPort/pyside6_qtserialport_python.h
include/PySide6/QtSql/pyside6_qtsql_python.h
include/PySide6/QtSvg/pyside6_qtsvg_python.h
@@ -113,6 +114,7 @@ include/PySide6/signalmanager.h
%%PYTHON_SITELIBDIR%%/PySide6/QtQuick3D.abi3.so
%%PYTHON_SITELIBDIR%%/PySide6/QtQuickControls2.abi3.so
%%PYTHON_SITELIBDIR%%/PySide6/QtQuickWidgets.abi3.so
+%%PYTHON_SITELIBDIR%%/PySide6/QtSerialBus.abi3.so
%%PYTHON_SITELIBDIR%%/PySide6/QtSerialPort.abi3.so
%%PYTHON_SITELIBDIR%%/PySide6/QtSql.abi3.so
%%PYTHON_SITELIBDIR%%/PySide6/QtSvg.abi3.so
@@ -129,22 +131,25 @@ include/PySide6/signalmanager.h
%%PYTHON_SITELIBDIR%%/PySide6/__init__.py
%%PYTHON_SITELIBDIR%%/PySide6/_config.py
%%PYTHON_SITELIBDIR%%/PySide6/_git_pyside_version.py
-lib/cmake/PySide6-%%DISTVERSION%%/PySide6Config.abi3.cmake
-lib/cmake/PySide6-%%DISTVERSION%%/PySide6Config.cmake
-lib/cmake/PySide6-%%DISTVERSION%%/PySide6ConfigVersion.cmake
-lib/cmake/PySide6-%%DISTVERSION%%/PySide6Targets-%%CMAKE_BUILD_TYPE%%.cmake
-lib/cmake/PySide6-%%DISTVERSION%%/PySide6Targets.cmake
-lib/cmake/PySide6Qml-%%DISTVERSION%%/PySide6QmlConfig.abi3.cmake
-lib/cmake/PySide6Qml-%%DISTVERSION%%/PySide6QmlConfig.cmake
-lib/cmake/PySide6Qml-%%DISTVERSION%%/PySide6QmlConfigVersion.cmake
-lib/cmake/PySide6Qml-%%DISTVERSION%%/PySide6QmlTargets-%%CMAKE_BUILD_TYPE%%.cmake
-lib/cmake/PySide6Qml-%%DISTVERSION%%/PySide6QmlTargets.cmake
+%%PYTHON_SITELIBDIR%%/PySide6/support/__init__.py
+%%PYTHON_SITELIBDIR%%/PySide6/support/deprecated.py
+%%PYTHON_SITELIBDIR%%/PySide6/support/generate_pyi.py
+lib/cmake/PySide6/PySide6Config.abi3.cmake
+lib/cmake/PySide6/PySide6Config.cmake
+lib/cmake/PySide6/PySide6ConfigVersion.cmake
+lib/cmake/PySide6/PySide6Targets-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/PySide6/PySide6Targets.cmake
+lib/cmake/PySide6Qml/PySide6QmlConfig.abi3.cmake
+lib/cmake/PySide6Qml/PySide6QmlConfig.cmake
+lib/cmake/PySide6Qml/PySide6QmlConfigVersion.cmake
+lib/cmake/PySide6Qml/PySide6QmlTargets-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/PySide6Qml/PySide6QmlTargets.cmake
lib/libpyside6.abi3.so
lib/libpyside6.abi3.so.%%DISTVERSION%%
-lib/libpyside6.abi3.so.6.4
+lib/libpyside6.abi3.so.6.5
lib/libpyside6qml.abi3.so
lib/libpyside6qml.abi3.so.%%DISTVERSION%%
-lib/libpyside6qml.abi3.so.6.4
+lib/libpyside6qml.abi3.so.6.5
libdata/pkgconfig/pyside6.pc
plugins/designer/libPySidePlugin.so
share/PySide6/glue/qtcore.cpp
@@ -156,6 +161,7 @@ share/PySide6/glue/qtopengl.cpp
share/PySide6/glue/qtprintsupport.cpp
share/PySide6/glue/qtqml.cpp
share/PySide6/glue/qtquick.cpp
+share/PySide6/glue/qtserialbus.cpp
share/PySide6/glue/qtsql.cpp
share/PySide6/glue/qttest.cpp
share/PySide6/glue/qtuitools.cpp
@@ -229,6 +235,7 @@ share/PySide6/typesystems/typesystem_quick.xml
share/PySide6/typesystems/typesystem_quick3d.xml
share/PySide6/typesystems/typesystem_quickcontrols2.xml
share/PySide6/typesystems/typesystem_quickwidgets.xml
+share/PySide6/typesystems/typesystem_serialbus.xml
share/PySide6/typesystems/typesystem_serialport.xml
share/PySide6/typesystems/typesystem_sql.xml
share/PySide6/typesystems/typesystem_svg.xml
diff --git a/devel/qt6-5compat/distinfo b/devel/qt6-5compat/distinfo
index 5321cc7a18d8..867917f4bf96 100644
--- a/devel/qt6-5compat/distinfo
+++ b/devel/qt6-5compat/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1680581855
-SHA256 (KDE/Qt/6.5.0/qt5compat-everywhere-src-6.5.0.tar.xz) = a9e2f53a193fc2e131b01a2f6e7a1fbfe31309c2413fdc213e5a81c558c21261
-SIZE (KDE/Qt/6.5.0/qt5compat-everywhere-src-6.5.0.tar.xz) = 14638216
+TIMESTAMP = 1687324655
+SHA256 (KDE/Qt/6.5.1/qt5compat-everywhere-src-6.5.1.tar.xz) = ae992b295fefabef2445beb3a8ec31c40fa0fb2c01603eaf2acfdb4a0054fb83
+SIZE (KDE/Qt/6.5.1/qt5compat-everywhere-src-6.5.1.tar.xz) = 14638620
diff --git a/devel/qt6-5compat/pkg-plist b/devel/qt6-5compat/pkg-plist
index 21f397515651..fc17ea8b4ded 100644
--- a/devel/qt6-5compat/pkg-plist
+++ b/devel/qt6-5compat/pkg-plist
@@ -2,6 +2,7 @@
%%QT_INCDIR%%/QtCore5Compat/%%FULLVER%%/QtCore5Compat/private/qbinaryjsonarray_p.h
%%QT_INCDIR%%/QtCore5Compat/%%FULLVER%%/QtCore5Compat/private/qbinaryjsonobject_p.h
%%QT_INCDIR%%/QtCore5Compat/%%FULLVER%%/QtCore5Compat/private/qbinaryjsonvalue_p.h
+%%QT_INCDIR%%/QtCore5Compat/%%FULLVER%%/QtCore5Compat/private/qcodecmacros_p.h
%%QT_INCDIR%%/QtCore5Compat/%%FULLVER%%/QtCore5Compat/private/qicucodec_p.h
%%QT_INCDIR%%/QtCore5Compat/%%FULLVER%%/QtCore5Compat/private/qisciicodec_p.h
%%QT_INCDIR%%/QtCore5Compat/%%FULLVER%%/QtCore5Compat/private/qlatincodec_p.h
diff --git a/devel/qt6-base/distinfo b/devel/qt6-base/distinfo
index 6971b72e5121..0ea09215296c 100644
--- a/devel/qt6-base/distinfo
+++ b/devel/qt6-base/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1680581858
-SHA256 (KDE/Qt/6.5.0/qtbase-everywhere-src-6.5.0.tar.xz) = fde1aa7b4fbe64ec1b4fc576a57f4688ad1453d2fab59cbadd948a10a6eaf5ef
-SIZE (KDE/Qt/6.5.0/qtbase-everywhere-src-6.5.0.tar.xz) = 48020636
+TIMESTAMP = 1687324657
+SHA256 (KDE/Qt/6.5.1/qtbase-everywhere-src-6.5.1.tar.xz) = db56fa1f4303a1189fe33418d25d1924931c7aef237f89eea9de58e858eebfed
+SIZE (KDE/Qt/6.5.1/qtbase-everywhere-src-6.5.1.tar.xz) = 48287392
+SHA256 (KDE/Qt/6.5.1/3f45905953d57e0174059d7d9d6bc75c3c1c406c.patch) = 61e345f12c6283792e230d3572756e6093d1be0c80d1f3dc0745e19532e28ebc
+SIZE (KDE/Qt/6.5.1/3f45905953d57e0174059d7d9d6bc75c3c1c406c.patch) = 1326
diff --git a/devel/qt6-base/pkg-plist b/devel/qt6-base/pkg-plist
index 9c4578f15979..e0922b47d59f 100644
--- a/devel/qt6-base/pkg-plist
+++ b/devel/qt6-base/pkg-plist
@@ -3,6 +3,10 @@
@dir lib/cmake/Qt6/macos
bin/androiddeployqt6
bin/qmake6
+%%QT_INCDIR%%/QtExampleIcons/QtExampleIcons
+%%QT_INCDIR%%/QtExampleIcons/QtExampleIconsDepends
+%%QT_INCDIR%%/QtExampleIcons/QtExampleIconsVersion
+%%QT_INCDIR%%/QtExampleIcons/qtexampleiconsversion.h
%%QT_INCDIR%%/QtConcurrent/QtConcurrent
%%QT_INCDIR%%/QtConcurrent/QtConcurrentDepends
%%QT_INCDIR%%/QtConcurrent/QtConcurrentFilter
@@ -572,7 +576,6 @@ bin/qmake6
%%QT_INCDIR%%/QtCore/QtTypes
%%QT_INCDIR%%/QtCore/QtVersion
%%QT_INCDIR%%/QtCore/QtVersionChecks
-%%QT_INCDIR%%/QtCore/forkfd.h
%%QT_INCDIR%%/QtCore/q20algorithm.h
%%QT_INCDIR%%/QtCore/q20functional.h
%%QT_INCDIR%%/QtCore/q20iterator.h
@@ -1364,7 +1367,6 @@ bin/qmake6
%%QT_INCDIR%%/QtGui/bus_interface.h
%%QT_INCDIR%%/QtGui/cache_adaptor.h
%%QT_INCDIR%%/QtGui/deviceeventcontroller_adaptor.h
-%%QT_INCDIR%%/QtGui/md4c.h
%%QT_INCDIR%%/QtGui/qabstractfileiconprovider.h
%%QT_INCDIR%%/QtGui/qabstracttextdocumentlayout.h
%%QT_INCDIR%%/QtGui/qaccessible.h
@@ -2670,6 +2672,13 @@ lib/cmake/Qt6DeviceDiscoverySupportPrivate/Qt6DeviceDiscoverySupportPrivateDepen
lib/cmake/Qt6DeviceDiscoverySupportPrivate/Qt6DeviceDiscoverySupportPrivateTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/Qt6DeviceDiscoverySupportPrivate/Qt6DeviceDiscoverySupportPrivateTargets.cmake
lib/cmake/Qt6DeviceDiscoverySupportPrivate/Qt6DeviceDiscoverySupportPrivateVersionlessTargets.cmake
+lib/cmake/Qt6ExampleIconsPrivate/Qt6ExampleIconsPrivateAdditionalTargetInfo.cmake
+lib/cmake/Qt6ExampleIconsPrivate/Qt6ExampleIconsPrivateConfig.cmake
+lib/cmake/Qt6ExampleIconsPrivate/Qt6ExampleIconsPrivateConfigVersion.cmake
+lib/cmake/Qt6ExampleIconsPrivate/Qt6ExampleIconsPrivateConfigVersionImpl.cmake
+lib/cmake/Qt6ExampleIconsPrivate/Qt6ExampleIconsPrivateTargets-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/Qt6ExampleIconsPrivate/Qt6ExampleIconsPrivateTargets.cmake
+lib/cmake/Qt6ExampleIconsPrivate/Qt6ExampleIconsPrivateVersionlessTargets.cmake
lib/cmake/Qt6FbSupportPrivate/Qt6FbSupportPrivateAdditionalTargetInfo.cmake
lib/cmake/Qt6FbSupportPrivate/Qt6FbSupportPrivateConfig.cmake
lib/cmake/Qt6FbSupportPrivate/Qt6FbSupportPrivateConfigVersion.cmake
@@ -2964,6 +2973,8 @@ lib/cmake/Qt6Xml/Qt6XmlVersionlessTargets.cmake
%%QT_LIBDIR%%/libQt6DBus.so.%%FULLVER%%
%%QT_LIBDIR%%/libQt6DeviceDiscoverySupport.a
%%QT_LIBDIR%%/libQt6DeviceDiscoverySupport.prl
+%%QT_LIBDIR%%/libQt6ExampleIcons.a
+%%QT_LIBDIR%%/libQt6ExampleIcons.prl
%%QT_LIBDIR%%/libQt6FbSupport.a
%%QT_LIBDIR%%/libQt6FbSupport.prl
%%QT_LIBDIR%%/libQt6Gui.prl
@@ -3014,6 +3025,7 @@ lib/cmake/Qt6Xml/Qt6XmlVersionlessTargets.cmake
%%QT_LIBDIR%%/metatypes/qt6core_%%CMAKE_BUILD_TYPE%%_metatypes.json
%%QT_LIBDIR%%/metatypes/qt6dbus_%%CMAKE_BUILD_TYPE%%_metatypes.json
%%QT_LIBDIR%%/metatypes/qt6devicediscoverysupportprivate_%%CMAKE_BUILD_TYPE%%_metatypes.json
+%%QT_LIBDIR%%/metatypes/qt6exampleiconsprivate_%%CMAKE_BUILD_TYPE%%_metatypes.json
%%QT_LIBDIR%%/metatypes/qt6fbsupportprivate_%%CMAKE_BUILD_TYPE%%_metatypes.json
%%QT_LIBDIR%%/metatypes/qt6gui_%%CMAKE_BUILD_TYPE%%_metatypes.json
%%QT_LIBDIR%%/metatypes/qt6inputsupportprivate_%%CMAKE_BUILD_TYPE%%_metatypes.json
@@ -3027,6 +3039,7 @@ lib/cmake/Qt6Xml/Qt6XmlVersionlessTargets.cmake
%%QT_LIBDIR%%/metatypes/qt6widgets_%%CMAKE_BUILD_TYPE%%_metatypes.json
%%X11%%%%QT_LIBDIR%%/metatypes/qt6xcbqpaprivate_%%CMAKE_BUILD_TYPE%%_metatypes.json
%%QT_LIBDIR%%/metatypes/qt6xml_%%CMAKE_BUILD_TYPE%%_metatypes.json
+%%QT_LIBDIR%%/objects-Release/ExampleIconsPrivate_resources_1/.rcc/qrc_example_icons.cpp.o
%%QT_MKSPECDIR%%/aix-g++-64/qmake.conf
%%QT_MKSPECDIR%%/aix-g++-64/qplatformdefs.h
%%QT_MKSPECDIR%%/aix-g++/qmake.conf
@@ -3412,6 +3425,7 @@ lib/cmake/Qt6Xml/Qt6XmlVersionlessTargets.cmake
%%QT_MKSPECDIR%%/modules/qt_lib_dbus.pri
%%QT_MKSPECDIR%%/modules/qt_lib_dbus_private.pri
%%QT_MKSPECDIR%%/modules/qt_lib_devicediscovery_support_private.pri
+%%QT_MKSPECDIR%%/modules/qt_lib_example_icons_private.pri
%%QT_MKSPECDIR%%/modules/qt_lib_fb_support_private.pri
%%QT_MKSPECDIR%%/modules/qt_lib_gui.pri
%%QT_MKSPECDIR%%/modules/qt_lib_gui_private.pri
@@ -3687,6 +3701,7 @@ libdata/pkgconfig/Qt6Xml.pc
%%QT_DATADIR%%/modules/Core.json
%%QT_DATADIR%%/modules/DBus.json
%%QT_DATADIR%%/modules/DeviceDiscoverySupportPrivate.json
+%%QT_DATADIR%%/modules/ExampleIconsPrivate.json
%%QT_DATADIR%%/modules/FbSupportPrivate.json
%%QT_DATADIR%%/modules/Gui.json
%%QT_DATADIR%%/modules/InputSupportPrivate.json
diff --git a/devel/qt6-languageserver/distinfo b/devel/qt6-languageserver/distinfo
index 93259c992f68..b41ac8daaebd 100644
--- a/devel/qt6-languageserver/distinfo
+++ b/devel/qt6-languageserver/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1680581859
-SHA256 (KDE/Qt/6.5.0/qtlanguageserver-everywhere-src-6.5.0.tar.xz) = 8dc8d3d2f3a345628e91ce1c366709e78971eb9c4d26836a8cd787a51f8f1a1d
-SIZE (KDE/Qt/6.5.0/qtlanguageserver-everywhere-src-6.5.0.tar.xz) = 152980
+TIMESTAMP = 1687324658
+SHA256 (KDE/Qt/6.5.1/qtlanguageserver-everywhere-src-6.5.1.tar.xz) = 99a6cc6aca124626a2085077dc7f4bb9dbb20da518df6b115056813149832bc9
+SIZE (KDE/Qt/6.5.1/qtlanguageserver-everywhere-src-6.5.1.tar.xz) = 153780
diff --git a/devel/qt6-positioning/distinfo b/devel/qt6-positioning/distinfo
index bbd8ddf7bf0a..7506a2fee71e 100644
--- a/devel/qt6-positioning/distinfo
+++ b/devel/qt6-positioning/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1680581860
-SHA256 (KDE/Qt/6.5.0/qtpositioning-everywhere-src-6.5.0.tar.xz) = 0da7121ebfd9d2ba985ab1f2c8a3af70027c35732177ec0fc72ff7e82835c886
-SIZE (KDE/Qt/6.5.0/qtpositioning-everywhere-src-6.5.0.tar.xz) = 1454336
+TIMESTAMP = 1687324661
+SHA256 (KDE/Qt/6.5.1/qtpositioning-everywhere-src-6.5.1.tar.xz) = 053cf940e18880c53ec35022d495c75fdb3adf762dbb3b4a6e48341f7a0ea422
+SIZE (KDE/Qt/6.5.1/qtpositioning-everywhere-src-6.5.1.tar.xz) = 1455492
diff --git a/devel/qt6-remoteobjects/distinfo b/devel/qt6-remoteobjects/distinfo
index 3a4875719298..eb7119c0245d 100644
--- a/devel/qt6-remoteobjects/distinfo
+++ b/devel/qt6-remoteobjects/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1680581861
-SHA256 (KDE/Qt/6.5.0/qtremoteobjects-everywhere-src-6.5.0.tar.xz) = ff40b6e7afa84e44190d3b6357462569525b1e1fb0e8bfd8de16a8680825c2ae
-SIZE (KDE/Qt/6.5.0/qtremoteobjects-everywhere-src-6.5.0.tar.xz) = 450644
+TIMESTAMP = 1687324662
+SHA256 (KDE/Qt/6.5.1/qtremoteobjects-everywhere-src-6.5.1.tar.xz) = 78cf47af58793756dd0633db08371646d8d28930d911e75aeeab385aecc7629b
+SIZE (KDE/Qt/6.5.1/qtremoteobjects-everywhere-src-6.5.1.tar.xz) = 451616
diff --git a/devel/qt6-scxml/distinfo b/devel/qt6-scxml/distinfo
index 9d4a7e3f807b..50a37ca51851 100644
--- a/devel/qt6-scxml/distinfo
+++ b/devel/qt6-scxml/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1680581862
-SHA256 (KDE/Qt/6.5.0/qtscxml-everywhere-src-6.5.0.tar.xz) = f121843cb8cf4a76d621be371e80265ac28254f3c4c123b051e907c1c915766e
-SIZE (KDE/Qt/6.5.0/qtscxml-everywhere-src-6.5.0.tar.xz) = 1254984
+TIMESTAMP = 1687324664
+SHA256 (KDE/Qt/6.5.1/qtscxml-everywhere-src-6.5.1.tar.xz) = 1c3ea3c8bb52c30e06ff113b4deaeb30d664d592afba650f0c1910b30a002477
+SIZE (KDE/Qt/6.5.1/qtscxml-everywhere-src-6.5.1.tar.xz) = 1164020
diff --git a/devel/qt6-tools/distinfo b/devel/qt6-tools/distinfo
index a20025c3810d..383c6bec26cd 100644
--- a/devel/qt6-tools/distinfo
+++ b/devel/qt6-tools/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1680581864
-SHA256 (KDE/Qt/6.5.0/qttools-everywhere-src-6.5.0.tar.xz) = 49c33d96b0a44988be954269b8ce3d1a495b439726e03a6be7c0d50a686369c4
-SIZE (KDE/Qt/6.5.0/qttools-everywhere-src-6.5.0.tar.xz) = 8588520
+TIMESTAMP = 1687324671
+SHA256 (KDE/Qt/6.5.1/qttools-everywhere-src-6.5.1.tar.xz) = 5744df9e84b2a86f7f932ffc00341c7d7209e741fd1c0679a32b855fcceb2329
+SIZE (KDE/Qt/6.5.1/qttools-everywhere-src-6.5.1.tar.xz) = 8592428
diff --git a/devel/qt6-tools/files/patch-src_linguist_lupdate_lupdatepreprocessoraction.cpp b/devel/qt6-tools/files/patch-src_linguist_lupdate_lupdatepreprocessoraction.cpp
deleted file mode 100644
index 12a42edec3f4..000000000000
--- a/devel/qt6-tools/files/patch-src_linguist_lupdate_lupdatepreprocessoraction.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/linguist/lupdate/lupdatepreprocessoraction.cpp.orig 2022-12-12 17:11:50 UTC
-+++ src/linguist/lupdate/lupdatepreprocessoraction.cpp
-@@ -157,7 +157,9 @@ void LupdatePPCallbacks::SourceRangeSkipped(clang::Sou
- void LupdatePPCallbacks::InclusionDirective(clang::SourceLocation /*hashLoc*/,
- const clang::Token & /*includeTok*/, clang::StringRef /*fileName*/, bool /*isAngled*/,
- clang::CharSourceRange /*filenameRange*/,
--#if (LUPDATE_CLANG_VERSION >= LUPDATE_CLANG_VERSION_CHECK(15,0,0))
-+#if (LUPDATE_CLANG_VERSION >= LUPDATE_CLANG_VERSION_CHECK(16,0,0))
-+ clang::OptionalFileEntryRef file,
-+#elif (LUPDATE_CLANG_VERSION >= LUPDATE_CLANG_VERSION_CHECK(15,0,0))
- const clang::Optional<clang::FileEntryRef> file,
- #else
- const clang::FileEntry *file,
diff --git a/devel/qt6-tools/files/patch-src_linguist_lupdate_lupdatepreprocessoraction.h b/devel/qt6-tools/files/patch-src_linguist_lupdate_lupdatepreprocessoraction.h
deleted file mode 100644
index 28caab3d3bda..000000000000
--- a/devel/qt6-tools/files/patch-src_linguist_lupdate_lupdatepreprocessoraction.h
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/linguist/lupdate/lupdatepreprocessoraction.h.orig 2022-12-12 17:11:50 UTC
-+++ src/linguist/lupdate/lupdatepreprocessoraction.h
-@@ -52,7 +52,9 @@ class LupdatePPCallbacks : public clang::PPCallbacks (
- void InclusionDirective(clang::SourceLocation /*hashLoc*/, const clang::Token &/*includeTok*/,
- clang::StringRef /*fileName*/, bool /*isAngled*/,
- clang::CharSourceRange /*filenameRange*/,
--#if (LUPDATE_CLANG_VERSION >= LUPDATE_CLANG_VERSION_CHECK(15,0,0))
-+#if (LUPDATE_CLANG_VERSION >= LUPDATE_CLANG_VERSION_CHECK(16,0,0))
-+ clang::OptionalFileEntryRef file,
-+#elif (LUPDATE_CLANG_VERSION >= LUPDATE_CLANG_VERSION_CHECK(15,0,0))
- const clang::Optional<clang::FileEntryRef> file,
- #else
- const clang::FileEntry *file,
diff --git a/devel/qt6-tools/pkg-plist b/devel/qt6-tools/pkg-plist
index 51d597d87556..39f5e5188af0 100644
--- a/devel/qt6-tools/pkg-plist
+++ b/devel/qt6-tools/pkg-plist
@@ -73,7 +73,6 @@ bin/qtplugininfo6
%%QT_INCDIR%%/QtDesigner/%%FULLVER%%/QtDesigner/private/qdesigner_widgetitem_p.h
%%QT_INCDIR%%/QtDesigner/%%FULLVER%%/QtDesigner/private/qlayout_widget_p.h
%%QT_INCDIR%%/QtDesigner/%%FULLVER%%/QtDesigner/private/qsimpleresource_p.h
-%%QT_INCDIR%%/QtDesigner/%%FULLVER%%/QtDesigner/private/qtpropertybrowserutils_p.h
%%QT_INCDIR%%/QtDesigner/%%FULLVER%%/QtDesigner/private/qtresourceeditordialog_p.h
%%QT_INCDIR%%/QtDesigner/%%FULLVER%%/QtDesigner/private/qtresourcemodel_p.h
%%QT_INCDIR%%/QtDesigner/%%FULLVER%%/QtDesigner/private/qtresourceview_p.h
@@ -137,7 +136,6 @@ bin/qtplugininfo6
%%QT_INCDIR%%/QtDesigner/QtDesignerVersion
%%QT_INCDIR%%/QtDesigner/abstractactioneditor.h
%%QT_INCDIR%%/QtDesigner/abstractdnditem.h
-%%QT_INCDIR%%/QtDesigner/abstractfindwidget.h
%%QT_INCDIR%%/QtDesigner/abstractformbuilder.h
%%QT_INCDIR%%/QtDesigner/abstractformeditor.h
%%QT_INCDIR%%/QtDesigner/abstractformeditorplugin.h
@@ -160,138 +158,26 @@ bin/qtplugininfo6
%%QT_INCDIR%%/QtDesigner/abstractwidgetfactory.h
%%QT_INCDIR%%/QtDesigner/container.h
%%QT_INCDIR%%/QtDesigner/default_extensionfactory.h
-%%QT_INCDIR%%/QtDesigner/deviceskin.h
%%QT_INCDIR%%/QtDesigner/dynamicpropertysheet.h
%%QT_INCDIR%%/QtDesigner/extension.h
%%QT_INCDIR%%/QtDesigner/extension_global.h
%%QT_INCDIR%%/QtDesigner/extrainfo.h
%%QT_INCDIR%%/QtDesigner/formbuilder.h
-%%QT_INCDIR%%/QtDesigner/itemviewfindwidget.h
%%QT_INCDIR%%/QtDesigner/layoutdecoration.h
%%QT_INCDIR%%/QtDesigner/membersheet.h
%%QT_INCDIR%%/QtDesigner/propertysheet.h
%%QT_INCDIR%%/QtDesigner/qdesigner_components.h
%%QT_INCDIR%%/QtDesigner/qdesigner_components_global.h
%%QT_INCDIR%%/QtDesigner/qextensionmanager.h
-%%QT_INCDIR%%/QtDesigner/qtcolorbutton.h
-%%QT_INCDIR%%/QtDesigner/qtcolorline.h
%%QT_INCDIR%%/QtDesigner/qtdesignerversion.h
-%%QT_INCDIR%%/QtDesigner/qtgradientdialog.h
-%%QT_INCDIR%%/QtDesigner/qtgradienteditor.h
-%%QT_INCDIR%%/QtDesigner/qtgradientmanager.h
-%%QT_INCDIR%%/QtDesigner/qtgradientstopscontroller.h
-%%QT_INCDIR%%/QtDesigner/qtgradientstopsmodel.h
-%%QT_INCDIR%%/QtDesigner/qtgradientstopswidget.h
-%%QT_INCDIR%%/QtDesigner/qtgradientutils.h
-%%QT_INCDIR%%/QtDesigner/qtgradientview.h
-%%QT_INCDIR%%/QtDesigner/qtgradientviewdialog.h
-%%QT_INCDIR%%/QtDesigner/qtgradientwidget.h
%%QT_INCDIR%%/QtDesigner/sdk_global.h
%%QT_INCDIR%%/QtDesigner/taskmenu.h
-%%QT_INCDIR%%/QtDesigner/texteditfindwidget.h
%%QT_INCDIR%%/QtDesigner/uilib_global.h
-%%QT_INCDIR%%/QtDesignerComponents/%%FULLVER%%/QtDesignerComponents/private/connectdialog_p.h
%%QT_INCDIR%%/QtDesignerComponents/%%FULLVER%%/QtDesignerComponents/private/lib_pch.h
-%%QT_INCDIR%%/QtDesignerComponents/%%FULLVER%%/QtDesignerComponents/private/objectinspectormodel_p.h
-%%QT_INCDIR%%/QtDesignerComponents/%%FULLVER%%/QtDesignerComponents/private/qtpropertybrowserutils_p.h
-%%QT_INCDIR%%/QtDesignerComponents/%%FULLVER%%/QtDesignerComponents/private/signalslot_utils_p.h
-%%QT_INCDIR%%/QtDesignerComponents/%%FULLVER%%/QtDesignerComponents/private/signalsloteditor_p.h
%%QT_INCDIR%%/QtDesignerComponents/QtDesignerComponents
%%QT_INCDIR%%/QtDesignerComponents/QtDesignerComponentsDepends
%%QT_INCDIR%%/QtDesignerComponents/QtDesignerComponentsVersion
-%%QT_INCDIR%%/QtDesignerComponents/abstractfindwidget.h
-%%QT_INCDIR%%/QtDesignerComponents/brushpropertymanager.h
-%%QT_INCDIR%%/QtDesignerComponents/buddyeditor.h
-%%QT_INCDIR%%/QtDesignerComponents/buddyeditor_global.h
-%%QT_INCDIR%%/QtDesignerComponents/buddyeditor_plugin.h
-%%QT_INCDIR%%/QtDesignerComponents/buddyeditor_tool.h
-%%QT_INCDIR%%/QtDesignerComponents/button_taskmenu.h
-%%QT_INCDIR%%/QtDesignerComponents/combobox_taskmenu.h
-%%QT_INCDIR%%/QtDesignerComponents/containerwidget_taskmenu.h
-%%QT_INCDIR%%/QtDesignerComponents/default_actionprovider.h
-%%QT_INCDIR%%/QtDesignerComponents/default_container.h
-%%QT_INCDIR%%/QtDesignerComponents/default_layoutdecoration.h
-%%QT_INCDIR%%/QtDesignerComponents/designerpropertymanager.h
-%%QT_INCDIR%%/QtDesignerComponents/deviceprofiledialog.h
-%%QT_INCDIR%%/QtDesignerComponents/dpi_chooser.h
-%%QT_INCDIR%%/QtDesignerComponents/embeddedoptionspage.h
-%%QT_INCDIR%%/QtDesignerComponents/fontpropertymanager.h
-%%QT_INCDIR%%/QtDesignerComponents/formeditor.h
-%%QT_INCDIR%%/QtDesignerComponents/formeditor_global.h
-%%QT_INCDIR%%/QtDesignerComponents/formeditor_optionspage.h
-%%QT_INCDIR%%/QtDesignerComponents/formwindow.h
-%%QT_INCDIR%%/QtDesignerComponents/formwindow_dnditem.h
-%%QT_INCDIR%%/QtDesignerComponents/formwindow_widgetstack.h
-%%QT_INCDIR%%/QtDesignerComponents/formwindowcursor.h
-%%QT_INCDIR%%/QtDesignerComponents/formwindowmanager.h
-%%QT_INCDIR%%/QtDesignerComponents/formwindowsettings.h
-%%QT_INCDIR%%/QtDesignerComponents/groupbox_taskmenu.h
-%%QT_INCDIR%%/QtDesignerComponents/inplace_editor.h
-%%QT_INCDIR%%/QtDesignerComponents/inplace_widget_helper.h
-%%QT_INCDIR%%/QtDesignerComponents/itemlisteditor.h
-%%QT_INCDIR%%/QtDesignerComponents/itemview_propertysheet.h
-%%QT_INCDIR%%/QtDesignerComponents/itemviewfindwidget.h
-%%QT_INCDIR%%/QtDesignerComponents/label_taskmenu.h
-%%QT_INCDIR%%/QtDesignerComponents/layout_propertysheet.h
-%%QT_INCDIR%%/QtDesignerComponents/layouttaskmenu.h
-%%QT_INCDIR%%/QtDesignerComponents/line_propertysheet.h
-%%QT_INCDIR%%/QtDesignerComponents/lineedit_taskmenu.h
-%%QT_INCDIR%%/QtDesignerComponents/listwidget_taskmenu.h
-%%QT_INCDIR%%/QtDesignerComponents/listwidgeteditor.h
-%%QT_INCDIR%%/QtDesignerComponents/menutaskmenu.h
-%%QT_INCDIR%%/QtDesignerComponents/newdynamicpropertydialog.h
-%%QT_INCDIR%%/QtDesignerComponents/objectinspector.h
-%%QT_INCDIR%%/QtDesignerComponents/objectinspector_global.h
-%%QT_INCDIR%%/QtDesignerComponents/paletteeditor.h
-%%QT_INCDIR%%/QtDesignerComponents/paletteeditorbutton.h
-%%QT_INCDIR%%/QtDesignerComponents/previewactiongroup.h
-%%QT_INCDIR%%/QtDesignerComponents/previewframe.h
-%%QT_INCDIR%%/QtDesignerComponents/previewwidget.h
-%%QT_INCDIR%%/QtDesignerComponents/propertyeditor.h
-%%QT_INCDIR%%/QtDesignerComponents/propertyeditor_global.h
-%%QT_INCDIR%%/QtDesignerComponents/qdesigner_resource.h
-%%QT_INCDIR%%/QtDesignerComponents/qlayoutwidget_propertysheet.h
-%%QT_INCDIR%%/QtDesignerComponents/qlonglongvalidator.h
-%%QT_INCDIR%%/QtDesignerComponents/qmainwindow_container.h
-%%QT_INCDIR%%/QtDesignerComponents/qmdiarea_container.h
-%%QT_INCDIR%%/QtDesignerComponents/qtbuttonpropertybrowser.h
-%%QT_INCDIR%%/QtDesignerComponents/qtcolorbutton.h
%%QT_INCDIR%%/QtDesignerComponents/qtdesignercomponentsversion.h
-%%QT_INCDIR%%/QtDesignerComponents/qteditorfactory.h
-%%QT_INCDIR%%/QtDesignerComponents/qtgroupboxpropertybrowser.h
-%%QT_INCDIR%%/QtDesignerComponents/qtpropertybrowser.h
-%%QT_INCDIR%%/QtDesignerComponents/qtpropertymanager.h
-%%QT_INCDIR%%/QtDesignerComponents/qttreepropertybrowser.h
-%%QT_INCDIR%%/QtDesignerComponents/qtvariantproperty.h
-%%QT_INCDIR%%/QtDesignerComponents/qwizard_container.h
-%%QT_INCDIR%%/QtDesignerComponents/signalsloteditor.h
-%%QT_INCDIR%%/QtDesignerComponents/signalsloteditor_global.h
-%%QT_INCDIR%%/QtDesignerComponents/signalsloteditor_plugin.h
-%%QT_INCDIR%%/QtDesignerComponents/signalsloteditor_tool.h
-%%QT_INCDIR%%/QtDesignerComponents/signalsloteditorwindow.h
-%%QT_INCDIR%%/QtDesignerComponents/spacer_propertysheet.h
-%%QT_INCDIR%%/QtDesignerComponents/stringlisteditor.h
-%%QT_INCDIR%%/QtDesignerComponents/stringlisteditorbutton.h
-%%QT_INCDIR%%/QtDesignerComponents/tablewidget_taskmenu.h
-%%QT_INCDIR%%/QtDesignerComponents/tablewidgeteditor.h
-%%QT_INCDIR%%/QtDesignerComponents/tabordereditor.h
-%%QT_INCDIR%%/QtDesignerComponents/tabordereditor_global.h
-%%QT_INCDIR%%/QtDesignerComponents/tabordereditor_plugin.h
-%%QT_INCDIR%%/QtDesignerComponents/tabordereditor_tool.h
-%%QT_INCDIR%%/QtDesignerComponents/taskmenu_component.h
-%%QT_INCDIR%%/QtDesignerComponents/templateoptionspage.h
-%%QT_INCDIR%%/QtDesignerComponents/textedit_taskmenu.h
-%%QT_INCDIR%%/QtDesignerComponents/texteditfindwidget.h
-%%QT_INCDIR%%/QtDesignerComponents/tool_widgeteditor.h
-%%QT_INCDIR%%/QtDesignerComponents/toolbar_taskmenu.h
-%%QT_INCDIR%%/QtDesignerComponents/treewidget_taskmenu.h
-%%QT_INCDIR%%/QtDesignerComponents/treewidgeteditor.h
-%%QT_INCDIR%%/QtDesignerComponents/widgetbox.h
-%%QT_INCDIR%%/QtDesignerComponents/widgetbox_dnditem.h
-%%QT_INCDIR%%/QtDesignerComponents/widgetbox_global.h
-%%QT_INCDIR%%/QtDesignerComponents/widgetboxcategorylistview.h
-%%QT_INCDIR%%/QtDesignerComponents/widgetboxtreewidget.h
-%%QT_INCDIR%%/QtDesignerComponents/widgetselection.h
%%QT_INCDIR%%/QtHelp/%%FULLVER%%/QtHelp/private/qfilternamedialog_p.h
%%QT_INCDIR%%/QtHelp/%%FULLVER%%/QtHelp/private/qhelpcollectionhandler_p.h
%%QT_INCDIR%%/QtHelp/%%FULLVER%%/QtHelp/private/qhelpdbreader_p.h
@@ -351,18 +237,11 @@ bin/qtplugininfo6
%%QT_INCDIR%%/QtUiPlugin/customwidget.h
%%QT_INCDIR%%/QtUiPlugin/qdesignerexportwidget.h
%%QT_INCDIR%%/QtUiPlugin/qtuipluginversion.h
-%%QT_INCDIR%%/QtUiTools/%%FULLVER%%/QtUiTools/private/formbuilderextra_p.h
-%%QT_INCDIR%%/QtUiTools/%%FULLVER%%/QtUiTools/private/properties_p.h
%%QT_INCDIR%%/QtUiTools/%%FULLVER%%/QtUiTools/private/quiloader_p.h
-%%QT_INCDIR%%/QtUiTools/%%FULLVER%%/QtUiTools/private/resourcebuilder_p.h
-%%QT_INCDIR%%/QtUiTools/%%FULLVER%%/QtUiTools/private/textbuilder_p.h
-%%QT_INCDIR%%/QtUiTools/%%FULLVER%%/QtUiTools/private/ui4_p.h
%%QT_INCDIR%%/QtUiTools/QUiLoader
%%QT_INCDIR%%/QtUiTools/QtUiTools
%%QT_INCDIR%%/QtUiTools/QtUiToolsDepends
%%QT_INCDIR%%/QtUiTools/QtUiToolsVersion
-%%QT_INCDIR%%/QtUiTools/abstractformbuilder.h
-%%QT_INCDIR%%/QtUiTools/formbuilder.h
%%QT_INCDIR%%/QtUiTools/qtuitoolsglobal.h
%%QT_INCDIR%%/QtUiTools/qtuitoolsversion.h
%%QT_INCDIR%%/QtUiTools/quiloader.h
diff --git a/devel/qt6-translations/distinfo b/devel/qt6-translations/distinfo
index e3b4b7462b76..7dcd3632f8b5 100644
--- a/devel/qt6-translations/distinfo
+++ b/devel/qt6-translations/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1680581865
-SHA256 (KDE/Qt/6.5.0/qttranslations-everywhere-src-6.5.0.tar.xz) = fc85d0fd8393f518653ccada1014177a56df6e73f30f3b64eea0c2e4a0067a3d
-SIZE (KDE/Qt/6.5.0/qttranslations-everywhere-src-6.5.0.tar.xz) = 1467780
+TIMESTAMP = 1687324673
+SHA256 (KDE/Qt/6.5.1/qttranslations-everywhere-src-6.5.1.tar.xz) = 527e2c34c2637ece49c0e1fb65b0c5e5dce0f9b3f3710381468fe4e36080d49b
+SIZE (KDE/Qt/6.5.1/qttranslations-everywhere-src-6.5.1.tar.xz) = 1468552
diff --git a/devel/shiboken6/Makefile b/devel/shiboken6/Makefile
index ff2dd534f44e..eaca517823a2 100644
--- a/devel/shiboken6/Makefile
+++ b/devel/shiboken6/Makefile
@@ -1,9 +1,9 @@
PORTNAME= shiboken6
-DISTVERSION= ${QT6_VERSION}
+DISTVERSION= ${PYSIDE6_VERSION}
CATEGORIES= devel
MASTER_SITES= QT/official_releases/QtForPython/${PORTNAME}/PySide6-${DISTVERSION}-src
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= pyside-setup-opensource-src-${DISTVERSION}
+DISTNAME= pyside-setup-everywhere-src-${DISTVERSION}
MAINTAINER= kde@FreeBSD.org
COMMENT= Python binding generator for C++ libraries
@@ -35,12 +35,11 @@ CMAKE_ARGS+= -DClang_DIR:PATH="${LOCALBASE}/llvm${LLVM_DEFAULT}/lib/cmake/clang"
-DCMAKE_CXX_STANDARD_LIBRARIES=-lexecinfo \
-DUSE_PYTHON_VERSION=${PYTHON_VER}
-
.include <bsd.port.pre.mk>
PLIST_SUB+= DISTVERSION=${DISTVERSION}
PLIST_SUB+= PYVERSTR=.cpython-${PYTHON_SUFFIX}${PYTHON_ABIVER}
-WRKSRC= ${WRKDIR}/pyside-setup-opensource-src-${DISTVERSION}/sources/shiboken6
+WRKSRC= ${WRKDIR}/pyside-setup-everywhere-src-${QT6_VERSION}/sources/shiboken6
post-install:
${RM} ${STAGEDIR}${PREFIX}/bin/shiboken_tool.py
diff --git a/devel/shiboken6/distinfo b/devel/shiboken6/distinfo
index 14c8e5bf2401..181305bc3b17 100644
--- a/devel/shiboken6/distinfo
+++ b/devel/shiboken6/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1685944850
-SHA256 (pyside-setup-opensource-src-6.4.2.tar.xz) = 1ec9d0936332efd229650cf10fed36cadddff7a613a2ea6e897de4d504c1b505
-SIZE (pyside-setup-opensource-src-6.4.2.tar.xz) = 8759528
+TIMESTAMP = 1687806697
+SHA256 (pyside-setup-everywhere-src-6.5.1.1.tar.xz) = 9741a06f0b7d4b2168818448134bc7e96ddb5efb846a3915b4177ba4159b5b78
+SIZE (pyside-setup-everywhere-src-6.5.1.1.tar.xz) = 13565304
diff --git a/devel/shiboken6/pkg-plist b/devel/shiboken6/pkg-plist
index 16459fef12d3..8f221321a7f6 100644
--- a/devel/shiboken6/pkg-plist
+++ b/devel/shiboken6/pkg-plist
@@ -31,18 +31,18 @@ include/shiboken6/signature.h
include/shiboken6/signature_p.h
include/shiboken6/threadstatesaver.h
include/shiboken6/voidptr.h
-lib/cmake/Shiboken6-%%DISTVERSION%%/Shiboken6Config.abi3.cmake
-lib/cmake/Shiboken6-%%DISTVERSION%%/Shiboken6Config.cmake
-lib/cmake/Shiboken6-%%DISTVERSION%%/Shiboken6ConfigVersion.cmake
-lib/cmake/Shiboken6-%%DISTVERSION%%/Shiboken6Targets-%%CMAKE_BUILD_TYPE%%.cmake
-lib/cmake/Shiboken6-%%DISTVERSION%%/Shiboken6Targets.cmake
-lib/cmake/Shiboken6-%%DISTVERSION%%/ShibokenHelpers.cmake
+lib/cmake/Shiboken6/Shiboken6Config.abi3.cmake
+lib/cmake/Shiboken6/Shiboken6Config.cmake
+lib/cmake/Shiboken6/Shiboken6ConfigVersion.cmake
+lib/cmake/Shiboken6/Shiboken6Targets-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/Shiboken6/Shiboken6Targets.cmake
+lib/cmake/Shiboken6/ShibokenHelpers.cmake
lib/cmake/Shiboken6Tools/Shiboken6ToolsConfig.cmake
lib/cmake/Shiboken6Tools/Shiboken6ToolsConfigVersion.cmake
lib/cmake/Shiboken6Tools/Shiboken6ToolsTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/Shiboken6Tools/Shiboken6ToolsTargets.cmake
lib/libshiboken6.abi3.so
-lib/libshiboken6.abi3.so.6.4
+lib/libshiboken6.abi3.so.6.5
lib/libshiboken6.abi3.so.%%DISTVERSION%%
%%PYTHON_SITELIBDIR%%/shiboken6/Shiboken.abi3.so
%%PYTHON_SITELIBDIR%%/shiboken6/Shiboken.pyi
@@ -54,3 +54,4 @@ lib/libshiboken6.abi3.so.%%DISTVERSION%%
%%PYTHON_SITELIBDIR%%/shiboken6_generator/_config.py
%%PYTHON_SITELIBDIR%%/shiboken6_generator/_git_shiboken_generator_version.py
libdata/pkgconfig/shiboken6.pc
+include/shiboken6/sbkwindows.h
diff --git a/graphics/qt6-3d/distinfo b/graphics/qt6-3d/distinfo
index 00ca6d3b274a..11216dc3b9ef 100644
--- a/graphics/qt6-3d/distinfo
+++ b/graphics/qt6-3d/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1680581872
-SHA256 (KDE/Qt/6.5.0/qt3d-everywhere-src-6.5.0.tar.xz) = 20b250023244f21dfbec5c007bac805d4494fa463a6dd27538afb1a81b230816
-SIZE (KDE/Qt/6.5.0/qt3d-everywhere-src-6.5.0.tar.xz) = 161603004
+TIMESTAMP = 1687324778
+SHA256 (KDE/Qt/6.5.1/qt3d-everywhere-src-6.5.1.tar.xz) = 7e54e1e810ba57b510002b899d9b63d611b287691731739665c1a1b26139689b
+SIZE (KDE/Qt/6.5.1/qt3d-everywhere-src-6.5.1.tar.xz) = 161708832
diff --git a/graphics/qt6-3d/pkg-plist b/graphics/qt6-3d/pkg-plist
index 807ac0653c7a..9877952b8a26 100644
--- a/graphics/qt6-3d/pkg-plist
+++ b/graphics/qt6-3d/pkg-plist
@@ -125,7 +125,6 @@
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/corelogging_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/coresettings_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/job_common_p.h
-%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/matrix4x4_avx2_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/matrix4x4_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/matrix4x4_sse_p.h
%%QT_INCDIR%%/Qt3DCore/%%FULLVER%%/Qt3DCore/private/nullservices_p.h
diff --git a/graphics/qt6-imageformats/distinfo b/graphics/qt6-imageformats/distinfo
index 0cb584822862..25b47b6b797f 100644
--- a/graphics/qt6-imageformats/distinfo
+++ b/graphics/qt6-imageformats/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1680581873
-SHA256 (KDE/Qt/6.5.0/qtimageformats-everywhere-src-6.5.0.tar.xz) = f9f810cd3ac7e60132c0da33f34fcfce42e3e764d6cad3020c2f3b1b42046f78
-SIZE (KDE/Qt/6.5.0/qtimageformats-everywhere-src-6.5.0.tar.xz) = 1958056
+TIMESTAMP = 1687324781
+SHA256 (KDE/Qt/6.5.1/qtimageformats-everywhere-src-6.5.1.tar.xz) = 897f7fc299ad03580dee91920644dc43cb5d32e1b8c97e8b594fac9aa68c5db5
+SIZE (KDE/Qt/6.5.1/qtimageformats-everywhere-src-6.5.1.tar.xz) = 1958432
diff --git a/graphics/qt6-lottie/distinfo b/graphics/qt6-lottie/distinfo
index dc58e10311d3..058f631d382c 100644
--- a/graphics/qt6-lottie/distinfo
+++ b/graphics/qt6-lottie/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1680581874
-SHA256 (KDE/Qt/6.5.0/qtlottie-everywhere-src-6.5.0.tar.xz) = 8425ecdeb9286a6c51985bdaf3936026610d04dc31eec06fee79df6442b7e246
-SIZE (KDE/Qt/6.5.0/qtlottie-everywhere-src-6.5.0.tar.xz) = 90684
+TIMESTAMP = 1687324782
+SHA256 (KDE/Qt/6.5.1/qtlottie-everywhere-src-6.5.1.tar.xz) = 10b8f8107b75314703a4d0e0f60778c30c8f41a339622bc8166eec284ac26b81
+SIZE (KDE/Qt/6.5.1/qtlottie-everywhere-src-6.5.1.tar.xz) = 91660
diff --git a/graphics/qt6-svg/distinfo b/graphics/qt6-svg/distinfo
index 8dea0bfc0a0b..21ff1af3aefb 100644
--- a/graphics/qt6-svg/distinfo
+++ b/graphics/qt6-svg/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1680581876
-SHA256 (KDE/Qt/6.5.0/qtsvg-everywhere-src-6.5.0.tar.xz) = 64ca7e61f44d51e28bcbb4e0509299b53a9a7e38879e00a7fe91643196067a4f
-SIZE (KDE/Qt/6.5.0/qtsvg-everywhere-src-6.5.0.tar.xz) = 1727556
+TIMESTAMP = 1687324786
+SHA256 (KDE/Qt/6.5.1/qtsvg-everywhere-src-6.5.1.tar.xz) = d58d29491d44f0f59b684686a9898fec0e6c4fb7c09d9393b4e9c211fe9608ef
+SIZE (KDE/Qt/6.5.1/qtsvg-everywhere-src-6.5.1.tar.xz) = 1728900
diff --git a/graphics/qt6-wayland/distinfo b/graphics/qt6-wayland/distinfo
index 8994e3a9e816..557b5d5c1acc 100644
--- a/graphics/qt6-wayland/distinfo
+++ b/graphics/qt6-wayland/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1680581877
-SHA256 (KDE/Qt/6.5.0/qtwayland-everywhere-src-6.5.0.tar.xz) = ccc57fa277fc5f1c1c2c4733eae80a60996b67a067233c47809e542aa31759a3
-SIZE (KDE/Qt/6.5.0/qtwayland-everywhere-src-6.5.0.tar.xz) = 1058628
+TIMESTAMP = 1687324787
+SHA256 (KDE/Qt/6.5.1/qtwayland-everywhere-src-6.5.1.tar.xz) = 7c1f1ea19831c9c28b0128cf7ccfb22baf46c5cda30a97d0e6997dfd9a0a974d
+SIZE (KDE/Qt/6.5.1/qtwayland-everywhere-src-6.5.1.tar.xz) = 1059936
diff --git a/graphics/qt6-wayland/pkg-plist b/graphics/qt6-wayland/pkg-plist
index face8c6ac384..02eeb30489fe 100644
--- a/graphics/qt6-wayland/pkg-plist
+++ b/graphics/qt6-wayland/pkg-plist
@@ -43,9 +43,7 @@
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandinputdeviceintegrationfactory_p.h
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandinputdeviceintegrationplugin_p.h
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandinputmethodcontext_p.h
-%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandinputmethodeventbuilder_p.h
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandintegration_p.h
-%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandmimehelper_p.h
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandnativeinterface_p.h
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandpointergestures_p.h
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandprimaryselectionv1_p.h
@@ -54,7 +52,6 @@
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandserverbufferintegration_p.h
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandserverbufferintegrationfactory_p.h
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandserverbufferintegrationplugin_p.h
-%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandsharedmemoryformathelper_p.h
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandshellintegration_p.h
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandshellintegrationfactory_p.h
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandshellintegrationplugin_p.h
@@ -127,13 +124,11 @@
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylanddestroylistener_p.h
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandidleinhibitv1_p.h
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandinputmethodcontrol_p.h
-%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandinputmethodeventbuilder_p.h
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandiviapplication_p.h
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandivisurface_p.h
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandivisurfaceintegration_p.h
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandkeyboard_p.h
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandkeymap_p.h
-%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandmimehelper_p.h
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandmousetracker_p.h
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandoutput_p.h
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandoutputmode_p.h
@@ -148,7 +143,6 @@
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandquickshellsurfaceitem_p.h
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandquicksurface_p.h
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandseat_p.h
-%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandsharedmemoryformathelper_p.h
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandshell_p.h
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandsurface_p.h
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandtextinput_p.h
diff --git a/misc/qt6-doc/distinfo b/misc/qt6-doc/distinfo
index 3e37135cd6d5..919e2abe42aa 100644
--- a/misc/qt6-doc/distinfo
+++ b/misc/qt6-doc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1680581878
-SHA256 (KDE/Qt/6.5.0/qtdoc-everywhere-src-6.5.0.tar.xz) = 2662ce6c478542d5b8239e9842a298b9ad351dbf63d32246e4b53f91fd6174b9
-SIZE (KDE/Qt/6.5.0/qtdoc-everywhere-src-6.5.0.tar.xz) = 8804620
+TIMESTAMP = 1687324794
+SHA256 (KDE/Qt/6.5.1/qtdoc-everywhere-src-6.5.1.tar.xz) = 414ea0c4209db180c3f9ed6da48d20b43891d5c51eff1bf1897b5c964f9d2c31
+SIZE (KDE/Qt/6.5.1/qtdoc-everywhere-src-6.5.1.tar.xz) = 8957800
diff --git a/misc/qt6-examples/distinfo b/misc/qt6-examples/distinfo
index 13f61d825e4d..80b185fc6259 100644
--- a/misc/qt6-examples/distinfo
+++ b/misc/qt6-examples/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1680581922
-SHA256 (KDE/Qt/6.5.0/qt-everywhere-src-6.5.0.tar.xz) = dba376e110e53895c7c827eea389dc12aa9c45862cd197d2f0d37ee472baf0b0
-SIZE (KDE/Qt/6.5.0/qt-everywhere-src-6.5.0.tar.xz) = 792011632
+TIMESTAMP = 1687325298
+SHA256 (KDE/Qt/6.5.1/qt-everywhere-src-6.5.1.tar.xz) = a2d88a6f8c3835dca52f3b7433149c3de606a96bbf024640c27657276cc7350a
+SIZE (KDE/Qt/6.5.1/qt-everywhere-src-6.5.1.tar.xz) = 796599948
diff --git a/misc/qt6-examples/pkg-plist b/misc/qt6-examples/pkg-plist
index f0f7b05baef2..10837520da15 100644
--- a/misc/qt6-examples/pkg-plist
+++ b/misc/qt6-examples/pkg-plist
@@ -24,59 +24,6 @@
%%QT_EXAMPLEDIR%%/activeqt/dotnet/wrapper/lib/worker.h
%%QT_EXAMPLEDIR%%/activeqt/dotnet/wrapper/main.cs
%%QT_EXAMPLEDIR%%/activeqt/dotnet/wrapper/wrapper.sln
-%%QT_EXAMPLEDIR%%/activeqt/hierarchy/CMakeLists.txt
-%%QT_EXAMPLEDIR%%/activeqt/hierarchy/doc/snippets/hierarchy-demo-snippet.qdoc
-%%QT_EXAMPLEDIR%%/activeqt/hierarchy/doc/src/hierarchy.qdoc
-%%QT_EXAMPLEDIR%%/activeqt/hierarchy/hierarchy.def
-%%QT_EXAMPLEDIR%%/activeqt/hierarchy/hierarchy.ico
-%%QT_EXAMPLEDIR%%/activeqt/hierarchy/hierarchy.inf
-%%QT_EXAMPLEDIR%%/activeqt/hierarchy/hierarchy.pro
-%%QT_EXAMPLEDIR%%/activeqt/hierarchy/hierarchy.rc
-%%QT_EXAMPLEDIR%%/activeqt/hierarchy/main.cpp
-%%QT_EXAMPLEDIR%%/activeqt/hierarchy/objects.cpp
-%%QT_EXAMPLEDIR%%/activeqt/hierarchy/objects.h
-%%QT_EXAMPLEDIR%%/activeqt/mediaplayer/CMakeLists.txt
-%%QT_EXAMPLEDIR%%/activeqt/mediaplayer/doc/images/activeqt-mediaplayer-example.jpg
-%%QT_EXAMPLEDIR%%/activeqt/mediaplayer/doc/src/mediaplayer.qdoc
-%%QT_EXAMPLEDIR%%/activeqt/mediaplayer/main.cpp
-%%QT_EXAMPLEDIR%%/activeqt/mediaplayer/mainwindow.ui
-%%QT_EXAMPLEDIR%%/activeqt/mediaplayer/mediaaxwidget.h
-%%QT_EXAMPLEDIR%%/activeqt/mediaplayer/mediaplayer.pro
-%%QT_EXAMPLEDIR%%/activeqt/menus/CMakeLists.txt
-%%QT_EXAMPLEDIR%%/activeqt/menus/doc/snippets/doc_src_examples_activeqt_menus.qdoc
-%%QT_EXAMPLEDIR%%/activeqt/menus/doc/src/menus.qdoc
-%%QT_EXAMPLEDIR%%/activeqt/menus/fileopen.xpm
-%%QT_EXAMPLEDIR%%/activeqt/menus/filesave.xpm
-%%QT_EXAMPLEDIR%%/activeqt/menus/main.cpp
-%%QT_EXAMPLEDIR%%/activeqt/menus/menus.cpp
-%%QT_EXAMPLEDIR%%/activeqt/menus/menus.def
-%%QT_EXAMPLEDIR%%/activeqt/menus/menus.h
-%%QT_EXAMPLEDIR%%/activeqt/menus/menus.ico
-%%QT_EXAMPLEDIR%%/activeqt/menus/menus.inf
-%%QT_EXAMPLEDIR%%/activeqt/menus/menus.pro
-%%QT_EXAMPLEDIR%%/activeqt/menus/menus.rc
-%%QT_EXAMPLEDIR%%/activeqt/multiple/CMakeLists.txt
-%%QT_EXAMPLEDIR%%/activeqt/multiple/ax1.h
-%%QT_EXAMPLEDIR%%/activeqt/multiple/ax2.h
-%%QT_EXAMPLEDIR%%/activeqt/multiple/doc/src/multiple.qdoc
-%%QT_EXAMPLEDIR%%/activeqt/multiple/main.cpp
-%%QT_EXAMPLEDIR%%/activeqt/multiple/multiple.inf
-%%QT_EXAMPLEDIR%%/activeqt/multiple/multiple.pro
-%%QT_EXAMPLEDIR%%/activeqt/multiple/multipleax.def
-%%QT_EXAMPLEDIR%%/activeqt/multiple/multipleax.ico
-%%QT_EXAMPLEDIR%%/activeqt/multiple/multipleax.rc
-%%QT_EXAMPLEDIR%%/activeqt/opengl/CMakeLists.txt
-%%QT_EXAMPLEDIR%%/activeqt/opengl/doc/src/opengl.qdoc
-%%QT_EXAMPLEDIR%%/activeqt/opengl/glbox.cpp
-%%QT_EXAMPLEDIR%%/activeqt/opengl/glbox.h
-%%QT_EXAMPLEDIR%%/activeqt/opengl/globjwin.cpp
-%%QT_EXAMPLEDIR%%/activeqt/opengl/globjwin.h
-%%QT_EXAMPLEDIR%%/activeqt/opengl/main.cpp
-%%QT_EXAMPLEDIR%%/activeqt/opengl/opengl.def
-%%QT_EXAMPLEDIR%%/activeqt/opengl/opengl.ico
-%%QT_EXAMPLEDIR%%/activeqt/opengl/opengl.inf
-%%QT_EXAMPLEDIR%%/activeqt/opengl/opengl.pro
-%%QT_EXAMPLEDIR%%/activeqt/opengl/opengl.rc
%%QT_EXAMPLEDIR%%/activeqt/qutlook/CMakeLists.txt
%%QT_EXAMPLEDIR%%/activeqt/qutlook/addressview.cpp
%%QT_EXAMPLEDIR%%/activeqt/qutlook/addressview.h
@@ -175,9 +122,21 @@
%%QT_EXAMPLEDIR%%/bluetooth/btchat/remoteselector.cpp
%%QT_EXAMPLEDIR%%/bluetooth/btchat/remoteselector.h
%%QT_EXAMPLEDIR%%/bluetooth/btchat/remoteselector.ui
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/App.qml
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/BluetoothAlarmDialog.qml
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/BottomLine.qml
%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/CMakeLists.txt
-%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/Info.plist
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/Connect.qml
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/GameButton.qml
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/GamePage.qml
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/GameSettings.qml
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/Main.qml
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/Measure.qml
%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/README.md
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/SplashScreen.qml
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/Stats.qml
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/StatsLabel.qml
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/TitleBar.qml
%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/bluetoothbaseclass.cpp
%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/bluetoothbaseclass.h
%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/connectionhandler.cpp
@@ -195,28 +154,12 @@
%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/doc/src/heartrate-game.qdoc
%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/heartrate-game.pro
%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/heartrate-global.h
-%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/images.qrc
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/images/bt_off_to_on.png
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/images/heart.png
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/images/logo.png
%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/main.cpp
-%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/qml.qrc
-%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/qml/App.qml
-%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/qml/BluetoothAlarmDialog.qml
-%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/qml/BottomLine.qml
-%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/qml/Connect.qml
-%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/qml/GameButton.qml
-%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/qml/GamePage.qml
-%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/qml/GameSettings.qml
-%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/qml/Measure.qml
-%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/qml/SplashScreen.qml
-%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/qml/Stats.qml
-%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/qml/StatsLabel.qml
-%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/qml/TitleBar.qml
-%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/qml/images/bt_off_to_on.png
-%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/qml/images/heart.png
-%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/qml/images/logo.png
-%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/qml/main.qml
-%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/qml/qmldir
+%%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/qmldir
%%QT_EXAMPLEDIR%%/bluetooth/heartrate-server/CMakeLists.txt
-%%QT_EXAMPLEDIR%%/bluetooth/heartrate-server/Info.plist
%%QT_EXAMPLEDIR%%/bluetooth/heartrate-server/doc/src/heartrate-server.qdoc
%%QT_EXAMPLEDIR%%/bluetooth/heartrate-server/heartrate-server.pro
%%QT_EXAMPLEDIR%%/bluetooth/heartrate-server/main.cpp
@@ -225,7 +168,6 @@
%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/Devices.qml
%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/Dialog.qml
%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/Header.qml
-%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/Info.plist
%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/Label.qml
%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/Main.qml
%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/Menu.qml
@@ -246,7 +188,9 @@
%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/qmldir
%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/serviceinfo.cpp
%%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/serviceinfo.h
+%%QT_EXAMPLEDIR%%/bluetooth/shared/Info.cmake.ios.plist
%%QT_EXAMPLEDIR%%/bluetooth/shared/Info.cmake.macos.plist
+%%QT_EXAMPLEDIR%%/bluetooth/shared/Info.qmake.ios.plist
%%QT_EXAMPLEDIR%%/bluetooth/shared/Info.qmake.macos.plist
%%QT_EXAMPLEDIR%%/charts/CMakeLists.txt
%%QT_EXAMPLEDIR%%/charts/areachart/CMakeLists.txt
@@ -722,6 +666,11 @@
%%QT_EXAMPLEDIR%%/corelib/serialization/convert/textconverter.h
%%QT_EXAMPLEDIR%%/corelib/serialization/convert/xmlconverter.cpp
%%QT_EXAMPLEDIR%%/corelib/serialization/convert/xmlconverter.h
+%%QT_EXAMPLEDIR%%/corelib/serialization/rsslisting/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/corelib/serialization/rsslisting/main.cpp
+%%QT_EXAMPLEDIR%%/corelib/serialization/rsslisting/rsslisting.cpp
+%%QT_EXAMPLEDIR%%/corelib/serialization/rsslisting/rsslisting.h
+%%QT_EXAMPLEDIR%%/corelib/serialization/rsslisting/rsslisting.pro
%%QT_EXAMPLEDIR%%/corelib/serialization/savegame/CMakeLists.txt
%%QT_EXAMPLEDIR%%/corelib/serialization/savegame/character.cpp
%%QT_EXAMPLEDIR%%/corelib/serialization/savegame/character.h
@@ -733,6 +682,20 @@
%%QT_EXAMPLEDIR%%/corelib/serialization/savegame/main.cpp
%%QT_EXAMPLEDIR%%/corelib/serialization/savegame/savegame.pro
%%QT_EXAMPLEDIR%%/corelib/serialization/serialization.pro
+%%QT_EXAMPLEDIR%%/corelib/serialization/streambookmarks/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/corelib/serialization/streambookmarks/doc/images/xmlstreamexample-filemenu.png
+%%QT_EXAMPLEDIR%%/corelib/serialization/streambookmarks/doc/images/xmlstreamexample-helpmenu.png
+%%QT_EXAMPLEDIR%%/corelib/serialization/streambookmarks/doc/images/xmlstreamexample-screenshot.png
+%%QT_EXAMPLEDIR%%/corelib/serialization/streambookmarks/doc/src/qxmlstreambookmarks.qdoc
+%%QT_EXAMPLEDIR%%/corelib/serialization/streambookmarks/jennifer.xbel
+%%QT_EXAMPLEDIR%%/corelib/serialization/streambookmarks/main.cpp
+%%QT_EXAMPLEDIR%%/corelib/serialization/streambookmarks/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/corelib/serialization/streambookmarks/mainwindow.h
+%%QT_EXAMPLEDIR%%/corelib/serialization/streambookmarks/streambookmarks.pro
+%%QT_EXAMPLEDIR%%/corelib/serialization/streambookmarks/xbelreader.cpp
+%%QT_EXAMPLEDIR%%/corelib/serialization/streambookmarks/xbelreader.h
+%%QT_EXAMPLEDIR%%/corelib/serialization/streambookmarks/xbelwriter.cpp
+%%QT_EXAMPLEDIR%%/corelib/serialization/streambookmarks/xbelwriter.h
%%QT_EXAMPLEDIR%%/corelib/threads/CMakeLists.txt
%%QT_EXAMPLEDIR%%/corelib/threads/README
%%QT_EXAMPLEDIR%%/corelib/threads/doc/images/mandelbrot-example.png
@@ -914,14 +877,10 @@
%%QT_EXAMPLEDIR%%/dbus/complexpingpong/complexpong.pro
%%QT_EXAMPLEDIR%%/dbus/complexpingpong/ping-common.h
%%QT_EXAMPLEDIR%%/dbus/dbus.pro
-%%QT_EXAMPLEDIR%%/dbus/doc/images/dbus-chat-example.png
+%%QT_EXAMPLEDIR%%/dbus/doc/images/dbus-chat-example.webp
%%QT_EXAMPLEDIR%%/dbus/doc/src/chat.qdoc
%%QT_EXAMPLEDIR%%/dbus/doc/src/complexpingpong.qdoc
-%%QT_EXAMPLEDIR%%/dbus/doc/src/listnames.qdoc
%%QT_EXAMPLEDIR%%/dbus/doc/src/pingpong.qdoc
-%%QT_EXAMPLEDIR%%/dbus/listnames/CMakeLists.txt
-%%QT_EXAMPLEDIR%%/dbus/listnames/listnames.cpp
-%%QT_EXAMPLEDIR%%/dbus/listnames/listnames.pro
%%QT_EXAMPLEDIR%%/dbus/pingpong/CMakeLists.txt
%%QT_EXAMPLEDIR%%/dbus/pingpong/ping-common.h
%%QT_EXAMPLEDIR%%/dbus/pingpong/ping.cpp
@@ -934,16 +893,15 @@
%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/car/car.cpp
%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/car/car.h
%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/car/car.pro
-%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/car/car.xml
%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/car/main.cpp
+%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/common/car.xml
%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/controller/CMakeLists.txt
-%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/controller/car.xml
%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/controller/controller.cpp
%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/controller/controller.h
%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/controller/controller.pro
%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/controller/controller.ui
%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/controller/main.cpp
-%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/doc/images/remotecontrolledcar-car-example.png
+%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/doc/images/remotecontrolledcar-car-example.webp
%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/doc/src/dbus-remotecontrolledcar.qdoc
%%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/remotecontrolledcar.pro
%%QT_EXAMPLEDIR%%/demos/CMakeLists.txt
@@ -1275,16 +1233,17 @@
%%QT_EXAMPLEDIR%%/demos/photosurface/doc/images/qtquick-demo-photosurface-small.png
%%QT_EXAMPLEDIR%%/demos/photosurface/doc/src/photosurface.qdoc
%%QT_EXAMPLEDIR%%/demos/photosurface/main.cpp
-%%QT_EXAMPLEDIR%%/demos/photosurface/photosurface.pro
%%QT_EXAMPLEDIR%%/demos/photosurface/photosurface.qml
%%QT_EXAMPLEDIR%%/demos/photosurface/photosurface.qmlproject
-%%QT_EXAMPLEDIR%%/demos/photosurface/photosurface.qrc
%%QT_EXAMPLEDIR%%/demos/photosurface/resources/MomentumAnimation.qml
+%%QT_EXAMPLEDIR%%/demos/photosurface/resources/SlideShow.qml
%%QT_EXAMPLEDIR%%/demos/photosurface/resources/folder.png
%%QT_EXAMPLEDIR%%/demos/photosurface/resources/icon.png
%%QT_EXAMPLEDIR%%/demos/photosurface/resources/photosurface.icns
%%QT_EXAMPLEDIR%%/demos/photosurface/resources/photosurface.ico
%%QT_EXAMPLEDIR%%/demos/photosurface/resources/photosurface.rc
+%%QT_EXAMPLEDIR%%/demos/photosurface/resources/shaders/gneiss.frag
+%%QT_EXAMPLEDIR%%/demos/photosurface/resources/welcome.pdf
%%QT_EXAMPLEDIR%%/demos/photoviewer/CMakeLists.txt
%%QT_EXAMPLEDIR%%/demos/photoviewer/PhotoViewerCore/AlbumDelegate.qml
%%QT_EXAMPLEDIR%%/demos/photoviewer/PhotoViewerCore/BusyIndicator.qml
@@ -1885,6 +1844,15 @@
%%QT_EXAMPLEDIR%%/multimedia/player/qplaylistfileparser.h
%%QT_EXAMPLEDIR%%/multimedia/player/videowidget.cpp
%%QT_EXAMPLEDIR%%/multimedia/player/videowidget.h
+%%QT_EXAMPLEDIR%%/multimedia/screencapture/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/multimedia/screencapture/doc/images/screencapture.jpg
+%%QT_EXAMPLEDIR%%/multimedia/screencapture/doc/src/screencapture.qdoc
+%%QT_EXAMPLEDIR%%/multimedia/screencapture/main.cpp
+%%QT_EXAMPLEDIR%%/multimedia/screencapture/screencapture.pro
+%%QT_EXAMPLEDIR%%/multimedia/screencapture/screencapturepreview.cpp
+%%QT_EXAMPLEDIR%%/multimedia/screencapture/screencapturepreview.h
+%%QT_EXAMPLEDIR%%/multimedia/screencapture/screenlistmodel.cpp
+%%QT_EXAMPLEDIR%%/multimedia/screencapture/screenlistmodel.h
%%QT_EXAMPLEDIR%%/multimedia/shared/shared.pri
%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/Array.h
%%QT_EXAMPLEDIR%%/multimedia/spectrum/3rdparty/fftreal/Array.hpp
@@ -2072,7 +2040,6 @@
%%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/trace.h
%%QT_EXAMPLEDIR%%/multimedia/video/recorder/AudioInputSelect.qml
%%QT_EXAMPLEDIR%%/multimedia/video/recorder/CMakeLists.txt
-%%QT_EXAMPLEDIR%%/multimedia/video/recorder/CameraSelect.qml
%%QT_EXAMPLEDIR%%/multimedia/video/recorder/Controls.qml
%%QT_EXAMPLEDIR%%/multimedia/video/recorder/Info.plist.in
%%QT_EXAMPLEDIR%%/multimedia/video/recorder/MediaList.qml
@@ -2084,6 +2051,9 @@
%%QT_EXAMPLEDIR%%/multimedia/video/recorder/StyleParameter.qml
%%QT_EXAMPLEDIR%%/multimedia/video/recorder/StyleRectangle.qml
%%QT_EXAMPLEDIR%%/multimedia/video/recorder/StyleSlider.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/recorder/VideoSourceSelect.qml
+%%QT_EXAMPLEDIR%%/multimedia/video/recorder/doc/images/qml-recorder-control-bar-overview.gif
+%%QT_EXAMPLEDIR%%/multimedia/video/recorder/doc/images/qml-recorder-overview.gif
%%QT_EXAMPLEDIR%%/multimedia/video/recorder/doc/images/qmlrecorder.jpg
%%QT_EXAMPLEDIR%%/multimedia/video/recorder/doc/src/recorder.qdoc
%%QT_EXAMPLEDIR%%/multimedia/video/recorder/main.cpp
@@ -2132,10 +2102,9 @@
%%QT_EXAMPLEDIR%%/network/doc/images/broadcastsender-example.png
%%QT_EXAMPLEDIR%%/network/doc/images/fortuneclient-example.png
%%QT_EXAMPLEDIR%%/network/doc/images/fortuneserver-example.png
-%%QT_EXAMPLEDIR%%/network/doc/images/http-example.png
-%%QT_EXAMPLEDIR%%/network/doc/images/loopback-example.png
-%%QT_EXAMPLEDIR%%/network/doc/images/multicastreceiver-example.png
-%%QT_EXAMPLEDIR%%/network/doc/images/multicastsender-example.png
+%%QT_EXAMPLEDIR%%/network/doc/images/http-example.webp
+%%QT_EXAMPLEDIR%%/network/doc/images/multicastreceiver-example.webp
+%%QT_EXAMPLEDIR%%/network/doc/images/multicastsender-example.webp
%%QT_EXAMPLEDIR%%/network/doc/images/network-chat-example.png
%%QT_EXAMPLEDIR%%/network/doc/images/securesocketclient.png
%%QT_EXAMPLEDIR%%/network/doc/images/securesocketclient2.png
@@ -2149,27 +2118,14 @@
%%QT_EXAMPLEDIR%%/network/doc/src/fortuneclient.qdoc
%%QT_EXAMPLEDIR%%/network/doc/src/fortuneserver.qdoc
%%QT_EXAMPLEDIR%%/network/doc/src/http.qdoc
-%%QT_EXAMPLEDIR%%/network/doc/src/loopback.qdoc
%%QT_EXAMPLEDIR%%/network/doc/src/multicastreceiver.qdoc
%%QT_EXAMPLEDIR%%/network/doc/src/multicastsender.qdoc
%%QT_EXAMPLEDIR%%/network/doc/src/network-chat.qdoc
-%%QT_EXAMPLEDIR%%/network/doc/src/network-download.qdoc
-%%QT_EXAMPLEDIR%%/network/doc/src/network-downloadmanager.qdoc
%%QT_EXAMPLEDIR%%/network/doc/src/securesocketclient.qdoc
%%QT_EXAMPLEDIR%%/network/doc/src/secureudpclient.qdoc
%%QT_EXAMPLEDIR%%/network/doc/src/secureudpserver.qdoc
%%QT_EXAMPLEDIR%%/network/doc/src/threadedfortuneserver.qdoc
%%QT_EXAMPLEDIR%%/network/doc/src/torrent.qdoc
-%%QT_EXAMPLEDIR%%/network/download/CMakeLists.txt
-%%QT_EXAMPLEDIR%%/network/download/download.pro
-%%QT_EXAMPLEDIR%%/network/download/main.cpp
-%%QT_EXAMPLEDIR%%/network/downloadmanager/CMakeLists.txt
-%%QT_EXAMPLEDIR%%/network/downloadmanager/downloadmanager.cpp
-%%QT_EXAMPLEDIR%%/network/downloadmanager/downloadmanager.h
-%%QT_EXAMPLEDIR%%/network/downloadmanager/downloadmanager.pro
-%%QT_EXAMPLEDIR%%/network/downloadmanager/main.cpp
-%%QT_EXAMPLEDIR%%/network/downloadmanager/textprogressbar.cpp
-%%QT_EXAMPLEDIR%%/network/downloadmanager/textprogressbar.h
%%QT_EXAMPLEDIR%%/network/fortuneclient/CMakeLists.txt
%%QT_EXAMPLEDIR%%/network/fortuneclient/client.cpp
%%QT_EXAMPLEDIR%%/network/fortuneclient/client.h
@@ -2186,11 +2142,6 @@
%%QT_EXAMPLEDIR%%/network/http/httpwindow.cpp
%%QT_EXAMPLEDIR%%/network/http/httpwindow.h
%%QT_EXAMPLEDIR%%/network/http/main.cpp
-%%QT_EXAMPLEDIR%%/network/loopback/CMakeLists.txt
-%%QT_EXAMPLEDIR%%/network/loopback/dialog.cpp
-%%QT_EXAMPLEDIR%%/network/loopback/dialog.h
-%%QT_EXAMPLEDIR%%/network/loopback/loopback.pro
-%%QT_EXAMPLEDIR%%/network/loopback/main.cpp
%%QT_EXAMPLEDIR%%/network/multicastreceiver/CMakeLists.txt
%%QT_EXAMPLEDIR%%/network/multicastreceiver/main.cpp
%%QT_EXAMPLEDIR%%/network/multicastreceiver/multicastreceiver.pro
@@ -2484,13 +2435,6 @@
%%QT_EXAMPLEDIR%%/opengl/2dpainting/window.h
%%QT_EXAMPLEDIR%%/opengl/CMakeLists.txt
%%QT_EXAMPLEDIR%%/opengl/README
-%%QT_EXAMPLEDIR%%/opengl/computegles31/CMakeLists.txt
-%%QT_EXAMPLEDIR%%/opengl/computegles31/Qt-logo-medium.png
-%%QT_EXAMPLEDIR%%/opengl/computegles31/computegles31.pro
-%%QT_EXAMPLEDIR%%/opengl/computegles31/computegles31.qrc
-%%QT_EXAMPLEDIR%%/opengl/computegles31/glwindow.cpp
-%%QT_EXAMPLEDIR%%/opengl/computegles31/glwindow.h
-%%QT_EXAMPLEDIR%%/opengl/computegles31/main.cpp
%%QT_EXAMPLEDIR%%/opengl/contextinfo/CMakeLists.txt
%%QT_EXAMPLEDIR%%/opengl/contextinfo/contextinfo.pro
%%QT_EXAMPLEDIR%%/opengl/contextinfo/main.cpp
@@ -2514,12 +2458,14 @@
%%QT_EXAMPLEDIR%%/opengl/doc/images/cube.png
%%QT_EXAMPLEDIR%%/opengl/doc/images/cube_faces.png
%%QT_EXAMPLEDIR%%/opengl/doc/images/hellogl2-example.png
+%%QT_EXAMPLEDIR%%/opengl/doc/images/hellogles3-example.png
%%QT_EXAMPLEDIR%%/opengl/doc/images/stereoexample-leftbuffer.png
%%QT_EXAMPLEDIR%%/opengl/doc/images/stereoexample-rightbuffer.png
%%QT_EXAMPLEDIR%%/opengl/doc/images/textures-example.png
%%QT_EXAMPLEDIR%%/opengl/doc/src/2dpainting.qdoc
%%QT_EXAMPLEDIR%%/opengl/doc/src/cube.qdoc
%%QT_EXAMPLEDIR%%/opengl/doc/src/hellogl2.qdoc
+%%QT_EXAMPLEDIR%%/opengl/doc/src/hellogles3.qdoc
%%QT_EXAMPLEDIR%%/opengl/doc/src/openglwindow.qdoc
%%QT_EXAMPLEDIR%%/opengl/doc/src/stereoqopenglwidget.qdoc
%%QT_EXAMPLEDIR%%/opengl/doc/src/textures.qdoc
@@ -2535,19 +2481,12 @@
%%QT_EXAMPLEDIR%%/opengl/hellogl2/window.cpp
%%QT_EXAMPLEDIR%%/opengl/hellogl2/window.h
%%QT_EXAMPLEDIR%%/opengl/hellogles3/CMakeLists.txt
-%%QT_EXAMPLEDIR%%/opengl/hellogles3/doc/images/hellogles3-example.png
-%%QT_EXAMPLEDIR%%/opengl/hellogles3/doc/src/hellogles3.qdoc
%%QT_EXAMPLEDIR%%/opengl/hellogles3/glwindow.cpp
%%QT_EXAMPLEDIR%%/opengl/hellogles3/glwindow.h
%%QT_EXAMPLEDIR%%/opengl/hellogles3/hellogles3.pro
%%QT_EXAMPLEDIR%%/opengl/hellogles3/hellogles3.qrc
%%QT_EXAMPLEDIR%%/opengl/hellogles3/main.cpp
%%QT_EXAMPLEDIR%%/opengl/hellogles3/qtlogo.png
-%%QT_EXAMPLEDIR%%/opengl/hellowindow/CMakeLists.txt
-%%QT_EXAMPLEDIR%%/opengl/hellowindow/hellowindow.cpp
-%%QT_EXAMPLEDIR%%/opengl/hellowindow/hellowindow.h
-%%QT_EXAMPLEDIR%%/opengl/hellowindow/hellowindow.pro
-%%QT_EXAMPLEDIR%%/opengl/hellowindow/main.cpp
%%QT_EXAMPLEDIR%%/opengl/opengl.pro
%%QT_EXAMPLEDIR%%/opengl/openglwindow/CMakeLists.txt
%%QT_EXAMPLEDIR%%/opengl/openglwindow/main.cpp
@@ -2555,11 +2494,6 @@
%%QT_EXAMPLEDIR%%/opengl/openglwindow/openglwindow.h
%%QT_EXAMPLEDIR%%/opengl/openglwindow/openglwindow.pri
%%QT_EXAMPLEDIR%%/opengl/openglwindow/openglwindow.pro
-%%QT_EXAMPLEDIR%%/opengl/paintedwindow/CMakeLists.txt
-%%QT_EXAMPLEDIR%%/opengl/paintedwindow/main.cpp
-%%QT_EXAMPLEDIR%%/opengl/paintedwindow/paintedwindow.cpp
-%%QT_EXAMPLEDIR%%/opengl/paintedwindow/paintedwindow.h
-%%QT_EXAMPLEDIR%%/opengl/paintedwindow/paintedwindow.pro
%%QT_EXAMPLEDIR%%/opengl/qopenglwidget/CMakeLists.txt
%%QT_EXAMPLEDIR%%/opengl/qopenglwidget/bubble.cpp
%%QT_EXAMPLEDIR%%/opengl/qopenglwidget/bubble.h
@@ -2571,13 +2505,6 @@
%%QT_EXAMPLEDIR%%/opengl/qopenglwidget/qopenglwidget.pro
%%QT_EXAMPLEDIR%%/opengl/qopenglwidget/qt.png
%%QT_EXAMPLEDIR%%/opengl/qopenglwidget/texture.qrc
-%%QT_EXAMPLEDIR%%/opengl/qopenglwindow/CMakeLists.txt
-%%QT_EXAMPLEDIR%%/opengl/qopenglwindow/background.frag
-%%QT_EXAMPLEDIR%%/opengl/qopenglwindow/background_renderer.cpp
-%%QT_EXAMPLEDIR%%/opengl/qopenglwindow/background_renderer.h
-%%QT_EXAMPLEDIR%%/opengl/qopenglwindow/main.cpp
-%%QT_EXAMPLEDIR%%/opengl/qopenglwindow/qopenglwindow.pro
-%%QT_EXAMPLEDIR%%/opengl/qopenglwindow/shaders.qrc
%%QT_EXAMPLEDIR%%/opengl/stereoqopenglwidget/CMakeLists.txt
%%QT_EXAMPLEDIR%%/opengl/stereoqopenglwidget/glwidget.cpp
%%QT_EXAMPLEDIR%%/opengl/stereoqopenglwidget/glwidget.h
@@ -2751,7 +2678,6 @@
%%QT_EXAMPLEDIR%%/qmake/tutorial/hellowin.cpp
%%QT_EXAMPLEDIR%%/qmake/tutorial/main.cpp
%%QT_EXAMPLEDIR%%/qml/CMakeLists.txt
-%%QT_EXAMPLEDIR%%/qml/doc/src/qml-extending.qdoc
%%QT_EXAMPLEDIR%%/qml/dynamicscene/CMakeLists.txt
%%QT_EXAMPLEDIR%%/qml/dynamicscene/GenericSceneItem.qml
%%QT_EXAMPLEDIR%%/qml/dynamicscene/PaletteItem.qml
@@ -2804,112 +2730,89 @@
%%QT_EXAMPLEDIR%%/qml/qmlextensionplugins/qmlextensionplugins.pro
%%QT_EXAMPLEDIR%%/qml/qmlextensionplugins/timemodel.cpp
%%QT_EXAMPLEDIR%%/qml/qmlextensionplugins/timemodel.h
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/CMakeLists.txt
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/adding/CMakeLists.txt
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/adding/adding.pro
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/adding/adding.qrc
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/adding/example.qml
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/adding/main.cpp
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/adding/person.cpp
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/adding/person.h
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/attached/CMakeLists.txt
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/attached/attached.pro
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/attached/attached.qrc
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/attached/birthdayparty.cpp
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/attached/birthdayparty.h
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/attached/example.qml
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/attached/main.cpp
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/attached/person.cpp
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/attached/person.h
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/binding/CMakeLists.txt
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/binding/binding.pro
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/binding/binding.qrc
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/binding/birthdayparty.cpp
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/binding/birthdayparty.h
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/binding/example.qml
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/binding/happybirthdaysong.cpp
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/binding/happybirthdaysong.h
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/binding/main.cpp
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/binding/person.cpp
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/binding/person.h
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/coercion/CMakeLists.txt
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/coercion/birthdayparty.cpp
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/coercion/birthdayparty.h
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/coercion/coercion.pro
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/coercion/coercion.qrc
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/coercion/example.qml
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/coercion/main.cpp
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/coercion/person.cpp
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/coercion/person.h
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/default/CMakeLists.txt
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/default/birthdayparty.cpp
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/default/birthdayparty.h
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/default/default.pro
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/default/default.qrc
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/default/example.qml
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/default/main.cpp
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/default/person.cpp
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/default/person.h
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/extended/CMakeLists.txt
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/extended/example.qml
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/extended/extended.pro
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/extended/extended.qrc
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/extended/lineedit.cpp
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/extended/lineedit.h
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/extended/main.cpp
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/grouped/CMakeLists.txt
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/grouped/birthdayparty.cpp
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/grouped/birthdayparty.h
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/grouped/example.qml
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/grouped/grouped.pro
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/grouped/grouped.qrc
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/grouped/main.cpp
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/grouped/person.cpp
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/grouped/person.h
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/methods/CMakeLists.txt
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/methods/birthdayparty.cpp
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/methods/birthdayparty.h
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/methods/example.qml
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/methods/main.cpp
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/methods/methods.pro
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/methods/methods.qrc
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/methods/person.cpp
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/methods/person.h
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/properties/CMakeLists.txt
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/properties/birthdayparty.cpp
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/properties/birthdayparty.h
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/properties/example.qml
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/properties/main.cpp
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/properties/person.cpp
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/properties/person.h
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/properties/properties.pro
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/properties/properties.qrc
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/referenceexamples.pro
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/referenceexamples.qmlproject
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/signal/CMakeLists.txt
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/signal/birthdayparty.cpp
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/signal/birthdayparty.h
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/signal/example.qml
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/signal/main.cpp
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/signal/person.cpp
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/signal/person.h
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/signal/signal.pro
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/signal/signal.qrc
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/valuesource/CMakeLists.txt
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/valuesource/birthdayparty.cpp
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/valuesource/birthdayparty.h
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/valuesource/example.qml
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/valuesource/happybirthdaysong.cpp
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/valuesource/happybirthdaysong.h
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/valuesource/main.cpp
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/valuesource/person.cpp
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/valuesource/person.h
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/valuesource/valuesource.pro
-%%QT_EXAMPLEDIR%%/qml/referenceexamples/valuesource/valuesource.qrc
-%%QT_EXAMPLEDIR%%/qml/shell/CMakeLists.txt
-%%QT_EXAMPLEDIR%%/qml/shell/main.cpp
-%%QT_EXAMPLEDIR%%/qml/shell/shell.pro
%%QT_EXAMPLEDIR%%/qml/tutorials/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced1-Base-project/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced1-Base-project/Main.qml
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced1-Base-project/baseproject.pro
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced1-Base-project/baseproject.qrc
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced1-Base-project/birthdayparty.cpp
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced1-Base-project/birthdayparty.h
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced1-Base-project/main.cpp
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced1-Base-project/person.cpp
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced1-Base-project/person.h
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced1-Base-project/qmldir.in
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/Main.qml
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/birthdayparty.cpp
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/birthdayparty.h
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/coercion.pro
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/coercion.qrc
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/main.cpp
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/person.cpp
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/person.h
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/qmldir.in
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced3-Default-properties/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced3-Default-properties/Main.qml
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced3-Default-properties/birthdayparty.cpp
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced3-Default-properties/birthdayparty.h
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced3-Default-properties/default.pro
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced3-Default-properties/default.qrc
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced3-Default-properties/main.cpp
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced3-Default-properties/person.cpp
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced3-Default-properties/person.h
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced3-Default-properties/qmldir.in
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced4-Grouped-properties/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced4-Grouped-properties/Main.qml
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced4-Grouped-properties/birthdayparty.cpp
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced4-Grouped-properties/birthdayparty.h
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced4-Grouped-properties/grouped.pro
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced4-Grouped-properties/grouped.qrc
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced4-Grouped-properties/main.cpp
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced4-Grouped-properties/person.cpp
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced4-Grouped-properties/person.h
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced4-Grouped-properties/qmldir.in
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced5-Attached-properties/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced5-Attached-properties/Main.qml
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced5-Attached-properties/attached.pro
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced5-Attached-properties/attached.qrc
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced5-Attached-properties/birthdayparty.cpp
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced5-Attached-properties/birthdayparty.h
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced5-Attached-properties/main.cpp
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced5-Attached-properties/person.cpp
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced5-Attached-properties/person.h
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced5-Attached-properties/qmldir.in
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/Main.qml
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/birthdayparty.cpp
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/birthdayparty.h
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/happybirthdaysong.cpp
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/happybirthdaysong.h
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/main.cpp
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/person.cpp
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/person.h
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/qmldir.in
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/valuesource.pro
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/valuesource.qrc
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced7-Foreign-objects-integration/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced7-Foreign-objects-integration/Main.qml
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced7-Foreign-objects-integration/application.pro
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced7-Foreign-objects-integration/birthdayparty.cpp
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced7-Foreign-objects-integration/birthdayparty.h
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced7-Foreign-objects-integration/foreign.pro
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced7-Foreign-objects-integration/foreign.qrc
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced7-Foreign-objects-integration/foreigndisplay.h
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced7-Foreign-objects-integration/happybirthdaysong.cpp
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced7-Foreign-objects-integration/happybirthdaysong.h
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced7-Foreign-objects-integration/library/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced7-Foreign-objects-integration/library/ThirdPartyDisplay.cpp
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced7-Foreign-objects-integration/library/ThirdPartyDisplay.h
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced7-Foreign-objects-integration/library/library.pro
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced7-Foreign-objects-integration/main.cpp
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced7-Foreign-objects-integration/person.cpp
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced7-Foreign-objects-integration/person.h
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced7-Foreign-objects-integration/qmldir.in
+%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/extending-qml-advanced.pro
%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/CMakeLists.txt
%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter1-basics/CMakeLists.txt
%%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter1-basics/app.qml
@@ -3300,6 +3203,8 @@
%%QT_EXAMPLEDIR%%/quick/draganddrop/views/Icon.qml
%%QT_EXAMPLEDIR%%/quick/draganddrop/views/gridview.qml
%%QT_EXAMPLEDIR%%/quick/embeddedinwidgets/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quick/embeddedinwidgets/doc/images/qml-embeddedinwidgets-example.jpg
+%%QT_EXAMPLEDIR%%/quick/embeddedinwidgets/doc/src/embeddedinwidgets.qdoc
%%QT_EXAMPLEDIR%%/quick/embeddedinwidgets/embeddedinwidgets.pro
%%QT_EXAMPLEDIR%%/quick/embeddedinwidgets/embeddedinwidgets.qrc
%%QT_EXAMPLEDIR%%/quick/embeddedinwidgets/main.cpp
@@ -3623,6 +3528,17 @@
%%QT_EXAMPLEDIR%%/quick/pointerhandlers/components/images/mouse_middle.png
%%QT_EXAMPLEDIR%%/quick/pointerhandlers/components/images/mouse_right.png
%%QT_EXAMPLEDIR%%/quick/pointerhandlers/components/images/mouse_wheel_ridges.png
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/doc/images/pointerhandlers-example-fakeflickable.jpg
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/doc/images/pointerhandlers-example-fling.webp
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/doc/images/pointerhandlers-example-joystick.jpg
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/doc/images/pointerhandlers-example-map.webp
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/doc/images/pointerhandlers-example-mixer.webp
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/doc/images/pointerhandlers-example-multibutton.webp
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/doc/images/pointerhandlers-example-piemenu.webp
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/doc/images/pointerhandlers-example-pinchhandler.webp
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/doc/images/pointerhandlers-example-pointhandler.webp
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/doc/images/pointerhandlers-example-taphandler.webp
+%%QT_EXAMPLEDIR%%/quick/pointerhandlers/doc/src/pointerhandlers.qdoc
%%QT_EXAMPLEDIR%%/quick/pointerhandlers/fakeFlickable.qml
%%QT_EXAMPLEDIR%%/quick/pointerhandlers/flingAnimation.qml
%%QT_EXAMPLEDIR%%/quick/pointerhandlers/images/arrowhead.png
@@ -5388,6 +5304,27 @@
%%QT_EXAMPLEDIR%%/quickcontrols/ios/todolist/src/main.cpp
%%QT_EXAMPLEDIR%%/quickcontrols/ios/todolist/todolist.pro
%%QT_EXAMPLEDIR%%/quickcontrols/quickcontrols.pro
+%%QT_EXAMPLEDIR%%/quickcontrols/sidepanel/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quickcontrols/sidepanel/doc/images/qtquickcontrols-sidepanel-landscape.png
+%%QT_EXAMPLEDIR%%/quickcontrols/sidepanel/doc/images/qtquickcontrols-sidepanel-portrait.png
+%%QT_EXAMPLEDIR%%/quickcontrols/sidepanel/doc/src/qtquickcontrols-sidepanel.qdoc
+%%QT_EXAMPLEDIR%%/quickcontrols/sidepanel/images/qt-logo.png
+%%QT_EXAMPLEDIR%%/quickcontrols/sidepanel/images/qt-logo@2x.png
+%%QT_EXAMPLEDIR%%/quickcontrols/sidepanel/images/qt-logo@3x.png
+%%QT_EXAMPLEDIR%%/quickcontrols/sidepanel/images/qt-logo@4x.png
+%%QT_EXAMPLEDIR%%/quickcontrols/sidepanel/qtquickcontrols2.conf
+%%QT_EXAMPLEDIR%%/quickcontrols/sidepanel/sidepanel.cpp
+%%QT_EXAMPLEDIR%%/quickcontrols/sidepanel/sidepanel.pro
+%%QT_EXAMPLEDIR%%/quickcontrols/sidepanel/sidepanel.qml
+%%QT_EXAMPLEDIR%%/quickcontrols/swipetoremove/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/quickcontrols/swipetoremove/doc/images/qtquickcontrols-swipetoremove.gif
+%%QT_EXAMPLEDIR%%/quickcontrols/swipetoremove/doc/images/qtquickcontrols-swipetoremove.png
+%%QT_EXAMPLEDIR%%/quickcontrols/swipetoremove/doc/src/qtquickcontrols-swipetoremove.qdoc
+%%QT_EXAMPLEDIR%%/quickcontrols/swipetoremove/fonts/LICENSE.txt
+%%QT_EXAMPLEDIR%%/quickcontrols/swipetoremove/fonts/fontello.ttf
+%%QT_EXAMPLEDIR%%/quickcontrols/swipetoremove/swipetoremove.cpp
+%%QT_EXAMPLEDIR%%/quickcontrols/swipetoremove/swipetoremove.pro
+%%QT_EXAMPLEDIR%%/quickcontrols/swipetoremove/swipetoremove.qml
%%QT_EXAMPLEDIR%%/quickcontrols/texteditor/+touch/texteditor.html
%%QT_EXAMPLEDIR%%/quickcontrols/texteditor/CMakeLists.txt
%%QT_EXAMPLEDIR%%/quickcontrols/texteditor/creatorKateHighlighter.png
@@ -5723,12 +5660,13 @@
%%QT_EXAMPLEDIR%%/scxml/CMakeLists.txt
%%QT_EXAMPLEDIR%%/scxml/calculator/Button.qml
%%QT_EXAMPLEDIR%%/scxml/calculator/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/scxml/calculator/MainWindow.qml
+%%QT_EXAMPLEDIR%%/scxml/calculator/calculator-qml.h
%%QT_EXAMPLEDIR%%/scxml/calculator/calculator.cpp
%%QT_EXAMPLEDIR%%/scxml/calculator/calculator.pro
-%%QT_EXAMPLEDIR%%/scxml/calculator/calculator.qml
-%%QT_EXAMPLEDIR%%/scxml/calculator/calculator.qrc
%%QT_EXAMPLEDIR%%/scxml/calculator/doc/images/calculator.png
%%QT_EXAMPLEDIR%%/scxml/calculator/doc/src/calculator.qdoc
+%%QT_EXAMPLEDIR%%/scxml/calculator/qmldir
%%QT_EXAMPLEDIR%%/scxml/calculator/statemachine.scxml
%%QT_EXAMPLEDIR%%/scxml/ftpclient/CMakeLists.txt
%%QT_EXAMPLEDIR%%/scxml/ftpclient/doc/images/ftpclient-statechart.png
@@ -5746,19 +5684,20 @@
%%QT_EXAMPLEDIR%%/scxml/invoke/SubView.qml
%%QT_EXAMPLEDIR%%/scxml/invoke/doc/images/invoke.png
%%QT_EXAMPLEDIR%%/scxml/invoke/doc/src/invoke.qdoc
+%%QT_EXAMPLEDIR%%/scxml/invoke/invoke-qml.h
%%QT_EXAMPLEDIR%%/scxml/invoke/invoke.cpp
%%QT_EXAMPLEDIR%%/scxml/invoke/invoke.pro
-%%QT_EXAMPLEDIR%%/scxml/invoke/invoke.qml
-%%QT_EXAMPLEDIR%%/scxml/invoke/invoke.qrc
+%%QT_EXAMPLEDIR%%/scxml/invoke/qmldir
%%QT_EXAMPLEDIR%%/scxml/invoke/statemachine.scxml
%%QT_EXAMPLEDIR%%/scxml/mediaplayer/CMakeLists.txt
-%%QT_EXAMPLEDIR%%/scxml/mediaplayer/Mediaplayer.qml
+%%QT_EXAMPLEDIR%%/scxml/mediaplayer/MainWindow.qml
%%QT_EXAMPLEDIR%%/scxml/mediaplayer/doc/images/mediaplayer.png
%%QT_EXAMPLEDIR%%/scxml/mediaplayer/doc/src/mediaplayer.qdoc
%%QT_EXAMPLEDIR%%/scxml/mediaplayer/main.cpp
+%%QT_EXAMPLEDIR%%/scxml/mediaplayer/mediaplayer-qml.h
%%QT_EXAMPLEDIR%%/scxml/mediaplayer/mediaplayer.pro
-%%QT_EXAMPLEDIR%%/scxml/mediaplayer/mediaplayer.qrc
%%QT_EXAMPLEDIR%%/scxml/mediaplayer/mediaplayer.scxml
+%%QT_EXAMPLEDIR%%/scxml/mediaplayer/qmldir
%%QT_EXAMPLEDIR%%/scxml/mediaplayer/thedatamodel.cpp
%%QT_EXAMPLEDIR%%/scxml/mediaplayer/thedatamodel.h
%%QT_EXAMPLEDIR%%/scxml/scxml.pro
@@ -5774,9 +5713,6 @@
%%QT_EXAMPLEDIR%%/scxml/sudoku/sudoku.pro
%%QT_EXAMPLEDIR%%/scxml/sudoku/sudoku.qrc
%%QT_EXAMPLEDIR%%/scxml/sudoku/sudoku.scxml
-%%QT_EXAMPLEDIR%%/scxml/trafficlight-common/Button.qml
-%%QT_EXAMPLEDIR%%/scxml/trafficlight-common/Lights.ui.qml
-%%QT_EXAMPLEDIR%%/scxml/trafficlight-common/TrafficLight.qml
%%QT_EXAMPLEDIR%%/scxml/trafficlight-common/background.png
%%QT_EXAMPLEDIR%%/scxml/trafficlight-common/doc/images/trafficlight.png
%%QT_EXAMPLEDIR%%/scxml/trafficlight-common/doc/src/trafficlight-compiling.qdocinc
@@ -5789,26 +5725,32 @@
%%QT_EXAMPLEDIR%%/scxml/trafficlight-common/trafficlight.cpp
%%QT_EXAMPLEDIR%%/scxml/trafficlight-common/trafficlight.h
%%QT_EXAMPLEDIR%%/scxml/trafficlight-common/yellow.png
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-dynamic/Button.qml
%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-dynamic/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-dynamic/Lights.ui.qml
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-dynamic/MainView.qml
%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-dynamic/doc/src/trafficlight-qml-dynamic.qdoc
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-dynamic/qmldir
%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-dynamic/trafficlight-qml-dynamic.cpp
%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-dynamic/trafficlight-qml-dynamic.pro
-%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-dynamic/trafficlight-qml-dynamic.qml
-%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-dynamic/trafficlight-qml-dynamic.qrc
%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-simple/CMakeLists.txt
%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-simple/Light.qml
-%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-simple/TrafficLight.qml
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-simple/MainView.qml
%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-simple/doc/images/trafficlight.png
%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-simple/doc/src/trafficlight-qml-simple.qdoc
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-simple/qmldir
%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-simple/trafficlight-qml-simple.cpp
%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-simple/trafficlight-qml-simple.pro
-%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-simple/trafficlight-qml-simple.qrc
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-simple/trafficlight-qml.h
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-static/Button.qml
%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-static/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-static/Lights.ui.qml
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-static/MainView.qml
%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-static/doc/src/trafficlight-qml-static.qdoc
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-static/qmldir
%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-static/trafficlight-qml-static.cpp
%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-static/trafficlight-qml-static.pro
-%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-static/trafficlight-qml-static.qml
-%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-static/trafficlight-qml-static.qrc
+%%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-static/trafficlight-qml.h
%%QT_EXAMPLEDIR%%/scxml/trafficlight-widgets-dynamic/CMakeLists.txt
%%QT_EXAMPLEDIR%%/scxml/trafficlight-widgets-dynamic/doc/src/trafficlight-widgets-dynamic.qdoc
%%QT_EXAMPLEDIR%%/scxml/trafficlight-widgets-dynamic/trafficlight-widgets-dynamic.cpp
@@ -5821,24 +5763,26 @@
%%QT_EXAMPLEDIR%%/scxml/trafficlight-widgets-static/trafficlight-widgets-static.qrc
%%QT_EXAMPLEDIR%%/sensors/CMakeLists.txt
%%QT_EXAMPLEDIR%%/sensors/sensors.pro
+%%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/Accelerometer.qml
%%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/Compass.qml
+%%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/Gyroscope.qml
%%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/Info.plist
-%%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/accelerometer.qml
+%%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/Magnetometer.qml
+%%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/Main.qml
+%%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/ProgressXYZBar.qml
+%%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/Proximity.qml
%%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/android/AndroidManifest.xml
-%%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/compass.qml
-%%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/doc/images/sensorsshowcase-gyroscope.png
-%%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/doc/images/sensorsshowcase-mainview.png
+%%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/doc/images/sensorsshowcase-gyroscope.webp
+%%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/doc/images/sensorsshowcase-mainview.webp
%%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/doc/src/sensorsshowcase.qdoc
-%%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/gyroscope.qml
%%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/images/compass.svg
%%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/images/magnet.svg
%%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/images/qt_logo.png
-%%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/magnetometer.qml
%%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/main.cpp
-%%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/proximity.qml
+%%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/qmldir
+%%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/qtquickcontrols2.conf
%%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/sensorsshowcase.pro
-%%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/sensorsshowcase.qml
-%%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/sensorsshowcase.qrc
%%QT_EXAMPLEDIR%%/serialbus/CMakeLists.txt
%%QT_EXAMPLEDIR%%/serialbus/can/CMakeLists.txt
%%QT_EXAMPLEDIR%%/serialbus/can/bitratebox.cpp
@@ -6079,16 +6023,9 @@
%%QT_EXAMPLEDIR%%/sql/tablemodel/tablemodel.cpp
%%QT_EXAMPLEDIR%%/sql/tablemodel/tablemodel.pro
%%QT_EXAMPLEDIR%%/statemachine/CMakeLists.txt
-%%QT_EXAMPLEDIR%%/statemachine/doc/images/animated-tiles-chart.png
-%%QT_EXAMPLEDIR%%/statemachine/doc/images/factorial-example.png
%%QT_EXAMPLEDIR%%/statemachine/doc/images/pingpong-example.png
-%%QT_EXAMPLEDIR%%/statemachine/doc/images/states-chart.png
-%%QT_EXAMPLEDIR%%/statemachine/doc/images/sub-attaq-graphicsscene-chart.png
-%%QT_EXAMPLEDIR%%/statemachine/doc/images/sub-attaq-playstate-chart.png
%%QT_EXAMPLEDIR%%/statemachine/doc/images/trafficlight-example1.png
%%QT_EXAMPLEDIR%%/statemachine/doc/images/trafficlight-example2.png
-%%QT_EXAMPLEDIR%%/statemachine/doc/images/twowaybutton-chart.png
-%%QT_EXAMPLEDIR%%/statemachine/doc/images/twowaybutton-example.png
%%QT_EXAMPLEDIR%%/statemachine/doc/src/moveblocks.qdoc
%%QT_EXAMPLEDIR%%/statemachine/doc/src/pingpong.qdoc
%%QT_EXAMPLEDIR%%/statemachine/doc/src/rogue.qdoc
@@ -6300,15 +6237,11 @@
%%QT_EXAMPLEDIR%%/virtualkeyboard/virtualkeyboard.pro
%%QT_EXAMPLEDIR%%/vulkan/CMakeLists.txt
%%QT_EXAMPLEDIR%%/vulkan/doc/images/hellovulkancubes.png
-%%QT_EXAMPLEDIR%%/vulkan/doc/images/hellovulkantexture.png
%%QT_EXAMPLEDIR%%/vulkan/doc/images/hellovulkantriangle.png
%%QT_EXAMPLEDIR%%/vulkan/doc/images/hellovulkanwidget.png
-%%QT_EXAMPLEDIR%%/vulkan/doc/images/hellovulkanwindow.png
%%QT_EXAMPLEDIR%%/vulkan/doc/src/hellovulkancubes.qdoc
-%%QT_EXAMPLEDIR%%/vulkan/doc/src/hellovulkantexture.qdoc
%%QT_EXAMPLEDIR%%/vulkan/doc/src/hellovulkantriangle.qdoc
%%QT_EXAMPLEDIR%%/vulkan/doc/src/hellovulkanwidget.qdoc
-%%QT_EXAMPLEDIR%%/vulkan/doc/src/hellovulkanwindow.qdoc
%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/CMakeLists.txt
%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/camera.cpp
%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/camera.h
@@ -6333,17 +6266,6 @@
%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/shader.h
%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/vulkanwindow.cpp
%%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/vulkanwindow.h
-%%QT_EXAMPLEDIR%%/vulkan/hellovulkantexture/CMakeLists.txt
-%%QT_EXAMPLEDIR%%/vulkan/hellovulkantexture/hellovulkantexture.cpp
-%%QT_EXAMPLEDIR%%/vulkan/hellovulkantexture/hellovulkantexture.h
-%%QT_EXAMPLEDIR%%/vulkan/hellovulkantexture/hellovulkantexture.pro
-%%QT_EXAMPLEDIR%%/vulkan/hellovulkantexture/hellovulkantexture.qrc
-%%QT_EXAMPLEDIR%%/vulkan/hellovulkantexture/main.cpp
-%%QT_EXAMPLEDIR%%/vulkan/hellovulkantexture/qt256.png
-%%QT_EXAMPLEDIR%%/vulkan/hellovulkantexture/texture.frag
-%%QT_EXAMPLEDIR%%/vulkan/hellovulkantexture/texture.vert
-%%QT_EXAMPLEDIR%%/vulkan/hellovulkantexture/texture_frag.spv
-%%QT_EXAMPLEDIR%%/vulkan/hellovulkantexture/texture_vert.spv
%%QT_EXAMPLEDIR%%/vulkan/hellovulkantriangle/CMakeLists.txt
%%QT_EXAMPLEDIR%%/vulkan/hellovulkantriangle/hellovulkantriangle.pro
%%QT_EXAMPLEDIR%%/vulkan/hellovulkantriangle/hellovulkantriangle.qrc
@@ -6354,11 +6276,6 @@
%%QT_EXAMPLEDIR%%/vulkan/hellovulkanwidget/hellovulkanwidget.pro
%%QT_EXAMPLEDIR%%/vulkan/hellovulkanwidget/hellovulkanwidget.qrc
%%QT_EXAMPLEDIR%%/vulkan/hellovulkanwidget/main.cpp
-%%QT_EXAMPLEDIR%%/vulkan/hellovulkanwindow/CMakeLists.txt
-%%QT_EXAMPLEDIR%%/vulkan/hellovulkanwindow/hellovulkanwindow.cpp
-%%QT_EXAMPLEDIR%%/vulkan/hellovulkanwindow/hellovulkanwindow.h
-%%QT_EXAMPLEDIR%%/vulkan/hellovulkanwindow/hellovulkanwindow.pro
-%%QT_EXAMPLEDIR%%/vulkan/hellovulkanwindow/main.cpp
%%QT_EXAMPLEDIR%%/vulkan/shared/block.buf
%%QT_EXAMPLEDIR%%/vulkan/shared/block.txt
%%QT_EXAMPLEDIR%%/vulkan/shared/color.frag
@@ -6590,35 +6507,6 @@
%%QT_EXAMPLEDIR%%/webenginequick/quicknanobrowser/quicknanobrowser.pro
%%QT_EXAMPLEDIR%%/webenginequick/quicknanobrowser/resources.qrc
%%QT_EXAMPLEDIR%%/webenginequick/quicknanobrowser/utils.h
-%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/CMakeLists.txt
-%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/doc/images/recipebrowser-demo.jpg
-%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/doc/src/recipebrowser.qdoc
-%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/main.cpp
-%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/recipebrowser.pro
-%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/resources/pages/assets/3rdparty/MARKDOWN-LICENSE.txt
-%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/resources/pages/assets/3rdparty/MARKED-LICENSE.txt
-%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/resources/pages/assets/3rdparty/markdown.css
-%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/resources/pages/assets/3rdparty/marked.js
-%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/resources/pages/assets/3rdparty/qt_attribution.json
-%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/resources/pages/assets/custom.css
-%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/resources/pages/assets/custom.js
-%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/resources/pages/burger.html
-%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/resources/pages/cupcakes.html
-%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/resources/pages/images/burger.jpg
-%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/resources/pages/images/cupcakes.jpg
-%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/resources/pages/images/pasta.jpg
-%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/resources/pages/images/pizza.jpg
-%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/resources/pages/images/skewers.jpg
-%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/resources/pages/images/soup.jpg
-%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/resources/pages/images/steak.jpg
-%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/resources/pages/pasta.html
-%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/resources/pages/pizza.html
-%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/resources/pages/skewers.html
-%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/resources/pages/soup.html
-%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/resources/pages/steak.html
-%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/resources/qml/RecipeList.qml
-%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/resources/qml/main.qml
-%%QT_EXAMPLEDIR%%/webenginequick/recipebrowser/resources/resources.qrc
%%QT_EXAMPLEDIR%%/webenginequick/webenginequick.pro
%%QT_EXAMPLEDIR%%/webenginewidgets/CMakeLists.txt
%%QT_EXAMPLEDIR%%/webenginewidgets/clientcertificate/CMakeLists.txt
@@ -6672,26 +6560,6 @@
%%QT_EXAMPLEDIR%%/webenginewidgets/maps/mainwindow.cpp
%%QT_EXAMPLEDIR%%/webenginewidgets/maps/mainwindow.h
%%QT_EXAMPLEDIR%%/webenginewidgets/maps/maps.pro
-%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/CMakeLists.txt
-%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/doc/images/markdowneditor-example.png
-%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/doc/src/markdowneditor.qdoc
-%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/document.cpp
-%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/document.h
-%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/main.cpp
-%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/mainwindow.cpp
-%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/mainwindow.h
-%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/mainwindow.ui
-%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/markdowneditor.pro
-%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/previewpage.cpp
-%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/previewpage.h
-%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/resources/3rdparty/MARKDOWN-LICENSE.txt
-%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/resources/3rdparty/MARKED-LICENSE.txt
-%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/resources/3rdparty/markdown.css
-%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/resources/3rdparty/marked.js
-%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/resources/3rdparty/qt_attribution.json
-%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/resources/default.md
-%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/resources/index.html
-%%QT_EXAMPLEDIR%%/webenginewidgets/markdowneditor/resources/markdowneditor.qrc
%%QT_EXAMPLEDIR%%/webenginewidgets/notifications/CMakeLists.txt
%%QT_EXAMPLEDIR%%/webenginewidgets/notifications/data/data.qrc
%%QT_EXAMPLEDIR%%/webenginewidgets/notifications/data/icon.png
@@ -6729,6 +6597,41 @@
%%QT_EXAMPLEDIR%%/webenginewidgets/push-notifications/notificationpopup.h
%%QT_EXAMPLEDIR%%/webenginewidgets/push-notifications/push-notifications.pro
%%QT_EXAMPLEDIR%%/webenginewidgets/push-notifications/server.js
+%%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/CMakeLists.txt
+%%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/assets/3rdparty/MARKDOWN-LICENSE.txt
+%%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/assets/3rdparty/MARKED-LICENSE.txt
+%%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/assets/3rdparty/markdown.css
+%%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/assets/3rdparty/marked.js
+%%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/assets/3rdparty/qt_attribution.json
+%%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/assets/custom.css
+%%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/assets/custom.js
+%%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/assets/pages/burger.html
+%%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/assets/pages/cupcakes.html
+%%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/assets/pages/images/burger.jpg
+%%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/assets/pages/images/cupcakes.jpg
+%%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/assets/pages/images/pasta.jpg
+%%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/assets/pages/images/pizza.jpg
+%%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/assets/pages/images/skewers.jpg
+%%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/assets/pages/images/soup.jpg
+%%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/assets/pages/images/steak.jpg
+%%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/assets/pages/pasta.html
+%%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/assets/pages/pizza.html
+%%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/assets/pages/skewers.html
+%%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/assets/pages/soup.html
+%%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/assets/pages/steak.html
+%%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/doc/images/recipebrowser.webp
+%%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/doc/src/recipebrowser.qdoc
+%%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/document.cpp
+%%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/document.h
+%%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/main.cpp
+%%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/mainwindow.cpp
+%%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/mainwindow.h
+%%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/mainwindow.ui
+%%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/recipebrowser.pro
+%%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/recipebrowser.qrc
+%%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/stylesheetdialog.cpp
+%%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/stylesheetdialog.h
+%%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/stylesheetdialog.ui
%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/CMakeLists.txt
%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/browser.cpp
%%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/browser.h
@@ -6786,21 +6689,6 @@
%%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/spellchecker.pro
%%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/webview.cpp
%%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/webview.h
-%%QT_EXAMPLEDIR%%/webenginewidgets/stylesheetbrowser/3rdparty/COPYING
-%%QT_EXAMPLEDIR%%/webenginewidgets/stylesheetbrowser/3rdparty/qt_attribution.json
-%%QT_EXAMPLEDIR%%/webenginewidgets/stylesheetbrowser/3rdparty/view-refresh.png
-%%QT_EXAMPLEDIR%%/webenginewidgets/stylesheetbrowser/CMakeLists.txt
-%%QT_EXAMPLEDIR%%/webenginewidgets/stylesheetbrowser/doc/images/stylesheetbrowser.png
-%%QT_EXAMPLEDIR%%/webenginewidgets/stylesheetbrowser/doc/src/stylesheetbrowser.qdoc
-%%QT_EXAMPLEDIR%%/webenginewidgets/stylesheetbrowser/main.cpp
-%%QT_EXAMPLEDIR%%/webenginewidgets/stylesheetbrowser/mainwindow.cpp
-%%QT_EXAMPLEDIR%%/webenginewidgets/stylesheetbrowser/mainwindow.h
-%%QT_EXAMPLEDIR%%/webenginewidgets/stylesheetbrowser/mainwindow.ui
-%%QT_EXAMPLEDIR%%/webenginewidgets/stylesheetbrowser/stylesheetbrowser.pro
-%%QT_EXAMPLEDIR%%/webenginewidgets/stylesheetbrowser/stylesheetbrowser.qrc
-%%QT_EXAMPLEDIR%%/webenginewidgets/stylesheetbrowser/stylesheetdialog.cpp
-%%QT_EXAMPLEDIR%%/webenginewidgets/stylesheetbrowser/stylesheetdialog.h
-%%QT_EXAMPLEDIR%%/webenginewidgets/stylesheetbrowser/stylesheetdialog.ui
%%QT_EXAMPLEDIR%%/webenginewidgets/videoplayer/CMakeLists.txt
%%QT_EXAMPLEDIR%%/webenginewidgets/videoplayer/data/index.html
%%QT_EXAMPLEDIR%%/webenginewidgets/videoplayer/data/videoplayer.qrc
@@ -6819,7 +6707,13 @@
%%QT_EXAMPLEDIR%%/websockets/doc/echoclient.qdoc
%%QT_EXAMPLEDIR%%/websockets/doc/echoserver.qdoc
%%QT_EXAMPLEDIR%%/websockets/doc/examples.qdoc
+%%QT_EXAMPLEDIR%%/websockets/doc/images/echoclient-console-example.webp
%%QT_EXAMPLEDIR%%/websockets/doc/images/echoclient-html-example.png
+%%QT_EXAMPLEDIR%%/websockets/doc/images/qmlwebsocketclient-example.webp
+%%QT_EXAMPLEDIR%%/websockets/doc/images/qmlwebsocketserver-example.webp
+%%QT_EXAMPLEDIR%%/websockets/doc/images/simplechat-html-example.webp
+%%QT_EXAMPLEDIR%%/websockets/doc/images/sslechoclient-console-example.webp
+%%QT_EXAMPLEDIR%%/websockets/doc/images/sslechoclient-html-example.webp
%%QT_EXAMPLEDIR%%/websockets/doc/qmlwebsocketclient.qdoc
%%QT_EXAMPLEDIR%%/websockets/doc/qmlwebsocketserver.qdoc
%%QT_EXAMPLEDIR%%/websockets/doc/simplechat.qdoc
@@ -8346,23 +8240,4 @@
%%QT_EXAMPLEDIR%%/xml/dombookmarks/mainwindow.h
%%QT_EXAMPLEDIR%%/xml/dombookmarks/xbeltree.cpp
%%QT_EXAMPLEDIR%%/xml/dombookmarks/xbeltree.h
-%%QT_EXAMPLEDIR%%/xml/rsslisting/CMakeLists.txt
-%%QT_EXAMPLEDIR%%/xml/rsslisting/main.cpp
-%%QT_EXAMPLEDIR%%/xml/rsslisting/rsslisting.cpp
-%%QT_EXAMPLEDIR%%/xml/rsslisting/rsslisting.h
-%%QT_EXAMPLEDIR%%/xml/rsslisting/rsslisting.pro
-%%QT_EXAMPLEDIR%%/xml/streambookmarks/CMakeLists.txt
-%%QT_EXAMPLEDIR%%/xml/streambookmarks/doc/images/xmlstreamexample-filemenu.png
-%%QT_EXAMPLEDIR%%/xml/streambookmarks/doc/images/xmlstreamexample-helpmenu.png
-%%QT_EXAMPLEDIR%%/xml/streambookmarks/doc/images/xmlstreamexample-screenshot.png
-%%QT_EXAMPLEDIR%%/xml/streambookmarks/doc/src/qxmlstreambookmarks.qdoc
-%%QT_EXAMPLEDIR%%/xml/streambookmarks/jennifer.xbel
-%%QT_EXAMPLEDIR%%/xml/streambookmarks/main.cpp
-%%QT_EXAMPLEDIR%%/xml/streambookmarks/mainwindow.cpp
-%%QT_EXAMPLEDIR%%/xml/streambookmarks/mainwindow.h
-%%QT_EXAMPLEDIR%%/xml/streambookmarks/streambookmarks.pro
-%%QT_EXAMPLEDIR%%/xml/streambookmarks/xbelreader.cpp
-%%QT_EXAMPLEDIR%%/xml/streambookmarks/xbelreader.h
-%%QT_EXAMPLEDIR%%/xml/streambookmarks/xbelwriter.cpp
-%%QT_EXAMPLEDIR%%/xml/streambookmarks/xbelwriter.h
%%QT_EXAMPLEDIR%%/xml/xml.pro
diff --git a/multimedia/qt6-multimedia/distinfo b/multimedia/qt6-multimedia/distinfo
index c4415dd9ff9a..fca95a498763 100644
--- a/multimedia/qt6-multimedia/distinfo
+++ b/multimedia/qt6-multimedia/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1680581925
-SHA256 (KDE/Qt/6.5.0/qtmultimedia-everywhere-src-6.5.0.tar.xz) = 9480d0c73abdd01aec4899e340938cec046a3f404b9f9ed945288be574dca146
-SIZE (KDE/Qt/6.5.0/qtmultimedia-everywhere-src-6.5.0.tar.xz) = 6042164
+TIMESTAMP = 1687325304
+SHA256 (KDE/Qt/6.5.1/qtmultimedia-everywhere-src-6.5.1.tar.xz) = 0b1fc560e1c8cdda1ddb13db832c3b595f7e4079118d4847d8de18d82464e1cc
+SIZE (KDE/Qt/6.5.1/qtmultimedia-everywhere-src-6.5.1.tar.xz) = 6290204
diff --git a/multimedia/qt6-multimedia/pkg-plist b/multimedia/qt6-multimedia/pkg-plist
index 184272772977..99e60cbb8591 100644
--- a/multimedia/qt6-multimedia/pkg-plist
+++ b/multimedia/qt6-multimedia/pkg-plist
@@ -25,6 +25,7 @@
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qplatformscreencapture_p.h
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qplatformvideodevices_p.h
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qplatformvideosink_p.h
+%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qplatformvideosource_p.h
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qpulseaudiodevice_p.h
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qpulseaudiomediadevices_p.h
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qpulseaudiosink_p.h
diff --git a/net/qt6-networkauth/distinfo b/net/qt6-networkauth/distinfo
index 9105f4fc6012..dfcb0eff21a0 100644
--- a/net/qt6-networkauth/distinfo
+++ b/net/qt6-networkauth/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1680581926
-SHA256 (KDE/Qt/6.5.0/qtnetworkauth-everywhere-src-6.5.0.tar.xz) = dbcc522ab2136ebe6c9be5c7f156a3bcefa92cd19a462e33a00e94068a24413e
-SIZE (KDE/Qt/6.5.0/qtnetworkauth-everywhere-src-6.5.0.tar.xz) = 149868
+TIMESTAMP = 1687325305
+SHA256 (KDE/Qt/6.5.1/qtnetworkauth-everywhere-src-6.5.1.tar.xz) = a730b56a3e96fa70e3908209ba6cafe67e93c3dfe50541538f8b7d8503d971a3
+SIZE (KDE/Qt/6.5.1/qtnetworkauth-everywhere-src-6.5.1.tar.xz) = 150892
diff --git a/www/qt6-webchannel/distinfo b/www/qt6-webchannel/distinfo
index 2596536aec85..60505e9767b7 100644
--- a/www/qt6-webchannel/distinfo
+++ b/www/qt6-webchannel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1680581927
-SHA256 (KDE/Qt/6.5.0/qtwebchannel-everywhere-src-6.5.0.tar.xz) = d9553d646df3681b8e09c7609bf7eda0cde69b562f180fa50451a987ed00f1bf
-SIZE (KDE/Qt/6.5.0/qtwebchannel-everywhere-src-6.5.0.tar.xz) = 213524
+TIMESTAMP = 1687325306
+SHA256 (KDE/Qt/6.5.1/qtwebchannel-everywhere-src-6.5.1.tar.xz) = 2b374367e737f7579e682603c2025712f72a5d6814d5983a20c5bffac210ec4a
+SIZE (KDE/Qt/6.5.1/qtwebchannel-everywhere-src-6.5.1.tar.xz) = 214404
diff --git a/www/qt6-websockets/distinfo b/www/qt6-websockets/distinfo
index d7c8b2a24d71..7582562d42c1 100644
--- a/www/qt6-websockets/distinfo
+++ b/www/qt6-websockets/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1680581934
-SHA256 (KDE/Qt/6.5.0/qtwebsockets-everywhere-src-6.5.0.tar.xz) = bc087bd656bb34da120ccab6e927036a219f75fd88f1543744c426bfca616308
-SIZE (KDE/Qt/6.5.0/qtwebsockets-everywhere-src-6.5.0.tar.xz) = 266852
+TIMESTAMP = 1687325568
+SHA256 (KDE/Qt/6.5.1/qtwebsockets-everywhere-src-6.5.1.tar.xz) = 6b8f66b250a675117aae35b48dbfc589619be2810a759ad1712a9cd20561da19
+SIZE (KDE/Qt/6.5.1/qtwebsockets-everywhere-src-6.5.1.tar.xz) = 460056
diff --git a/x11-toolkits/qt6-charts/distinfo b/x11-toolkits/qt6-charts/distinfo
index a443678409e6..206618c23265 100644
--- a/x11-toolkits/qt6-charts/distinfo
+++ b/x11-toolkits/qt6-charts/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1680581935
-SHA256 (KDE/Qt/6.5.0/qtcharts-everywhere-src-6.5.0.tar.xz) = fccd1d50a7f56de011f7668e0e90f022316bd4065fa7f91b078579403e2e26a8
-SIZE (KDE/Qt/6.5.0/qtcharts-everywhere-src-6.5.0.tar.xz) = 4415456
+TIMESTAMP = 1687325572
+SHA256 (KDE/Qt/6.5.1/qtcharts-everywhere-src-6.5.1.tar.xz) = b15b500fc7e75b8881d5fe19bd13418213bc5f7834eadc9fb00edc084e92cf75
+SIZE (KDE/Qt/6.5.1/qtcharts-everywhere-src-6.5.1.tar.xz) = 4583760
diff --git a/x11-toolkits/qt6-datavis3d/distinfo b/x11-toolkits/qt6-datavis3d/distinfo
index 9f591b4d164a..781fdab2a36e 100644
--- a/x11-toolkits/qt6-datavis3d/distinfo
+++ b/x11-toolkits/qt6-datavis3d/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1680581936
-SHA256 (KDE/Qt/6.5.0/qtdatavis3d-everywhere-src-6.5.0.tar.xz) = d48ac17717e7ae7d8251c660a2b1ec97884c3d6a411f0ab901168c5683a9816b
-SIZE (KDE/Qt/6.5.0/qtdatavis3d-everywhere-src-6.5.0.tar.xz) = 3954724
+TIMESTAMP = 1687325575
+SHA256 (KDE/Qt/6.5.1/qtdatavis3d-everywhere-src-6.5.1.tar.xz) = 52332abc3131c518fc73cd64e3562bc7ba45b4532fdc5f1249c983c7575da333
+SIZE (KDE/Qt/6.5.1/qtdatavis3d-everywhere-src-6.5.1.tar.xz) = 3955664
diff --git a/x11-toolkits/qt6-declarative/distinfo b/x11-toolkits/qt6-declarative/distinfo
index 5d736a1e2608..68bae7ddcb18 100644
--- a/x11-toolkits/qt6-declarative/distinfo
+++ b/x11-toolkits/qt6-declarative/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1680581938
-SHA256 (KDE/Qt/6.5.0/qtdeclarative-everywhere-src-6.5.0.tar.xz) = f7d631cd8ebc1491dad0f30f1b5326ae812bee4ad706e61157816a82bf588c97
-SIZE (KDE/Qt/6.5.0/qtdeclarative-everywhere-src-6.5.0.tar.xz) = 32597512
+TIMESTAMP = 1687325604
+SHA256 (KDE/Qt/6.5.1/qtdeclarative-everywhere-src-6.5.1.tar.xz) = 201148f9614a65d169a85cd0d0fbd414603498da6ff330c4e0835ecd962dce79
+SIZE (KDE/Qt/6.5.1/qtdeclarative-everywhere-src-6.5.1.tar.xz) = 35506504
diff --git a/x11-toolkits/qt6-declarative/pkg-plist b/x11-toolkits/qt6-declarative/pkg-plist
index d7e3a6bbff03..6c816fd8371c 100644
--- a/x11-toolkits/qt6-declarative/pkg-plist
+++ b/x11-toolkits/qt6-declarative/pkg-plist
@@ -94,6 +94,7 @@ bin/qmlscene6
%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlboundsignal_p.h
%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlbuiltinfunctions_p.h
%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlcomponent_p.h
+%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlcomponentandaliasresolver_p.h
%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlcomponentattached_p.h
%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlconfigurabledebugservice_p.h
%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlconnections_p.h
@@ -313,55 +314,6 @@ bin/qmlscene6
%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4vme_moth_p.h
%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4vtable_p.h
%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4writebarrier_p.h
-%%QT_INCDIR%%/QtQml/A64DOpcode.h
-%%QT_INCDIR%%/QtQml/ARM64Assembler.h
-%%QT_INCDIR%%/QtQml/ARMv7Assembler.h
-%%QT_INCDIR%%/QtQml/ARMv7DOpcode.h
-%%QT_INCDIR%%/QtQml/ASCIICType.h
-%%QT_INCDIR%%/QtQml/AbstractMacroAssembler.h
-%%QT_INCDIR%%/QtQml/AssemblerBuffer.h
-%%QT_INCDIR%%/QtQml/AssemblerBufferWithConstantPool.h
-%%QT_INCDIR%%/QtQml/Assertions.h
-%%QT_INCDIR%%/QtQml/Atomics.h
-%%QT_INCDIR%%/QtQml/BumpPointerAllocator.h
-%%QT_INCDIR%%/QtQml/CheckedArithmetic.h
-%%QT_INCDIR%%/QtQml/CodeLocation.h
-%%QT_INCDIR%%/QtQml/Compiler.h
-%%QT_INCDIR%%/QtQml/CryptographicallyRandomNumber.h
-%%QT_INCDIR%%/QtQml/DataLog.h
-%%QT_INCDIR%%/QtQml/DynamicAnnotations.h
-%%QT_INCDIR%%/QtQml/EnumClass.h
-%%QT_INCDIR%%/QtQml/FastAllocBase.h
-%%QT_INCDIR%%/QtQml/FastMalloc.h
-%%QT_INCDIR%%/QtQml/FeatureDefines.h
-%%QT_INCDIR%%/QtQml/FilePrintStream.h
-%%QT_INCDIR%%/QtQml/LinkBuffer.h
-%%QT_INCDIR%%/QtQml/Locker.h
-%%QT_INCDIR%%/QtQml/MIPSAssembler.h
-%%QT_INCDIR%%/QtQml/MacroAssembler.h
-%%QT_INCDIR%%/QtQml/MacroAssemblerARM64.h
-%%QT_INCDIR%%/QtQml/MacroAssemblerARMv7.h
-%%QT_INCDIR%%/QtQml/MacroAssemblerCodeRef.h
-%%QT_INCDIR%%/QtQml/MacroAssemblerMIPS.h
-%%QT_INCDIR%%/QtQml/MacroAssemblerX86.h
-%%QT_INCDIR%%/QtQml/MacroAssemblerX86Common.h
-%%QT_INCDIR%%/QtQml/MacroAssemblerX86_64.h
-%%QT_INCDIR%%/QtQml/MathExtras.h
-%%QT_INCDIR%%/QtQml/Mips32Opcode.h
-%%QT_INCDIR%%/QtQml/Noncopyable.h
-%%QT_INCDIR%%/QtQml/NotFound.h
-%%QT_INCDIR%%/QtQml/NullPtr.h
-%%QT_INCDIR%%/QtQml/OSAllocator.h
-%%QT_INCDIR%%/QtQml/OwnPtr.h
-%%QT_INCDIR%%/QtQml/PageAllocation.h
-%%QT_INCDIR%%/QtQml/PageAllocationAligned.h
-%%QT_INCDIR%%/QtQml/PageBlock.h
-%%QT_INCDIR%%/QtQml/PageReservation.h
-%%QT_INCDIR%%/QtQml/PassOwnPtr.h
-%%QT_INCDIR%%/QtQml/PassRefPtr.h
-%%QT_INCDIR%%/QtQml/Platform.h
-%%QT_INCDIR%%/QtQml/PossiblyNull.h
-%%QT_INCDIR%%/QtQml/PrintStream.h
%%QT_INCDIR%%/QtQml/QJSEngine
%%QT_INCDIR%%/QtQml/QJSManagedValue
%%QT_INCDIR%%/QtQml/QJSNumberCoercion
@@ -404,26 +356,6 @@ bin/qmlscene6
%%QT_INCDIR%%/QtQml/QtQml
%%QT_INCDIR%%/QtQml/QtQmlDepends
%%QT_INCDIR%%/QtQml/QtQmlVersion
-%%QT_INCDIR%%/QtQml/RawPointer.h
-%%QT_INCDIR%%/QtQml/RefCounted.h
-%%QT_INCDIR%%/QtQml/RefPtr.h
-%%QT_INCDIR%%/QtQml/RegExpJitTables.h
-%%QT_INCDIR%%/QtQml/SegmentedVector.h
-%%QT_INCDIR%%/QtQml/StdLibExtras.h
-%%QT_INCDIR%%/QtQml/TypeTraits.h
-%%QT_INCDIR%%/QtQml/UnusedParam.h
-%%QT_INCDIR%%/QtQml/VMTags.h
-%%QT_INCDIR%%/QtQml/Vector.h
-%%QT_INCDIR%%/QtQml/WTFStubs.h
-%%QT_INCDIR%%/QtQml/X86Assembler.h
-%%QT_INCDIR%%/QtQml/Yarr.h
-%%QT_INCDIR%%/QtQml/YarrCanonicalizeUCS2.h
-%%QT_INCDIR%%/QtQml/YarrInterpreter.h
-%%QT_INCDIR%%/QtQml/YarrJIT.h
-%%QT_INCDIR%%/QtQml/YarrParser.h
-%%QT_INCDIR%%/QtQml/YarrPattern.h
-%%QT_INCDIR%%/QtQml/YarrSyntaxChecker.h
-%%QT_INCDIR%%/QtQml/YarrUnicodeProperties.h
%%QT_INCDIR%%/QtQml/qjsengine.h
%%QT_INCDIR%%/QtQml/qjsmanagedvalue.h
%%QT_INCDIR%%/QtQml/qjsnumbercoercion.h
diff --git a/x11-toolkits/qt6-quick3d/distinfo b/x11-toolkits/qt6-quick3d/distinfo
index 8cbe7aec5e04..03f03ed0580c 100644
--- a/x11-toolkits/qt6-quick3d/distinfo
+++ b/x11-toolkits/qt6-quick3d/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1680581942
-SHA256 (KDE/Qt/6.5.0/qtquick3d-everywhere-src-6.5.0.tar.xz) = 9b590429ca98b5cc8cec4df2efa3775e9f11ed8260d123e95f3c0fc37f3772a5
-SIZE (KDE/Qt/6.5.0/qtquick3d-everywhere-src-6.5.0.tar.xz) = 59794136
+TIMESTAMP = 1687325645
+SHA256 (KDE/Qt/6.5.1/qtquick3d-everywhere-src-6.5.1.tar.xz) = 51b626a6d56b119d42c092265ee1a31ae04f4732c7e6e129c26dfb41dfb0cc1e
+SIZE (KDE/Qt/6.5.1/qtquick3d-everywhere-src-6.5.1.tar.xz) = 59685252
diff --git a/x11-toolkits/qt6-quick3d/pkg-plist b/x11-toolkits/qt6-quick3d/pkg-plist
index 288de6ccb069..51df01e4625f 100644
--- a/x11-toolkits/qt6-quick3d/pkg-plist
+++ b/x11-toolkits/qt6-quick3d/pkg-plist
@@ -261,10 +261,8 @@
%%QT_INCDIR%%/QtQuick3DUtils/QtQuick3DUtils
%%QT_INCDIR%%/QtQuick3DUtils/QtQuick3DUtilsDepends
%%QT_INCDIR%%/QtQuick3DUtils/QtQuick3DUtilsVersion
-%%QT_INCDIR%%/QtQuick3DUtils/meshoptimizer.h
%%QT_INCDIR%%/QtQuick3DUtils/qtquick3dutilsexports.h
%%QT_INCDIR%%/QtQuick3DUtils/qtquick3dutilsversion.h
-%%QT_INCDIR%%/QtQuick3DUtils/xatlas.h
lib/cmake/Qt6/FindWrapQuick3DAssimp.cmake
lib/cmake/Qt6BuildInternals/StandaloneTests/QtQuick3DTestsConfig.cmake
lib/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dpluginAdditionalTargetInfo.cmake
@@ -519,7 +517,6 @@ lib/cmake/Qt6Quick3DUtils/Qt6Quick3DUtilsVersionlessTargets.cmake
%%QT_MKSPECDIR%%/modules/qt_lib_quick3dutils_private.pri
%%QT_PLUGINDIR%%/assetimporters/libassimp.so
%%QT_PLUGINDIR%%/qmltooling/libqmldbg_quick3dprofiler.so
-%%QT_QMLDIR%%/QtQuick3D/AssetUtils/designer/IdComboBox.qml
%%QT_QMLDIR%%/QtQuick3D/AssetUtils/designer/NodeSection.qml
%%QT_QMLDIR%%/QtQuick3D/AssetUtils/designer/RuntimeLoaderSection.qml
%%QT_QMLDIR%%/QtQuick3D/AssetUtils/designer/RuntimeLoaderSpecifics.qml
@@ -587,7 +584,6 @@ lib/cmake/Qt6Quick3DUtils/Qt6Quick3DUtilsVersionlessTargets.cmake
%%QT_QMLDIR%%/QtQuick3D/Effects/designer/GaussianBlurSpecifics.qml
%%QT_QMLDIR%%/QtQuick3D/Effects/designer/HDRBloomTonemapSection.qml
%%QT_QMLDIR%%/QtQuick3D/Effects/designer/HDRBloomTonemapSpecifics.qml
-%%QT_QMLDIR%%/QtQuick3D/Effects/designer/IdComboBox.qml
%%QT_QMLDIR%%/QtQuick3D/Effects/designer/MotionBlurSection.qml
%%QT_QMLDIR%%/QtQuick3D/Effects/designer/MotionBlurSpecifics.qml
%%QT_QMLDIR%%/QtQuick3D/Effects/designer/SCurveTonemapSection.qml
@@ -620,7 +616,6 @@ lib/cmake/Qt6Quick3DUtils/Qt6Quick3DUtilsVersionlessTargets.cmake
%%QT_QMLDIR%%/QtQuick3D/Helpers/designer/GridGeometrySpecifics.qml
%%QT_QMLDIR%%/QtQuick3D/Helpers/designer/HeightFieldGeometrySection.qml
%%QT_QMLDIR%%/QtQuick3D/Helpers/designer/HeightFieldGeometrySpecifics.qml
-%%QT_QMLDIR%%/QtQuick3D/Helpers/designer/IdComboBox.qml
%%QT_QMLDIR%%/QtQuick3D/Helpers/designer/InfiniteGridSection.qml
%%QT_QMLDIR%%/QtQuick3D/Helpers/designer/InfiniteGridSpecifics.qml
%%QT_QMLDIR%%/QtQuick3D/Helpers/designer/InstanceModelSection.qml
@@ -704,7 +699,6 @@ lib/cmake/Qt6Quick3DUtils/Qt6Quick3DUtilsVersionlessTargets.cmake
%%QT_QMLDIR%%/QtQuick3D/MaterialEditor/main.qml
%%QT_QMLDIR%%/QtQuick3D/MaterialEditor/plugins.qmltypes
%%QT_QMLDIR%%/QtQuick3D/MaterialEditor/qmldir
-%%QT_QMLDIR%%/QtQuick3D/MaterialEditor/qtquickcontrols2.conf
%%QT_QMLDIR%%/QtQuick3D/ParticleEffects/Quick3DParticleEffects.qmltypes
%%QT_QMLDIR%%/QtQuick3D/ParticleEffects/designer/images/color_table.png
%%QT_QMLDIR%%/QtQuick3D/ParticleEffects/designer/images/color_table2.png
@@ -744,7 +738,6 @@ lib/cmake/Qt6Quick3DUtils/Qt6Quick3DUtilsVersionlessTargets.cmake
%%QT_QMLDIR%%/QtQuick3D/Particles3D/designer/EmitBurst3DSpecifics.qml
%%QT_QMLDIR%%/QtQuick3D/Particles3D/designer/Gravity3DSection.qml
%%QT_QMLDIR%%/QtQuick3D/Particles3D/designer/Gravity3DSpecifics.qml
-%%QT_QMLDIR%%/QtQuick3D/Particles3D/designer/IdComboBox.qml
%%QT_QMLDIR%%/QtQuick3D/Particles3D/designer/LineParticle3DSection.qml
%%QT_QMLDIR%%/QtQuick3D/Particles3D/designer/LineParticle3DSpecifics.qml
%%QT_QMLDIR%%/QtQuick3D/Particles3D/designer/ModelBlendParticle3DSection.qml
@@ -883,7 +876,6 @@ lib/cmake/Qt6Quick3DUtils/Qt6Quick3DUtilsVersionlessTargets.cmake
%%QT_QMLDIR%%/QtQuick3D/designer/FogSpecifics.qml
%%QT_QMLDIR%%/QtQuick3D/designer/FrustumCameraSection.qml
%%QT_QMLDIR%%/QtQuick3D/designer/FrustumCameraSpecifics.qml
-%%QT_QMLDIR%%/QtQuick3D/designer/IdComboBox.qml
%%QT_QMLDIR%%/QtQuick3D/designer/InstanceListEntrySection.qml
%%QT_QMLDIR%%/QtQuick3D/designer/InstanceListEntrySpecifics.qml
%%QT_QMLDIR%%/QtQuick3D/designer/InstanceListSection.qml
diff --git a/x11-toolkits/qt6-quicktimeline/distinfo b/x11-toolkits/qt6-quicktimeline/distinfo
index 6ddca916fc51..e1673a66970e 100644
--- a/x11-toolkits/qt6-quicktimeline/distinfo
+++ b/x11-toolkits/qt6-quicktimeline/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1680581943
-SHA256 (KDE/Qt/6.5.0/qtquicktimeline-everywhere-src-6.5.0.tar.xz) = 578b3e929662b443cd4e51cb0de71e91f4ff55a512d66e0b1ea2999b5657cfbf
-SIZE (KDE/Qt/6.5.0/qtquicktimeline-everywhere-src-6.5.0.tar.xz) = 112812
+TIMESTAMP = 1687325647
+SHA256 (KDE/Qt/6.5.1/qtquicktimeline-everywhere-src-6.5.1.tar.xz) = 1079dba276c51b9bbc9bfd90014005eb94339a6ce18a4f3fb1b6f4724f4ad551
+SIZE (KDE/Qt/6.5.1/qtquicktimeline-everywhere-src-6.5.1.tar.xz) = 113720
diff --git a/x11-toolkits/qt6-shadertools/distinfo b/x11-toolkits/qt6-shadertools/distinfo
index 526e157602e2..de2bb5cb2cf1 100644
--- a/x11-toolkits/qt6-shadertools/distinfo
+++ b/x11-toolkits/qt6-shadertools/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1680581944
-SHA256 (KDE/Qt/6.5.0/qtshadertools-everywhere-src-6.5.0.tar.xz) = 86618d037f3071f1f7ac5eb7ab76ae4e6f51cfddded0a402bb9aa7f3f79f5775
-SIZE (KDE/Qt/6.5.0/qtshadertools-everywhere-src-6.5.0.tar.xz) = 1060464
+TIMESTAMP = 1687325648
+SHA256 (KDE/Qt/6.5.1/qtshadertools-everywhere-src-6.5.1.tar.xz) = e5806761835944ef91d5aee0679e0c8231bf7a981e064480e65c751ebdf65052
+SIZE (KDE/Qt/6.5.1/qtshadertools-everywhere-src-6.5.1.tar.xz) = 1061792
diff --git a/x11-toolkits/qt6-virtualkeyboard/distinfo b/x11-toolkits/qt6-virtualkeyboard/distinfo
index ff18e8b6338d..b0187b0e091b 100644
--- a/x11-toolkits/qt6-virtualkeyboard/distinfo
+++ b/x11-toolkits/qt6-virtualkeyboard/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1680581946
-SHA256 (KDE/Qt/6.5.0/qtvirtualkeyboard-everywhere-src-6.5.0.tar.xz) = 7b45de78240817e9f4b57af821e4781655463a4f5f396bbc5df0580a7d2a0fa7
-SIZE (KDE/Qt/6.5.0/qtvirtualkeyboard-everywhere-src-6.5.0.tar.xz) = 3733068
+TIMESTAMP = 1687325651
+SHA256 (KDE/Qt/6.5.1/qtvirtualkeyboard-everywhere-src-6.5.1.tar.xz) = 89b243d6d0367502f2d6ae8828364a628986a8de189704e857fb0cdfee863cc1
+SIZE (KDE/Qt/6.5.1/qtvirtualkeyboard-everywhere-src-6.5.1.tar.xz) = 3740380