pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Update qt6 to version 6.2.2



Module Name:	pkgsrc-wip
Committed By:	Niclas Rosenvik <nros%pkgsrc.org@localhost>
Pushed By:	nros
Date:		Tue Dec 7 09:26:25 2021 +0100
Changeset:	a11e9afbb50c84bbc8d1d314426f438318612413

Modified Files:
	qt6-odbc/Makefile
	qt6-odbc/PLIST
	qt6-odbc/distinfo
	qt6-psql/Makefile
	qt6-psql/PLIST
	qt6-psql/distinfo
	qt6-qt3d/PLIST
	qt6-qt3d/distinfo
	qt6-qt5compat/PLIST
	qt6-qt5compat/distinfo
	qt6-qtbase/Makefile
	qt6-qtbase/Makefile.common
	qt6-qtbase/PLIST
	qt6-qtbase/PLIST.Darwin
	qt6-qtbase/PLIST.FreeBSD
	qt6-qtbase/PLIST.Linux
	qt6-qtbase/distinfo
	qt6-qtcharts/Makefile
	qt6-qtcharts/PLIST
	qt6-qtcharts/distinfo
	qt6-qtdatavis3d/Makefile
	qt6-qtdatavis3d/PLIST
	qt6-qtdatavis3d/distinfo
	qt6-qtdeclarative/Makefile
	qt6-qtdeclarative/PLIST
	qt6-qtdeclarative/distinfo
	qt6-qtimageformats/PLIST
	qt6-qtimageformats/distinfo
	qt6-qtlottie/PLIST
	qt6-qtlottie/distinfo
	qt6-qtmultimedia/PLIST
	qt6-qtmultimedia/distinfo
	qt6-qtnetworkauth/PLIST
	qt6-qtnetworkauth/distinfo
	qt6-qtquick3d/PLIST
	qt6-qtquick3d/distinfo
	qt6-qtquicktimeline/PLIST
	qt6-qtquicktimeline/distinfo
	qt6-qtremoteobjects/PLIST
	qt6-qtremoteobjects/distinfo
	qt6-qtscxml/PLIST
	qt6-qtscxml/distinfo
	qt6-qtshadertools/PLIST
	qt6-qtshadertools/distinfo
	qt6-qtsvg/PLIST
	qt6-qtsvg/distinfo
	qt6-qttools/PLIST
	qt6-qttools/distinfo
	qt6-qtwayland/PLIST
	qt6-qtwayland/distinfo
	qt6-qtwebchannel/PLIST
	qt6-qtwebchannel/distinfo
	qt6-qtwebsockets/Makefile
	qt6-qtwebsockets/PLIST
	qt6-qtwebsockets/distinfo
	qt6/Makefile.common

Log Message:
Update qt6 to version 6.2.2

Update qt6 to version 6.2.2 .

Changes from release notes:

changes from 6.2.0 to 6.2.1

Important Changes
-----------------

### qtbase
* 2a5a93a04d SQLite: Update SQLite to v3.36.0
Updated SQLite to v3.36.0

* 138d07dec7 OpenSSL: Let people opt-in to use TLS 1.3 PSK callback
When using TLS 1.3 we suppress the first callback from OpenSSL about
pre-shared keys, as it doesn't conform to the past behavior which
preSharedKeyAuthenticationRequired provided. With this update you can
opt-out of that workaround by setting the QT_USE_TLS_1_3_PSK environment
variable

* d11cbb5643 Fix querying font aliases that share name with other fonts
Fixed an issue where some font styles and weights would not be
selectable. This was especially noticeable on Windows.

* 4acc17fa7f qSwap: make it constexpr
qSwap is now constexpr.

* 8d445e6c73 Use Yu Gothic UI as the main fallback font for Japanese
Made the primary fallback font on Japanese locale "Yu Gothic UI" (the
default system font).

* fbaf6d0bdf Revert "Support family names that end/start with space"
Fixed an assert that happened when the system had a font with a
trailing or leading space in its name.

* 8fbf61c323 freetype/no-fc: Disambiguate fonts with different widths
Fixed a bug where fonts of different width within the same family would
be unselectable if the Freetype font database (no-fontconfig
configuration) was in use.

### qtdeclarative
* 93911fa45c Add button argument to the
TapHandler.[single|double|]tapped signals
TapHandler's tapped(), singleTapped() and doubleTapped() signals now
have two arguments: the QEventPoint instance, and the button being
tapped. If you need it, you should write an explicit function for the
signal handler: onTapped: function(point, button) { ... } or
onDoubleTapped: (point, button)=> ...

* f51231164e QQmlEngine: Fine grained translation binding tracking
QQmlEngine::retranslate no longer refreshes all bindings, but only
translation bindings.

Fixes
-----

### qtbase
* QTBUG-30617 QtConcurrentMap does not map QJsonArray
* QTBUG-96062 Integrity linker can't cope with duplicate object files on
command line
* QTBUG-95565 Qt Creator cannot build Qt 6 for iOS from the start
* QTBUG-96305 [REG 5.15.5 -> 5.15.6] xcode builds broken if OBJECTS_DIR
set
* QTBUG-96103 Memory corruption in
tst_qreadwritelock::multipleReadersLoop()
* QTBUG-96285 QProcess can't be restarted
* QTBUG-79016 Processing qm file name error when using config
embed_translations
* QTBUG-94835 Font Weight not properly reflected
* QTBUG-72872 Nested QtConcurrent::map cause deadlock
* COIN-755 Integration is blocked in dev
* QTBUG-96085 Cannot configure qtdeclarative with tests on Android
* QTBUG-49771 Backspace key is not working when CapsLock is on
* QTBUG-96208 macOS: Crash on application exit due to unloading library
with objc class
* QTBUG-96600 Some QGuiApplication command line options have incorrect
descriptions
* QTBUG-96345 tst_QSocks5SocketEngine::simpleConnectToIMAP() is flaky on
Ubuntu
* QTBUG-89765 Vulkan: view3d example occasionally(?) has broken indexed
drawing
* QTBUG-96288 QTextEdit cursor postion error when QTextEdit has
different pointsize
* QTBUG-95942 The elidedtext() function cannot realize text ellipsis in
Tibetan
* QTBUG-94031 FILE_ID_INFO is redefined when using MinGW-w64 version
9.0.0
* QTBUG-76948 IOS: disconnect second screen while app in b/g, it crashes
when app goes into foreground
* QTBUG-96594 qt_add_dbus_adaptor behaves different than
qt6_add_dbus_adaptor
* QTBUG-96619 QRhi declares types with non-relocatable QVLA in them as
relocatable which can lead to crashes
* QTBUG-87669 few gui tests fail to build on Android
* QTBUG-96511 MacOS iframework paths missing when using
QT_ADDITIONAL_PACKAGES_PREFIX_PATH
* QTBUG-96300 The build system does not work accept
-DFEATURE_cxx20:BOOL=TRUE
* QTBUG-96690 Qt6. Build failed when use std::optional as a signal
argument
* QTBUG-96606 CA certificates not fetched on Android
* QTBUG-54848 Problem with QAbstractItemDelegate and IME (chinese Input
Method) with edit trigger QAbstractItemView::AnyKeyPressed
* QTBUG-96392 HAVE_egl_x11 test fails with libglvnd 1.3.4
* QTBUG-42661 Wrong dialog activation
* QTBUG-96838 signing Android app bundles fails with 6.2.0-rc
* QTBUG-78970 REG 5.9.4 => 5.12.4 setAutoRaise not working on Mac
* QTBUG-96926 QImage::convertToFormat(format, colorTable) doesn't
preserve devicePixelRatio
* QTBUG-96322 Crash on RHI with Opacity Mask effect
* QTBUG-96846 Many messages "QThread::wait: Thread tried to wait on
itself" when Creator starts new threads
* QTBUG-96906 iOS / Android / WebAssembly have invalid [DevicePaths]
Prefix in target_qt.conf when installing Qt from online installer
* QTBUG-96798 Separate debug info builds are broken when cross-
compiling, wrong objcopy is used
* QTBUG-86094 Generating large pdf files when using pen with zero width
* QTBUG-96466 [REG 5.15.2-6.2.0] Runtime crash on changing screen's
scale factor
* QTBUG-85058 Windows: QDir::entryList doesn't work for directories that
end with '.lnk'
* QTBUG-96621 Missing QHash include in qcocoawindow.h
* QTBUG-94341 Windows: Let QLocale::uiLanguages() return all preferred
languages
* QTBUG-97023 Fix invalid Qt6::ATSPI2_nolink target
* QTBUG-96998 CMake: UNIX is not set for INTEGRITY builds
* QTBUG-96978 Brush transformations are not supported by the PDF engine
* QTBUG-97085 Crash while JITting QRegularExpression in multiple threads
(Rosetta)
* QTBUG-97119 Escape doesn't close popups anymore
* QTBUG-13965 QPainterPath::addText() does not respect QFont::SmallCaps
* QTBUG-79140 [REG 5.13.0 -> 5.14.0]OTF fonts don't work correctly
* QTBUG-83908 Material.System does not work on Windows 10 in Dark Mode
* QTBUG-97241 Qt no longer compiles when configured with -trace
* QTBUG-96734 QDoubleSpinBox asserts in validate with default properties
* QTBUG-97146 QRhiMetal asserts when a given sampleCount is not
supported by a device
* QTBUG-96789 Shader cache not able to write out compiled shaders
* QTBUG-85574 No focus on window after showing and hiding a modal dialog
* QTBUG-97098 Documentation: building sql drivers following the
instructions in the docs fails with "CMake Error: Unknown argument
--build"
* QTBUG-97179 Assertion failure inside of QNetworkAccessManager thread
* QTBUG-92958 Blinking scrollbar with QScrollArea and edge cases.
* QTBUG-8857 Qt::WA_ShowWithoutActivating causes a situation where a
QLineEdit cursor is blinking but not active
* QTBUG-93955 Material.System does not work on Ubuntu (Gnome)
* QTBUG-97122 Regression: UTF-32 codec fails on assert when
fromUnicode() is called
* QTBUG-97425 Build from sources fails in Qt 6.2.0 with MSVC 2019 in
c++20 mode
* QTBUG-84310 CMake: qt_lib_XXX.pri files don't contain run_depends
entries
* QTBUG-89640 font.styleName depends on font loading order
* QTBUG-97384 [REG 5.15.2-6.2.0] "Flow control error" while loading web
image
* QTBUG-97441 Doc: generated lists show only the first word of the
\brief statement
* QTBUG-69710 QLineEdit can't be used for keyboard input after popup
menu from another QDialog
* QTBUG-96128 Compile error when adding QList::const_iterator and
std::ptrdiff_t
* QTBUG-96603 QTextDocument: stylesheet border-color for td applied only
to first td
* QTBUG-96861 Geoflickr example dstStep assert crash on mac and iOS
* QTBUG-79081 Nested foreach generate warnings
* QTBUG-97458 String "6.2.0" found from 6.2.1 source package
* QTBUG-97486 Crash in TimeZone ICU backend
* QTBUG-97475 Crash in QItemSelectionModel
* QTBUG-97443 Crash - DpiAdjustmentPolicy resolved from wrong
environment
* QTBUG-97116 OpenSSL TLS plugin is not loaded for OpenSSLv3
* QTBUG-95609 cmake names for qml plugins
* QTBUG-97493 Change of QDateTimeEdit::setDateTime not documented in
"Changes to Qt Modules in Qt 6"
* QTBUG-97054 QSqlDatabase.open() warning
* QTBUG-95200 qt6_add_qml_module only works when used in same folder
than the backing library
* QTBUG-95670 PSK doesn't work when both the client and server use TLS
1.3
* QTBUG-93340 trafficlight_qml_dynamic crashes on Android device
* QTBUG-30040 tst_qtooltip::task183679 is unstable in Mac CI
* QTBUG-96127 Broken external links in Qt docs
* QTBUG-96303 Review (again) CodeChecker issues for Qt Core
* QTBUG-96327 qt5.15 examples on qnx710 display "is an invalid ELF
object (shstrtab section header seems to be at 0)“
* QTBUG-95042 QFrame Qt::WA_TranslucentBackground is broken with
specific window flags and drawable child item
* QTBUG-96290 qmlimportscanner: "qmldir file not found at" when
configuring quickwidget example with static Qt
* QTBUG-84877 QLocale::system() uses short names of days and months for
narrow formats
* QTBUG-96253 Unable to build qtscxml tests after building with
components with Conan
* QTBUG-95832 QtRemoteObjects CMake API is using the internal
qt_manual_moc API
* QTBUG-94770 [Qt Virtual keyboard] Keyboards doesn't respond when
QT_SCALE_FACTOR  is set to 1.5
* QTBUG-95249 OpenSSL TLS backend plugin missing in macOS installation
from official binary
* QTBUG-96441  [REG 6.1.0 - 6.2.0] Windows: QWindow doesn't respect
minimumWidth/minimumHeight
* QTBUG-96790 crash in QWindowsFileSystemWatcherEngine::addPaths
* QTBUG-96786 QPainter::drawRect fills OpenGL window background when
pen's alpha != 1.0
* QTBUG-96718 Crash in inBindingWrapper() (Creator built against Qt 6.2
build)
* QTBUG-80766 Android app installed from Google  Play store crashes
* QTBUG-96654 REG[5.15-6.1]QTreeView crash when checkbox triggers reset
* QTBUG-97028 \relates documentation should mention how it interacts
with templated classes
* QTBUG-96057 Bluetooth crash when connectToPairedDevice on windows
* QTBUG-95285 Create documentation page for Qt for Android Manifest
* QTBUG-97002 Building for android fail
* QTBUG-96239 Document CMake component in CMake function documentation
* QTBUG-96575 Merge "DTLS Client"and "DTLS Server" examples
* QTBUG-95763 Configuring an executable with an attached qml module
fails when using the Xcode generator
* QTBUG-58013 Cursor position changes not properly passed to input
method

### qtsvg
* QTBUG-97421 text x,y positions are always parsed as pixels
* QTBUG-97422 font-size is always parsed as pixels

### qtdeclarative
* QTBUG-64847 TapHandler does not tell us which button was tapped (and
this breaks the manual test)
* QTBUG-96301 qmldir files generated by CMake do not respect .ui.qml
suffix
* QTBUG-95589 Customizing checkbox does not fully work when using
example from documentation
* QTBUG-87402 Error when using ShaderEffect doesn't tell the user how to
fix it
* QTBUG-96130 srbCache exhibits unreasonable, semi-continuous growth
with dynamic scenes
* QTBUG-91109 Inconsistent behaviour of TextArea with horizontalCenter
between different platforms (Gallery example)
* QTBUG-96405 setGraphicsApi :OpenGLRhi.  QML application resizing
flickers and is sometimes blank
* QTBUG-96275 Crash while loading QML type data from disk cache
* QTBUG-96290 qmlimportscanner: "qmldir file not found at" when
configuring quickwidget example with static Qt
* QTBUG-96147 qmlsc does not understand curly braced grouped properties
* QTBUG-96587 qmlsc ignores return type of CallPropertyLookup
* QTBUG-96551 Crash while processing a shortcut key
* QTBUG-96902 Import of JS module to QML does not work
* QTBUG-96358 ShaderTools package not found when building qtdeclarative
examples in-tree in a prefix build (not as ExternalProjects)
* QTBUG-96909 ListView/Flickable: when releasing multitouch, list stays
in dragging state
* QTBUG-86744 ListView.isCurrentItem not available until model is
refreshed
* QTBUG-96625 Unable to declare variable with identifier equal to
function name inside getter
* QTBUG-92841 Offscreen Surfaces should not receive input events in 3D
scenes
* QTBUG-96805 quick examples not compiling on Wasm: CMake Error at
.../wasm_32/lib/cmake/Qt6/QtPublicPluginHelpers.cmake
* QTBUG-95544 Regression: buttons invisible when using non-sized custom
backgrounds
* QTBUG-96668 [Reg 6.1 -> 6.2] Cannot overwrite property bindings in
aliased elements
* QTBUG-97099 [cmake] dependent qml plugins not auto-loaded with
statically linked qt
* QTBUG-96192 Performance concerns for a qmlengine->retranslate() call
* QTBUG-97427 Binding an attached property instance to a
Connection.target results in attachee being set as a target
* QTBUG-96876 Error initializing PageIndicator with Material style
* QTBUG-97480 ParentChange crash
* QTBUG-95200 qt6_add_qml_module only works when used in same folder
than the backing library
* QTBUG-93340 trafficlight_qml_dynamic crashes on Android device
* QTBUG-95587 icon.source of Control is not resolved relative to user
code
* QTBUG-96200 Only the first Q_PROPERTY marked as REQUIRED is required
in reality
* QTBUG-96127 Broken external links in Qt docs
* QBS-1676 qmlcache created by QBS causes loading problem if the qml
filename matches the name of some qml file from Qt package and has
inline component
* QTBUG-85151 "module "QtQuick.Templates" is not installed" when some
files' QML imports specify version and some don't
* QTBUG-60491 When TextEdit show the file more than 1mb, the soft will
use many memory
* QTBUG-91163 cannot build some modules with -developer-build on 32bit
architectures without -no-warnings-are-errors
* QTBUG-96964 Changing the ShaderEffect shader crashes
* QTBUG-96454 QT6.2.0 cross compile failed on QNX7.1 Version

### qtmultimedia
* QTBUG-94845 autoOrientation in QML VideoOutput doesn't work
* QTBUG-95626 [REG] Audio playback is not stopped on MediaPlayer
destruction
* QTBUG-95576 [REG] MediaPlayer position property is not updated while
playing a video
* QTBUG-96376 Recording fails when encoding audio to other codecs other
than AAC, WAV, or ALAC
* QTBUG-96368 Mediaplayer's video output doesn't update when changing
video source on macOS/iOS
* QTBUG-96089 Multiply defined symbols found for
QWindowsIntegration::~QWindowsIntegration(void)
* QTBUG-96609 Outdated code snippet in QMultimediaPlayer documentation
* QTBUG-96402 QMediaPlayer position inconsistent
* QTBUG-96652 QML VideoOuput cannot be used directly with QML Camera
* QTBUG-95066 Multimedia: Missing documentation for QML types
* QTBUG-96705 The preview parameter from imageCaptured() can no longer
be used as image source (QML)
* QTBUG-96642 Loading multiple SoundEffects in QML randomly crashes the
application
* QTBUG-96704 In QML, using capture*() after switching between camera
devices crashes the application
* QTBUG-95234 MingW build does not find WMF, and builds without a valid
backend
* QTBUG-96944 Recorder app crashes while switching between apps
* QTBUG-96943 Incorrect video orientation for recorded video - recorder
example
* QTBUG-95063 audiosource example asserts on startup
* QTBUG-96984 MediaPlayer example in Detailed Description is missing id
* QTBUG-96719 Update resolution list by data from the
QList<QCameraFormat> on QCameraFormat
* QTBUG-96955 Spectrum app crashes once user try to edit settings
* QTBUG-97069 [Windows] Crash (use-after-free) on (Q)MediaPlayer
destruction
* QTBUG-97152 QMediaPlayer 'play' jumps to wrong position after seek
* QTBUG-96750 Incorrect return from full screen mode for player example
* QTBUG-96985 Video and MediaPlayer don't allow to use relative URLs
* QTBUG-97622 QML ImageCapture preview property does nothing?
* QTBUG-97379 [Boot2Qt] Declarative-camera example does not work with
Toradex Apalis i.MX6
* QTBUG-96401 qtmultimedia fails to configure due to not finding GObject
due to typo.
* QTBUG-96406 MM Video playback fails completely when using (linking)
WebEngine
* QTBUG-96202 SoundEffect does not work in Qt6.2 beta3 in Windows and
Linux
* QTBUG-95883 QtMultimedia tests fail on Android
* QTBUG-96952 Android MediaPlayer not sending onInfo updates
* QTBUG-95010 Missing loops property
* QTBUG-96947 Cannot go back from multi option for qmlvideo example

### qttools
* QTBUG-95975 [REG Qt 6.2.0 beta1 -> beta2] Rebuilding unchanged sources
results in build error
* QTBUG-96837 qdoc: warnings about generatelist incorrectly formatted
* QTBUG-96694 broken "Contents" links in assistant
* QTBUG-97028 \relates documentation should mention how it interacts
with templated classes
* QTBUG-96521 Windeployqt does not deploy Qt6ShaderTools lib with Rhi
Renderer
* QTBUG-97034 qdoc: relative paths in 'includepaths' variable are
resolved too late
* QTBUG-96408 QDoc crashed while parsing the index file in Qt5.15
* QTBUG-97453 qdoc: Unnecessary warnings when running in testing mode
* QTBUG-97389 'lupdate_sources' variable empty in cmake file generated
by qt_add_lupdate

### qttranslations
* QTBUG-95658 Fix qtquickcontrols2 references in qttranslations.git
* QTBUG-95013 pt_BR translations not loaded

### qtdoc
* QTBUG-95990 Add support for multi-abi application builds for Android
with qmake
* QTBUG-95285 Create documentation page for Qt for Android Manifest
* QTBUG-97052 Typo in Qt for Windows - Graphics Acceleration
documentation
* QTBUG-97438 Compiling universal binaries in Qt Creator error
* QTBUG-96127 Broken external links in Qt docs
* QTBUG-96151 QML deployment docs need to be rewritten
* QTBUG-96590 Qt for Android documentation refers to gcc.exe instead of
clang.exe

### qtlocation
* QTBUG-96127 Broken external links in Qt docs

### qtsensors
* QTBUG-96914 Configuring top-level build on Ubuntu 18.04 without pkg-
config fails in qtsensors

### qtconnectivity
* QTBUG-80719 connectToDevice() hangs when trying to connect to faulty
Bluetooth device
* QTBUG-97242 Windows: 100% CPU load when reading services and
characteristics
* QTBUG-96057 Bluetooth crash when connectToPairedDevice on windows
* QTBUG-83633 Bluetooth Discovery device crash
* QTBUG-96688 BT LE Android large characteristic write support
* QTBUG-86796 Documentation should mention that qt bluetooth and audio
requires QGuiApplication

### qtwayland
* QTBUG-87624 Wayland client crash when QDrag is used
* QTBUG-96464 Wayland client race condition in applyConfigure
* QTBUG-96845 Failed to build FEATURE_wayland_dmabuf_client_buffer

### qtserialport
* QTBUG-89536 Remove configure.json files for building Qt 6
* QTBUG-95636 Update cmake_minimum_required to 3.16 in all CMake Qt
example projects

### qtwebsockets
* QTBUG-96127 Broken external links in Qt docs

### qtwebengine
* QTBUG-96308 Drag and drop does not work on macOS
* QTBUG-95770 Cannot open recently saved file
* QTBUG-95580 Crash on GetFaviconsForURL
* QTBUG-96266 webengine not building (linking): LINK : fatal error
LNK1104: cannot open file
'CMakeFiles_QtWebEngineCore_Release_objects.rsp'
* QTBUG-96196 configure -list-features does not list webengine features
* QTBUG-95717  Configuring: Qt 6.2 " Unknown command line option
'-webengine-proprietary-codecs'."
* QTBUG-96525 QWebEngineScript::setSourceUrl doesn't load scripts from
qrc
* QTBUG-96398 Build fails on arm
* QTBUG-96539 WebEngineView: QtWebEngineProcess cannot start.
* QTBUG-96002 The document QtWebengine is self-contradictory
* QTBUG-95367 Webengine examples fails to build: undefined reference to
`QApplication::QApplication(int&, char**, int)'
* QTBUG-96375 Build failure with webengine
* QTBUG-76249 [Reg 5.9->5.11]Custom UserAgent ignored if page opened
with window.open or _blank
* QTBUG-88875 WebChannel is broken in ApplicationWorld with javascript
disabled in MainWorld
* QTBUG-96127 Broken external links in Qt docs
* QTBUG-97414 tst_CertificateError::fatalError()
'!page.error->isOverridable()' returned FALSE.
* QTBUG-96928 QtWebEngine continuously allocates memory until it get
killed

### qtwebview
* QTBUG-94935 Clean up Qt WebView documentation for Qt 6.2
* QTBUG-95636 Update cmake_minimum_required to 3.16 in all CMake Qt
example projects

### qtcharts
* QTBUG-92544 charts/audio has dependency to non-existent module
Multimedia

### qtdatavis3d
* QTBUG-95270 Can't link to 'Qt Data Visualization' from qdoc

### qtscxml
* QTBUG-96253 Unable to build qtscxml tests after building with
components with Conan

### qtnetworkauth
* QTBUG-97458 String "6.2.0" found from 6.2.1 source package
* QTBUG-96127 Broken external links in Qt docs

### qtremoteobjects
* QTBUG-95832 QtRemoteObjects CMake API is using the internal
qt_manual_moc API
* QTBUG-91163 cannot build some modules with -developer-build on 32bit
architectures without -no-warnings-are-errors

### qtquicktimeline
* QTBUG-97043 qtquicktimeline: commercial only license ?

### qtquick3d
* QTBUG-96163 ModelParticle3D instanceTable property not documented
* QDS-5004 FBX imported models broken in 3D Editor
* QDS-5103 Issues with QtQuick3D.Particles3D module designer specifics
* QDS-5098 QtQuick3D.FileInstancing component is shown in library as
"Instancing"
* QDS-5096 Fix property specifics for QtQuick3D.Repeater3D
* QTBUG-96730 Custom Material fragment shader sometimes does not have
access to special variables
* QTBUG-79026 WasdController can't get control of keyboard back after
using UI element
* QTBUG-97260 Model blend particle spatial node is not always
initialized
* QTBUG-96307 Issue with stopped particle system and startTime
* QTBUG-96457 "infinite plane" Item2D prevents event propagation to 2D
content behind it
* QTBUG-92841 Offscreen Surfaces should not receive input events in 3D
scenes

### qtshadertools
* QTBUG-96618 qtquick3d examples fail to build for QNX
* QTBUG-96524 Qsb tool output (errors) not visible when called From
visual studio / cmake
* QTBUG-96912 No documented way to build GLES shader using
samplerExternalOES with qsb
* QTBUG-97458 String "6.2.0" found from 6.2.1 source package

### qtcoap
* QTBUG-96127 Broken external links in Qt docs
* QTBUG-91163 cannot build some modules with -developer-build on 32bit
architectures without -no-warnings-are-errors

----------------------------------------------------------------------

changes from 6.2.1 to 6.2.2

Important Changes
-----------------

### qtbase
* 448e45b1f4 QVarLengthArray: Reduce memory allocations in insert()
Reduced number of memory allocations in insert() by allocating more
memory at once.

* 069dfef5e8 QByteArrayList: fix narrowing in join() implementations
[1/2]
Fixed a bug when calling join() on lists with more than INTMAX
elements.

* de2395d757 qmake: Support Visual Studio 2022
Added support for Visual Studio 2022.

* 94016862a7 QImageReader: check allocation limit for minimum 32 bpp
When checking allocation limit during image reading, the memory
requirements are now calculated for a minimum of 32 bits per pixel,
since Qt will typically convert an image to that depth when it is used
in GUI. This means that the effective allocation limit is significantly
smaller when reading 1 bpp and 8 bpp images.

### qtdeclarative
* 092f2c4f61 Fix distorted text with subpixel matrix translation
Fixed an issue where text using NativeRendering would look slightly
skewed if it was inside a parent that had been positioned at a subpixel
offset.

* f44aabad32 Use correct plugin name for Android QML plugins
Starting with Qt 6.4, QML import mechanism won't add URI-based prefixes
when looking for QML plugins for Android applications. For forward
compatibility, the 'plugin' record of the qmldir files should contain
the full file name of the plugin without abi-specific suffixes and the
file extension. When using the CMake API to create the qmldir, no
further action is necessary.

### qtwayland
* 60f908ba Fix the logic for decoding modifiers map in Wayland text
input protocol
Fix modifiers map decoding logic when receiving the map from the
compositor.

### qtvirtualkeyboard
* d897a740 cerence-hwr: Fix compilation with the latest Cerence SDK (v9)
Added support for the latest Cerence SDK (9.x).

* 2b84f3b1 Use a containment mask to keep input panel working during
modal session
Since Qt 5.15, the virtual keyboard's input panel has automatically
been reparented to prevent the keyboard UI from being blocked by modal
dialogs. This is no longer done; the input panel instead uses a
containment mask on the dimmer item that blocks input during modal
sessions, allowing clicks through to the keyboard UI.

Fixes
-----

### qtbase
* QTBUG-97095 Mouse clicks are not delivered to the QWidget beneath
container QWidget in QOpenGLWIndow on Windows
* QTBUG-94769 QComboBoxListView display misalignment after sliding
* QTBUG-91391 androiddeployqt uses deprecated ndk.dir property
* QTBUG-97491 Android: in TextField: cannot edit inside of words, only
at the end
* QTBUG-97475 Crash in QItemSelectionModel
* QTBUG-57347 [macOS] button doesn't click when having preedit string in
line edit and text edit
* QTBUG-91222 Markdown parser improperly handles certain HTML payloads
* QTBUG-94245 Markdown unexpected render result
* QTBUG-97478 Configuring CMake based application with QtQuick fails
* QTBUG-95609 cmake names for qml plugins
* QTBUG-97099 [cmake] dependent qml plugins not auto-loaded with
statically linked qt
* QTBUG-97116 OpenSSL TLS plugin is not loaded for OpenSSLv3
* QTBUG-255 QTableWidget setSpan + selectedRanges
* QTBUG-96114 [Reg : 5.12.4 -> ] ActiveX widget not rendering on
secondary screen when System-DPI Aware is combined with high DPI scaling
* QTBUG-97493 Change of QDateTimeEdit::setDateTime not documented in
"Changes to Qt Modules in Qt 6"
* QTBUG-96558 RTA CMake test fails on macOS10.15 and macOS11.0
* QTBUG-96870 qt_internal_generate_tool_command_wrapper might fail to
generate wrapper script due to unrelated configuration failure
* QTBUG-97486 Crash in TimeZone ICU backend
* QTBUG-97443 Crash - DpiAdjustmentPolicy resolved from wrong
environment
* QTBUG-96560 Android: Keyboard does not show up again if it has been
closed with back button in some devices
* QTBUG-60257 [XCB]: QXcbClipboard: SelectionRequest too old messages
can appear
* QTBUG-97458 String "6.2.0" found from 6.2.1 source package
* QTBUG-94352 QTabBar's SelectionBehavior QTabBar::SelectPreviousTab
does not work as expected
* QTBUG-96639 QMainWindow crash during "closeEvent"
* QTBUG-89101 QPainter::fillRect broken with QBrush containing DPR > 1
pixmap
* QTBUG-88529 wrong symbol is getting deleted  when tap on clear button
* QTBUG-94768 Qt::Tool window has no title bar
* QTBUG-96240 Views are not blurred
* QTBUG-86533 Yocto and QNX builds are missing -rpath-link linker flag
which causes non-prefix builds to fail
* QTBUG-85997 QDir::mkpath() does not return true for existing drive
* QTBUG-97629 Building qtbase for Android with examples fails to
configure
* QTBUG-97110 QDir::mkpath() fails on MACOS given the root path
* QTBUG-97532 Mention how to properly deploy and use TLS plugins
* QTBUG-96256 Cannot declare MetaType for a QHash/QMultiHash with key
type without custom operator==
* QTBUG-97054 QSqlDatabase.open() warning
* QTBUG-97009 Broken rendering on Qt 6.2 Android arm64-v8a
* QTBUG-97673 Update dependencies in qt/qtshadertools fails
* QTBUG-93810 warnings due to enums in QSize
* QTBUG-97713 [Reg 6.1->6.2] Unexpected value for QKeyEvent::key() if
Ctrl+letter is pressed
* QTBUG-97241 Qt no longer compiles when configured with -trace
* QTBUG-97246 Qt fails to compile with both tracing and QT_NAMESPACE
enabled
* QTBUG-25743 QAction triggered in QMenu within QMenuBar even though the
QMenu's menuAction is hidden/disabled.
* QTBUG-6905 font-weight: bold can truncate tab label
* QTBUG-8209 QTabBar: Tab size incorrect when using bold font in a style
sheet
* QTBUG-94806 Having Qmltypes in CONFIG leads to faulty vcxproj file
* QTBUG-97489 [REG 6.2 -> 6.3.0] QDateTime::fromString slow at handling
large input
* QTBUG-94918 QWidget::show triggers windows activation
* QTBUG-97777 Assertion violation in QDateTime parsing.
* QTBUG-97269 Antialiasing is disabled when the painter's antialiasing
attribute is set behind the clipping funcion.
* QTBUG-97727 Tree Model Completer Example: tree model is broken due to
bugs in MainWindow::modelFromFile
* QTBUG-96458 Make it possible to build newer Qt modules against older
Qt
* QTBUG-94481 [REG 5.15.2 -> 6.1.1] Ellipsis in the worst possible place
* QTBUG-83733 Don't use deprecated/removed functions and structs with
OpenSSL v3
* QTBUG-93671 Undefined reference to WinMain with MinGW
* QTBUG-96178 [wasm] Cursor shape does not work
* QTBUG-97811 QScrollArea performance regression
* QTBUG-97599 Internal Qt builds prefer target Tools packages over host
packages
* QTBUG-95099 [FTBFS] Qt6CoreToolsTargets.cmake not found with
-DQT_FORCE_FIND_TOOLS=ON
* QTBUG-96466 [REG 5.15.2-6.2.0] Runtime crash on changing screen's
scale factor
* QTBUG-97002 Building for android fail
* QTBUG-97257 QVideoWidget not showing after minimizing
* QTBUG-97896 Qt CMake packages should not create targets if
dependencies are not met
* QTBUG-97919 include could not find requested file:  C:/Users/qt/work/q
t/qt5/qtbase/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointMinGW32Target.c
make
* QTBUG-97945 assert in qnsview_mouse.mm
* QTBUG-97457 Highlighted example quick3d/morphing not compiling on
Wasm, "wasm-ld: error: initial memory too small, 17835968 bytes needed"
* QTBUG-97729 Please suppress the annoying logo message from rc.exe
* QTBUG-97853 Tablewidget_cellClicked not working after opening Dialog
with cellDoubleClicked
* QTBUG-97984 HttpStatusCodeAttribute gives 0 in case of success
* QTBUG-83503 wasm: dialogs wrong size when opened
* QTBUG-98026 Nested QGraphicsViews do not clip some items when printing
* QTBUG-98087 top-level in-source build detected as prefix build
pointing to build dir and removes moc upon install
* QTBUG-98088 [Regression, macOS] quit() before exec() quits instantly.
* QTBUG-97747 [REG: 5->6] QDomDocument::setContent now requires
QIODevice to be open
* QTBUG-93412 Problem with drawing progressbar as QTreeView delegate
* QTBUG-98085 qthreadstorage.h fails to compile with namespaces enabled
* QTBUG-97382 qt.conf not reladed properly after
QCoreApplication::instance()
* QTBUG-97383 [REG 5.15 -> 6.2] QtWebEngineProcess + change resources
location with qt.conf
* QTBUG-97947 [REG 5.15 -> 6.2] QtWebEngine resources + translations
location no longer affected by qt.conf
* QTBUG-97774 Win32: Window contents flicker a lot when resizing
* QTBUG-59401 QFileDialog::setDefaultSuffix doesn't work when file path
contains a dot
* QTBUG-98265 QMultiHash::operator== is broken
* QTBUG-96069 Qt 6.2.0 Beta3 runtime link error when run
multimediawidgets sample on android arm
* QTBUG-98247 qobject_cast pointer conversion crashed
* QTBUG-98403 tst_QPainter fails with macOS 12 x86 in developer build
tests
* QTBUG-98388 Vertical QPainter::drawLine() result on QWidget is skewed
* QTBUG-98093 QSlider is broken in MacOS Monterey
* QTBUG-80576 CMake build doesn't find MoltenVK
* QTBUG-58013 Cursor position changes not properly passed to input
method
* QTBUG-93414 Qt Quick application stuck in a cursor update loop
* QTBUG-95669 Clicking enter on some text fields it might freeze UI
* QTBUG-96671 Android: Keyboard sometimes stuck and replacing previous
letter
* QTBUG-96675 Android: Cursor is shown in wrong place
* QTBUG-96769 Android: keyboard input can get lost
* QTBUG-92445 Markdown smashes nested formatting inside lists
* QTBUG-74606 floating QDockWidget with native child widget fails to
show() after closing it
* QTBUG-97247 Fix docs for comparison and debug/data stream operators of
Qt containers
* QTBUG-26424 fix disabled test cases of tst_qwidget
* QTBUG-94344 High CPU load in WASM threaded application
* QTBUG-97601 Compilation speed decrease with Qt 6.2 compared to Qt
5.15.2
* QTBUG-96399 Crash with SIGSEGV in QXcbConnection::getSelectionOwner
* QTBUG-94250 tst_QListView::internalDragDropMove fails with OpenSUSE
15.3
* QTBUG-97656 The article explaining bindable properties is not linked
in other related parts of the docs
* QTBUG-95300 [Regression] TextField goes behind soft keyboard on
android
* QTBUG-96117 Android soft keyboard no longer pans the screen
* QTBUG-97503 Reg[5.15.2-5.15.6] Android: Keyboard covers the inputfield
* QTBUG-72110 MouseArea stops responding
* QTBUG-74872 Qt/QMake includes the deprecated 'CFBundleGetInfoString'
key into the Info.plist on macOS
* QTBUG-96898 Sub-project created with qt_add_qml_module doesn't work on
Android
* QTBUG-94530 Disconnecting HDMI output causes application to crash
* QTBUG-46701 Closing a full screen window via Qt APIs leaves the screen
black on macOS
* QTBUG-97903 Sporadic crash on QPMCache::flushDetachedPixmaps
* QTBUG-91445 Crash in QPixmapCache::setCacheLimit in Windows
* QTCREATORBUG-26473 Crash inside pixmap cache while RMB inside cpp
editor
* QTBUG-97950 Application slowly reads every file in /usr/bin before
starting
* QTBUG-94714 Qt's CMake seems to ignore dependencies when generating
APK targets
* QTBUG-96127 Broken external links in Qt docs
* QTBUG-96975 Qurl fails with MSVC 2022 target in windows 10 & 11
* QTBUG-97715 Quick3D examples fail on imx6
* QTBUG-97582 QFuture::cancel through then()/onCanceled/onFailed

### qtsvg
* QTBUG-95891 svg file freezes QImage

### qtdeclarative
* QTBUG-94975 [ASAN] Heap-use-after-free in QOpenGLFramebufferObject
* QTBUG-97467 [REG 6.2.0->6.2.1] cmake test fails on RHEL
* QTBUG-96112 Text tearing on text element when set inside parent
element with noninteger y value
* QTBUG-83626 When a Popup has an odd number for the width and/or height
then texts inside it can be rendered badly
* QTBUG-55638 garbled font after scrolling with mouse wheel
* QTBUG-90869 tst_qquickdesignersupport: tests segfault when running on
QEMU and Windows MinGW developer build
* QTBUG-94253 When an inputmask is set on a TextInput then it will
overwrite the first character if the cursor starts from position 0 after
typing the second character
* QTBUG-96966 Using stackView.pop(StackView.Immediate) after
stackView.push(item, StackView.Transition) causes Item to be placed
unexpectedly
* QTBUG-61496 StackView: pop() with StackView.Immediate leads to blank
StackView
* QTBUG-85956 QQuickPopupPrivate::finalizeExitTransition() not giving
focus to the highest-z Dialog with focus = true
* QTBUG-65853 QML ScrollBar Quick Controls 2 - policy:
ScrollBar.AsNeeded not working when scrollbar is customized
* QTBUG-95629 SelectionRectangle: Long press on top of a handle clears
the current selection
* QTBUG-85918 Focus set to wrong dialog in case of enter transition
* QTBUG-96929 ToolTip: Make it clearer that ESC is a shortcut used by
the default closePolicy
* QTBUG-97480 ParentChange crash
* QTBUG-86854 When a Tooltip is visible then it is possible to interact
with a window that is underneath a modal dialog although it should be
blocking the input to it
* QTBUG-97606 /home/qt/work/qt/qtdeclarative/src/qml/compiler/qv4bytecod
egenerator.cpp:40:10: fatal error: private/qv4bytecodegenerator_p.h: No
such file or directory
* QTBUG-95373 Component is missing required property index from here
* QTBUG-95262 TypeErrors in tests
* QTBUG-97462 Qt Quick "Text editor" example uses deprecated code
* QTBUG-84269 StackView doesn't work with required properties
* QTBUG-97600 qmllint segfaults on Connections
* QTBUG-97466 quick/pointerhandlers example fails to configure
* QTBUG-97465 [REG 6.2.0->6.2.1] quickcontrols2/texteditor not compiling
on Wasm
* QTBUG-86202 DelegateChooser stopped working with enums in QVariants
* QTBUG-97488 [REG 5.15.2->6.2] DelegateChooser not finding choice
* QTBUG-96898 Sub-project created with qt_add_qml_module doesn't work on
Android
* QTBUG-96458 Make it possible to build newer Qt modules against older
Qt
* QTBUG-96934 QQuickFontDialogImpl: update listview indexes when calling
setCurrentFont()
* QTBUG-73633 QML FileDialog sort names by capitalised name first
* QTBUG-96796 qmlcache causes loading problem if the qml filename
matches the name of some qml file from Qt package and has inline
component
* QTBUG-98015 qml tool fails to build when targeting iOS
* QTBUG-98058 Static Qt plugins not always linked into Qt apps in a top-
level build
* QTBUG-98109 Update dependencies on '6.2' in qt/qtdeclarative fails
* QTBUG-97859 QQuickWindow::tabletEvent() broken in Qt 6.2.1
* QTBUG-98125 qmllint crashes when there is an animation on a grouped
property
* QTBUG-98032 QML/Javascript: Using an anonymous function as a default
parameter in a function signature crashes the application.
* QTBUG-98150 Designer puppet keeps crashing at startup in batch
renderer
* QDS-5481 Animation looping is not properly set when it is in component
* QTBUG-98468 CMake Error: AUTOMOC for target affectors_shared: The
"moc" executable "/Users/qt/work/qt/qt5/qtbase/libexec/moc" does not
exist
* QTBUG-98248 SEGFAULT Crash in QQmlAnimationTimer::registerAnimation
* QTBUG-92591 QtDeclarative autotest configure fails on Android builds
* QTBUG-97075 [REG: 5.14.2->5.15.0] Anchors don't work with InputPanel
anymore
* QTBUG-56918 When the keyboard is shown for a text field in a modal
popup then it will not be usable
* QTBUG-92881 InputPanels defaults z value should be lower than max
value for overlays
* QTBUG-93956 The QSGBatchRenderer::Renderer's m_vertexUploadPool and
m_indexUploadPool buffers never shrink
* QTBUG-83908 Material.System does not work on Windows 10 in Dark Mode
* QTBUG-93955 Material.System does not work on Ubuntu (Gnome)
* QTBUG-95587 icon.source of Control is not resolved relative to user
code
* QTBUG-72110 MouseArea stops responding
* QTBUG-92809 ListView can go out of sync with the model if item is
removed and inserted outside of the view before the current item
* QTBUG-97986 build problem with qmltc test
* QTBUG-98130 QtQuick and controls examples use qt_add_resources to add
QML files
* QTBUG-96806 quick/customitems/painteditem/TextBalloon/qmltextballoon
not compiling:
* QTBUG-84196 Crash when calling QQmlEngine::retranslate
* QTBUG-91033 Multiple extra compilers with same input are broken for VS
projects
* QTBUG-94806 Having Qmltypes in CONFIG leads to faulty vcxproj file

### qtmultimedia
* QTBUG-96747 Black rectangle visible on the initial screen for player
example
* QTBUG-97166 Qt6 Multimedia - Subtitle Language Metadata Detection
Incorrect?
* QTBUG-97391 Qt6 QML Multimedia camera example code invalid syntax
* QTBUG-95369 multimedia/video/android/gstreamer fails on configure
(typo in CMakeLists.txt?)
* QTBUG-97091 Disable ALSA and pulse audio by default in the build
system
* QTBUG-96985 Video and MediaPlayer don't allow to use relative URLs
* QTBUG-96956 List of available devices not refreshed while plug in/
plug out wired headset
* QTBUG-97485 Build from source of qt multimedia fails on MacOS with
opengl disabled
* QTBUG-97622 QML ImageCapture preview property does nothing?
* QTBUG-97379 [Boot2Qt] Declarative-camera example does not work with
Toradex Apalis i.MX6
* QTBUG-97584 qmllint error on VideoOutput: "QQuickItem was not found.
Did you add all import paths?"
* QTBUG-97647 Crash on QAudioDecoder when running test
* QTBUG-97646 Crash on QMediaRecorder when running test
* QTBUG-97408 multimediawidgets/camera example crashes when launched
from Finder
* QTBUG-96899 QAudioDecoder fails on windows
* QTBUG-97610 Android - QML Camera does not work at first after granting
permission
* QTBUG-97402 Qt6 Multimedia: Signals not fired on change of Audio Track
* QTBUG-97730 Wrong QMediaPlayer::position when
QMediaPlayer::videoOutput==NULL
* QTBUG-97440 Qt Multimedia does not compile without EGL 1.5 on Linux
platform
* QTBUG-97121 RTSP stream crash Video player
* QTBUG-96447 Subtitles do not work on iOS
* QTBUG-97895 fullscreen does not work in the player example on macOS
* QTBUG-97839 Listes handling on the Audiorecoder example
* QTBUG-97832 [Windows] MediaRecorder is not functional for local file
output locations
* QTBUG-97911 QVideoWidget stopped working as QCamera viewfinder after
Qt upgrade 6.2.0->6.2.1
* QTBUG-97952 Qt6 QML MediaRecorder outputs FormatError when output
location is incorrect
* QTBUG-98023 Return value of mimeTypeForFormat  is incorrect on
QMediaFormat
* QTBUG-97415 Qt6 Multimedia: Imprecise Seek Behavior for a Local Video
* QTBUG-96957 Created output file is in inncorrect type and in different
location
* QTBUG-96953 Spectrum app crashes once user play button after sound
ended
* QTBUG-97992 Stopping QMediaPlayer and starting it again may crash on
Windows
* QTBUG-97587 int QAndroidImageCapture::captureToBuffer() // ###
implement me!
* QTBUG-96945 WebM file format not supported for recorder
* QTBUG-95186 snapCamera fails to show frames
* COIN-762 Coin's configure command gets warning about unused
-DBUILD_EXAMPLES=OFF

### qttools
* QTBUG-97389 'lupdate_sources' variable empty in cmake file generated
by qt_add_lupdate
* QTBUG-97562 qdoc: Assert when there's an empty link target
* PYSIDE-1687 lupdate -tr-function-alias option doesn't work with custom
function
* QTBUG-97125 Assistant is unusable on macOS Dark theme
* QTBUG-97516 Qt Assistant - Background color missing in embedded
browser
* QTBUG-97189 Assistant: some keys not working
* QTBUG-97517 Qt Designer - Command line option "--help-all" has no
effect
* QTBUG-97104 macdeployqt fails when qmlimportscanner takes longer than
30s
* QTBUG-97627 heap-use-after-free when running ninja html_docs in qtbase
* QTBUG-97765 FTBFS qttools
* QTBUG-97174 QDoc: \page command translates underscores to hyphens
* QTBUG-97949 qdoc: erratic behavior on link text formatting

### qtdoc
* QTBUG-98110 Doc defines 5.13 and 5.14 without Extended Support, not
true
* QTBUG-98327 qt6 doc error

### qtconnectivity
* QTBUG-97242 Windows: 100% CPU load when reading services and
characteristics
* QTBUG-96996 BT LE Android Large descriptor write support
* QTBUG-97691 lowenergyscanner yields 'width' of 'null' QML warnings
* QTBUG-96997 BT LE Android min/max characteristic size checks
* QTBUG-97576 BT LE Android server connectivity status with multiple
connections
* QTBUG-97900 Crash when connecting to Bluetooth device on macOS 12
* QTBUG-98005 QBluetoothDevice asserts in device discovery
* QTBUG-98073 cork board example crashes on android 12 device when
targetSDK set to 31
* QTBUG-98323 Assertion failure when running bluetooth/btchat example
* QTBUG-96995 BT LE Android mtu() method error on peripheral side
* QTBUG-93991 Run example Heartrate monitor server on iOS and on Windows
* QTBUG-98090 macOS examples that need special plist keys need their own
plist files

### qtwayland
* QTBUG-97245 Wayland compositor crash when creating and destroying
windows
* QTBUG-97094 Wayland modifiers map decoding has flawed logic
* QTBUG-96298 QInputMethod::visibleChanged was not send when keyboard is
open and close with QtTextInputMethodManager

### qt3d
* QTBUG-86493 ComputeCommand.trigger(1) executes compute shader more
than 1 time

### qtserialbus
* QTBUG-97685 Qt SerialBus Qt 6 change documentation replaced SerialPort
documentation

### qtwebsockets
* QTBUG-97681 C++ classes of the QtWebSockets module have misspelled
package names in the instructions for CMake

### qtwebengine
* QTBUG-96930 REG:5.15.3->5.15.4 - When doing a pinch gesture inside a
WebEngineView then it has no effect
* QTBUG-96855 QWebEngineDownloadItem::setDownloadFileName failed in disk
root
* QTBUG-97598 [Windows] Deadlock on WebEngineView rendering
* QTBUG-94604 QtWebEngineProcess and resource paths are wrong with
-developer-build -framework on macOS
* QTBUG-96375 Build failure with webengine
* QTBUG-84105 Out-of-proc networking causes firewall confusion
* QTBUG-97472 [REG] Crash/segfault in ozone implementation when calling
XkbGetState
* QTBUG-90904 Crash on calling QAccessible::registerAccessibleInterface
* QTBUG-98400 CVE-2021-3541 in chromium
* QTBUG-98401 CVE-2021-3517 in chromium
* QTBUG-96928 QtWebEngine continuously allocates memory until it get
killed
* QTBUG-96942 Developer tools open with "toogle screencast" enabled
* QTBUG-97188 Make sure that all bots know about the new repo
* QTBUG-96127 Broken external links in Qt docs

### qtcharts
* QTBUG-92544 charts/audio has dependency to non-existent module
Multimedia
* QTBUG-95870 Setting plotArea for a ChartView in a layout is not
respected
* QTBUG-81278 Switching axis that is shared by multiple series to
another doesn't work

### qtdatavis3d
* QTBUG-97931 CMake warning about linked plugins in Qt Data
Visualization
* QTBUG-97683 [REG 6.2.0.6.2.1] examples-manifest has wrong paths,
examples not visible in Creator UI

### qtvirtualkeyboard
* QTBUG-97075 [REG: 5.14.2->5.15.0] Anchors don't work with InputPanel
anymore
* QTBUG-56918 When the keyboard is shown for a text field in a modal
popup then it will not be usable
* QTBUG-92881 InputPanels defaults z value should be lower than max
value for overlays
* QTBUG-97983 Highlighted example virtualkeyboard/basic not configuring
on Wasm
* QTBUG-96578 Virtual Keyboard Deployment guide does not cover widget
applications
* QTBUG-97830 Some Qt Virtual Keyboard tests checking the position of
selection handles are failing
* QTBUG-97901 tst_plugin::test_hangulInputMethod(row 24) fails

### qtnetworkauth
* QTBUG-97458 String "6.2.0" found from 6.2.1 source package

### qtremoteobjects
* QTBUG-91041 Remote Objects: Model headers are not updated
* QTBUG-97688 Clients don't reconnect to replaced nodes over TCP

### qtquick3d
* QTBUG-96736 Insert #line directives to custom material and effect
shaders in order to print useful line numbers in error messages
* QTBUG-98342 View3D mapping functions do not work correctly with
orthographic camera and 2x pixel ratio
* QTBUG-96558 RTA CMake test fails on macOS10.15 and macOS11.0
* QTBUG-97920 Designer editor view has shadow image with model-blend
particles
* QTBUG-97586 Setting delegate dynamically before model is set breaks
Repeater3D
* QTBUG-97950 Application slowly reads every file in /usr/bin before
starting
* QTBUG-98007 Designer puppet crashes at startup

### qtshadertools
* QTBUG-97458 String "6.2.0" found from 6.2.1 source package

### qt5compat
* QTBUG-97122 Regression: UTF-32 codec fails on assert when
fromUnicode() is called
* QTBUG-96127 Broken external links in Qt docs

### qtopcua
* QTBUG-96228 [OPCUA] Qt Opc UA client crashes after disconnect /
reconnect

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a11e9afbb50c84bbc8d1d314426f438318612413

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 qt6-odbc/Makefile            |   2 +
 qt6-odbc/PLIST               |   1 +
 qt6-odbc/distinfo            |   6 +--
 qt6-psql/Makefile            |   2 +
 qt6-psql/PLIST               |   1 +
 qt6-psql/distinfo            |   6 +--
 qt6-qt3d/PLIST               |  27 ++++++++++
 qt6-qt3d/distinfo            |   6 +--
 qt6-qt5compat/PLIST          |   3 ++
 qt6-qt5compat/distinfo       |   6 +--
 qt6-qtbase/Makefile          |   5 --
 qt6-qtbase/Makefile.common   |   9 ++++
 qt6-qtbase/PLIST             |  65 ++++++++++++++++++----
 qt6-qtbase/PLIST.Darwin      |   1 +
 qt6-qtbase/PLIST.FreeBSD     |   4 ++
 qt6-qtbase/PLIST.Linux       |   6 +++
 qt6-qtbase/distinfo          |   6 +--
 qt6-qtcharts/Makefile        |   1 -
 qt6-qtcharts/PLIST           |   3 ++
 qt6-qtcharts/distinfo        |   6 +--
 qt6-qtdatavis3d/Makefile     |   1 -
 qt6-qtdatavis3d/PLIST        |   3 +-
 qt6-qtdatavis3d/distinfo     |   6 +--
 qt6-qtdeclarative/Makefile   |   2 -
 qt6-qtdeclarative/PLIST      | 125 ++++++++++++++++++++++++++++++++++++++++++-
 qt6-qtdeclarative/distinfo   |   6 +--
 qt6-qtimageformats/PLIST     |   7 +++
 qt6-qtimageformats/distinfo  |   6 +--
 qt6-qtlottie/PLIST           |   2 +
 qt6-qtlottie/distinfo        |   6 +--
 qt6-qtmultimedia/PLIST       |   9 +++-
 qt6-qtmultimedia/distinfo    |   6 +--
 qt6-qtnetworkauth/PLIST      |   1 +
 qt6-qtnetworkauth/distinfo   |   6 +--
 qt6-qtquick3d/PLIST          |  41 ++++++++++++++
 qt6-qtquick3d/distinfo       |   6 +--
 qt6-qtquicktimeline/PLIST    |   2 +
 qt6-qtquicktimeline/distinfo |   6 +--
 qt6-qtremoteobjects/PLIST    |   5 ++
 qt6-qtremoteobjects/distinfo |   6 +--
 qt6-qtscxml/PLIST            |   8 +++
 qt6-qtscxml/distinfo         |   6 +--
 qt6-qtshadertools/PLIST      |   2 +
 qt6-qtshadertools/distinfo   |   6 +--
 qt6-qtsvg/PLIST              |   4 ++
 qt6-qtsvg/distinfo           |   6 +--
 qt6-qttools/PLIST            |  10 ++++
 qt6-qttools/distinfo         |   6 +--
 qt6-qtwayland/PLIST          |  31 +++++++++++
 qt6-qtwayland/distinfo       |   6 +--
 qt6-qtwebchannel/PLIST       |   2 +
 qt6-qtwebchannel/distinfo    |   6 +--
 qt6-qtwebsockets/Makefile    |   2 +-
 qt6-qtwebsockets/PLIST       |   2 +
 qt6-qtwebsockets/distinfo    |   6 +--
 qt6/Makefile.common          |   2 +-
 56 files changed, 432 insertions(+), 91 deletions(-)

diffs:
diff --git a/qt6-odbc/Makefile b/qt6-odbc/Makefile
index e6f1b40955..83a374834d 100644
--- a/qt6-odbc/Makefile
+++ b/qt6-odbc/Makefile
@@ -5,6 +5,8 @@ PKGNAME=	qt6-odbc-${QTVERSION}
 COMMENT=	Qt6 odbc SQL driver
 CATEGORIES=	databases
 
+LICENSE=	gnu-lgpl-v3 OR gnu-gpl-v2 OR gnu-gpl-v3
+
 CONFIGURE_ARGS+=	-sql-odbc
 CONFIGURE_ARGS+=	-no-sql-db2
 CONFIGURE_ARGS+=	-no-sql-ibase
diff --git a/qt6-odbc/PLIST b/qt6-odbc/PLIST
index ac5b858342..10f508a591 100644
--- a/qt6-odbc/PLIST
+++ b/qt6-odbc/PLIST
@@ -2,6 +2,7 @@
 qt6/lib/cmake/Qt6Sql/Qt6QODBCDriverPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Sql/Qt6QODBCDriverPluginConfig.cmake
 qt6/lib/cmake/Qt6Sql/Qt6QODBCDriverPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Sql/Qt6QODBCDriverPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Sql/Qt6QODBCDriverPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Sql/Qt6QODBCDriverPluginTargets.cmake
 qt6/plugins/sqldrivers/libqsqlodbc.so
diff --git a/qt6-odbc/distinfo b/qt6-odbc/distinfo
index 5de2a8a81d..30296a5934 100644
--- a/qt6-odbc/distinfo
+++ b/qt6-odbc/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (qtbase-everywhere-src-6.2.0.tar.xz) = f4e1f9f76ee4b0a8479d88d062b2fc6e2ada2c90
-SHA512 (qtbase-everywhere-src-6.2.0.tar.xz) = 3ed301a531633e1e72da7833d1eea47edaf7e5474678a16ec29080e34de1d0def7000b68aa96fa18779880e3aa7b1a9b7c0cf699de2b4cba2c7de84442722fda
-Size (qtbase-everywhere-src-6.2.0.tar.xz) = 46638880 bytes
+BLAKE2s (qtbase-everywhere-src-6.2.2.tar.xz) = e44dec6a1cd0eed2fbd667d769f2a22d7ed805be3e9069e3aa248dbe978d05a9
+SHA512 (qtbase-everywhere-src-6.2.2.tar.xz) = 769dbf2b271083cfb9c72e6bd99cd52cdfd7d9d303d88d05175e4f0da5e8da5df9724bd48ad664e1d8e829a3529fa166654138c48cb36636f4787d0b26ff4b3b
+Size (qtbase-everywhere-src-6.2.2.tar.xz) = 46649016 bytes
diff --git a/qt6-psql/Makefile b/qt6-psql/Makefile
index b288d6393a..9a14495e41 100644
--- a/qt6-psql/Makefile
+++ b/qt6-psql/Makefile
@@ -5,6 +5,8 @@ PKGNAME=	qt6-psql-${QTVERSION}
 COMMENT=	Qt6 PostgreSQL driver
 CATEGORIES=	databases
 
+LICENSE=	gnu-lgpl-v3 OR gnu-gpl-v2 OR gnu-gpl-v3
+
 CONFIGURE_ARGS+=	-sql-psql
 CONFIGURE_ARGS+=	-no-sql-db2
 CONFIGURE_ARGS+=	-no-sql-ibase
diff --git a/qt6-psql/PLIST b/qt6-psql/PLIST
index b3ca2f8eb5..d3b0fcaaae 100644
--- a/qt6-psql/PLIST
+++ b/qt6-psql/PLIST
@@ -2,6 +2,7 @@
 qt6/lib/cmake/Qt6Sql/Qt6QPSQLDriverPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Sql/Qt6QPSQLDriverPluginConfig.cmake
 qt6/lib/cmake/Qt6Sql/Qt6QPSQLDriverPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Sql/Qt6QPSQLDriverPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Sql/Qt6QPSQLDriverPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Sql/Qt6QPSQLDriverPluginTargets.cmake
 qt6/plugins/sqldrivers/libqsqlpsql.so
diff --git a/qt6-psql/distinfo b/qt6-psql/distinfo
index 5de2a8a81d..30296a5934 100644
--- a/qt6-psql/distinfo
+++ b/qt6-psql/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (qtbase-everywhere-src-6.2.0.tar.xz) = f4e1f9f76ee4b0a8479d88d062b2fc6e2ada2c90
-SHA512 (qtbase-everywhere-src-6.2.0.tar.xz) = 3ed301a531633e1e72da7833d1eea47edaf7e5474678a16ec29080e34de1d0def7000b68aa96fa18779880e3aa7b1a9b7c0cf699de2b4cba2c7de84442722fda
-Size (qtbase-everywhere-src-6.2.0.tar.xz) = 46638880 bytes
+BLAKE2s (qtbase-everywhere-src-6.2.2.tar.xz) = e44dec6a1cd0eed2fbd667d769f2a22d7ed805be3e9069e3aa248dbe978d05a9
+SHA512 (qtbase-everywhere-src-6.2.2.tar.xz) = 769dbf2b271083cfb9c72e6bd99cd52cdfd7d9d303d88d05175e4f0da5e8da5df9724bd48ad664e1d8e829a3529fa166654138c48cb36636f4787d0b26ff4b3b
+Size (qtbase-everywhere-src-6.2.2.tar.xz) = 46649016 bytes
diff --git a/qt6-qt3d/PLIST b/qt6-qt3d/PLIST
index cc3c6551ff..35d5603644 100644
--- a/qt6-qt3d/PLIST
+++ b/qt6-qt3d/PLIST
@@ -1098,6 +1098,7 @@ qt6/lib/cmake/Qt6/FindWrapQt3DAssimp.cmake
 qt6/lib/cmake/Qt63DAnimation/Qt63DAnimationAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt63DAnimation/Qt63DAnimationConfig.cmake
 qt6/lib/cmake/Qt63DAnimation/Qt63DAnimationConfigVersion.cmake
+qt6/lib/cmake/Qt63DAnimation/Qt63DAnimationConfigVersionImpl.cmake
 qt6/lib/cmake/Qt63DAnimation/Qt63DAnimationDependencies.cmake
 qt6/lib/cmake/Qt63DAnimation/Qt63DAnimationTargets-release.cmake
 qt6/lib/cmake/Qt63DAnimation/Qt63DAnimationTargets.cmake
@@ -1105,6 +1106,7 @@ qt6/lib/cmake/Qt63DAnimation/Qt63DAnimationVersionlessTargets.cmake
 qt6/lib/cmake/Qt63DCore/Qt63DCoreAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt63DCore/Qt63DCoreConfig.cmake
 qt6/lib/cmake/Qt63DCore/Qt63DCoreConfigVersion.cmake
+qt6/lib/cmake/Qt63DCore/Qt63DCoreConfigVersionImpl.cmake
 qt6/lib/cmake/Qt63DCore/Qt63DCoreDependencies.cmake
 qt6/lib/cmake/Qt63DCore/Qt63DCoreTargets-release.cmake
 qt6/lib/cmake/Qt63DCore/Qt63DCoreTargets.cmake
@@ -1112,6 +1114,7 @@ qt6/lib/cmake/Qt63DCore/Qt63DCoreVersionlessTargets.cmake
 qt6/lib/cmake/Qt63DExtras/Qt63DExtrasAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt63DExtras/Qt63DExtrasConfig.cmake
 qt6/lib/cmake/Qt63DExtras/Qt63DExtrasConfigVersion.cmake
+qt6/lib/cmake/Qt63DExtras/Qt63DExtrasConfigVersionImpl.cmake
 qt6/lib/cmake/Qt63DExtras/Qt63DExtrasDependencies.cmake
 qt6/lib/cmake/Qt63DExtras/Qt63DExtrasTargets-release.cmake
 qt6/lib/cmake/Qt63DExtras/Qt63DExtrasTargets.cmake
@@ -1119,6 +1122,7 @@ qt6/lib/cmake/Qt63DExtras/Qt63DExtrasVersionlessTargets.cmake
 qt6/lib/cmake/Qt63DInput/Qt63DInputAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt63DInput/Qt63DInputConfig.cmake
 qt6/lib/cmake/Qt63DInput/Qt63DInputConfigVersion.cmake
+qt6/lib/cmake/Qt63DInput/Qt63DInputConfigVersionImpl.cmake
 qt6/lib/cmake/Qt63DInput/Qt63DInputDependencies.cmake
 qt6/lib/cmake/Qt63DInput/Qt63DInputTargets-release.cmake
 qt6/lib/cmake/Qt63DInput/Qt63DInputTargets.cmake
@@ -1126,6 +1130,7 @@ qt6/lib/cmake/Qt63DInput/Qt63DInputVersionlessTargets.cmake
 qt6/lib/cmake/Qt63DLogic/Qt63DLogicAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt63DLogic/Qt63DLogicConfig.cmake
 qt6/lib/cmake/Qt63DLogic/Qt63DLogicConfigVersion.cmake
+qt6/lib/cmake/Qt63DLogic/Qt63DLogicConfigVersionImpl.cmake
 qt6/lib/cmake/Qt63DLogic/Qt63DLogicDependencies.cmake
 qt6/lib/cmake/Qt63DLogic/Qt63DLogicTargets-release.cmake
 qt6/lib/cmake/Qt63DLogic/Qt63DLogicTargets.cmake
@@ -1133,6 +1138,7 @@ qt6/lib/cmake/Qt63DLogic/Qt63DLogicVersionlessTargets.cmake
 qt6/lib/cmake/Qt63DQuick/Qt63DQuickAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt63DQuick/Qt63DQuickConfig.cmake
 qt6/lib/cmake/Qt63DQuick/Qt63DQuickConfigVersion.cmake
+qt6/lib/cmake/Qt63DQuick/Qt63DQuickConfigVersionImpl.cmake
 qt6/lib/cmake/Qt63DQuick/Qt63DQuickDependencies.cmake
 qt6/lib/cmake/Qt63DQuick/Qt63DQuickTargets-release.cmake
 qt6/lib/cmake/Qt63DQuick/Qt63DQuickTargets.cmake
@@ -1140,6 +1146,7 @@ qt6/lib/cmake/Qt63DQuick/Qt63DQuickVersionlessTargets.cmake
 qt6/lib/cmake/Qt63DQuickAnimation/Qt63DQuickAnimationAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt63DQuickAnimation/Qt63DQuickAnimationConfig.cmake
 qt6/lib/cmake/Qt63DQuickAnimation/Qt63DQuickAnimationConfigVersion.cmake
+qt6/lib/cmake/Qt63DQuickAnimation/Qt63DQuickAnimationConfigVersionImpl.cmake
 qt6/lib/cmake/Qt63DQuickAnimation/Qt63DQuickAnimationDependencies.cmake
 qt6/lib/cmake/Qt63DQuickAnimation/Qt63DQuickAnimationTargets-release.cmake
 qt6/lib/cmake/Qt63DQuickAnimation/Qt63DQuickAnimationTargets.cmake
@@ -1147,6 +1154,7 @@ qt6/lib/cmake/Qt63DQuickAnimation/Qt63DQuickAnimationVersionlessTargets.cmake
 qt6/lib/cmake/Qt63DQuickExtras/Qt63DQuickExtrasAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt63DQuickExtras/Qt63DQuickExtrasConfig.cmake
 qt6/lib/cmake/Qt63DQuickExtras/Qt63DQuickExtrasConfigVersion.cmake
+qt6/lib/cmake/Qt63DQuickExtras/Qt63DQuickExtrasConfigVersionImpl.cmake
 qt6/lib/cmake/Qt63DQuickExtras/Qt63DQuickExtrasDependencies.cmake
 qt6/lib/cmake/Qt63DQuickExtras/Qt63DQuickExtrasTargets-release.cmake
 qt6/lib/cmake/Qt63DQuickExtras/Qt63DQuickExtrasTargets.cmake
@@ -1154,6 +1162,7 @@ qt6/lib/cmake/Qt63DQuickExtras/Qt63DQuickExtrasVersionlessTargets.cmake
 qt6/lib/cmake/Qt63DQuickInput/Qt63DQuickInputAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt63DQuickInput/Qt63DQuickInputConfig.cmake
 qt6/lib/cmake/Qt63DQuickInput/Qt63DQuickInputConfigVersion.cmake
+qt6/lib/cmake/Qt63DQuickInput/Qt63DQuickInputConfigVersionImpl.cmake
 qt6/lib/cmake/Qt63DQuickInput/Qt63DQuickInputDependencies.cmake
 qt6/lib/cmake/Qt63DQuickInput/Qt63DQuickInputTargets-release.cmake
 qt6/lib/cmake/Qt63DQuickInput/Qt63DQuickInputTargets.cmake
@@ -1161,6 +1170,7 @@ qt6/lib/cmake/Qt63DQuickInput/Qt63DQuickInputVersionlessTargets.cmake
 qt6/lib/cmake/Qt63DQuickRender/Qt63DQuickRenderAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt63DQuickRender/Qt63DQuickRenderConfig.cmake
 qt6/lib/cmake/Qt63DQuickRender/Qt63DQuickRenderConfigVersion.cmake
+qt6/lib/cmake/Qt63DQuickRender/Qt63DQuickRenderConfigVersionImpl.cmake
 qt6/lib/cmake/Qt63DQuickRender/Qt63DQuickRenderDependencies.cmake
 qt6/lib/cmake/Qt63DQuickRender/Qt63DQuickRenderTargets-release.cmake
 qt6/lib/cmake/Qt63DQuickRender/Qt63DQuickRenderTargets.cmake
@@ -1168,6 +1178,7 @@ qt6/lib/cmake/Qt63DQuickRender/Qt63DQuickRenderVersionlessTargets.cmake
 qt6/lib/cmake/Qt63DQuickScene2D/Qt63DQuickScene2DAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt63DQuickScene2D/Qt63DQuickScene2DConfig.cmake
 qt6/lib/cmake/Qt63DQuickScene2D/Qt63DQuickScene2DConfigVersion.cmake
+qt6/lib/cmake/Qt63DQuickScene2D/Qt63DQuickScene2DConfigVersionImpl.cmake
 qt6/lib/cmake/Qt63DQuickScene2D/Qt63DQuickScene2DDependencies.cmake
 qt6/lib/cmake/Qt63DQuickScene2D/Qt63DQuickScene2DTargets-release.cmake
 qt6/lib/cmake/Qt63DQuickScene2D/Qt63DQuickScene2DTargets.cmake
@@ -1175,6 +1186,7 @@ qt6/lib/cmake/Qt63DQuickScene2D/Qt63DQuickScene2DVersionlessTargets.cmake
 qt6/lib/cmake/Qt63DRender/Qt63DRenderAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt63DRender/Qt63DRenderConfig.cmake
 qt6/lib/cmake/Qt63DRender/Qt63DRenderConfigVersion.cmake
+qt6/lib/cmake/Qt63DRender/Qt63DRenderConfigVersionImpl.cmake
 qt6/lib/cmake/Qt63DRender/Qt63DRenderDependencies.cmake
 qt6/lib/cmake/Qt63DRender/Qt63DRenderTargets-release.cmake
 qt6/lib/cmake/Qt63DRender/Qt63DRenderTargets.cmake
@@ -1182,77 +1194,92 @@ qt6/lib/cmake/Qt63DRender/Qt63DRenderVersionlessTargets.cmake
 qt6/lib/cmake/Qt63DRender/Qt6AssimpSceneImportPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt63DRender/Qt6AssimpSceneImportPluginConfig.cmake
 qt6/lib/cmake/Qt63DRender/Qt6AssimpSceneImportPluginConfigVersion.cmake
+qt6/lib/cmake/Qt63DRender/Qt6AssimpSceneImportPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt63DRender/Qt6AssimpSceneImportPluginTargets-release.cmake
 qt6/lib/cmake/Qt63DRender/Qt6AssimpSceneImportPluginTargets.cmake
 qt6/lib/cmake/Qt63DRender/Qt6DefaultGeometryLoaderPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt63DRender/Qt6DefaultGeometryLoaderPluginConfig.cmake
 qt6/lib/cmake/Qt63DRender/Qt6DefaultGeometryLoaderPluginConfigVersion.cmake
+qt6/lib/cmake/Qt63DRender/Qt6DefaultGeometryLoaderPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt63DRender/Qt6DefaultGeometryLoaderPluginTargets-release.cmake
 qt6/lib/cmake/Qt63DRender/Qt6DefaultGeometryLoaderPluginTargets.cmake
 qt6/lib/cmake/Qt63DRender/Qt6GLTFGeometryLoaderPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt63DRender/Qt6GLTFGeometryLoaderPluginConfig.cmake
 qt6/lib/cmake/Qt63DRender/Qt6GLTFGeometryLoaderPluginConfigVersion.cmake
+qt6/lib/cmake/Qt63DRender/Qt6GLTFGeometryLoaderPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt63DRender/Qt6GLTFGeometryLoaderPluginTargets-release.cmake
 qt6/lib/cmake/Qt63DRender/Qt6GLTFGeometryLoaderPluginTargets.cmake
 qt6/lib/cmake/Qt63DRender/Qt6GLTFSceneExportPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt63DRender/Qt6GLTFSceneExportPluginConfig.cmake
 qt6/lib/cmake/Qt63DRender/Qt6GLTFSceneExportPluginConfigVersion.cmake
+qt6/lib/cmake/Qt63DRender/Qt6GLTFSceneExportPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt63DRender/Qt6GLTFSceneExportPluginTargets-release.cmake
 qt6/lib/cmake/Qt63DRender/Qt6GLTFSceneExportPluginTargets.cmake
 qt6/lib/cmake/Qt63DRender/Qt6GLTFSceneImportPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt63DRender/Qt6GLTFSceneImportPluginConfig.cmake
 qt6/lib/cmake/Qt63DRender/Qt6GLTFSceneImportPluginConfigVersion.cmake
+qt6/lib/cmake/Qt63DRender/Qt6GLTFSceneImportPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt63DRender/Qt6GLTFSceneImportPluginTargets-release.cmake
 qt6/lib/cmake/Qt63DRender/Qt6GLTFSceneImportPluginTargets.cmake
 qt6/lib/cmake/Qt63DRender/Qt6OpenGLRendererPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt63DRender/Qt6OpenGLRendererPluginConfig.cmake
 qt6/lib/cmake/Qt63DRender/Qt6OpenGLRendererPluginConfigVersion.cmake
+qt6/lib/cmake/Qt63DRender/Qt6OpenGLRendererPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt63DRender/Qt6OpenGLRendererPluginTargets-release.cmake
 qt6/lib/cmake/Qt63DRender/Qt6OpenGLRendererPluginTargets.cmake
 qt6/lib/cmake/Qt63DRender/Qt6Scene2DPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt63DRender/Qt6Scene2DPluginConfig.cmake
 qt6/lib/cmake/Qt63DRender/Qt6Scene2DPluginConfigVersion.cmake
+qt6/lib/cmake/Qt63DRender/Qt6Scene2DPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt63DRender/Qt6Scene2DPluginTargets-release.cmake
 qt6/lib/cmake/Qt63DRender/Qt6Scene2DPluginTargets.cmake
 qt6/lib/cmake/Qt6BuildInternals/StandaloneTests/Qt3DTestsConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickscene2dpluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickscene2dpluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickscene2dpluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickscene2dpluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickscene2dpluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickscene2dpluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickscene3dpluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickscene3dpluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickscene3dpluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickscene3dpluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickscene3dpluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickscene3dpluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3danimationpluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3danimationpluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3danimationpluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3danimationpluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3danimationpluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3danimationpluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dcorepluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dcorepluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dcorepluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dcorepluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dcorepluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dcorepluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dextraspluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dextraspluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dextraspluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dextraspluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dextraspluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dextraspluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dinputpluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dinputpluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dinputpluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dinputpluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dinputpluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dinputpluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dlogicpluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dlogicpluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dlogicpluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dlogicpluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dlogicpluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dlogicpluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3drenderpluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3drenderpluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3drenderpluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3drenderpluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3drenderpluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3drenderpluginTargets.cmake
 qt6/lib/libQt63DAnimation.prl
diff --git a/qt6-qt3d/distinfo b/qt6-qt3d/distinfo
index 1a5a9ab9fb..0724beac2b 100644
--- a/qt6-qt3d/distinfo
+++ b/qt6-qt3d/distinfo
@@ -1,8 +1,8 @@
 $NetBSD$
 
-RMD160 (qt3d-everywhere-src-6.2.0.tar.xz) = fcfa0a71222bba3dac77d7f05192593131a7c6c2
-SHA512 (qt3d-everywhere-src-6.2.0.tar.xz) = 589d31d23b098717621c4c22e4024eb7f544ce2c2bdbbbc7cd7f695f5bbc589f4da5be34aa129dc8616a41279e4620d65d98382006be248242e78e25a74a6b5a
-Size (qt3d-everywhere-src-6.2.0.tar.xz) = 104016164 bytes
+BLAKE2s (qt3d-everywhere-src-6.2.2.tar.xz) = d8f56e4e57adcfc86e1d96922a424e25d72424ed10efb324166358587912edcb
+SHA512 (qt3d-everywhere-src-6.2.2.tar.xz) = 9c98f1ef24ceb1f833b1b8084a0eb556ceeac50b28696070f43e8168b26e005d7a5452e4499f12cf8079292a8b7d6d3b4d658d282395e615ad015e7bd40cbb05
+Size (qt3d-everywhere-src-6.2.2.tar.xz) = 103998088 bytes
 SHA1 (patch-qt__cmdline.cmake) = 700aeffe48a623135ebc92049eedda896f0b272a
 SHA1 (patch-src_plugins_geometryloaders_configure.cmake) = 02401ea3019229fdc448fe2b31c17ebeca69ca76
 SHA1 (patch-src_plugins_renderers_opengl_CMakeLists.txt) = 0a94746a8767cd9244ae394d95872b15b6eaefb0
diff --git a/qt6-qt5compat/PLIST b/qt6-qt5compat/PLIST
index fbad52a17d..233be9fc9d 100644
--- a/qt6-qt5compat/PLIST
+++ b/qt6-qt5compat/PLIST
@@ -65,6 +65,7 @@ qt6/lib/cmake/Qt6BuildInternals/StandaloneTests/Qt5CompatTestsConfig.cmake
 qt6/lib/cmake/Qt6Core5Compat/Qt6Core5CompatAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Core5Compat/Qt6Core5CompatConfig.cmake
 qt6/lib/cmake/Qt6Core5Compat/Qt6Core5CompatConfigVersion.cmake
+qt6/lib/cmake/Qt6Core5Compat/Qt6Core5CompatConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Core5Compat/Qt6Core5CompatDependencies.cmake
 qt6/lib/cmake/Qt6Core5Compat/Qt6Core5CompatTargets-release.cmake
 qt6/lib/cmake/Qt6Core5Compat/Qt6Core5CompatTargets.cmake
@@ -72,11 +73,13 @@ qt6/lib/cmake/Qt6Core5Compat/Qt6Core5CompatVersionlessTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtgraphicaleffectspluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtgraphicaleffectspluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtgraphicaleffectspluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtgraphicaleffectspluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtgraphicaleffectspluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtgraphicaleffectspluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtgraphicaleffectsprivateAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtgraphicaleffectsprivateConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtgraphicaleffectsprivateConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtgraphicaleffectsprivateConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtgraphicaleffectsprivateTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtgraphicaleffectsprivateTargets.cmake
 qt6/lib/libQt6Core5Compat.prl
diff --git a/qt6-qt5compat/distinfo b/qt6-qt5compat/distinfo
index 4ddcd50d71..c3fe3015e3 100644
--- a/qt6-qt5compat/distinfo
+++ b/qt6-qt5compat/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (qt5compat-everywhere-src-6.2.0.tar.xz) = a91818f5e9d91d8ea4aef3dbc825c081e1d285d3
-SHA512 (qt5compat-everywhere-src-6.2.0.tar.xz) = 25bdaae61a5a5203c940a4fc7eb7c3aa61282f0cdcf716e2f20d264e6bb271117ef4a1724ca17c44dbabd6c62fcf78af4495b1c6f142151414d5d071f5378030
-Size (qt5compat-everywhere-src-6.2.0.tar.xz) = 8197100 bytes
+BLAKE2s (qt5compat-everywhere-src-6.2.2.tar.xz) = 3f10082314708c39d59ec1794ac5758a585278b604ffe6ddce6b204c8c9373a9
+SHA512 (qt5compat-everywhere-src-6.2.2.tar.xz) = d6f882b454fa727791151e55a9c0050c962e109a623de16c09ce36bffbae91770097ac1871419e7dbe33e199911de6bdeefe9fdffa4f25bb987b169691e17d22
+Size (qt5compat-everywhere-src-6.2.2.tar.xz) = 8198432 bytes
diff --git a/qt6-qtbase/Makefile b/qt6-qtbase/Makefile
index 2614c153cf..d5156cb7df 100644
--- a/qt6-qtbase/Makefile
+++ b/qt6-qtbase/Makefile
@@ -129,11 +129,6 @@ UNLIMIT_RESOURCES=	datasize
 
 BUILDLINK_PASSTHRU_DIRS+=	${QTPREFIX}
 
-# pkgsrc does not set rapth during build
-# but qdbuscpp2xml and qdbuscpp2xml are
-# executed during build
-MAKE_ENV+=		LD_LIBRARY_PATH=${WRKSRC}/lib
-
 CHECK_INTERPRETER_SKIP+=	qt6/mkspecs/features/data/mac/objc_namespace.sh
 CHECK_INTERPRETER_SKIP+=	qt6/mkspecs/features/uikit/device_destinations.sh
 CHECK_INTERPRETER_SKIP+=	qt6/mkspecs/features/uikit/devices.py
diff --git a/qt6-qtbase/Makefile.common b/qt6-qtbase/Makefile.common
index 1de1b46fa8..5531f37f55 100644
--- a/qt6-qtbase/Makefile.common
+++ b/qt6-qtbase/Makefile.common
@@ -52,6 +52,15 @@ PLIST_VARS+=		notdarwin
 PLIST.notdarwin=	yes
 .endif
 
+# pkgsrc does not set rpath during build
+# but qdbuscpp2xml and qdbuscpp2xml are
+# executed during build,
+# some libs also link to libs in lib so
+# this is needed by some ld:s to not
+# cause linking errors.
+MAKE_ENV+=		LD_LIBRARY_PATH=${WRKSRC}/lib
+
+
 # avoid creating a .qt directory in the users home directory
 SCRIPTS_ENV+=		HOME=${WRKDIR}
 
diff --git a/qt6-qtbase/PLIST b/qt6-qtbase/PLIST
index 1a5dc00396..16c0bb4f44 100644
--- a/qt6-qtbase/PLIST
+++ b/qt6-qtbase/PLIST
@@ -189,6 +189,7 @@ qt6/include/QtCore/${PKGVERSION}/QtCore/private/qendian_p.h
 qt6/include/QtCore/${PKGVERSION}/QtCore/private/qeventdispatcher_cf_p.h
 qt6/include/QtCore/${PKGVERSION}/QtCore/private/qeventdispatcher_glib_p.h
 qt6/include/QtCore/${PKGVERSION}/QtCore/private/qeventdispatcher_unix_p.h
+qt6/include/QtCore/${PKGVERSION}/QtCore/private/qeventdispatcher_wasm_p.h
 qt6/include/QtCore/${PKGVERSION}/QtCore/private/qeventdispatcher_win_p.h
 qt6/include/QtCore/${PKGVERSION}/QtCore/private/qeventloop_p.h
 qt6/include/QtCore/${PKGVERSION}/QtCore/private/qfactoryloader_p.h
@@ -683,7 +684,6 @@ qt6/include/QtCore/qabstractproxymodel.h
 qt6/include/QtCore/qalgorithms.h
 qt6/include/QtCore/qanimationgroup.h
 qt6/include/QtCore/qanystringview.h
-qt6/include/QtCore/qapplicationpermission.h
 qt6/include/QtCore/qarraydata.h
 qt6/include/QtCore/qarraydataops.h
 qt6/include/QtCore/qarraydatapointer.h
@@ -694,6 +694,7 @@ qt6/include/QtCore/qatomic_cxx11.h
 qt6/include/QtCore/qbasicatomic.h
 qt6/include/QtCore/qbasictimer.h
 qt6/include/QtCore/qbitarray.h
+qt6/include/QtCore/qbindingstorage.h
 qt6/include/QtCore/qbuffer.h
 qt6/include/QtCore/qbytearray.h
 qt6/include/QtCore/qbytearrayalgorithms.h
@@ -1159,14 +1160,6 @@ qt6/include/QtGui/${PKGVERSION}/QtGui/private/qshader_p.h
 qt6/include/QtGui/${PKGVERSION}/QtGui/private/qshader_p_p.h
 qt6/include/QtGui/${PKGVERSION}/QtGui/private/qshaderdescription_p.h
 qt6/include/QtGui/${PKGVERSION}/QtGui/private/qshaderdescription_p_p.h
-qt6/include/QtGui/${PKGVERSION}/QtGui/private/qshaderformat_p.h
-qt6/include/QtGui/${PKGVERSION}/QtGui/private/qshadergenerator_p.h
-qt6/include/QtGui/${PKGVERSION}/QtGui/private/qshadergraph_p.h
-qt6/include/QtGui/${PKGVERSION}/QtGui/private/qshadergraphloader_p.h
-qt6/include/QtGui/${PKGVERSION}/QtGui/private/qshaderlanguage_p.h
-qt6/include/QtGui/${PKGVERSION}/QtGui/private/qshadernode_p.h
-qt6/include/QtGui/${PKGVERSION}/QtGui/private/qshadernodeport_p.h
-qt6/include/QtGui/${PKGVERSION}/QtGui/private/qshadernodesloader_p.h
 qt6/include/QtGui/${PKGVERSION}/QtGui/private/qshapedpixmapdndwindow_p.h
 qt6/include/QtGui/${PKGVERSION}/QtGui/private/qshortcut_p.h
 qt6/include/QtGui/${PKGVERSION}/QtGui/private/qshortcutmap_p.h
@@ -2052,7 +2045,6 @@ qt6/include/QtTest/${PKGVERSION}/QtTest/private/qtaptestlogger_p.h
 qt6/include/QtTest/${PKGVERSION}/QtTest/private/qteamcitylogger_p.h
 qt6/include/QtTest/${PKGVERSION}/QtTest/private/qtestblacklist_p.h
 qt6/include/QtTest/${PKGVERSION}/QtTest/private/qtestcoreelement_p.h
-qt6/include/QtTest/${PKGVERSION}/QtTest/private/qtestcorelist_p.h
 qt6/include/QtTest/${PKGVERSION}/QtTest/private/qtestelement_p.h
 qt6/include/QtTest/${PKGVERSION}/QtTest/private/qtestelementattribute_p.h
 qt6/include/QtTest/${PKGVERSION}/QtTest/private/qtesthelpers_p.h
@@ -2645,6 +2637,7 @@ qt6/lib/cmake/Qt6/Qt3rdPartyLibraryHelpers.cmake
 qt6/lib/cmake/Qt6/Qt6Config.cmake
 qt6/lib/cmake/Qt6/Qt6ConfigExtras.cmake
 qt6/lib/cmake/Qt6/Qt6ConfigVersion.cmake
+qt6/lib/cmake/Qt6/Qt6ConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6/Qt6Dependencies.cmake
 qt6/lib/cmake/Qt6/Qt6Targets.cmake
 qt6/lib/cmake/Qt6/Qt6VersionlessTargets.cmake
@@ -2655,6 +2648,7 @@ qt6/lib/cmake/Qt6/QtBuild.cmake
 qt6/lib/cmake/Qt6/QtBuildInformation.cmake
 qt6/lib/cmake/Qt6/QtCMakeHelpers.cmake
 qt6/lib/cmake/Qt6/QtCMakeVersionHelpers.cmake
+qt6/lib/cmake/Qt6/QtCMakePackageVersionFile.cmake.in
 qt6/lib/cmake/Qt6/QtCompilerFlags.cmake
 qt6/lib/cmake/Qt6/QtCompilerOptimization.cmake
 qt6/lib/cmake/Qt6/QtConfigDependencies.cmake.in
@@ -2706,6 +2700,7 @@ qt6/lib/cmake/Qt6/QtPublicFindPackageHelpers.cmake
 qt6/lib/cmake/Qt6/QtPublicPluginHelpers.cmake
 qt6/lib/cmake/Qt6/QtPublicTargetHelpers.cmake
 qt6/lib/cmake/Qt6/QtPublicWalkLibsHelpers.cmake
+qt6/lib/cmake/Qt6/QtPublicWasmToolchainHelpers.cmake
 qt6/lib/cmake/Qt6/QtQmakeHelpers.cmake
 qt6/lib/cmake/Qt6/QtResourceHelpers.cmake
 qt6/lib/cmake/Qt6/QtRpathHelpers.cmake
@@ -2730,9 +2725,11 @@ qt6/lib/cmake/Qt6/config.tests/static_link_order/main.cpp
 qt6/lib/cmake/Qt6/config.tests/static_link_order/objlib.cpp
 qt6/lib/cmake/Qt6/config.tests/static_link_order/staticlib1.cpp
 qt6/lib/cmake/Qt6/config.tests/static_link_order/staticlib2.cpp
+qt6/lib/cmake/Qt6/platforms/Platform/Integrity.cmake
 qt6/lib/cmake/Qt6/qt.toolchain.cmake
 qt6/lib/cmake/Qt6BuildInternals/Qt6BuildInternalsConfig.cmake
 qt6/lib/cmake/Qt6BuildInternals/Qt6BuildInternalsConfigVersion.cmake
+qt6/lib/cmake/Qt6BuildInternals/Qt6BuildInternalsConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6BuildInternals/QtBuildInternalsExtra.cmake
 qt6/lib/cmake/Qt6BuildInternals/QtStandaloneTestTemplateProject/CMakeLists.txt
 qt6/lib/cmake/Qt6BuildInternals/QtStandaloneTestTemplateProject/Main.cmake
@@ -2740,6 +2737,7 @@ qt6/lib/cmake/Qt6BuildInternals/StandaloneTests/QtBaseTestsConfig.cmake
 qt6/lib/cmake/Qt6Concurrent/Qt6ConcurrentAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Concurrent/Qt6ConcurrentConfig.cmake
 qt6/lib/cmake/Qt6Concurrent/Qt6ConcurrentConfigVersion.cmake
+qt6/lib/cmake/Qt6Concurrent/Qt6ConcurrentConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Concurrent/Qt6ConcurrentDependencies.cmake
 qt6/lib/cmake/Qt6Concurrent/Qt6ConcurrentTargets-release.cmake
 qt6/lib/cmake/Qt6Concurrent/Qt6ConcurrentTargets.cmake
@@ -2749,6 +2747,7 @@ qt6/lib/cmake/Qt6Core/Qt6CoreAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Core/Qt6CoreConfig.cmake
 qt6/lib/cmake/Qt6Core/Qt6CoreConfigExtras.cmake
 qt6/lib/cmake/Qt6Core/Qt6CoreConfigVersion.cmake
+qt6/lib/cmake/Qt6Core/Qt6CoreConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Core/Qt6CoreConfigureFileTemplate.in
 qt6/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake
 qt6/lib/cmake/Qt6Core/Qt6CoreMacros.cmake
@@ -2758,6 +2757,7 @@ qt6/lib/cmake/Qt6Core/Qt6CoreVersionlessTargets.cmake
 qt6/lib/cmake/Qt6CoreTools/Qt6CoreToolsAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake
 qt6/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake
+qt6/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6CoreTools/Qt6CoreToolsDependencies.cmake
 qt6/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets-release.cmake
 qt6/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets.cmake
@@ -2765,6 +2765,7 @@ qt6/lib/cmake/Qt6CoreTools/Qt6CoreToolsVersionlessTargets.cmake
 ${PLIST.dbus}qt6/lib/cmake/Qt6DBus/Qt6DBusAdditionalTargetInfo.cmake
 ${PLIST.dbus}qt6/lib/cmake/Qt6DBus/Qt6DBusConfig.cmake
 ${PLIST.dbus}qt6/lib/cmake/Qt6DBus/Qt6DBusConfigVersion.cmake
+${PLIST.dbus}qt6/lib/cmake/Qt6DBus/Qt6DBusConfigVersionImpl.cmake
 ${PLIST.dbus}qt6/lib/cmake/Qt6DBus/Qt6DBusDependencies.cmake
 ${PLIST.dbus}qt6/lib/cmake/Qt6DBus/Qt6DBusMacros.cmake
 ${PLIST.dbus}qt6/lib/cmake/Qt6DBus/Qt6DBusTargets-release.cmake
@@ -2773,6 +2774,7 @@ ${PLIST.dbus}qt6/lib/cmake/Qt6DBus/Qt6DBusVersionlessTargets.cmake
 ${PLIST.dbus}qt6/lib/cmake/Qt6DBusTools/Qt6DBusToolsAdditionalTargetInfo.cmake
 ${PLIST.dbus}qt6/lib/cmake/Qt6DBusTools/Qt6DBusToolsConfig.cmake
 ${PLIST.dbus}qt6/lib/cmake/Qt6DBusTools/Qt6DBusToolsConfigVersion.cmake
+${PLIST.dbus}qt6/lib/cmake/Qt6DBusTools/Qt6DBusToolsConfigVersionImpl.cmake
 ${PLIST.dbus}qt6/lib/cmake/Qt6DBusTools/Qt6DBusToolsDependencies.cmake
 ${PLIST.dbus}qt6/lib/cmake/Qt6DBusTools/Qt6DBusToolsTargets-release.cmake
 ${PLIST.dbus}qt6/lib/cmake/Qt6DBusTools/Qt6DBusToolsTargets.cmake
@@ -2780,6 +2782,7 @@ ${PLIST.dbus}qt6/lib/cmake/Qt6DBusTools/Qt6DBusToolsVersionlessTargets.cmake
 qt6/lib/cmake/Qt6DeviceDiscoverySupportPrivate/Qt6DeviceDiscoverySupportPrivateAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6DeviceDiscoverySupportPrivate/Qt6DeviceDiscoverySupportPrivateConfig.cmake
 qt6/lib/cmake/Qt6DeviceDiscoverySupportPrivate/Qt6DeviceDiscoverySupportPrivateConfigVersion.cmake
+qt6/lib/cmake/Qt6DeviceDiscoverySupportPrivate/Qt6DeviceDiscoverySupportPrivateConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6DeviceDiscoverySupportPrivate/Qt6DeviceDiscoverySupportPrivateDependencies.cmake
 qt6/lib/cmake/Qt6DeviceDiscoverySupportPrivate/Qt6DeviceDiscoverySupportPrivateTargets-release.cmake
 qt6/lib/cmake/Qt6DeviceDiscoverySupportPrivate/Qt6DeviceDiscoverySupportPrivateTargets.cmake
@@ -2787,6 +2790,7 @@ qt6/lib/cmake/Qt6DeviceDiscoverySupportPrivate/Qt6DeviceDiscoverySupportPrivateV
 qt6/lib/cmake/Qt6EglFSDeviceIntegrationPrivate/Qt6EglFSDeviceIntegrationPrivateAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6EglFSDeviceIntegrationPrivate/Qt6EglFSDeviceIntegrationPrivateConfig.cmake
 qt6/lib/cmake/Qt6EglFSDeviceIntegrationPrivate/Qt6EglFSDeviceIntegrationPrivateConfigVersion.cmake
+qt6/lib/cmake/Qt6EglFSDeviceIntegrationPrivate/Qt6EglFSDeviceIntegrationPrivateConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6EglFSDeviceIntegrationPrivate/Qt6EglFSDeviceIntegrationPrivateDependencies.cmake
 qt6/lib/cmake/Qt6EglFSDeviceIntegrationPrivate/Qt6EglFSDeviceIntegrationPrivateTargets-release.cmake
 qt6/lib/cmake/Qt6EglFSDeviceIntegrationPrivate/Qt6EglFSDeviceIntegrationPrivateTargets.cmake
@@ -2794,6 +2798,7 @@ qt6/lib/cmake/Qt6EglFSDeviceIntegrationPrivate/Qt6EglFSDeviceIntegrationPrivateV
 qt6/lib/cmake/Qt6EglFsKmsGbmSupportPrivate/Qt6EglFsKmsGbmSupportPrivateAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6EglFsKmsGbmSupportPrivate/Qt6EglFsKmsGbmSupportPrivateConfig.cmake
 qt6/lib/cmake/Qt6EglFsKmsGbmSupportPrivate/Qt6EglFsKmsGbmSupportPrivateConfigVersion.cmake
+qt6/lib/cmake/Qt6EglFsKmsGbmSupportPrivate/Qt6EglFsKmsGbmSupportPrivateConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6EglFsKmsGbmSupportPrivate/Qt6EglFsKmsGbmSupportPrivateDependencies.cmake
 qt6/lib/cmake/Qt6EglFsKmsGbmSupportPrivate/Qt6EglFsKmsGbmSupportPrivateTargets-release.cmake
 qt6/lib/cmake/Qt6EglFsKmsGbmSupportPrivate/Qt6EglFsKmsGbmSupportPrivateTargets.cmake
@@ -2801,6 +2806,7 @@ qt6/lib/cmake/Qt6EglFsKmsGbmSupportPrivate/Qt6EglFsKmsGbmSupportPrivateVersionle
 qt6/lib/cmake/Qt6EglFsKmsSupportPrivate/Qt6EglFsKmsSupportPrivateAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6EglFsKmsSupportPrivate/Qt6EglFsKmsSupportPrivateConfig.cmake
 qt6/lib/cmake/Qt6EglFsKmsSupportPrivate/Qt6EglFsKmsSupportPrivateConfigVersion.cmake
+qt6/lib/cmake/Qt6EglFsKmsSupportPrivate/Qt6EglFsKmsSupportPrivateConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6EglFsKmsSupportPrivate/Qt6EglFsKmsSupportPrivateDependencies.cmake
 qt6/lib/cmake/Qt6EglFsKmsSupportPrivate/Qt6EglFsKmsSupportPrivateTargets-release.cmake
 qt6/lib/cmake/Qt6EglFsKmsSupportPrivate/Qt6EglFsKmsSupportPrivateTargets.cmake
@@ -2808,6 +2814,7 @@ qt6/lib/cmake/Qt6EglFsKmsSupportPrivate/Qt6EglFsKmsSupportPrivateVersionlessTarg
 qt6/lib/cmake/Qt6FbSupportPrivate/Qt6FbSupportPrivateAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6FbSupportPrivate/Qt6FbSupportPrivateConfig.cmake
 qt6/lib/cmake/Qt6FbSupportPrivate/Qt6FbSupportPrivateConfigVersion.cmake
+qt6/lib/cmake/Qt6FbSupportPrivate/Qt6FbSupportPrivateConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6FbSupportPrivate/Qt6FbSupportPrivateDependencies.cmake
 qt6/lib/cmake/Qt6FbSupportPrivate/Qt6FbSupportPrivateTargets-release.cmake
 qt6/lib/cmake/Qt6FbSupportPrivate/Qt6FbSupportPrivateTargets.cmake
@@ -2815,6 +2822,7 @@ qt6/lib/cmake/Qt6FbSupportPrivate/Qt6FbSupportPrivateVersionlessTargets.cmake
 qt6/lib/cmake/Qt6Gui/Qt6GuiAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake
 qt6/lib/cmake/Qt6Gui/Qt6GuiConfigVersion.cmake
+qt6/lib/cmake/Qt6Gui/Qt6GuiConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake
 qt6/lib/cmake/Qt6Gui/Qt6GuiTargets-release.cmake
 qt6/lib/cmake/Qt6Gui/Qt6GuiTargets.cmake
@@ -2822,106 +2830,127 @@ qt6/lib/cmake/Qt6Gui/Qt6GuiVersionlessTargets.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QComposePlatformInputContextPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QComposePlatformInputContextPluginConfig.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QComposePlatformInputContextPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Gui/Qt6QComposePlatformInputContextPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QComposePlatformInputContextPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QComposePlatformInputContextPluginTargets.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEglFSEmulatorIntegrationPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEglFSEmulatorIntegrationPluginConfig.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEglFSEmulatorIntegrationPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Gui/Qt6QEglFSEmulatorIntegrationPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEglFSEmulatorIntegrationPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEglFSEmulatorIntegrationPluginTargets.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEglFSIntegrationPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEglFSIntegrationPluginConfig.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEglFSIntegrationPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Gui/Qt6QEglFSIntegrationPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEglFSIntegrationPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEglFSIntegrationPluginTargets.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEglFSKmsEglDeviceIntegrationPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEglFSKmsEglDeviceIntegrationPluginConfig.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEglFSKmsEglDeviceIntegrationPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Gui/Qt6QEglFSKmsEglDeviceIntegrationPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEglFSKmsEglDeviceIntegrationPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEglFSKmsEglDeviceIntegrationPluginTargets.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEglFSKmsGbmIntegrationPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEglFSKmsGbmIntegrationPluginConfig.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEglFSKmsGbmIntegrationPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Gui/Qt6QEglFSKmsGbmIntegrationPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEglFSKmsGbmIntegrationPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEglFSKmsGbmIntegrationPluginTargets.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEglFSX11IntegrationPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEglFSX11IntegrationPluginConfig.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEglFSX11IntegrationPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Gui/Qt6QEglFSX11IntegrationPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEglFSX11IntegrationPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEglFSX11IntegrationPluginTargets.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QGifPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QGifPluginConfig.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QGifPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Gui/Qt6QGifPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QGifPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QGifPluginTargets.cmake
 ${PLIST.gtk3}qt6/lib/cmake/Qt6Gui/Qt6QGtk3ThemePluginAdditionalTargetInfo.cmake
 ${PLIST.gtk3}qt6/lib/cmake/Qt6Gui/Qt6QGtk3ThemePluginConfig.cmake
 ${PLIST.gtk3}qt6/lib/cmake/Qt6Gui/Qt6QGtk3ThemePluginConfigVersion.cmake
+${PLIST.gtk3}qt6/lib/cmake/Qt6Gui/Qt6QGtk3ThemePluginConfigVersionImpl.cmake
 ${PLIST.gtk3}qt6/lib/cmake/Qt6Gui/Qt6QGtk3ThemePluginTargets-release.cmake
 ${PLIST.gtk3}qt6/lib/cmake/Qt6Gui/Qt6QGtk3ThemePluginTargets.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QICOPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QICOPluginConfig.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QICOPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Gui/Qt6QICOPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QICOPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QICOPluginTargets.cmake
 ${PLIST.dbus}qt6/lib/cmake/Qt6Gui/Qt6QIbusPlatformInputContextPluginAdditionalTargetInfo.cmake
 ${PLIST.dbus}qt6/lib/cmake/Qt6Gui/Qt6QIbusPlatformInputContextPluginConfig.cmake
 ${PLIST.dbus}qt6/lib/cmake/Qt6Gui/Qt6QIbusPlatformInputContextPluginConfigVersion.cmake
+${PLIST.dbus}qt6/lib/cmake/Qt6Gui/Qt6QIbusPlatformInputContextPluginConfigVersionImpl.cmake
 ${PLIST.dbus}qt6/lib/cmake/Qt6Gui/Qt6QIbusPlatformInputContextPluginTargets-release.cmake
 ${PLIST.dbus}qt6/lib/cmake/Qt6Gui/Qt6QIbusPlatformInputContextPluginTargets.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QJpegPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QJpegPluginConfig.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QJpegPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Gui/Qt6QJpegPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QJpegPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QJpegPluginTargets.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QMinimalEglIntegrationPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QMinimalEglIntegrationPluginConfig.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QMinimalEglIntegrationPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Gui/Qt6QMinimalEglIntegrationPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QMinimalEglIntegrationPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QMinimalEglIntegrationPluginTargets.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginConfig.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginTargets.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginConfig.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginTargets.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginConfig.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginTargets.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QVncIntegrationPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QVncIntegrationPluginConfig.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QVncIntegrationPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Gui/Qt6QVncIntegrationPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QVncIntegrationPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QVncIntegrationPluginTargets.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QXcbEglIntegrationPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QXcbEglIntegrationPluginConfig.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QXcbEglIntegrationPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Gui/Qt6QXcbEglIntegrationPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QXcbEglIntegrationPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QXcbEglIntegrationPluginTargets.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QXcbGlxIntegrationPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QXcbGlxIntegrationPluginConfig.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QXcbGlxIntegrationPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Gui/Qt6QXcbGlxIntegrationPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QXcbGlxIntegrationPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QXcbGlxIntegrationPluginTargets.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QXcbIntegrationPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QXcbIntegrationPluginConfig.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QXcbIntegrationPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Gui/Qt6QXcbIntegrationPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QXcbIntegrationPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QXcbIntegrationPluginTargets.cmake
 ${PLIST.dbus}qt6/lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginAdditionalTargetInfo.cmake
 ${PLIST.dbus}qt6/lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginConfig.cmake
 ${PLIST.dbus}qt6/lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginConfigVersion.cmake
+${PLIST.dbus}qt6/lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginConfigVersionImpl.cmake
 ${PLIST.dbus}qt6/lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginTargets-release.cmake
 ${PLIST.dbus}qt6/lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginTargets.cmake
 qt6/lib/cmake/Qt6GuiTools/Qt6GuiToolsAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfig.cmake
 qt6/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersion.cmake
+qt6/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6GuiTools/Qt6GuiToolsDependencies.cmake
 qt6/lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets-release.cmake
 qt6/lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets.cmake
@@ -2930,6 +2959,7 @@ qt6/lib/cmake/Qt6HostInfo/Qt6HostInfoConfig.cmake
 qt6/lib/cmake/Qt6InputSupportPrivate/Qt6InputSupportPrivateAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6InputSupportPrivate/Qt6InputSupportPrivateConfig.cmake
 qt6/lib/cmake/Qt6InputSupportPrivate/Qt6InputSupportPrivateConfigVersion.cmake
+qt6/lib/cmake/Qt6InputSupportPrivate/Qt6InputSupportPrivateConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6InputSupportPrivate/Qt6InputSupportPrivateDependencies.cmake
 qt6/lib/cmake/Qt6InputSupportPrivate/Qt6InputSupportPrivateTargets-release.cmake
 qt6/lib/cmake/Qt6InputSupportPrivate/Qt6InputSupportPrivateTargets.cmake
@@ -2937,6 +2967,7 @@ qt6/lib/cmake/Qt6InputSupportPrivate/Qt6InputSupportPrivateVersionlessTargets.cm
 qt6/lib/cmake/Qt6KmsSupportPrivate/Qt6KmsSupportPrivateAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6KmsSupportPrivate/Qt6KmsSupportPrivateConfig.cmake
 qt6/lib/cmake/Qt6KmsSupportPrivate/Qt6KmsSupportPrivateConfigVersion.cmake
+qt6/lib/cmake/Qt6KmsSupportPrivate/Qt6KmsSupportPrivateConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6KmsSupportPrivate/Qt6KmsSupportPrivateDependencies.cmake
 qt6/lib/cmake/Qt6KmsSupportPrivate/Qt6KmsSupportPrivateTargets-release.cmake
 qt6/lib/cmake/Qt6KmsSupportPrivate/Qt6KmsSupportPrivateTargets.cmake
@@ -2944,6 +2975,7 @@ qt6/lib/cmake/Qt6KmsSupportPrivate/Qt6KmsSupportPrivateVersionlessTargets.cmake
 qt6/lib/cmake/Qt6Network/Qt6NetworkAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Network/Qt6NetworkConfig.cmake
 qt6/lib/cmake/Qt6Network/Qt6NetworkConfigVersion.cmake
+qt6/lib/cmake/Qt6Network/Qt6NetworkConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Network/Qt6NetworkDependencies.cmake
 qt6/lib/cmake/Qt6Network/Qt6NetworkTargets-release.cmake
 qt6/lib/cmake/Qt6Network/Qt6NetworkTargets.cmake
@@ -2951,16 +2983,19 @@ qt6/lib/cmake/Qt6Network/Qt6NetworkVersionlessTargets.cmake
 qt6/lib/cmake/Qt6Network/Qt6QTlsBackendCertOnlyPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Network/Qt6QTlsBackendCertOnlyPluginConfig.cmake
 qt6/lib/cmake/Qt6Network/Qt6QTlsBackendCertOnlyPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Network/Qt6QTlsBackendCertOnlyPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Network/Qt6QTlsBackendCertOnlyPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Network/Qt6QTlsBackendCertOnlyPluginTargets.cmake
 qt6/lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginConfig.cmake
 qt6/lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginTargets.cmake
 qt6/lib/cmake/Qt6OpenGL/Qt6OpenGLAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6OpenGL/Qt6OpenGLConfig.cmake
 qt6/lib/cmake/Qt6OpenGL/Qt6OpenGLConfigVersion.cmake
+qt6/lib/cmake/Qt6OpenGL/Qt6OpenGLConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6OpenGL/Qt6OpenGLDependencies.cmake
 qt6/lib/cmake/Qt6OpenGL/Qt6OpenGLTargets-release.cmake
 qt6/lib/cmake/Qt6OpenGL/Qt6OpenGLTargets.cmake
@@ -2968,6 +3003,7 @@ qt6/lib/cmake/Qt6OpenGL/Qt6OpenGLVersionlessTargets.cmake
 qt6/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsConfig.cmake
 qt6/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsConfigVersion.cmake
+qt6/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsDependencies.cmake
 qt6/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsTargets-release.cmake
 qt6/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsTargets.cmake
@@ -2975,6 +3011,7 @@ qt6/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsVersionlessTargets.cmake
 qt6/lib/cmake/Qt6PrintSupport/Qt6PrintSupportAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6PrintSupport/Qt6PrintSupportConfig.cmake
 qt6/lib/cmake/Qt6PrintSupport/Qt6PrintSupportConfigVersion.cmake
+qt6/lib/cmake/Qt6PrintSupport/Qt6PrintSupportConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6PrintSupport/Qt6PrintSupportDependencies.cmake
 qt6/lib/cmake/Qt6PrintSupport/Qt6PrintSupportTargets-release.cmake
 qt6/lib/cmake/Qt6PrintSupport/Qt6PrintSupportTargets.cmake
@@ -2982,16 +3019,19 @@ qt6/lib/cmake/Qt6PrintSupport/Qt6PrintSupportVersionlessTargets.cmake
 ${PLIST.cups}qt6/lib/cmake/Qt6PrintSupport/Qt6QCupsPrinterSupportPluginAdditionalTargetInfo.cmake
 ${PLIST.cups}qt6/lib/cmake/Qt6PrintSupport/Qt6QCupsPrinterSupportPluginConfig.cmake
 ${PLIST.cups}qt6/lib/cmake/Qt6PrintSupport/Qt6QCupsPrinterSupportPluginConfigVersion.cmake
+${PLIST.cups}qt6/lib/cmake/Qt6PrintSupport/Qt6QCupsPrinterSupportPluginConfigVersionImpl.cmake
 ${PLIST.cups}qt6/lib/cmake/Qt6PrintSupport/Qt6QCupsPrinterSupportPluginTargets-release.cmake
 ${PLIST.cups}qt6/lib/cmake/Qt6PrintSupport/Qt6QCupsPrinterSupportPluginTargets.cmake
 qt6/lib/cmake/Qt6Sql/Qt6QSQLiteDriverPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Sql/Qt6QSQLiteDriverPluginConfig.cmake
 qt6/lib/cmake/Qt6Sql/Qt6QSQLiteDriverPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Sql/Qt6QSQLiteDriverPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Sql/Qt6QSQLiteDriverPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Sql/Qt6QSQLiteDriverPluginTargets.cmake
 qt6/lib/cmake/Qt6Sql/Qt6SqlAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Sql/Qt6SqlConfig.cmake
 qt6/lib/cmake/Qt6Sql/Qt6SqlConfigVersion.cmake
+qt6/lib/cmake/Qt6Sql/Qt6SqlConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Sql/Qt6SqlDependencies.cmake
 qt6/lib/cmake/Qt6Sql/Qt6SqlTargets-release.cmake
 qt6/lib/cmake/Qt6Sql/Qt6SqlTargets.cmake
@@ -2999,6 +3039,7 @@ qt6/lib/cmake/Qt6Sql/Qt6SqlVersionlessTargets.cmake
 qt6/lib/cmake/Qt6Test/Qt6TestAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Test/Qt6TestConfig.cmake
 qt6/lib/cmake/Qt6Test/Qt6TestConfigVersion.cmake
+qt6/lib/cmake/Qt6Test/Qt6TestConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Test/Qt6TestDependencies.cmake
 qt6/lib/cmake/Qt6Test/Qt6TestTargets-release.cmake
 qt6/lib/cmake/Qt6Test/Qt6TestTargets.cmake
@@ -3006,6 +3047,7 @@ qt6/lib/cmake/Qt6Test/Qt6TestVersionlessTargets.cmake
 qt6/lib/cmake/Qt6Widgets/Qt6WidgetsAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake
 qt6/lib/cmake/Qt6Widgets/Qt6WidgetsConfigVersion.cmake
+qt6/lib/cmake/Qt6Widgets/Qt6WidgetsConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake
 qt6/lib/cmake/Qt6Widgets/Qt6WidgetsMacros.cmake
 qt6/lib/cmake/Qt6Widgets/Qt6WidgetsTargets-release.cmake
@@ -3014,6 +3056,7 @@ qt6/lib/cmake/Qt6Widgets/Qt6WidgetsVersionlessTargets.cmake
 qt6/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfig.cmake
 qt6/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfigVersion.cmake
+qt6/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsDependencies.cmake
 qt6/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsTargets-release.cmake
 qt6/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsTargets.cmake
@@ -3021,6 +3064,7 @@ qt6/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsVersionlessTargets.cmake
 qt6/lib/cmake/Qt6XcbQpaPrivate/Qt6XcbQpaPrivateAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6XcbQpaPrivate/Qt6XcbQpaPrivateConfig.cmake
 qt6/lib/cmake/Qt6XcbQpaPrivate/Qt6XcbQpaPrivateConfigVersion.cmake
+qt6/lib/cmake/Qt6XcbQpaPrivate/Qt6XcbQpaPrivateConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6XcbQpaPrivate/Qt6XcbQpaPrivateDependencies.cmake
 qt6/lib/cmake/Qt6XcbQpaPrivate/Qt6XcbQpaPrivateTargets-release.cmake
 qt6/lib/cmake/Qt6XcbQpaPrivate/Qt6XcbQpaPrivateTargets.cmake
@@ -3028,6 +3072,7 @@ qt6/lib/cmake/Qt6XcbQpaPrivate/Qt6XcbQpaPrivateVersionlessTargets.cmake
 qt6/lib/cmake/Qt6Xml/Qt6XmlAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Xml/Qt6XmlConfig.cmake
 qt6/lib/cmake/Qt6Xml/Qt6XmlConfigVersion.cmake
+qt6/lib/cmake/Qt6Xml/Qt6XmlConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Xml/Qt6XmlDependencies.cmake
 qt6/lib/cmake/Qt6Xml/Qt6XmlTargets-release.cmake
 qt6/lib/cmake/Qt6Xml/Qt6XmlTargets.cmake
diff --git a/qt6-qtbase/PLIST.Darwin b/qt6-qtbase/PLIST.Darwin
index 8e3c8830f0..445b417364 100644
--- a/qt6-qtbase/PLIST.Darwin
+++ b/qt6-qtbase/PLIST.Darwin
@@ -13,6 +13,7 @@ qt6/lib/cmake/Qt6ClipboardSupport/Qt6ClipboardSupportConfig.cmake
 qt6/lib/cmake/Qt6ClipboardSupport/Qt6ClipboardSupportConfigVersion.cmake
 qt6/lib/cmake/Qt6GraphicsSupport/Qt6GraphicsSupportConfig.cmake
 qt6/lib/cmake/Qt6GraphicsSupport/Qt6GraphicsSupportConfigVersion.cmake
+qt6/lib/cmake/Qt6GraphicsSupport/Qt6GraphicsSupportConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Gui/Qt6Gui_QCocoaIntegrationPlugin.cmake
 qt6/lib/cmake/Qt6PrintSupport/Qt6PrintSupport_QCocoaPrinterSupportPlugin.cmake
 qt6/lib/cmake/Qt6Widgets/Qt6Widgets_QMacStylePlugin.cmake
diff --git a/qt6-qtbase/PLIST.FreeBSD b/qt6-qtbase/PLIST.FreeBSD
index e4e352eec1..e763ea33d0 100644
--- a/qt6-qtbase/PLIST.FreeBSD
+++ b/qt6-qtbase/PLIST.FreeBSD
@@ -2,21 +2,25 @@
 qt6/lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginConfig.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginTargets.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEvdevMousePluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEvdevMousePluginConfig.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEvdevMousePluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Gui/Qt6QEvdevMousePluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEvdevMousePluginTargets-release.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEvdevMousePluginTargets.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginConfig.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginTargets.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginConfig.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginTargets.cmake
 qt6/plugins/generic/libqevdevkeyboardplugin.so
diff --git a/qt6-qtbase/PLIST.Linux b/qt6-qtbase/PLIST.Linux
index a527bf6340..b44faa1eb3 100644
--- a/qt6-qtbase/PLIST.Linux
+++ b/qt6-qtbase/PLIST.Linux
@@ -2,31 +2,37 @@
 qt6/lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginConfig.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginTargets.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEvdevMousePluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEvdevMousePluginConfig.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEvdevMousePluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Gui/Qt6QEvdevMousePluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEvdevMousePluginTargets-release.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEvdevMousePluginTargets.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginConfig.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginTargets.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginConfig.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginTargets.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QLinuxFbIntegrationPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QLinuxFbIntegrationPluginConfig.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QLinuxFbIntegrationPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Gui/Qt6QLinuxFbIntegrationPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QLinuxFbIntegrationPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QLinuxFbIntegrationPluginTargets.cmake
 qt6/lib/cmake/Qt6Network/Qt6QNetworkManagerNetworkInformationBackendAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Network/Qt6QNetworkManagerNetworkInformationBackendConfig.cmake
 qt6/lib/cmake/Qt6Network/Qt6QNetworkManagerNetworkInformationBackendConfigVersion.cmake
+qt6/lib/cmake/Qt6Network/Qt6QNetworkManagerNetworkInformationBackendConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Network/Qt6QNetworkManagerNetworkInformationBackendDependencies.cmake
 qt6/lib/cmake/Qt6Network/Qt6QNetworkManagerNetworkInformationBackendTargets-release.cmake
 qt6/lib/cmake/Qt6Network/Qt6QNetworkManagerNetworkInformationBackendTargets.cmake
diff --git a/qt6-qtbase/distinfo b/qt6-qtbase/distinfo
index 743a4f86de..48936c6f3d 100644
--- a/qt6-qtbase/distinfo
+++ b/qt6-qtbase/distinfo
@@ -1,8 +1,8 @@
 $NetBSD$
 
-RMD160 (qtbase-everywhere-src-6.2.0.tar.xz) = f4e1f9f76ee4b0a8479d88d062b2fc6e2ada2c90
-SHA512 (qtbase-everywhere-src-6.2.0.tar.xz) = 3ed301a531633e1e72da7833d1eea47edaf7e5474678a16ec29080e34de1d0def7000b68aa96fa18779880e3aa7b1a9b7c0cf699de2b4cba2c7de84442722fda
-Size (qtbase-everywhere-src-6.2.0.tar.xz) = 46638880 bytes
+BLAKE2s (qtbase-everywhere-src-6.2.2.tar.xz) = e44dec6a1cd0eed2fbd667d769f2a22d7ed805be3e9069e3aa248dbe978d05a9
+SHA512 (qtbase-everywhere-src-6.2.2.tar.xz) = 769dbf2b271083cfb9c72e6bd99cd52cdfd7d9d303d88d05175e4f0da5e8da5df9724bd48ad664e1d8e829a3529fa166654138c48cb36636f4787d0b26ff4b3b
+Size (qtbase-everywhere-src-6.2.2.tar.xz) = 46649016 bytes
 SHA1 (patch-cmake_FindGSSAPI.cmake) = bb6a10dda1686312d48d09d3ba5fe132b1c60c6e
 SHA1 (patch-cmake_QtBaseGlobalTargets.cmake) = cb9122c93a3b2e50bb8a3c9702b27a4a79d0ba62
 SHA1 (patch-cmake_QtFeature.cmake) = 14f2f760c1e603b80fa14699e91240e8fcd699d3
diff --git a/qt6-qtcharts/Makefile b/qt6-qtcharts/Makefile
index 6d93b685a3..7e1243ea2e 100644
--- a/qt6-qtcharts/Makefile
+++ b/qt6-qtcharts/Makefile
@@ -11,5 +11,4 @@ LICENSE=	gnu-gpl-v3
 
 .include "../../wip/qt6-qtbase/buildlink3.mk"
 .include "../../wip/qt6-qtdeclarative/buildlink3.mk"
-.include "../../wip/qt6-qtmultimedia/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/qt6-qtcharts/PLIST b/qt6-qtcharts/PLIST
index 5966b5ae47..d2764dcc4c 100644
--- a/qt6-qtcharts/PLIST
+++ b/qt6-qtcharts/PLIST
@@ -288,6 +288,7 @@ qt6/lib/cmake/Qt6BuildInternals/StandaloneTests/QtChartsTestsConfig.cmake
 qt6/lib/cmake/Qt6Charts/Qt6ChartsAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Charts/Qt6ChartsConfig.cmake
 qt6/lib/cmake/Qt6Charts/Qt6ChartsConfigVersion.cmake
+qt6/lib/cmake/Qt6Charts/Qt6ChartsConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Charts/Qt6ChartsDependencies.cmake
 qt6/lib/cmake/Qt6Charts/Qt6ChartsTargets-release.cmake
 qt6/lib/cmake/Qt6Charts/Qt6ChartsTargets.cmake
@@ -295,6 +296,7 @@ qt6/lib/cmake/Qt6Charts/Qt6ChartsVersionlessTargets.cmake
 qt6/lib/cmake/Qt6ChartsQml/Qt6ChartsQmlAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6ChartsQml/Qt6ChartsQmlConfig.cmake
 qt6/lib/cmake/Qt6ChartsQml/Qt6ChartsQmlConfigVersion.cmake
+qt6/lib/cmake/Qt6ChartsQml/Qt6ChartsQmlConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6ChartsQml/Qt6ChartsQmlDependencies.cmake
 qt6/lib/cmake/Qt6ChartsQml/Qt6ChartsQmlTargets-release.cmake
 qt6/lib/cmake/Qt6ChartsQml/Qt6ChartsQmlTargets.cmake
@@ -302,6 +304,7 @@ qt6/lib/cmake/Qt6ChartsQml/Qt6ChartsQmlVersionlessTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml2AdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml2Config.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml2ConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml2ConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml2Targets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml2Targets.cmake
 qt6/lib/libQt6Charts.prl
diff --git a/qt6-qtcharts/distinfo b/qt6-qtcharts/distinfo
index 786e5dfda8..91e05cafb1 100644
--- a/qt6-qtcharts/distinfo
+++ b/qt6-qtcharts/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (qtcharts-everywhere-src-6.2.0.tar.xz) = cec5d6cbd7445001ae8216910ef93e7c4fabea7b
-SHA512 (qtcharts-everywhere-src-6.2.0.tar.xz) = 73e3f26571ae253db09f4b60be64a1d90c7363877e55745302864e5e897391514d7d7cef9300307cd3c5bf78307da7be07291764164fac4c59ac38badecc5161
-Size (qtcharts-everywhere-src-6.2.0.tar.xz) = 4343744 bytes
+BLAKE2s (qtcharts-everywhere-src-6.2.2.tar.xz) = 1f19f3b98a7675f0fcd119eb55e7d97963ca72797d2f282d484d2fa511bfd62e
+SHA512 (qtcharts-everywhere-src-6.2.2.tar.xz) = ccb387ecb1d315a7202df5aaabab12c24363dd659a778a4715d13ebaea531ac3d4ac6a2b61ec28d6ae121394c3e533ce3a7272381a257021ae600b301c3d3170
+Size (qtcharts-everywhere-src-6.2.2.tar.xz) = 4382884 bytes
diff --git a/qt6-qtdatavis3d/Makefile b/qt6-qtdatavis3d/Makefile
index bfe660d903..117fefbf5f 100644
--- a/qt6-qtdatavis3d/Makefile
+++ b/qt6-qtdatavis3d/Makefile
@@ -11,5 +11,4 @@ LICENSE=	gnu-gpl-v3
 
 .include "../../wip/qt6-qtbase/buildlink3.mk"
 .include "../../wip/qt6-qtdeclarative/buildlink3.mk"
-.include "../../wip/qt6-qtmultimedia/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/qt6-qtdatavis3d/PLIST b/qt6-qtdatavis3d/PLIST
index e2e9c98efb..727eab2b61 100644
--- a/qt6-qtdatavis3d/PLIST
+++ b/qt6-qtdatavis3d/PLIST
@@ -158,6 +158,7 @@ qt6/lib/cmake/Qt6BuildInternals/StandaloneTests/QtDataVisualizationTestsConfig.c
 qt6/lib/cmake/Qt6DataVisualization/Qt6DataVisualizationAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6DataVisualization/Qt6DataVisualizationConfig.cmake
 qt6/lib/cmake/Qt6DataVisualization/Qt6DataVisualizationConfigVersion.cmake
+qt6/lib/cmake/Qt6DataVisualization/Qt6DataVisualizationConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6DataVisualization/Qt6DataVisualizationDependencies.cmake
 qt6/lib/cmake/Qt6DataVisualization/Qt6DataVisualizationTargets-release.cmake
 qt6/lib/cmake/Qt6DataVisualization/Qt6DataVisualizationTargets.cmake
@@ -165,7 +166,7 @@ qt6/lib/cmake/Qt6DataVisualization/Qt6DataVisualizationVersionlessTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6DataVisualizationQml2AdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6DataVisualizationQml2Config.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6DataVisualizationQml2ConfigVersion.cmake
-qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6DataVisualizationQml2Dependencies.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6DataVisualizationQml2ConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6DataVisualizationQml2Targets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6DataVisualizationQml2Targets.cmake
 qt6/lib/libQt6DataVisualization.prl
diff --git a/qt6-qtdatavis3d/distinfo b/qt6-qtdatavis3d/distinfo
index b2c04b11b0..521a3b28a0 100644
--- a/qt6-qtdatavis3d/distinfo
+++ b/qt6-qtdatavis3d/distinfo
@@ -1,8 +1,8 @@
 $NetBSD$
 
-RMD160 (qtdatavis3d-everywhere-src-6.2.0.tar.xz) = 9d6b5cc54d79af983d44128943574978944e5d4b
-SHA512 (qtdatavis3d-everywhere-src-6.2.0.tar.xz) = a5468c48f36168e09955a8838753349ec39dc077727e20c86dfd16f5ee10b86fb70715db22ccf193f9c5756112d96af21e0f6047f90e0e7edb1fa4108d3df677
-Size (qtdatavis3d-everywhere-src-6.2.0.tar.xz) = 5102400 bytes
+BLAKE2s (qtdatavis3d-everywhere-src-6.2.2.tar.xz) = cbc19a8f911472295d933478f7b119a1bd65e44016637f1024c6087968c560ee
+SHA512 (qtdatavis3d-everywhere-src-6.2.2.tar.xz) = 9b6af60222b80f82348eac20660e5e6ad9aa0720edc002e698fd286d42fcf8c35f263db18b344feaddfa3e5e43c8f11a7f22c3228e87eedea42e1df16250214e
+Size (qtdatavis3d-everywhere-src-6.2.2.tar.xz) = 5102720 bytes
 SHA1 (patch-src_datavisualization_data_abstractrenderitem__p.h) = 45d0ab60884084e5b3b45ace842e15ea3917ec9f
 SHA1 (patch-src_datavisualization_data_barrenderitem__p.h) = 274fdf069979e7da6771b1241c35afcfed0239e2
 SHA1 (patch-src_datavisualization_data_scatterrenderitem__p.h) = d730868d8053b2d958aaf77eb207df91664e7450
diff --git a/qt6-qtdeclarative/Makefile b/qt6-qtdeclarative/Makefile
index 0df3e8e045..1a1e970dbe 100644
--- a/qt6-qtdeclarative/Makefile
+++ b/qt6-qtdeclarative/Makefile
@@ -16,7 +16,5 @@ post-install:
 
 .include "../../lang/python/tool.mk"
 .include "../../wip/qt6-qtbase/buildlink3.mk"
-.include "../../wip/qt6-qtimageformats/buildlink3.mk"
 .include "../../wip/qt6-qtshadertools/buildlink3.mk"
-.include "../../wip/qt6-qtsvg/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/qt6-qtdeclarative/PLIST b/qt6-qtdeclarative/PLIST
index 888b3bc678..000ab793ae 100644
--- a/qt6-qtdeclarative/PLIST
+++ b/qt6-qtdeclarative/PLIST
@@ -814,7 +814,6 @@ qt6/include/QtQuickControls2/${PKGVERSION}/QtQuickControls2/private/qquickbasicd
 qt6/include/QtQuickControls2/${PKGVERSION}/QtQuickControls2/private/qquickbasicprogressbar_p.h
 qt6/include/QtQuickControls2/${PKGVERSION}/QtQuickControls2/private/qquickbasicstyle_p.h
 qt6/include/QtQuickControls2/${PKGVERSION}/QtQuickControls2/private/qquickbasictheme_p.h
-qt6/include/QtQuickControls2/${PKGVERSION}/QtQuickControls2/private/qquickdummyregistration_p.h
 qt6/include/QtQuickControls2/${PKGVERSION}/QtQuickControls2/private/qquickfusionbusyindicator_p.h
 qt6/include/QtQuickControls2/${PKGVERSION}/QtQuickControls2/private/qquickfusiondial_p.h
 qt6/include/QtQuickControls2/${PKGVERSION}/QtQuickControls2/private/qquickfusionknob_p.h
@@ -866,6 +865,13 @@ qt6/include/QtQuickControls2Impl/QtQuickControls2Impl
 qt6/include/QtQuickControls2Impl/QtQuickControls2ImplDepends
 qt6/include/QtQuickControls2Impl/QtQuickControls2ImplVersion
 qt6/include/QtQuickControls2Impl/qtquickcontrols2implversion.h
+qt6/include/QtQuickControlsTestUtils/${PKGVERSION}/QtQuickControlsTestUtils/private/controlstestutils_p.h
+qt6/include/QtQuickControlsTestUtils/${PKGVERSION}/QtQuickControlsTestUtils/private/dialogstestutils_p.h
+qt6/include/QtQuickControlsTestUtils/${PKGVERSION}/QtQuickControlsTestUtils/private/qtest_quickcontrols_p.h
+qt6/include/QtQuickControlsTestUtils/QtQuickControlsTestUtils
+qt6/include/QtQuickControlsTestUtils/QtQuickControlsTestUtilsDepends
+qt6/include/QtQuickControlsTestUtils/QtQuickControlsTestUtilsVersion
+qt6/include/QtQuickControlsTestUtils/qtquickcontrolstestutilsversion.h
 qt6/include/QtQuickDialogs2/${PKGVERSION}/QtQuickDialogs2/private/qquickabstractdialog_p.h
 qt6/include/QtQuickDialogs2/${PKGVERSION}/QtQuickDialogs2/private/qquickfiledialog_p.h
 qt6/include/QtQuickDialogs2/${PKGVERSION}/QtQuickDialogs2/private/qquickfontdialog_p.h
@@ -1073,6 +1079,18 @@ qt6/include/QtQuickTest/QtQuickTestVersion
 qt6/include/QtQuickTest/qtquicktestversion.h
 qt6/include/QtQuickTest/quicktest.h
 qt6/include/QtQuickTest/quicktestglobal.h
+qt6/include/QtQuickTestUtils/${PKGVERSION}/QtQuickTestUtils/private/geometrytestutils_p.h
+qt6/include/QtQuickTestUtils/${PKGVERSION}/QtQuickTestUtils/private/platforminputcontext_p.h
+qt6/include/QtQuickTestUtils/${PKGVERSION}/QtQuickTestUtils/private/platformquirks_p.h
+qt6/include/QtQuickTestUtils/${PKGVERSION}/QtQuickTestUtils/private/qmlutils_p.h
+qt6/include/QtQuickTestUtils/${PKGVERSION}/QtQuickTestUtils/private/qqmljsastdumper_p.h
+qt6/include/QtQuickTestUtils/${PKGVERSION}/QtQuickTestUtils/private/testhttpserver_p.h
+qt6/include/QtQuickTestUtils/${PKGVERSION}/QtQuickTestUtils/private/viewtestutils_p.h
+qt6/include/QtQuickTestUtils/${PKGVERSION}/QtQuickTestUtils/private/visualtestutils_p.h
+qt6/include/QtQuickTestUtils/QtQuickTestUtils
+qt6/include/QtQuickTestUtils/QtQuickTestUtilsDepends
+qt6/include/QtQuickTestUtils/QtQuickTestUtilsVersion
+qt6/include/QtQuickTestUtils/qtquicktestutilsversion.h
 qt6/include/QtQuickWidgets/${PKGVERSION}/QtQuickWidgets/private/qaccessiblequickwidget_p.h
 qt6/include/QtQuickWidgets/${PKGVERSION}/QtQuickWidgets/private/qaccessiblequickwidgetfactory_p.h
 qt6/include/QtQuickWidgets/${PKGVERSION}/QtQuickWidgets/private/qquickwidget_p.h
@@ -1087,6 +1105,7 @@ qt6/lib/cmake/Qt6BuildInternals/StandaloneTests/QtDeclarativeTestsConfig.cmake
 qt6/lib/cmake/Qt6LabsAnimation/Qt6LabsAnimationAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6LabsAnimation/Qt6LabsAnimationConfig.cmake
 qt6/lib/cmake/Qt6LabsAnimation/Qt6LabsAnimationConfigVersion.cmake
+qt6/lib/cmake/Qt6LabsAnimation/Qt6LabsAnimationConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6LabsAnimation/Qt6LabsAnimationDependencies.cmake
 qt6/lib/cmake/Qt6LabsAnimation/Qt6LabsAnimationTargets-release.cmake
 qt6/lib/cmake/Qt6LabsAnimation/Qt6LabsAnimationTargets.cmake
@@ -1094,6 +1113,7 @@ qt6/lib/cmake/Qt6LabsAnimation/Qt6LabsAnimationVersionlessTargets.cmake
 qt6/lib/cmake/Qt6LabsFolderListModel/Qt6LabsFolderListModelAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6LabsFolderListModel/Qt6LabsFolderListModelConfig.cmake
 qt6/lib/cmake/Qt6LabsFolderListModel/Qt6LabsFolderListModelConfigVersion.cmake
+qt6/lib/cmake/Qt6LabsFolderListModel/Qt6LabsFolderListModelConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6LabsFolderListModel/Qt6LabsFolderListModelDependencies.cmake
 qt6/lib/cmake/Qt6LabsFolderListModel/Qt6LabsFolderListModelTargets-release.cmake
 qt6/lib/cmake/Qt6LabsFolderListModel/Qt6LabsFolderListModelTargets.cmake
@@ -1101,6 +1121,7 @@ qt6/lib/cmake/Qt6LabsFolderListModel/Qt6LabsFolderListModelVersionlessTargets.cm
 qt6/lib/cmake/Qt6LabsQmlModels/Qt6LabsQmlModelsAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6LabsQmlModels/Qt6LabsQmlModelsConfig.cmake
 qt6/lib/cmake/Qt6LabsQmlModels/Qt6LabsQmlModelsConfigVersion.cmake
+qt6/lib/cmake/Qt6LabsQmlModels/Qt6LabsQmlModelsConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6LabsQmlModels/Qt6LabsQmlModelsDependencies.cmake
 qt6/lib/cmake/Qt6LabsQmlModels/Qt6LabsQmlModelsTargets-release.cmake
 qt6/lib/cmake/Qt6LabsQmlModels/Qt6LabsQmlModelsTargets.cmake
@@ -1108,6 +1129,7 @@ qt6/lib/cmake/Qt6LabsQmlModels/Qt6LabsQmlModelsVersionlessTargets.cmake
 qt6/lib/cmake/Qt6LabsSettings/Qt6LabsSettingsAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6LabsSettings/Qt6LabsSettingsConfig.cmake
 qt6/lib/cmake/Qt6LabsSettings/Qt6LabsSettingsConfigVersion.cmake
+qt6/lib/cmake/Qt6LabsSettings/Qt6LabsSettingsConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6LabsSettings/Qt6LabsSettingsDependencies.cmake
 qt6/lib/cmake/Qt6LabsSettings/Qt6LabsSettingsTargets-release.cmake
 qt6/lib/cmake/Qt6LabsSettings/Qt6LabsSettingsTargets.cmake
@@ -1115,6 +1137,7 @@ qt6/lib/cmake/Qt6LabsSettings/Qt6LabsSettingsVersionlessTargets.cmake
 qt6/lib/cmake/Qt6LabsSharedImage/Qt6LabsSharedImageAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6LabsSharedImage/Qt6LabsSharedImageConfig.cmake
 qt6/lib/cmake/Qt6LabsSharedImage/Qt6LabsSharedImageConfigVersion.cmake
+qt6/lib/cmake/Qt6LabsSharedImage/Qt6LabsSharedImageConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6LabsSharedImage/Qt6LabsSharedImageDependencies.cmake
 qt6/lib/cmake/Qt6LabsSharedImage/Qt6LabsSharedImageTargets-release.cmake
 qt6/lib/cmake/Qt6LabsSharedImage/Qt6LabsSharedImageTargets.cmake
@@ -1122,6 +1145,7 @@ qt6/lib/cmake/Qt6LabsSharedImage/Qt6LabsSharedImageVersionlessTargets.cmake
 qt6/lib/cmake/Qt6LabsWavefrontMesh/Qt6LabsWavefrontMeshAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6LabsWavefrontMesh/Qt6LabsWavefrontMeshConfig.cmake
 qt6/lib/cmake/Qt6LabsWavefrontMesh/Qt6LabsWavefrontMeshConfigVersion.cmake
+qt6/lib/cmake/Qt6LabsWavefrontMesh/Qt6LabsWavefrontMeshConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6LabsWavefrontMesh/Qt6LabsWavefrontMeshDependencies.cmake
 qt6/lib/cmake/Qt6LabsWavefrontMesh/Qt6LabsWavefrontMeshTargets-release.cmake
 qt6/lib/cmake/Qt6LabsWavefrontMesh/Qt6LabsWavefrontMeshTargets.cmake
@@ -1129,6 +1153,7 @@ qt6/lib/cmake/Qt6LabsWavefrontMesh/Qt6LabsWavefrontMeshVersionlessTargets.cmake
 qt6/lib/cmake/Qt6PacketProtocolPrivate/Qt6PacketProtocolPrivateAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6PacketProtocolPrivate/Qt6PacketProtocolPrivateConfig.cmake
 qt6/lib/cmake/Qt6PacketProtocolPrivate/Qt6PacketProtocolPrivateConfigVersion.cmake
+qt6/lib/cmake/Qt6PacketProtocolPrivate/Qt6PacketProtocolPrivateConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6PacketProtocolPrivate/Qt6PacketProtocolPrivateDependencies.cmake
 qt6/lib/cmake/Qt6PacketProtocolPrivate/Qt6PacketProtocolPrivateTargets-release.cmake
 qt6/lib/cmake/Qt6PacketProtocolPrivate/Qt6PacketProtocolPrivateTargets.cmake
@@ -1136,237 +1161,284 @@ qt6/lib/cmake/Qt6PacketProtocolPrivate/Qt6PacketProtocolPrivateVersionlessTarget
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtlabsplatformpluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtlabsplatformpluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtlabsplatformpluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtlabsplatformpluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtlabsplatformpluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtlabsplatformpluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2nativestylepluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2nativestylepluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2nativestylepluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2nativestylepluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2nativestylepluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2nativestylepluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryPluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryPluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryPluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryPluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryPluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryPluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryPluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryPluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryPluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryPluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryPluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryPluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginDependencies.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryPluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryPluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryPluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryPluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryPluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryPluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QmlAdditionalTargetInfo.cmake
@@ -1374,6 +1446,7 @@ qt6/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QmlConfig.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QmlConfigExtras.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QmlConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/Qt6QmlConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QmlDependencies.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QmlFindQmlscInternal.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake
@@ -1385,6 +1458,7 @@ qt6/lib/cmake/Qt6Qml/Qt6qmldirTemplate.cmake.in
 qt6/lib/cmake/Qt6QmlCompilerPrivate/Qt6QmlCompilerPrivateAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6QmlCompilerPrivate/Qt6QmlCompilerPrivateConfig.cmake
 qt6/lib/cmake/Qt6QmlCompilerPrivate/Qt6QmlCompilerPrivateConfigVersion.cmake
+qt6/lib/cmake/Qt6QmlCompilerPrivate/Qt6QmlCompilerPrivateConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6QmlCompilerPrivate/Qt6QmlCompilerPrivateDependencies.cmake
 qt6/lib/cmake/Qt6QmlCompilerPrivate/Qt6QmlCompilerPrivateTargets-release.cmake
 qt6/lib/cmake/Qt6QmlCompilerPrivate/Qt6QmlCompilerPrivateTargets.cmake
@@ -1392,6 +1466,7 @@ qt6/lib/cmake/Qt6QmlCompilerPrivate/Qt6QmlCompilerPrivateVersionlessTargets.cmak
 qt6/lib/cmake/Qt6QmlCore/Qt6QmlCoreAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6QmlCore/Qt6QmlCoreConfig.cmake
 qt6/lib/cmake/Qt6QmlCore/Qt6QmlCoreConfigVersion.cmake
+qt6/lib/cmake/Qt6QmlCore/Qt6QmlCoreConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6QmlCore/Qt6QmlCoreDependencies.cmake
 qt6/lib/cmake/Qt6QmlCore/Qt6QmlCoreTargets-release.cmake
 qt6/lib/cmake/Qt6QmlCore/Qt6QmlCoreTargets.cmake
@@ -1399,6 +1474,7 @@ qt6/lib/cmake/Qt6QmlCore/Qt6QmlCoreVersionlessTargets.cmake
 qt6/lib/cmake/Qt6QmlDebugPrivate/Qt6QmlDebugPrivateAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6QmlDebugPrivate/Qt6QmlDebugPrivateConfig.cmake
 qt6/lib/cmake/Qt6QmlDebugPrivate/Qt6QmlDebugPrivateConfigVersion.cmake
+qt6/lib/cmake/Qt6QmlDebugPrivate/Qt6QmlDebugPrivateConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6QmlDebugPrivate/Qt6QmlDebugPrivateDependencies.cmake
 qt6/lib/cmake/Qt6QmlDebugPrivate/Qt6QmlDebugPrivateTargets-release.cmake
 qt6/lib/cmake/Qt6QmlDebugPrivate/Qt6QmlDebugPrivateTargets.cmake
@@ -1406,6 +1482,7 @@ qt6/lib/cmake/Qt6QmlDebugPrivate/Qt6QmlDebugPrivateVersionlessTargets.cmake
 qt6/lib/cmake/Qt6QmlDevToolsPrivate/Qt6QmlDevToolsPrivateAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6QmlDevToolsPrivate/Qt6QmlDevToolsPrivateConfig.cmake
 qt6/lib/cmake/Qt6QmlDevToolsPrivate/Qt6QmlDevToolsPrivateConfigVersion.cmake
+qt6/lib/cmake/Qt6QmlDevToolsPrivate/Qt6QmlDevToolsPrivateConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6QmlDevToolsPrivate/Qt6QmlDevToolsPrivateDependencies.cmake
 qt6/lib/cmake/Qt6QmlDevToolsPrivate/Qt6QmlDevToolsPrivateTargets-release.cmake
 qt6/lib/cmake/Qt6QmlDevToolsPrivate/Qt6QmlDevToolsPrivateTargets.cmake
@@ -1413,16 +1490,19 @@ qt6/lib/cmake/Qt6QmlDevToolsPrivate/Qt6QmlDevToolsPrivateVersionlessTargets.cmak
 qt6/lib/cmake/Qt6QmlDomPrivate/Qt6QmlDomPrivateAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6QmlDomPrivate/Qt6QmlDomPrivateConfig.cmake
 qt6/lib/cmake/Qt6QmlDomPrivate/Qt6QmlDomPrivateConfigVersion.cmake
+qt6/lib/cmake/Qt6QmlDomPrivate/Qt6QmlDomPrivateConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6QmlDomPrivate/Qt6QmlDomPrivateDependencies.cmake
 qt6/lib/cmake/Qt6QmlDomPrivate/Qt6QmlDomPrivateTargets-release.cmake
 qt6/lib/cmake/Qt6QmlDomPrivate/Qt6QmlDomPrivateTargets.cmake
 qt6/lib/cmake/Qt6QmlDomPrivate/Qt6QmlDomPrivateVersionlessTargets.cmake
 qt6/lib/cmake/Qt6QmlImportScanner/Qt6QmlImportScannerConfig.cmake
 qt6/lib/cmake/Qt6QmlImportScanner/Qt6QmlImportScannerConfigVersion.cmake
+qt6/lib/cmake/Qt6QmlImportScanner/Qt6QmlImportScannerConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6QmlImportScanner/Qt6QmlImportScannerDependencies.cmake
 qt6/lib/cmake/Qt6QmlLocalStorage/Qt6QmlLocalStorageAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6QmlLocalStorage/Qt6QmlLocalStorageConfig.cmake
 qt6/lib/cmake/Qt6QmlLocalStorage/Qt6QmlLocalStorageConfigVersion.cmake
+qt6/lib/cmake/Qt6QmlLocalStorage/Qt6QmlLocalStorageConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6QmlLocalStorage/Qt6QmlLocalStorageDependencies.cmake
 qt6/lib/cmake/Qt6QmlLocalStorage/Qt6QmlLocalStorageTargets-release.cmake
 qt6/lib/cmake/Qt6QmlLocalStorage/Qt6QmlLocalStorageTargets.cmake
@@ -1430,6 +1510,7 @@ qt6/lib/cmake/Qt6QmlLocalStorage/Qt6QmlLocalStorageVersionlessTargets.cmake
 qt6/lib/cmake/Qt6QmlModels/Qt6QmlModelsAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6QmlModels/Qt6QmlModelsConfig.cmake
 qt6/lib/cmake/Qt6QmlModels/Qt6QmlModelsConfigVersion.cmake
+qt6/lib/cmake/Qt6QmlModels/Qt6QmlModelsConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6QmlModels/Qt6QmlModelsDependencies.cmake
 qt6/lib/cmake/Qt6QmlModels/Qt6QmlModelsTargets-release.cmake
 qt6/lib/cmake/Qt6QmlModels/Qt6QmlModelsTargets.cmake
@@ -1437,6 +1518,7 @@ qt6/lib/cmake/Qt6QmlModels/Qt6QmlModelsVersionlessTargets.cmake
 qt6/lib/cmake/Qt6QmlTools/Qt6QmlToolsAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfig.cmake
 qt6/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfigVersion.cmake
+qt6/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6QmlTools/Qt6QmlToolsDependencies.cmake
 qt6/lib/cmake/Qt6QmlTools/Qt6QmlToolsTargets-release.cmake
 qt6/lib/cmake/Qt6QmlTools/Qt6QmlToolsTargets.cmake
@@ -1444,6 +1526,7 @@ qt6/lib/cmake/Qt6QmlTools/Qt6QmlToolsVersionlessTargets.cmake
 qt6/lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptConfig.cmake
 qt6/lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptConfigVersion.cmake
+qt6/lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptDependencies.cmake
 qt6/lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptTargets-release.cmake
 qt6/lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptTargets.cmake
@@ -1451,6 +1534,7 @@ qt6/lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptVersionlessTargets.cmake
 qt6/lib/cmake/Qt6QmlXmlListModel/Qt6QmlXmlListModelAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6QmlXmlListModel/Qt6QmlXmlListModelConfig.cmake
 qt6/lib/cmake/Qt6QmlXmlListModel/Qt6QmlXmlListModelConfigVersion.cmake
+qt6/lib/cmake/Qt6QmlXmlListModel/Qt6QmlXmlListModelConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6QmlXmlListModel/Qt6QmlXmlListModelDependencies.cmake
 qt6/lib/cmake/Qt6QmlXmlListModel/Qt6QmlXmlListModelTargets-release.cmake
 qt6/lib/cmake/Qt6QmlXmlListModel/Qt6QmlXmlListModelTargets.cmake
@@ -1458,6 +1542,7 @@ qt6/lib/cmake/Qt6QmlXmlListModel/Qt6QmlXmlListModelVersionlessTargets.cmake
 qt6/lib/cmake/Qt6Quick/Qt6QuickAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake
 qt6/lib/cmake/Qt6Quick/Qt6QuickConfigVersion.cmake
+qt6/lib/cmake/Qt6Quick/Qt6QuickConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Quick/Qt6QuickDependencies.cmake
 qt6/lib/cmake/Qt6Quick/Qt6QuickTargets-release.cmake
 qt6/lib/cmake/Qt6Quick/Qt6QuickTargets.cmake
@@ -1465,6 +1550,7 @@ qt6/lib/cmake/Qt6Quick/Qt6QuickVersionlessTargets.cmake
 qt6/lib/cmake/Qt6QuickControls2/Qt6QuickControls2AdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6QuickControls2/Qt6QuickControls2Config.cmake
 qt6/lib/cmake/Qt6QuickControls2/Qt6QuickControls2ConfigVersion.cmake
+qt6/lib/cmake/Qt6QuickControls2/Qt6QuickControls2ConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6QuickControls2/Qt6QuickControls2Dependencies.cmake
 qt6/lib/cmake/Qt6QuickControls2/Qt6QuickControls2Targets-release.cmake
 qt6/lib/cmake/Qt6QuickControls2/Qt6QuickControls2Targets.cmake
@@ -1472,13 +1558,23 @@ qt6/lib/cmake/Qt6QuickControls2/Qt6QuickControls2VersionlessTargets.cmake
 qt6/lib/cmake/Qt6QuickControls2Impl/Qt6QuickControls2ImplAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6QuickControls2Impl/Qt6QuickControls2ImplConfig.cmake
 qt6/lib/cmake/Qt6QuickControls2Impl/Qt6QuickControls2ImplConfigVersion.cmake
+qt6/lib/cmake/Qt6QuickControls2Impl/Qt6QuickControls2ImplConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6QuickControls2Impl/Qt6QuickControls2ImplDependencies.cmake
 qt6/lib/cmake/Qt6QuickControls2Impl/Qt6QuickControls2ImplTargets-release.cmake
 qt6/lib/cmake/Qt6QuickControls2Impl/Qt6QuickControls2ImplTargets.cmake
 qt6/lib/cmake/Qt6QuickControls2Impl/Qt6QuickControls2ImplVersionlessTargets.cmake
+qt6/lib/cmake/Qt6QuickControlsTestUtilsPrivate/Qt6QuickControlsTestUtilsPrivateAdditionalTargetInfo.cmake
+qt6/lib/cmake/Qt6QuickControlsTestUtilsPrivate/Qt6QuickControlsTestUtilsPrivateConfig.cmake
+qt6/lib/cmake/Qt6QuickControlsTestUtilsPrivate/Qt6QuickControlsTestUtilsPrivateConfigVersion.cmake
+qt6/lib/cmake/Qt6QuickControlsTestUtilsPrivate/Qt6QuickControlsTestUtilsPrivateConfigVersionImpl.cmake
+qt6/lib/cmake/Qt6QuickControlsTestUtilsPrivate/Qt6QuickControlsTestUtilsPrivateDependencies.cmake
+qt6/lib/cmake/Qt6QuickControlsTestUtilsPrivate/Qt6QuickControlsTestUtilsPrivateTargets-release.cmake
+qt6/lib/cmake/Qt6QuickControlsTestUtilsPrivate/Qt6QuickControlsTestUtilsPrivateTargets.cmake
+qt6/lib/cmake/Qt6QuickControlsTestUtilsPrivate/Qt6QuickControlsTestUtilsPrivateVersionlessTargets.cmake
 qt6/lib/cmake/Qt6QuickDialogs2/Qt6QuickDialogs2AdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6QuickDialogs2/Qt6QuickDialogs2Config.cmake
 qt6/lib/cmake/Qt6QuickDialogs2/Qt6QuickDialogs2ConfigVersion.cmake
+qt6/lib/cmake/Qt6QuickDialogs2/Qt6QuickDialogs2ConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6QuickDialogs2/Qt6QuickDialogs2Dependencies.cmake
 qt6/lib/cmake/Qt6QuickDialogs2/Qt6QuickDialogs2Targets-release.cmake
 qt6/lib/cmake/Qt6QuickDialogs2/Qt6QuickDialogs2Targets.cmake
@@ -1486,6 +1582,7 @@ qt6/lib/cmake/Qt6QuickDialogs2/Qt6QuickDialogs2VersionlessTargets.cmake
 qt6/lib/cmake/Qt6QuickDialogs2QuickImpl/Qt6QuickDialogs2QuickImplAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6QuickDialogs2QuickImpl/Qt6QuickDialogs2QuickImplConfig.cmake
 qt6/lib/cmake/Qt6QuickDialogs2QuickImpl/Qt6QuickDialogs2QuickImplConfigVersion.cmake
+qt6/lib/cmake/Qt6QuickDialogs2QuickImpl/Qt6QuickDialogs2QuickImplConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6QuickDialogs2QuickImpl/Qt6QuickDialogs2QuickImplDependencies.cmake
 qt6/lib/cmake/Qt6QuickDialogs2QuickImpl/Qt6QuickDialogs2QuickImplTargets-release.cmake
 qt6/lib/cmake/Qt6QuickDialogs2QuickImpl/Qt6QuickDialogs2QuickImplTargets.cmake
@@ -1493,6 +1590,7 @@ qt6/lib/cmake/Qt6QuickDialogs2QuickImpl/Qt6QuickDialogs2QuickImplVersionlessTarg
 qt6/lib/cmake/Qt6QuickDialogs2Utils/Qt6QuickDialogs2UtilsAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6QuickDialogs2Utils/Qt6QuickDialogs2UtilsConfig.cmake
 qt6/lib/cmake/Qt6QuickDialogs2Utils/Qt6QuickDialogs2UtilsConfigVersion.cmake
+qt6/lib/cmake/Qt6QuickDialogs2Utils/Qt6QuickDialogs2UtilsConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6QuickDialogs2Utils/Qt6QuickDialogs2UtilsDependencies.cmake
 qt6/lib/cmake/Qt6QuickDialogs2Utils/Qt6QuickDialogs2UtilsTargets-release.cmake
 qt6/lib/cmake/Qt6QuickDialogs2Utils/Qt6QuickDialogs2UtilsTargets.cmake
@@ -1500,6 +1598,7 @@ qt6/lib/cmake/Qt6QuickDialogs2Utils/Qt6QuickDialogs2UtilsVersionlessTargets.cmak
 qt6/lib/cmake/Qt6QuickLayouts/Qt6QuickLayoutsAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6QuickLayouts/Qt6QuickLayoutsConfig.cmake
 qt6/lib/cmake/Qt6QuickLayouts/Qt6QuickLayoutsConfigVersion.cmake
+qt6/lib/cmake/Qt6QuickLayouts/Qt6QuickLayoutsConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6QuickLayouts/Qt6QuickLayoutsDependencies.cmake
 qt6/lib/cmake/Qt6QuickLayouts/Qt6QuickLayoutsTargets-release.cmake
 qt6/lib/cmake/Qt6QuickLayouts/Qt6QuickLayoutsTargets.cmake
@@ -1507,6 +1606,7 @@ qt6/lib/cmake/Qt6QuickLayouts/Qt6QuickLayoutsVersionlessTargets.cmake
 qt6/lib/cmake/Qt6QuickParticlesPrivate/Qt6QuickParticlesPrivateAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6QuickParticlesPrivate/Qt6QuickParticlesPrivateConfig.cmake
 qt6/lib/cmake/Qt6QuickParticlesPrivate/Qt6QuickParticlesPrivateConfigVersion.cmake
+qt6/lib/cmake/Qt6QuickParticlesPrivate/Qt6QuickParticlesPrivateConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6QuickParticlesPrivate/Qt6QuickParticlesPrivateDependencies.cmake
 qt6/lib/cmake/Qt6QuickParticlesPrivate/Qt6QuickParticlesPrivateTargets-release.cmake
 qt6/lib/cmake/Qt6QuickParticlesPrivate/Qt6QuickParticlesPrivateTargets.cmake
@@ -1514,6 +1614,7 @@ qt6/lib/cmake/Qt6QuickParticlesPrivate/Qt6QuickParticlesPrivateVersionlessTarget
 qt6/lib/cmake/Qt6QuickShapesPrivate/Qt6QuickShapesPrivateAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6QuickShapesPrivate/Qt6QuickShapesPrivateConfig.cmake
 qt6/lib/cmake/Qt6QuickShapesPrivate/Qt6QuickShapesPrivateConfigVersion.cmake
+qt6/lib/cmake/Qt6QuickShapesPrivate/Qt6QuickShapesPrivateConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6QuickShapesPrivate/Qt6QuickShapesPrivateDependencies.cmake
 qt6/lib/cmake/Qt6QuickShapesPrivate/Qt6QuickShapesPrivateTargets-release.cmake
 qt6/lib/cmake/Qt6QuickShapesPrivate/Qt6QuickShapesPrivateTargets.cmake
@@ -1521,6 +1622,7 @@ qt6/lib/cmake/Qt6QuickShapesPrivate/Qt6QuickShapesPrivateVersionlessTargets.cmak
 qt6/lib/cmake/Qt6QuickTemplates2/Qt6QuickTemplates2AdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6QuickTemplates2/Qt6QuickTemplates2Config.cmake
 qt6/lib/cmake/Qt6QuickTemplates2/Qt6QuickTemplates2ConfigVersion.cmake
+qt6/lib/cmake/Qt6QuickTemplates2/Qt6QuickTemplates2ConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6QuickTemplates2/Qt6QuickTemplates2Dependencies.cmake
 qt6/lib/cmake/Qt6QuickTemplates2/Qt6QuickTemplates2Targets-release.cmake
 qt6/lib/cmake/Qt6QuickTemplates2/Qt6QuickTemplates2Targets.cmake
@@ -1528,13 +1630,23 @@ qt6/lib/cmake/Qt6QuickTemplates2/Qt6QuickTemplates2VersionlessTargets.cmake
 qt6/lib/cmake/Qt6QuickTest/Qt6QuickTestAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6QuickTest/Qt6QuickTestConfig.cmake
 qt6/lib/cmake/Qt6QuickTest/Qt6QuickTestConfigVersion.cmake
+qt6/lib/cmake/Qt6QuickTest/Qt6QuickTestConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6QuickTest/Qt6QuickTestDependencies.cmake
 qt6/lib/cmake/Qt6QuickTest/Qt6QuickTestTargets-release.cmake
 qt6/lib/cmake/Qt6QuickTest/Qt6QuickTestTargets.cmake
 qt6/lib/cmake/Qt6QuickTest/Qt6QuickTestVersionlessTargets.cmake
+qt6/lib/cmake/Qt6QuickTestUtilsPrivate/Qt6QuickTestUtilsPrivateAdditionalTargetInfo.cmake
+qt6/lib/cmake/Qt6QuickTestUtilsPrivate/Qt6QuickTestUtilsPrivateConfig.cmake
+qt6/lib/cmake/Qt6QuickTestUtilsPrivate/Qt6QuickTestUtilsPrivateConfigVersion.cmake
+qt6/lib/cmake/Qt6QuickTestUtilsPrivate/Qt6QuickTestUtilsPrivateConfigVersionImpl.cmake
+qt6/lib/cmake/Qt6QuickTestUtilsPrivate/Qt6QuickTestUtilsPrivateDependencies.cmake
+qt6/lib/cmake/Qt6QuickTestUtilsPrivate/Qt6QuickTestUtilsPrivateTargets-release.cmake
+qt6/lib/cmake/Qt6QuickTestUtilsPrivate/Qt6QuickTestUtilsPrivateTargets.cmake
+qt6/lib/cmake/Qt6QuickTestUtilsPrivate/Qt6QuickTestUtilsPrivateVersionlessTargets.cmake
 qt6/lib/cmake/Qt6QuickWidgets/Qt6QuickWidgetsAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6QuickWidgets/Qt6QuickWidgetsConfig.cmake
 qt6/lib/cmake/Qt6QuickWidgets/Qt6QuickWidgetsConfigVersion.cmake
+qt6/lib/cmake/Qt6QuickWidgets/Qt6QuickWidgetsConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6QuickWidgets/Qt6QuickWidgetsDependencies.cmake
 qt6/lib/cmake/Qt6QuickWidgets/Qt6QuickWidgetsTargets-release.cmake
 qt6/lib/cmake/Qt6QuickWidgets/Qt6QuickWidgetsTargets.cmake
@@ -1609,6 +1721,8 @@ qt6/lib/libQt6QuickControls2Impl.prl
 qt6/lib/libQt6QuickControls2Impl.so
 qt6/lib/libQt6QuickControls2Impl.so.6
 qt6/lib/libQt6QuickControls2Impl.so.${PKGVERSION}
+qt6/lib/libQt6QuickControlsTestUtils.a
+qt6/lib/libQt6QuickControlsTestUtils.prl
 qt6/lib/libQt6QuickDialogs2.prl
 qt6/lib/libQt6QuickDialogs2.so
 qt6/lib/libQt6QuickDialogs2.so.6
@@ -1641,6 +1755,8 @@ qt6/lib/libQt6QuickTest.prl
 qt6/lib/libQt6QuickTest.so
 qt6/lib/libQt6QuickTest.so.6
 qt6/lib/libQt6QuickTest.so.${PKGVERSION}
+qt6/lib/libQt6QuickTestUtils.a
+qt6/lib/libQt6QuickTestUtils.prl
 qt6/lib/libQt6QuickWidgets.prl
 qt6/lib/libQt6QuickWidgets.so
 qt6/lib/libQt6QuickWidgets.so.6
@@ -1665,6 +1781,7 @@ qt6/lib/metatypes/qt6qmlxmllistmodel_release_metatypes.json
 qt6/lib/metatypes/qt6quick_release_metatypes.json
 qt6/lib/metatypes/qt6quickcontrols2_release_metatypes.json
 qt6/lib/metatypes/qt6quickcontrols2impl_release_metatypes.json
+qt6/lib/metatypes/qt6quickcontrolstestutilsprivate_release_metatypes.json
 qt6/lib/metatypes/qt6quickdialogs2_release_metatypes.json
 qt6/lib/metatypes/qt6quickdialogs2quickimpl_release_metatypes.json
 qt6/lib/metatypes/qt6quickdialogs2utils_release_metatypes.json
@@ -1673,7 +1790,9 @@ qt6/lib/metatypes/qt6quickparticlesprivate_release_metatypes.json
 qt6/lib/metatypes/qt6quickshapesprivate_release_metatypes.json
 qt6/lib/metatypes/qt6quicktemplates2_release_metatypes.json
 qt6/lib/metatypes/qt6quicktest_release_metatypes.json
+qt6/lib/metatypes/qt6quicktestutilsprivate_release_metatypes.json
 qt6/lib/metatypes/qt6quickwidgets_release_metatypes.json
+qt6/lib/objects-Release/QmlCompilerPrivate_resources_1/.rcc/qrc_builtins.cpp.o
 qt6/libexec/qmlcachegen
 qt6/libexec/qmlimportscanner
 qt6/libexec/qmltyperegistrar
@@ -1717,6 +1836,7 @@ qt6/mkspecs/modules/qt_lib_quickcontrols2.pri
 qt6/mkspecs/modules/qt_lib_quickcontrols2_private.pri
 qt6/mkspecs/modules/qt_lib_quickcontrols2impl.pri
 qt6/mkspecs/modules/qt_lib_quickcontrols2impl_private.pri
+qt6/mkspecs/modules/qt_lib_quickcontrolstestutilsprivate_private.pri
 qt6/mkspecs/modules/qt_lib_quickdialogs2.pri
 qt6/mkspecs/modules/qt_lib_quickdialogs2_private.pri
 qt6/mkspecs/modules/qt_lib_quickdialogs2quickimpl.pri
@@ -1729,6 +1849,7 @@ qt6/mkspecs/modules/qt_lib_quickparticles_private.pri
 qt6/mkspecs/modules/qt_lib_quickshapes_private.pri
 qt6/mkspecs/modules/qt_lib_quicktemplates2.pri
 qt6/mkspecs/modules/qt_lib_quicktemplates2_private.pri
+qt6/mkspecs/modules/qt_lib_quicktestutilsprivate_private.pri
 qt6/mkspecs/modules/qt_lib_quickwidgets.pri
 qt6/mkspecs/modules/qt_lib_quickwidgets_private.pri
 qt6/modules/LabsAnimation.json
@@ -1751,6 +1872,7 @@ qt6/modules/QmlXmlListModel.json
 qt6/modules/Quick.json
 qt6/modules/QuickControls2.json
 qt6/modules/QuickControls2Impl.json
+qt6/modules/QuickControlsTestUtilsPrivate.json
 qt6/modules/QuickDialogs2.json
 qt6/modules/QuickDialogs2QuickImpl.json
 qt6/modules/QuickDialogs2Utils.json
@@ -1759,6 +1881,7 @@ qt6/modules/QuickParticlesPrivate.json
 qt6/modules/QuickShapesPrivate.json
 qt6/modules/QuickTemplates2.json
 qt6/modules/QuickTest.json
+qt6/modules/QuickTestUtilsPrivate.json
 qt6/modules/QuickWidgets.json
 qt6/plugins/qmltooling/libqmldbg_debugger.so
 qt6/plugins/qmltooling/libqmldbg_inspector.so
diff --git a/qt6-qtdeclarative/distinfo b/qt6-qtdeclarative/distinfo
index 1ffdc135b8..55268603c4 100644
--- a/qt6-qtdeclarative/distinfo
+++ b/qt6-qtdeclarative/distinfo
@@ -1,8 +1,8 @@
 $NetBSD$
 
-RMD160 (qtdeclarative-everywhere-src-6.2.0.tar.xz) = d709f055928ce5d4354e5c93e0bce3e1f670ac61
-SHA512 (qtdeclarative-everywhere-src-6.2.0.tar.xz) = 5922d50258f5903561153037620aa96048cc7f93e948efe04aa7f25003d125010f64adffdd52df148558ab9275a5da8a43cf299072806fe54309735d0c5a7215
-Size (qtdeclarative-everywhere-src-6.2.0.tar.xz) = 29708368 bytes
+BLAKE2s (qtdeclarative-everywhere-src-6.2.2.tar.xz) = 18dd1d0aee24b54364937c21e5bd9ddb28c2b0f9c6f9d310db711a486efd2c2c
+SHA512 (qtdeclarative-everywhere-src-6.2.2.tar.xz) = 2cfa9814a104e7e046d73a0c3ca191c8c94410e5d28bcb62c3a816c188514fd3d857d35d5f71d06aa902523e2210a3818756b15ac98fecf9a35f624a89ee2e86
+Size (qtdeclarative-everywhere-src-6.2.2.tar.xz) = 29455560 bytes
 SHA1 (patch-src_3rdparty_masm_assembler_ARMv7Assembler.h) = 697cd2dc622aebabf640e1625494c981dcf6df19
 SHA1 (patch-src_3rdparty_masm_wtf_Compiler.h) = 8d7e318e0148eea0f262ec13463bc15bd03478dc
 SHA1 (patch-src_3rdparty_masm_yarr_YarrCanonicalize.h) = 3cb31384f5287a5449d1a6bdd03d42870ac9385f
diff --git a/qt6-qtimageformats/PLIST b/qt6-qtimageformats/PLIST
index c2ae70dcc7..09321c3c06 100644
--- a/qt6-qtimageformats/PLIST
+++ b/qt6-qtimageformats/PLIST
@@ -5,36 +5,43 @@ qt6/lib/cmake/Qt6/FindWrapWebP.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QICNSPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QICNSPluginConfig.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QICNSPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Gui/Qt6QICNSPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QICNSPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QICNSPluginTargets.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QJp2PluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QJp2PluginConfig.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QJp2PluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Gui/Qt6QJp2PluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QJp2PluginTargets-release.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QJp2PluginTargets.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QMngPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QMngPluginConfig.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QMngPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Gui/Qt6QMngPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QMngPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QMngPluginTargets.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QTgaPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QTgaPluginConfig.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QTgaPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Gui/Qt6QTgaPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QTgaPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QTgaPluginTargets.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QTiffPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QTiffPluginConfig.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QTiffPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Gui/Qt6QTiffPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QTiffPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QTiffPluginTargets.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QWbmpPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QWbmpPluginConfig.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QWbmpPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Gui/Qt6QWbmpPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QWbmpPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QWbmpPluginTargets.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QWebpPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QWebpPluginConfig.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QWebpPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Gui/Qt6QWebpPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QWebpPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QWebpPluginTargets.cmake
 qt6/plugins/imageformats/libqicns.so
diff --git a/qt6-qtimageformats/distinfo b/qt6-qtimageformats/distinfo
index 1e0c564fe3..9d0f986602 100644
--- a/qt6-qtimageformats/distinfo
+++ b/qt6-qtimageformats/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (qtimageformats-everywhere-src-6.2.0.tar.xz) = ddf7de7e74f79f28af2eaa074d426418a3a05a97
-SHA512 (qtimageformats-everywhere-src-6.2.0.tar.xz) = 48ec3019dc3bc70871df13d5baaf84791128468bf818ed9c8767b66be401b9934bd7f06e5958905f9bdf8050a1117be4fcc6e1a80dae32f85db0e7b4def42d50
-Size (qtimageformats-everywhere-src-6.2.0.tar.xz) = 1845004 bytes
+BLAKE2s (qtimageformats-everywhere-src-6.2.2.tar.xz) = f68849debbb1db288b99c7c57daf59bb1528b6e720eb0de775d3c6f47dcb9d7a
+SHA512 (qtimageformats-everywhere-src-6.2.2.tar.xz) = 5a60a0b34bbe7b260f63158774b7f2c1bfd2076ff5f252996816843bc5ec57ffd7cafe9918e41f31ff6dc139f6879619c3afd3ef4b8abc9e2361572143e1d06a
+Size (qtimageformats-everywhere-src-6.2.2.tar.xz) = 1849420 bytes
diff --git a/qt6-qtlottie/PLIST b/qt6-qtlottie/PLIST
index 894f65a14b..40e906c906 100644
--- a/qt6-qtlottie/PLIST
+++ b/qt6-qtlottie/PLIST
@@ -34,6 +34,7 @@ qt6/include/QtBodymovin/qtbodymovinversion.h
 qt6/lib/cmake/Qt6BodymovinPrivate/Qt6BodymovinPrivateAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6BodymovinPrivate/Qt6BodymovinPrivateConfig.cmake
 qt6/lib/cmake/Qt6BodymovinPrivate/Qt6BodymovinPrivateConfigVersion.cmake
+qt6/lib/cmake/Qt6BodymovinPrivate/Qt6BodymovinPrivateConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6BodymovinPrivate/Qt6BodymovinPrivateDependencies.cmake
 qt6/lib/cmake/Qt6BodymovinPrivate/Qt6BodymovinPrivateTargets-release.cmake
 qt6/lib/cmake/Qt6BodymovinPrivate/Qt6BodymovinPrivateTargets.cmake
@@ -42,6 +43,7 @@ qt6/lib/cmake/Qt6BuildInternals/StandaloneTests/QtLottieTestsConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6lottieqtpluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6lottieqtpluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6lottieqtpluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6lottieqtpluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6lottieqtpluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6lottieqtpluginTargets.cmake
 qt6/lib/libQt6Bodymovin.prl
diff --git a/qt6-qtlottie/distinfo b/qt6-qtlottie/distinfo
index 2054d99076..971d9fad10 100644
--- a/qt6-qtlottie/distinfo
+++ b/qt6-qtlottie/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (qtlottie-everywhere-src-6.2.0.tar.xz) = 443d462da700dc3c0ff0123c628b61ab67fb502e
-SHA512 (qtlottie-everywhere-src-6.2.0.tar.xz) = f5b6f60dfdb80a18495f88c4e77208a26b5d27ae148f4b7e6be4aa8ece39ec7395e03ca7ec4fee4c7f349f2baf767fe624f7376d1c870c06f9a68b2896f0dd42
-Size (qtlottie-everywhere-src-6.2.0.tar.xz) = 84760 bytes
+BLAKE2s (qtlottie-everywhere-src-6.2.2.tar.xz) = 1505ec5c851d5f26eb63ebfb5b605e68c9d1569075f5c26eb174d8f088299e82
+SHA512 (qtlottie-everywhere-src-6.2.2.tar.xz) = 1d2e33a5ec56431516bcad7627bdfa7f2f892353c7d6131f4d31ffb8c282b4a60d8e202d86453496e9d793b2e57d7c08a1c6fcc7607c2b89853b4973d9960746
+Size (qtlottie-everywhere-src-6.2.2.tar.xz) = 84660 bytes
diff --git a/qt6-qtmultimedia/PLIST b/qt6-qtmultimedia/PLIST
index 3b27245152..f09b0789c3 100644
--- a/qt6-qtmultimedia/PLIST
+++ b/qt6-qtmultimedia/PLIST
@@ -36,7 +36,6 @@ qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/bbcamerasession_p.h
 qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/bbcameravideoencodersettingscontrol_p.h
 qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/evrcustompresenter_p.h
 qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/evrd3dpresentengine_p.h
-qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/evrdefs_p.h
 qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/evrhelpers_p.h
 qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/evrvideowindowcontrol_p.h
 qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/mfactivate_p.h
@@ -64,6 +63,7 @@ qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qalsaintegration_p.h
 qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qalsamediadevices_p.h
 qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qandroidaudiodecoder_p.h
 qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qandroidaudiodevice_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qandroidaudioinput_p.h
 qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qandroidaudiooutput_p.h
 qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qandroidaudiosink_p.h
 qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qandroidaudiosource_p.h
@@ -137,10 +137,10 @@ qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qplatformcamera_p.h
 qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qplatformimagecapture_p.h
 qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qplatformmediacapture_p.h
 qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qplatformmediadevices_p.h
-qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qplatformmediaencoder_p.h
 qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qplatformmediaformatinfo_p.h
 qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qplatformmediaintegration_p.h
 qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qplatformmediaplayer_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qplatformmediarecorder_p.h
 qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qplatformvideosink_p.h
 qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qpulseaudiodevice_p.h
 qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qpulseaudiointegration_p.h
@@ -180,6 +180,7 @@ qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qwindowsmediadevices
 qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qwindowsmediadevicesession_p.h
 qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qwindowsmediaencoder_p.h
 qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qwindowsmultimediautils_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qwindowsmfdefs_p.h
 qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/samplegrabber_p.h
 qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/sourceresolver_p.h
 qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/windowgrabber_p.h
@@ -273,6 +274,7 @@ qt6/lib/cmake/Qt6BuildInternals/StandaloneTests/QtMultimediaTestsConfig.cmake
 qt6/lib/cmake/Qt6Multimedia/Qt6MultimediaAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Multimedia/Qt6MultimediaConfig.cmake
 qt6/lib/cmake/Qt6Multimedia/Qt6MultimediaConfigVersion.cmake
+qt6/lib/cmake/Qt6Multimedia/Qt6MultimediaConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Multimedia/Qt6MultimediaDependencies.cmake
 qt6/lib/cmake/Qt6Multimedia/Qt6MultimediaTargets-release.cmake
 qt6/lib/cmake/Qt6Multimedia/Qt6MultimediaTargets.cmake
@@ -280,6 +282,7 @@ qt6/lib/cmake/Qt6Multimedia/Qt6MultimediaVersionlessTargets.cmake
 qt6/lib/cmake/Qt6MultimediaQuickPrivate/Qt6MultimediaQuickPrivateAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6MultimediaQuickPrivate/Qt6MultimediaQuickPrivateConfig.cmake
 qt6/lib/cmake/Qt6MultimediaQuickPrivate/Qt6MultimediaQuickPrivateConfigVersion.cmake
+qt6/lib/cmake/Qt6MultimediaQuickPrivate/Qt6MultimediaQuickPrivateConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6MultimediaQuickPrivate/Qt6MultimediaQuickPrivateDependencies.cmake
 qt6/lib/cmake/Qt6MultimediaQuickPrivate/Qt6MultimediaQuickPrivateTargets-release.cmake
 qt6/lib/cmake/Qt6MultimediaQuickPrivate/Qt6MultimediaQuickPrivateTargets.cmake
@@ -287,6 +290,7 @@ qt6/lib/cmake/Qt6MultimediaQuickPrivate/Qt6MultimediaQuickPrivateVersionlessTarg
 qt6/lib/cmake/Qt6MultimediaWidgets/Qt6MultimediaWidgetsAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6MultimediaWidgets/Qt6MultimediaWidgetsConfig.cmake
 qt6/lib/cmake/Qt6MultimediaWidgets/Qt6MultimediaWidgetsConfigVersion.cmake
+qt6/lib/cmake/Qt6MultimediaWidgets/Qt6MultimediaWidgetsConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6MultimediaWidgets/Qt6MultimediaWidgetsDependencies.cmake
 qt6/lib/cmake/Qt6MultimediaWidgets/Qt6MultimediaWidgetsTargets-release.cmake
 qt6/lib/cmake/Qt6MultimediaWidgets/Qt6MultimediaWidgetsTargets.cmake
@@ -294,6 +298,7 @@ qt6/lib/cmake/Qt6MultimediaWidgets/Qt6MultimediaWidgetsVersionlessTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickmultimediaAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickmultimediaConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickmultimediaConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickmultimediaConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickmultimediaTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickmultimediaTargets.cmake
 qt6/lib/libQt6Multimedia.prl
diff --git a/qt6-qtmultimedia/distinfo b/qt6-qtmultimedia/distinfo
index 59eefbc3b4..5014535762 100644
--- a/qt6-qtmultimedia/distinfo
+++ b/qt6-qtmultimedia/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (qtmultimedia-everywhere-src-6.2.0.tar.xz) = e6a6df87b3e8e2638f4b3cd372e7736e6f46efb3
-SHA512 (qtmultimedia-everywhere-src-6.2.0.tar.xz) = 16b782470612dc43b3bcba1b940a062cdf7a7b9cd6e2ad789e931c624ec710bc6fae66b1ebd507db6f4aa6c6f6e7ace95ac622fdceed6a869b842fc49443decf
-Size (qtmultimedia-everywhere-src-6.2.0.tar.xz) = 3708284 bytes
+BLAKE2s (qtmultimedia-everywhere-src-6.2.2.tar.xz) = eadd5cf193c9dab4ed93563215f2388f17078f1e374f2461700cb6ef95a33ecf
+SHA512 (qtmultimedia-everywhere-src-6.2.2.tar.xz) = 70eaa88742f0fe5b4106e6ec0ed864fca439b8c4e8c2478894c4f550410b57eee829b2fecf2d199d4892073f0d4754b0acbbea8b8c6ab897ed480730cd9cac15
+Size (qtmultimedia-everywhere-src-6.2.2.tar.xz) = 3771836 bytes
diff --git a/qt6-qtnetworkauth/PLIST b/qt6-qtnetworkauth/PLIST
index 5b2fe5e2e3..1cb34497ab 100644
--- a/qt6-qtnetworkauth/PLIST
+++ b/qt6-qtnetworkauth/PLIST
@@ -31,6 +31,7 @@ qt6/lib/cmake/Qt6BuildInternals/StandaloneTests/QtNetworkAuthTestsConfig.cmake
 qt6/lib/cmake/Qt6NetworkAuth/Qt6NetworkAuthAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6NetworkAuth/Qt6NetworkAuthConfig.cmake
 qt6/lib/cmake/Qt6NetworkAuth/Qt6NetworkAuthConfigVersion.cmake
+qt6/lib/cmake/Qt6NetworkAuth/Qt6NetworkAuthConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6NetworkAuth/Qt6NetworkAuthDependencies.cmake
 qt6/lib/cmake/Qt6NetworkAuth/Qt6NetworkAuthTargets-release.cmake
 qt6/lib/cmake/Qt6NetworkAuth/Qt6NetworkAuthTargets.cmake
diff --git a/qt6-qtnetworkauth/distinfo b/qt6-qtnetworkauth/distinfo
index 2eab1c54c2..a6f5bd67ba 100644
--- a/qt6-qtnetworkauth/distinfo
+++ b/qt6-qtnetworkauth/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (qtnetworkauth-everywhere-src-6.2.0.tar.xz) = bb90e25c94cded16381355fd976969eae1edd079
-SHA512 (qtnetworkauth-everywhere-src-6.2.0.tar.xz) = 64234f7db0abb9d445099fd7bc2fa1dd9a5f740329c9a593bd8aff5fe6333ae2407506e4b8e657306ac79a3a03990fd940a2a09807837df8baea2d0abdd328e5
-Size (qtnetworkauth-everywhere-src-6.2.0.tar.xz) = 144280 bytes
+BLAKE2s (qtnetworkauth-everywhere-src-6.2.2.tar.xz) = 0bf6c4eb21db90ac84f51106ca10394bb21774927c92d540d7a3620946ce2605
+SHA512 (qtnetworkauth-everywhere-src-6.2.2.tar.xz) = 045c9a395573915bb183601e471712ecf20aec3fc5e7acf37cc7ebcb9c5b74164a34c594aea010612612727aef090d44ce938afcba826f1929494b6ed7de5f51
+Size (qtnetworkauth-everywhere-src-6.2.2.tar.xz) = 144312 bytes
diff --git a/qt6-qtquick3d/PLIST b/qt6-qtquick3d/PLIST
index 4cc189511f..9c01965a48 100644
--- a/qt6-qtquick3d/PLIST
+++ b/qt6-qtquick3d/PLIST
@@ -202,31 +202,37 @@ qt6/lib/cmake/Qt6BuildInternals/StandaloneTests/QtQuick3DTestsConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dpluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dpluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dpluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dpluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dpluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qquick3dpluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dassetutilspluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dassetutilspluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dassetutilspluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dassetutilspluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dassetutilspluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dassetutilspluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3deffectpluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3deffectpluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3deffectpluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3deffectpluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3deffectpluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3deffectpluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelperspluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelperspluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelperspluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelperspluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelperspluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dhelperspluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticles3dpluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticles3dpluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticles3dpluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticles3dpluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticles3dpluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticles3dpluginTargets.cmake
 qt6/lib/cmake/Qt6Quick3D/Qt6Quick3DAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Quick3D/Qt6Quick3DConfig.cmake
 qt6/lib/cmake/Qt6Quick3D/Qt6Quick3DConfigVersion.cmake
+qt6/lib/cmake/Qt6Quick3D/Qt6Quick3DConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Quick3D/Qt6Quick3DDependencies.cmake
 qt6/lib/cmake/Qt6Quick3D/Qt6Quick3DMacros.cmake
 qt6/lib/cmake/Qt6Quick3D/Qt6Quick3DTargets-release.cmake
@@ -235,11 +241,13 @@ qt6/lib/cmake/Qt6Quick3D/Qt6Quick3DVersionlessTargets.cmake
 qt6/lib/cmake/Qt6Quick3DAssetImport/Qt6AssimpImporterPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Quick3DAssetImport/Qt6AssimpImporterPluginConfig.cmake
 qt6/lib/cmake/Qt6Quick3DAssetImport/Qt6AssimpImporterPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Quick3DAssetImport/Qt6AssimpImporterPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Quick3DAssetImport/Qt6AssimpImporterPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Quick3DAssetImport/Qt6AssimpImporterPluginTargets.cmake
 qt6/lib/cmake/Qt6Quick3DAssetImport/Qt6Quick3DAssetImportAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Quick3DAssetImport/Qt6Quick3DAssetImportConfig.cmake
 qt6/lib/cmake/Qt6Quick3DAssetImport/Qt6Quick3DAssetImportConfigVersion.cmake
+qt6/lib/cmake/Qt6Quick3DAssetImport/Qt6Quick3DAssetImportConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Quick3DAssetImport/Qt6Quick3DAssetImportDependencies.cmake
 qt6/lib/cmake/Qt6Quick3DAssetImport/Qt6Quick3DAssetImportTargets-release.cmake
 qt6/lib/cmake/Qt6Quick3DAssetImport/Qt6Quick3DAssetImportTargets.cmake
@@ -247,11 +255,13 @@ qt6/lib/cmake/Qt6Quick3DAssetImport/Qt6Quick3DAssetImportVersionlessTargets.cmak
 qt6/lib/cmake/Qt6Quick3DAssetImport/Qt6UipAssetImporterPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Quick3DAssetImport/Qt6UipAssetImporterPluginConfig.cmake
 qt6/lib/cmake/Qt6Quick3DAssetImport/Qt6UipAssetImporterPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Quick3DAssetImport/Qt6UipAssetImporterPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Quick3DAssetImport/Qt6UipAssetImporterPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Quick3DAssetImport/Qt6UipAssetImporterPluginTargets.cmake
 qt6/lib/cmake/Qt6Quick3DAssetUtils/Qt6Quick3DAssetUtilsAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Quick3DAssetUtils/Qt6Quick3DAssetUtilsConfig.cmake
 qt6/lib/cmake/Qt6Quick3DAssetUtils/Qt6Quick3DAssetUtilsConfigVersion.cmake
+qt6/lib/cmake/Qt6Quick3DAssetUtils/Qt6Quick3DAssetUtilsConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Quick3DAssetUtils/Qt6Quick3DAssetUtilsDependencies.cmake
 qt6/lib/cmake/Qt6Quick3DAssetUtils/Qt6Quick3DAssetUtilsTargets-release.cmake
 qt6/lib/cmake/Qt6Quick3DAssetUtils/Qt6Quick3DAssetUtilsTargets.cmake
@@ -259,6 +269,7 @@ qt6/lib/cmake/Qt6Quick3DAssetUtils/Qt6Quick3DAssetUtilsVersionlessTargets.cmake
 qt6/lib/cmake/Qt6Quick3DEffects/Qt6Quick3DEffectsAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Quick3DEffects/Qt6Quick3DEffectsConfig.cmake
 qt6/lib/cmake/Qt6Quick3DEffects/Qt6Quick3DEffectsConfigVersion.cmake
+qt6/lib/cmake/Qt6Quick3DEffects/Qt6Quick3DEffectsConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Quick3DEffects/Qt6Quick3DEffectsDependencies.cmake
 qt6/lib/cmake/Qt6Quick3DEffects/Qt6Quick3DEffectsTargets-release.cmake
 qt6/lib/cmake/Qt6Quick3DEffects/Qt6Quick3DEffectsTargets.cmake
@@ -266,6 +277,7 @@ qt6/lib/cmake/Qt6Quick3DEffects/Qt6Quick3DEffectsVersionlessTargets.cmake
 qt6/lib/cmake/Qt6Quick3DHelpers/Qt6Quick3DHelpersAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Quick3DHelpers/Qt6Quick3DHelpersConfig.cmake
 qt6/lib/cmake/Qt6Quick3DHelpers/Qt6Quick3DHelpersConfigVersion.cmake
+qt6/lib/cmake/Qt6Quick3DHelpers/Qt6Quick3DHelpersConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Quick3DHelpers/Qt6Quick3DHelpersDependencies.cmake
 qt6/lib/cmake/Qt6Quick3DHelpers/Qt6Quick3DHelpersTargets-release.cmake
 qt6/lib/cmake/Qt6Quick3DHelpers/Qt6Quick3DHelpersTargets.cmake
@@ -273,6 +285,7 @@ qt6/lib/cmake/Qt6Quick3DHelpers/Qt6Quick3DHelpersVersionlessTargets.cmake
 qt6/lib/cmake/Qt6Quick3DIblBaker/Qt6Quick3DIblBakerAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Quick3DIblBaker/Qt6Quick3DIblBakerConfig.cmake
 qt6/lib/cmake/Qt6Quick3DIblBaker/Qt6Quick3DIblBakerConfigVersion.cmake
+qt6/lib/cmake/Qt6Quick3DIblBaker/Qt6Quick3DIblBakerConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Quick3DIblBaker/Qt6Quick3DIblBakerDependencies.cmake
 qt6/lib/cmake/Qt6Quick3DIblBaker/Qt6Quick3DIblBakerTargets-release.cmake
 qt6/lib/cmake/Qt6Quick3DIblBaker/Qt6Quick3DIblBakerTargets.cmake
@@ -280,6 +293,7 @@ qt6/lib/cmake/Qt6Quick3DIblBaker/Qt6Quick3DIblBakerVersionlessTargets.cmake
 qt6/lib/cmake/Qt6Quick3DParticles/Qt6Quick3DParticlesAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Quick3DParticles/Qt6Quick3DParticlesConfig.cmake
 qt6/lib/cmake/Qt6Quick3DParticles/Qt6Quick3DParticlesConfigVersion.cmake
+qt6/lib/cmake/Qt6Quick3DParticles/Qt6Quick3DParticlesConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Quick3DParticles/Qt6Quick3DParticlesDependencies.cmake
 qt6/lib/cmake/Qt6Quick3DParticles/Qt6Quick3DParticlesTargets-release.cmake
 qt6/lib/cmake/Qt6Quick3DParticles/Qt6Quick3DParticlesTargets.cmake
@@ -287,6 +301,7 @@ qt6/lib/cmake/Qt6Quick3DParticles/Qt6Quick3DParticlesVersionlessTargets.cmake
 qt6/lib/cmake/Qt6Quick3DRuntimeRender/Qt6Quick3DRuntimeRenderAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Quick3DRuntimeRender/Qt6Quick3DRuntimeRenderConfig.cmake
 qt6/lib/cmake/Qt6Quick3DRuntimeRender/Qt6Quick3DRuntimeRenderConfigVersion.cmake
+qt6/lib/cmake/Qt6Quick3DRuntimeRender/Qt6Quick3DRuntimeRenderConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Quick3DRuntimeRender/Qt6Quick3DRuntimeRenderDependencies.cmake
 qt6/lib/cmake/Qt6Quick3DRuntimeRender/Qt6Quick3DRuntimeRenderTargets-release.cmake
 qt6/lib/cmake/Qt6Quick3DRuntimeRender/Qt6Quick3DRuntimeRenderTargets.cmake
@@ -294,6 +309,7 @@ qt6/lib/cmake/Qt6Quick3DRuntimeRender/Qt6Quick3DRuntimeRenderVersionlessTargets.
 qt6/lib/cmake/Qt6Quick3DTools/Qt6Quick3DToolsAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Quick3DTools/Qt6Quick3DToolsConfig.cmake
 qt6/lib/cmake/Qt6Quick3DTools/Qt6Quick3DToolsConfigVersion.cmake
+qt6/lib/cmake/Qt6Quick3DTools/Qt6Quick3DToolsConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Quick3DTools/Qt6Quick3DToolsDependencies.cmake
 qt6/lib/cmake/Qt6Quick3DTools/Qt6Quick3DToolsTargets-release.cmake
 qt6/lib/cmake/Qt6Quick3DTools/Qt6Quick3DToolsTargets.cmake
@@ -301,6 +317,7 @@ qt6/lib/cmake/Qt6Quick3DTools/Qt6Quick3DToolsVersionlessTargets.cmake
 qt6/lib/cmake/Qt6Quick3DUtils/Qt6Quick3DUtilsAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Quick3DUtils/Qt6Quick3DUtilsConfig.cmake
 qt6/lib/cmake/Qt6Quick3DUtils/Qt6Quick3DUtilsConfigVersion.cmake
+qt6/lib/cmake/Qt6Quick3DUtils/Qt6Quick3DUtilsConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Quick3DUtils/Qt6Quick3DUtilsDependencies.cmake
 qt6/lib/cmake/Qt6Quick3DUtils/Qt6Quick3DUtilsTargets-release.cmake
 qt6/lib/cmake/Qt6Quick3DUtils/Qt6Quick3DUtilsTargets.cmake
@@ -637,9 +654,21 @@ qt6/qml/QtQuick3D/designer/images/dummy%2x.png@localhost
 qt6/qml/QtQuick3D/designer/images/effect.png
 qt6/qml/QtQuick3D/designer/images/effect16.png
 qt6/qml/QtQuick3D/designer/images/effect%2x.png@localhost
+qt6/qml/QtQuick3D/designer/images/fileinstancing.png
+qt6/qml/QtQuick3D/designer/images/fileinstancing16.png
+qt6/qml/QtQuick3D/designer/images/fileinstancing%2x.png@localhost
 qt6/qml/QtQuick3D/designer/images/group.png
 qt6/qml/QtQuick3D/designer/images/group16.png
 qt6/qml/QtQuick3D/designer/images/group%2x.png@localhost
+qt6/qml/QtQuick3D/designer/images/instancelist.png
+qt6/qml/QtQuick3D/designer/images/instancelist16.png
+qt6/qml/QtQuick3D/designer/images/instancelist%2x.png@localhost
+qt6/qml/QtQuick3D/designer/images/instancelistentry.png
+qt6/qml/QtQuick3D/designer/images/instancelistentry16.png
+qt6/qml/QtQuick3D/designer/images/instancelistentry%2x.png@localhost
+qt6/qml/QtQuick3D/designer/images/joint.png
+qt6/qml/QtQuick3D/designer/images/joint16.png
+qt6/qml/QtQuick3D/designer/images/joint%2x.png@localhost
 qt6/qml/QtQuick3D/designer/images/lightdirectional.png
 qt6/qml/QtQuick3D/designer/images/lightdirectional16.png
 qt6/qml/QtQuick3D/designer/images/lightdirectional%2x.png@localhost
@@ -649,13 +678,22 @@ qt6/qml/QtQuick3D/designer/images/lightpoint%2x.png@localhost
 qt6/qml/QtQuick3D/designer/images/lightspot.png
 qt6/qml/QtQuick3D/designer/images/lightspot16.png
 qt6/qml/QtQuick3D/designer/images/lightspot%2x.png@localhost
+qt6/qml/QtQuick3D/designer/images/loader3d.png
+qt6/qml/QtQuick3D/designer/images/loader3d16.png
+qt6/qml/QtQuick3D/designer/images/loader3d%2x.png@localhost
 qt6/qml/QtQuick3D/designer/images/material.png
 qt6/qml/QtQuick3D/designer/images/material16.png
 qt6/qml/QtQuick3D/designer/images/material%2x.png@localhost
 qt6/qml/QtQuick3D/designer/images/model16.png
+qt6/qml/QtQuick3D/designer/images/morphtarget.png
+qt6/qml/QtQuick3D/designer/images/morphtarget16.png
+qt6/qml/QtQuick3D/designer/images/morphtarget%2x.png@localhost
 qt6/qml/QtQuick3D/designer/images/plane.png
 qt6/qml/QtQuick3D/designer/images/plane16.png
 qt6/qml/QtQuick3D/designer/images/plane%2x.png@localhost
+qt6/qml/QtQuick3D/designer/images/repeater3d.png
+qt6/qml/QtQuick3D/designer/images/repeater3d16.png
+qt6/qml/QtQuick3D/designer/images/repeater3d%2x.png@localhost
 qt6/qml/QtQuick3D/designer/images/scene.png
 qt6/qml/QtQuick3D/designer/images/scene16.png
 qt6/qml/QtQuick3D/designer/images/scene%2x.png@localhost
@@ -665,6 +703,9 @@ qt6/qml/QtQuick3D/designer/images/shadercommand%2x.png@localhost
 qt6/qml/QtQuick3D/designer/images/shaderutil.png
 qt6/qml/QtQuick3D/designer/images/shaderutil16.png
 qt6/qml/QtQuick3D/designer/images/shaderutil%2x.png@localhost
+qt6/qml/QtQuick3D/designer/images/skeleton.png
+qt6/qml/QtQuick3D/designer/images/skeleton16.png
+qt6/qml/QtQuick3D/designer/images/skeleton%2x.png@localhost
 qt6/qml/QtQuick3D/designer/images/sphere.png
 qt6/qml/QtQuick3D/designer/images/sphere16.png
 qt6/qml/QtQuick3D/designer/images/sphere%2x.png@localhost
diff --git a/qt6-qtquick3d/distinfo b/qt6-qtquick3d/distinfo
index c2c10bf676..08de5063fc 100644
--- a/qt6-qtquick3d/distinfo
+++ b/qt6-qtquick3d/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (qtquick3d-everywhere-src-6.2.0.tar.xz) = 0b5830b92bb688fc46d9cd4ca62a7d0790b44de5
-SHA512 (qtquick3d-everywhere-src-6.2.0.tar.xz) = d1338e13920ca29292d3d68e8e155b0da5581ebfc03d479eeef3c641387ba0ea63bb0dc99ed8db534c8bc5fb11628391cb5d430cfaeb1d2627800388bf47e97d
-Size (qtquick3d-everywhere-src-6.2.0.tar.xz) = 54524972 bytes
+BLAKE2s (qtquick3d-everywhere-src-6.2.2.tar.xz) = e6031328be6fd1990d5f513e95992d2784c860f097abf5c71118693394c3c102
+SHA512 (qtquick3d-everywhere-src-6.2.2.tar.xz) = 341e7a68db7818254538049d59d862c520563a1483d80b85f39f80e7a0ca9e6348c9a5ac01334b27b50466861aa0248ef09ecd14b39c26c3cd5c148edcd6f534
+Size (qtquick3d-everywhere-src-6.2.2.tar.xz) = 54614976 bytes
diff --git a/qt6-qtquicktimeline/PLIST b/qt6-qtquicktimeline/PLIST
index 68c5d2a835..81b800a611 100644
--- a/qt6-qtquicktimeline/PLIST
+++ b/qt6-qtquicktimeline/PLIST
@@ -13,11 +13,13 @@ qt6/lib/cmake/Qt6BuildInternals/StandaloneTests/QtQuickTimelineTestsConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelinepluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelinepluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelinepluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelinepluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelinepluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktimelinepluginTargets.cmake
 qt6/lib/cmake/Qt6QuickTimeline/Qt6QuickTimelineAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6QuickTimeline/Qt6QuickTimelineConfig.cmake
 qt6/lib/cmake/Qt6QuickTimeline/Qt6QuickTimelineConfigVersion.cmake
+qt6/lib/cmake/Qt6QuickTimeline/Qt6QuickTimelineConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6QuickTimeline/Qt6QuickTimelineDependencies.cmake
 qt6/lib/cmake/Qt6QuickTimeline/Qt6QuickTimelineTargets-release.cmake
 qt6/lib/cmake/Qt6QuickTimeline/Qt6QuickTimelineTargets.cmake
diff --git a/qt6-qtquicktimeline/distinfo b/qt6-qtquicktimeline/distinfo
index 1300cfc688..65eadb8a01 100644
--- a/qt6-qtquicktimeline/distinfo
+++ b/qt6-qtquicktimeline/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (qtquicktimeline-everywhere-src-6.2.0.tar.xz) = 91d609ed8f2cab8900e2a258487da259a127ae62
-SHA512 (qtquicktimeline-everywhere-src-6.2.0.tar.xz) = 728948e85c91cbfc63c430f0c4418ac81e21bb261e1320cb7cad24dab505dbeed7ddda6cfeb2abf8ec1ac86dc8f0e562509e5738a6698c08e179779cbbd77ad7
-Size (qtquicktimeline-everywhere-src-6.2.0.tar.xz) = 109136 bytes
+BLAKE2s (qtquicktimeline-everywhere-src-6.2.2.tar.xz) = c7c03fb4a6ef601c4f70476252c5a548197fc6cafe888e2205d5d08cf65da4bb
+SHA512 (qtquicktimeline-everywhere-src-6.2.2.tar.xz) = a35c299cf2f876aa1f07c46068fba0d9157ec12ac93bb28a45654e68086090c41e95c1c6138d7e7b7b84e923b324d0513ba0851e7683d62bab8d9ffa6a6c7357
+Size (qtquicktimeline-everywhere-src-6.2.2.tar.xz) = 109116 bytes
diff --git a/qt6-qtremoteobjects/PLIST b/qt6-qtremoteobjects/PLIST
index b7bcfaf845..cd8ccc1e2c 100644
--- a/qt6-qtremoteobjects/PLIST
+++ b/qt6-qtremoteobjects/PLIST
@@ -77,11 +77,13 @@ qt6/lib/cmake/Qt6BuildInternals/StandaloneTests/QtRemoteObjectsTestsConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6declarative_remoteobjectsAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6declarative_remoteobjectsConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6declarative_remoteobjectsConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6declarative_remoteobjectsConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6declarative_remoteobjectsTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6declarative_remoteobjectsTargets.cmake
 qt6/lib/cmake/Qt6RemoteObjects/Qt6RemoteObjectsAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6RemoteObjects/Qt6RemoteObjectsConfig.cmake
 qt6/lib/cmake/Qt6RemoteObjects/Qt6RemoteObjectsConfigVersion.cmake
+qt6/lib/cmake/Qt6RemoteObjects/Qt6RemoteObjectsConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6RemoteObjects/Qt6RemoteObjectsDependencies.cmake
 qt6/lib/cmake/Qt6RemoteObjects/Qt6RemoteObjectsMacros.cmake
 qt6/lib/cmake/Qt6RemoteObjects/Qt6RemoteObjectsTargets-release.cmake
@@ -90,6 +92,7 @@ qt6/lib/cmake/Qt6RemoteObjects/Qt6RemoteObjectsVersionlessTargets.cmake
 qt6/lib/cmake/Qt6RemoteObjectsQml/Qt6RemoteObjectsQmlAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6RemoteObjectsQml/Qt6RemoteObjectsQmlConfig.cmake
 qt6/lib/cmake/Qt6RemoteObjectsQml/Qt6RemoteObjectsQmlConfigVersion.cmake
+qt6/lib/cmake/Qt6RemoteObjectsQml/Qt6RemoteObjectsQmlConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6RemoteObjectsQml/Qt6RemoteObjectsQmlDependencies.cmake
 qt6/lib/cmake/Qt6RemoteObjectsQml/Qt6RemoteObjectsQmlTargets-release.cmake
 qt6/lib/cmake/Qt6RemoteObjectsQml/Qt6RemoteObjectsQmlTargets.cmake
@@ -97,6 +100,7 @@ qt6/lib/cmake/Qt6RemoteObjectsQml/Qt6RemoteObjectsQmlVersionlessTargets.cmake
 qt6/lib/cmake/Qt6RemoteObjectsTools/Qt6RemoteObjectsToolsAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6RemoteObjectsTools/Qt6RemoteObjectsToolsConfig.cmake
 qt6/lib/cmake/Qt6RemoteObjectsTools/Qt6RemoteObjectsToolsConfigVersion.cmake
+qt6/lib/cmake/Qt6RemoteObjectsTools/Qt6RemoteObjectsToolsConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6RemoteObjectsTools/Qt6RemoteObjectsToolsDependencies.cmake
 qt6/lib/cmake/Qt6RemoteObjectsTools/Qt6RemoteObjectsToolsTargets-release.cmake
 qt6/lib/cmake/Qt6RemoteObjectsTools/Qt6RemoteObjectsToolsTargets.cmake
@@ -104,6 +108,7 @@ qt6/lib/cmake/Qt6RemoteObjectsTools/Qt6RemoteObjectsToolsVersionlessTargets.cmak
 qt6/lib/cmake/Qt6RepParser/Qt6RepParserAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6RepParser/Qt6RepParserConfig.cmake
 qt6/lib/cmake/Qt6RepParser/Qt6RepParserConfigVersion.cmake
+qt6/lib/cmake/Qt6RepParser/Qt6RepParserConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6RepParser/Qt6RepParserDependencies.cmake
 qt6/lib/cmake/Qt6RepParser/Qt6RepParserTargets.cmake
 qt6/lib/cmake/Qt6RepParser/Qt6RepParserVersionlessTargets.cmake
diff --git a/qt6-qtremoteobjects/distinfo b/qt6-qtremoteobjects/distinfo
index b28980fae1..a09c8c34bb 100644
--- a/qt6-qtremoteobjects/distinfo
+++ b/qt6-qtremoteobjects/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (qtremoteobjects-everywhere-src-6.2.0.tar.xz) = 3e4935efcec5890d0a610c08f0b40753e2109139
-SHA512 (qtremoteobjects-everywhere-src-6.2.0.tar.xz) = fc8c9787c72d5e13b24ee9a5e405aacc64c616d0fe285a0699d654a1f010dbee5a6e8b05138a37faea0d8f9fa840faae14e5a26091409257ddf9df2564e91db1
-Size (qtremoteobjects-everywhere-src-6.2.0.tar.xz) = 358556 bytes
+BLAKE2s (qtremoteobjects-everywhere-src-6.2.2.tar.xz) = 7ca77e6b772bb3f3b5abadd0604fdd136bdf1e3ebe4e07b358e9fdba95c8941b
+SHA512 (qtremoteobjects-everywhere-src-6.2.2.tar.xz) = da2c7137feaf4550146aad21f1211748780c9f506ff1802eb2b1935da6a97a22fdc196bd0da60b6e636d3cd3ac8d03ec4bc3eb214f12ecaf7331baed654b7edf
+Size (qtremoteobjects-everywhere-src-6.2.2.tar.xz) = 359416 bytes
diff --git a/qt6-qtscxml/PLIST b/qt6-qtscxml/PLIST
index 5df304def7..23a5cce6ad 100644
--- a/qt6-qtscxml/PLIST
+++ b/qt6-qtscxml/PLIST
@@ -103,21 +103,25 @@ qt6/lib/cmake/Qt6BuildInternals/StandaloneTests/QtScxmlTestsConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6declarative_scxmlAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6declarative_scxmlConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6declarative_scxmlConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6declarative_scxmlConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6declarative_scxmlTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6declarative_scxmlTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlstatemachineAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlstatemachineConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlstatemachineConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlstatemachineConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlstatemachineTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlstatemachineTargets.cmake
 qt6/lib/cmake/Qt6Scxml/Qt6QScxmlEcmaScriptDataModelPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Scxml/Qt6QScxmlEcmaScriptDataModelPluginConfig.cmake
 qt6/lib/cmake/Qt6Scxml/Qt6QScxmlEcmaScriptDataModelPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Scxml/Qt6QScxmlEcmaScriptDataModelPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Scxml/Qt6QScxmlEcmaScriptDataModelPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Scxml/Qt6QScxmlEcmaScriptDataModelPluginTargets.cmake
 qt6/lib/cmake/Qt6Scxml/Qt6ScxmlAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Scxml/Qt6ScxmlConfig.cmake
 qt6/lib/cmake/Qt6Scxml/Qt6ScxmlConfigVersion.cmake
+qt6/lib/cmake/Qt6Scxml/Qt6ScxmlConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Scxml/Qt6ScxmlDependencies.cmake
 qt6/lib/cmake/Qt6Scxml/Qt6ScxmlMacros.cmake
 qt6/lib/cmake/Qt6Scxml/Qt6ScxmlTargets-release.cmake
@@ -126,6 +130,7 @@ qt6/lib/cmake/Qt6Scxml/Qt6ScxmlVersionlessTargets.cmake
 qt6/lib/cmake/Qt6ScxmlQml/Qt6ScxmlQmlAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6ScxmlQml/Qt6ScxmlQmlConfig.cmake
 qt6/lib/cmake/Qt6ScxmlQml/Qt6ScxmlQmlConfigVersion.cmake
+qt6/lib/cmake/Qt6ScxmlQml/Qt6ScxmlQmlConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6ScxmlQml/Qt6ScxmlQmlDependencies.cmake
 qt6/lib/cmake/Qt6ScxmlQml/Qt6ScxmlQmlTargets-release.cmake
 qt6/lib/cmake/Qt6ScxmlQml/Qt6ScxmlQmlTargets.cmake
@@ -133,6 +138,7 @@ qt6/lib/cmake/Qt6ScxmlQml/Qt6ScxmlQmlVersionlessTargets.cmake
 qt6/lib/cmake/Qt6ScxmlTools/Qt6ScxmlToolsAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6ScxmlTools/Qt6ScxmlToolsConfig.cmake
 qt6/lib/cmake/Qt6ScxmlTools/Qt6ScxmlToolsConfigVersion.cmake
+qt6/lib/cmake/Qt6ScxmlTools/Qt6ScxmlToolsConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6ScxmlTools/Qt6ScxmlToolsDependencies.cmake
 qt6/lib/cmake/Qt6ScxmlTools/Qt6ScxmlToolsTargets-release.cmake
 qt6/lib/cmake/Qt6ScxmlTools/Qt6ScxmlToolsTargets.cmake
@@ -140,6 +146,7 @@ qt6/lib/cmake/Qt6ScxmlTools/Qt6ScxmlToolsVersionlessTargets.cmake
 qt6/lib/cmake/Qt6StateMachine/Qt6StateMachineAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6StateMachine/Qt6StateMachineConfig.cmake
 qt6/lib/cmake/Qt6StateMachine/Qt6StateMachineConfigVersion.cmake
+qt6/lib/cmake/Qt6StateMachine/Qt6StateMachineConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6StateMachine/Qt6StateMachineDependencies.cmake
 qt6/lib/cmake/Qt6StateMachine/Qt6StateMachineTargets-release.cmake
 qt6/lib/cmake/Qt6StateMachine/Qt6StateMachineTargets.cmake
@@ -147,6 +154,7 @@ qt6/lib/cmake/Qt6StateMachine/Qt6StateMachineVersionlessTargets.cmake
 qt6/lib/cmake/Qt6StateMachineQml/Qt6StateMachineQmlAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6StateMachineQml/Qt6StateMachineQmlConfig.cmake
 qt6/lib/cmake/Qt6StateMachineQml/Qt6StateMachineQmlConfigVersion.cmake
+qt6/lib/cmake/Qt6StateMachineQml/Qt6StateMachineQmlConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6StateMachineQml/Qt6StateMachineQmlDependencies.cmake
 qt6/lib/cmake/Qt6StateMachineQml/Qt6StateMachineQmlTargets-release.cmake
 qt6/lib/cmake/Qt6StateMachineQml/Qt6StateMachineQmlTargets.cmake
diff --git a/qt6-qtscxml/distinfo b/qt6-qtscxml/distinfo
index e449645f9d..5eaed4a2c7 100644
--- a/qt6-qtscxml/distinfo
+++ b/qt6-qtscxml/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (qtscxml-everywhere-src-6.2.0.tar.xz) = f57ab226b14c50f78af934c25e45dd5dff8563be
-SHA512 (qtscxml-everywhere-src-6.2.0.tar.xz) = 08e92f241d53d61ecceb39989a38547bf15fbff2e3b6d8cad61da7f83940708379bf4a44b0391b0a8a16fb89d9700735dddfba6a143029783de636ff6786277b
-Size (qtscxml-everywhere-src-6.2.0.tar.xz) = 1781412 bytes
+BLAKE2s (qtscxml-everywhere-src-6.2.2.tar.xz) = 62da00fa670e9cd963f63966308c2e7aa26bdc6825db137471742478c9591daa
+SHA512 (qtscxml-everywhere-src-6.2.2.tar.xz) = c4397530e101fa01753c258da10d177ff1158b2224573afa9909b269cfe35a89dedcf3b716fab89714316223a536b4acfbd2004b2de0122633cebbf033f4c8f4
+Size (qtscxml-everywhere-src-6.2.2.tar.xz) = 1781352 bytes
diff --git a/qt6-qtshadertools/PLIST b/qt6-qtshadertools/PLIST
index c4eb9b0547..7333841b5a 100644
--- a/qt6-qtshadertools/PLIST
+++ b/qt6-qtshadertools/PLIST
@@ -15,6 +15,7 @@ qt6/lib/cmake/Qt6BuildInternals/StandaloneTests/QtShaderToolsTestsConfig.cmake
 qt6/lib/cmake/Qt6ShaderTools/Qt6ShaderToolsAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6ShaderTools/Qt6ShaderToolsConfig.cmake
 qt6/lib/cmake/Qt6ShaderTools/Qt6ShaderToolsConfigVersion.cmake
+qt6/lib/cmake/Qt6ShaderTools/Qt6ShaderToolsConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6ShaderTools/Qt6ShaderToolsDependencies.cmake
 qt6/lib/cmake/Qt6ShaderTools/Qt6ShaderToolsTargets-release.cmake
 qt6/lib/cmake/Qt6ShaderTools/Qt6ShaderToolsTargets.cmake
@@ -23,6 +24,7 @@ qt6/lib/cmake/Qt6ShaderToolsTools/Qt6ShaderToolsMacros.cmake
 qt6/lib/cmake/Qt6ShaderToolsTools/Qt6ShaderToolsToolsAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6ShaderToolsTools/Qt6ShaderToolsToolsConfig.cmake
 qt6/lib/cmake/Qt6ShaderToolsTools/Qt6ShaderToolsToolsConfigVersion.cmake
+qt6/lib/cmake/Qt6ShaderToolsTools/Qt6ShaderToolsToolsConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6ShaderToolsTools/Qt6ShaderToolsToolsDependencies.cmake
 qt6/lib/cmake/Qt6ShaderToolsTools/Qt6ShaderToolsToolsTargets-release.cmake
 qt6/lib/cmake/Qt6ShaderToolsTools/Qt6ShaderToolsToolsTargets.cmake
diff --git a/qt6-qtshadertools/distinfo b/qt6-qtshadertools/distinfo
index 6134f7d7c0..cdc0124d7f 100644
--- a/qt6-qtshadertools/distinfo
+++ b/qt6-qtshadertools/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (qtshadertools-everywhere-src-6.2.0.tar.xz) = 767428e813007fb5fb80a6c708804f97a54b3221
-SHA512 (qtshadertools-everywhere-src-6.2.0.tar.xz) = cc83c6abbc3c7a78f61ab87b577042951f8b9f217675955b73cc357bf09d2f8f5850fa8d3cc93f0630d907c4ab056b5b8e266b6c7819253f632e4267b3e52706
-Size (qtshadertools-everywhere-src-6.2.0.tar.xz) = 985320 bytes
+BLAKE2s (qtshadertools-everywhere-src-6.2.2.tar.xz) = 020cb08705775fe031300969d709dd43b2376d3d1a806ec3d76738003cd161c6
+SHA512 (qtshadertools-everywhere-src-6.2.2.tar.xz) = ff05db03bd0bee5226d03b64299d0afd63ea84dd0b6545ccb41e965f2354f01b867b3ff7ff1f2e80f18f16cc6ae597c22fe028d278d85e23167bee03a3b245c7
+Size (qtshadertools-everywhere-src-6.2.2.tar.xz) = 986604 bytes
diff --git a/qt6-qtsvg/PLIST b/qt6-qtsvg/PLIST
index 493a675dc3..23d0382c89 100644
--- a/qt6-qtsvg/PLIST
+++ b/qt6-qtsvg/PLIST
@@ -29,16 +29,19 @@ qt6/lib/cmake/Qt6BuildInternals/StandaloneTests/QtSvgTestsConfig.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QSvgIconPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QSvgIconPluginConfig.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QSvgIconPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Gui/Qt6QSvgIconPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QSvgIconPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QSvgIconPluginTargets.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QSvgPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QSvgPluginConfig.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QSvgPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Gui/Qt6QSvgPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QSvgPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QSvgPluginTargets.cmake
 qt6/lib/cmake/Qt6Svg/Qt6SvgAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Svg/Qt6SvgConfig.cmake
 qt6/lib/cmake/Qt6Svg/Qt6SvgConfigVersion.cmake
+qt6/lib/cmake/Qt6Svg/Qt6SvgConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Svg/Qt6SvgDependencies.cmake
 qt6/lib/cmake/Qt6Svg/Qt6SvgTargets-release.cmake
 qt6/lib/cmake/Qt6Svg/Qt6SvgTargets.cmake
@@ -46,6 +49,7 @@ qt6/lib/cmake/Qt6Svg/Qt6SvgVersionlessTargets.cmake
 qt6/lib/cmake/Qt6SvgWidgets/Qt6SvgWidgetsAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6SvgWidgets/Qt6SvgWidgetsConfig.cmake
 qt6/lib/cmake/Qt6SvgWidgets/Qt6SvgWidgetsConfigVersion.cmake
+qt6/lib/cmake/Qt6SvgWidgets/Qt6SvgWidgetsConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6SvgWidgets/Qt6SvgWidgetsDependencies.cmake
 qt6/lib/cmake/Qt6SvgWidgets/Qt6SvgWidgetsTargets-release.cmake
 qt6/lib/cmake/Qt6SvgWidgets/Qt6SvgWidgetsTargets.cmake
diff --git a/qt6-qtsvg/distinfo b/qt6-qtsvg/distinfo
index 7ca385cf1e..3f79fc9551 100644
--- a/qt6-qtsvg/distinfo
+++ b/qt6-qtsvg/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (qtsvg-everywhere-src-6.2.0.tar.xz) = 7cb9fbfc8cc34c8f4ff8e71185c20b4fc9005b40
-SHA512 (qtsvg-everywhere-src-6.2.0.tar.xz) = c63f0b987c4b94d9f2b586df38dbf686c71ca6532dcc1405892e7e077853b4247bccb49285cc4d3440b25f9291c429682df0054297b5d6402d382e062cecc19f
-Size (qtsvg-everywhere-src-6.2.0.tar.xz) = 1717816 bytes
+BLAKE2s (qtsvg-everywhere-src-6.2.2.tar.xz) = e072ce732f6a23e460992b2fd113cc85b67b36edbad324588015c2fa32ad0fef
+SHA512 (qtsvg-everywhere-src-6.2.2.tar.xz) = 2a1361d2b1fa5eb2cf1bfb6f3beeb765d144043e12eda5f002ddae3c89d110d1b4e55a7c4be55985c5613c2f22e5d57dd2d7bbf0cbdc2f7bbe58403efedcba1a
+Size (qtsvg-everywhere-src-6.2.2.tar.xz) = 1718020 bytes
diff --git a/qt6-qttools/PLIST b/qt6-qttools/PLIST
index 2dd143b688..e45fae7a8d 100644
--- a/qt6-qttools/PLIST
+++ b/qt6-qttools/PLIST
@@ -263,6 +263,7 @@ qt6/lib/cmake/Qt6BuildInternals/StandaloneTests/QtToolsTestsConfig.cmake
 qt6/lib/cmake/Qt6Designer/Qt6DesignerAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Designer/Qt6DesignerConfig.cmake
 qt6/lib/cmake/Qt6Designer/Qt6DesignerConfigVersion.cmake
+qt6/lib/cmake/Qt6Designer/Qt6DesignerConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Designer/Qt6DesignerDependencies.cmake
 qt6/lib/cmake/Qt6Designer/Qt6DesignerTargets-release.cmake
 qt6/lib/cmake/Qt6Designer/Qt6DesignerTargets.cmake
@@ -270,11 +271,13 @@ qt6/lib/cmake/Qt6Designer/Qt6DesignerVersionlessTargets.cmake
 qt6/lib/cmake/Qt6Designer/Qt6QQuickWidgetPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Designer/Qt6QQuickWidgetPluginConfig.cmake
 qt6/lib/cmake/Qt6Designer/Qt6QQuickWidgetPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Designer/Qt6QQuickWidgetPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Designer/Qt6QQuickWidgetPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Designer/Qt6QQuickWidgetPluginTargets.cmake
 qt6/lib/cmake/Qt6DesignerComponentsPrivate/Qt6DesignerComponentsPrivateAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6DesignerComponentsPrivate/Qt6DesignerComponentsPrivateConfig.cmake
 qt6/lib/cmake/Qt6DesignerComponentsPrivate/Qt6DesignerComponentsPrivateConfigVersion.cmake
+qt6/lib/cmake/Qt6DesignerComponentsPrivate/Qt6DesignerComponentsPrivateConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6DesignerComponentsPrivate/Qt6DesignerComponentsPrivateDependencies.cmake
 qt6/lib/cmake/Qt6DesignerComponentsPrivate/Qt6DesignerComponentsPrivateTargets-release.cmake
 qt6/lib/cmake/Qt6DesignerComponentsPrivate/Qt6DesignerComponentsPrivateTargets.cmake
@@ -282,6 +285,7 @@ qt6/lib/cmake/Qt6DesignerComponentsPrivate/Qt6DesignerComponentsPrivateVersionle
 qt6/lib/cmake/Qt6Help/Qt6HelpAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Help/Qt6HelpConfig.cmake
 qt6/lib/cmake/Qt6Help/Qt6HelpConfigVersion.cmake
+qt6/lib/cmake/Qt6Help/Qt6HelpConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Help/Qt6HelpDependencies.cmake
 qt6/lib/cmake/Qt6Help/Qt6HelpTargets-release.cmake
 qt6/lib/cmake/Qt6Help/Qt6HelpTargets.cmake
@@ -289,6 +293,7 @@ qt6/lib/cmake/Qt6Help/Qt6HelpVersionlessTargets.cmake
 qt6/lib/cmake/Qt6Linguist/Qt6LinguistAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Linguist/Qt6LinguistConfig.cmake
 qt6/lib/cmake/Qt6Linguist/Qt6LinguistConfigVersion.cmake
+qt6/lib/cmake/Qt6Linguist/Qt6LinguistConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Linguist/Qt6LinguistDependencies.cmake
 qt6/lib/cmake/Qt6Linguist/Qt6LinguistTargets.cmake
 qt6/lib/cmake/Qt6Linguist/Qt6LinguistVersionlessTargets.cmake
@@ -296,6 +301,7 @@ qt6/lib/cmake/Qt6LinguistTools/GenerateLUpdateProject.cmake
 qt6/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsConfig.cmake
 qt6/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsConfigVersion.cmake
+qt6/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsDependencies.cmake
 qt6/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsMacros.cmake
 qt6/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsTargets-release.cmake
@@ -304,12 +310,14 @@ qt6/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsVersionlessTargets.cmake
 qt6/lib/cmake/Qt6Tools/Qt6ToolsAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Tools/Qt6ToolsConfig.cmake
 qt6/lib/cmake/Qt6Tools/Qt6ToolsConfigVersion.cmake
+qt6/lib/cmake/Qt6Tools/Qt6ToolsConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Tools/Qt6ToolsDependencies.cmake
 qt6/lib/cmake/Qt6Tools/Qt6ToolsTargets.cmake
 qt6/lib/cmake/Qt6Tools/Qt6ToolsVersionlessTargets.cmake
 qt6/lib/cmake/Qt6ToolsTools/Qt6ToolsToolsAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6ToolsTools/Qt6ToolsToolsConfig.cmake
 qt6/lib/cmake/Qt6ToolsTools/Qt6ToolsToolsConfigVersion.cmake
+qt6/lib/cmake/Qt6ToolsTools/Qt6ToolsToolsConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6ToolsTools/Qt6ToolsToolsDependencies.cmake
 qt6/lib/cmake/Qt6ToolsTools/Qt6ToolsToolsTargets-release.cmake
 qt6/lib/cmake/Qt6ToolsTools/Qt6ToolsToolsTargets.cmake
@@ -317,12 +325,14 @@ qt6/lib/cmake/Qt6ToolsTools/Qt6ToolsToolsVersionlessTargets.cmake
 qt6/lib/cmake/Qt6UiPlugin/Qt6UiPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6UiPlugin/Qt6UiPluginConfig.cmake
 qt6/lib/cmake/Qt6UiPlugin/Qt6UiPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6UiPlugin/Qt6UiPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6UiPlugin/Qt6UiPluginDependencies.cmake
 qt6/lib/cmake/Qt6UiPlugin/Qt6UiPluginTargets.cmake
 qt6/lib/cmake/Qt6UiPlugin/Qt6UiPluginVersionlessTargets.cmake
 qt6/lib/cmake/Qt6UiTools/Qt6UiToolsAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6UiTools/Qt6UiToolsConfig.cmake
 qt6/lib/cmake/Qt6UiTools/Qt6UiToolsConfigVersion.cmake
+qt6/lib/cmake/Qt6UiTools/Qt6UiToolsConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6UiTools/Qt6UiToolsDependencies.cmake
 qt6/lib/cmake/Qt6UiTools/Qt6UiToolsTargets-release.cmake
 qt6/lib/cmake/Qt6UiTools/Qt6UiToolsTargets.cmake
diff --git a/qt6-qttools/distinfo b/qt6-qttools/distinfo
index 54d5040aa0..b80f6a2dfe 100644
--- a/qt6-qttools/distinfo
+++ b/qt6-qttools/distinfo
@@ -1,7 +1,7 @@
 $NetBSD$
 
-RMD160 (qttools-everywhere-src-6.2.0.tar.xz) = 12c85ab68564322f354b419bf0616cee76990806
-SHA512 (qttools-everywhere-src-6.2.0.tar.xz) = 93998976db391ddd955ebd0fc368826b2419966c1369e466ec91aba27057063770e88e6fb6df22b8d4ca52b7789dea5e709e2c863411c177fbc044ae566b24c6
-Size (qttools-everywhere-src-6.2.0.tar.xz) = 8665784 bytes
+BLAKE2s (qttools-everywhere-src-6.2.2.tar.xz) = da1ef5fad4a23c959101c474cfac066934aa18d78d07c1d9090cbfc99f557d0a
+SHA512 (qttools-everywhere-src-6.2.2.tar.xz) = bce7ce96e64f423eed3f3655dd53d58588093287a6879da86067c4313962afd43d6f514d776c77f5b9462df31ce5801ab42a3232ebc8ef49209da6812fa9a304
+Size (qttools-everywhere-src-6.2.2.tar.xz) = 8622800 bytes
 SHA1 (patch-src_assistant_CMakeLists.txt) = 41e1a4eb77337f52f2b6b37a01d3217c83a29bc8
 SHA1 (patch-src_linguist_lupdate_CMakeLists.txt) = d70ea348c3ba7f64bcc245de9445becefecf3a9c
diff --git a/qt6-qtwayland/PLIST b/qt6-qtwayland/PLIST
index 52b1bfce85..d9422d40e6 100644
--- a/qt6-qtwayland/PLIST
+++ b/qt6-qtwayland/PLIST
@@ -302,44 +302,53 @@ qt6/lib/cmake/Qt6BuildInternals/StandaloneTests/QtWaylandTestsConfig.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QWaylandEglPlatformIntegrationPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QWaylandEglPlatformIntegrationPluginConfig.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QWaylandEglPlatformIntegrationPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Gui/Qt6QWaylandEglPlatformIntegrationPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QWaylandEglPlatformIntegrationPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QWaylandEglPlatformIntegrationPluginTargets.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QWaylandIntegrationPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QWaylandIntegrationPluginConfig.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QWaylandIntegrationPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Gui/Qt6QWaylandIntegrationPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QWaylandIntegrationPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QWaylandIntegrationPluginTargets.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QWaylandXCompositeEglPlatformIntegrationPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QWaylandXCompositeEglPlatformIntegrationPluginConfig.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QWaylandXCompositeEglPlatformIntegrationPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Gui/Qt6QWaylandXCompositeEglPlatformIntegrationPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QWaylandXCompositeEglPlatformIntegrationPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QWaylandXCompositeEglPlatformIntegrationPluginTargets.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QWaylandXCompositeGlxPlatformIntegrationPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QWaylandXCompositeGlxPlatformIntegrationPluginConfig.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QWaylandXCompositeGlxPlatformIntegrationPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Gui/Qt6QWaylandXCompositeGlxPlatformIntegrationPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QWaylandXCompositeGlxPlatformIntegrationPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QWaylandXCompositeGlxPlatformIntegrationPluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6WaylandCompositorIviapplicationAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6WaylandCompositorIviapplicationConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6WaylandCompositorIviapplicationConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6WaylandCompositorIviapplicationConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6WaylandCompositorIviapplicationTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6WaylandCompositorIviapplicationTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6WaylandCompositorWLShellAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6WaylandCompositorWLShellConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6WaylandCompositorWLShellConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6WaylandCompositorWLShellConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6WaylandCompositorWLShellTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6WaylandCompositorWLShellTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6WaylandCompositorXdgShellAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6WaylandCompositorXdgShellConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6WaylandCompositorXdgShellConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6WaylandCompositorXdgShellConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6WaylandCompositorXdgShellTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6WaylandCompositorXdgShellTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6WaylandTextureSharingAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6WaylandTextureSharingConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6WaylandTextureSharingConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6WaylandTextureSharingConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6WaylandTextureSharingExtensionAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6WaylandTextureSharingExtensionConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6WaylandTextureSharingExtensionConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6WaylandTextureSharingExtensionConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6WaylandTextureSharingExtensionTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6WaylandTextureSharingExtensionTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6WaylandTextureSharingTargets-release.cmake
@@ -347,56 +356,67 @@ qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6WaylandTextureSharingTargets.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qwaylandcompositorpluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qwaylandcompositorpluginConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qwaylandcompositorpluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qwaylandcompositorpluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qwaylandcompositorpluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qwaylandcompositorpluginTargets.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandBradientDecorationPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandBradientDecorationPluginConfig.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandBradientDecorationPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandBradientDecorationPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandBradientDecorationPluginTargets-release.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandBradientDecorationPluginTargets.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandEglClientBufferPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandEglClientBufferPluginConfig.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandEglClientBufferPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandEglClientBufferPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandEglClientBufferPluginTargets-release.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandEglClientBufferPluginTargets.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandFullScreenShellV1IntegrationPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandFullScreenShellV1IntegrationPluginConfig.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandFullScreenShellV1IntegrationPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandFullScreenShellV1IntegrationPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandFullScreenShellV1IntegrationPluginTargets-release.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandFullScreenShellV1IntegrationPluginTargets.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandIviShellIntegrationPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandIviShellIntegrationPluginConfig.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandIviShellIntegrationPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandIviShellIntegrationPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandIviShellIntegrationPluginTargets-release.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandIviShellIntegrationPluginTargets.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandWlShellIntegrationPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandWlShellIntegrationPluginConfig.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandWlShellIntegrationPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandWlShellIntegrationPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandWlShellIntegrationPluginTargets-release.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandWlShellIntegrationPluginTargets.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandXCompositeEglClientBufferPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandXCompositeEglClientBufferPluginConfig.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandXCompositeEglClientBufferPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandXCompositeEglClientBufferPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandXCompositeEglClientBufferPluginTargets-release.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandXCompositeEglClientBufferPluginTargets.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandXCompositeGlxClientBufferPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandXCompositeGlxClientBufferPluginConfig.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandXCompositeGlxClientBufferPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandXCompositeGlxClientBufferPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandXCompositeGlxClientBufferPluginTargets-release.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandXCompositeGlxClientBufferPluginTargets.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandXdgShellIntegrationPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandXdgShellIntegrationPluginConfig.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandXdgShellIntegrationPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandXdgShellIntegrationPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandXdgShellIntegrationPluginTargets-release.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandXdgShellIntegrationPluginTargets.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6ShmServerBufferPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6ShmServerBufferPluginConfig.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6ShmServerBufferPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6WaylandClient/Qt6ShmServerBufferPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6ShmServerBufferPluginTargets-release.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6ShmServerBufferPluginTargets.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6WaylandClientAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6WaylandClientConfig.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6WaylandClientConfigVersion.cmake
+qt6/lib/cmake/Qt6WaylandClient/Qt6WaylandClientConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6WaylandClientDependencies.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6WaylandClientMacros.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6WaylandClientTargets-release.cmake
@@ -405,31 +425,37 @@ qt6/lib/cmake/Qt6WaylandClient/Qt6WaylandClientVersionlessTargets.cmake
 qt6/lib/cmake/Qt6WaylandCompositor/Qt6QWaylandEglClientBufferIntegrationPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6WaylandCompositor/Qt6QWaylandEglClientBufferIntegrationPluginConfig.cmake
 qt6/lib/cmake/Qt6WaylandCompositor/Qt6QWaylandEglClientBufferIntegrationPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6WaylandCompositor/Qt6QWaylandEglClientBufferIntegrationPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6WaylandCompositor/Qt6QWaylandEglClientBufferIntegrationPluginTargets-release.cmake
 qt6/lib/cmake/Qt6WaylandCompositor/Qt6QWaylandEglClientBufferIntegrationPluginTargets.cmake
 qt6/lib/cmake/Qt6WaylandCompositor/Qt6QWaylandEglStreamClientBufferIntegrationPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6WaylandCompositor/Qt6QWaylandEglStreamClientBufferIntegrationPluginConfig.cmake
 qt6/lib/cmake/Qt6WaylandCompositor/Qt6QWaylandEglStreamClientBufferIntegrationPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6WaylandCompositor/Qt6QWaylandEglStreamClientBufferIntegrationPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6WaylandCompositor/Qt6QWaylandEglStreamClientBufferIntegrationPluginTargets-release.cmake
 qt6/lib/cmake/Qt6WaylandCompositor/Qt6QWaylandEglStreamClientBufferIntegrationPluginTargets.cmake
 qt6/lib/cmake/Qt6WaylandCompositor/Qt6QWaylandXCompositeEglClientBufferIntegrationPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6WaylandCompositor/Qt6QWaylandXCompositeEglClientBufferIntegrationPluginConfig.cmake
 qt6/lib/cmake/Qt6WaylandCompositor/Qt6QWaylandXCompositeEglClientBufferIntegrationPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6WaylandCompositor/Qt6QWaylandXCompositeEglClientBufferIntegrationPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6WaylandCompositor/Qt6QWaylandXCompositeEglClientBufferIntegrationPluginTargets-release.cmake
 qt6/lib/cmake/Qt6WaylandCompositor/Qt6QWaylandXCompositeEglClientBufferIntegrationPluginTargets.cmake
 qt6/lib/cmake/Qt6WaylandCompositor/Qt6QWaylandXCompositeGlxClientBufferIntegrationPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6WaylandCompositor/Qt6QWaylandXCompositeGlxClientBufferIntegrationPluginConfig.cmake
 qt6/lib/cmake/Qt6WaylandCompositor/Qt6QWaylandXCompositeGlxClientBufferIntegrationPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6WaylandCompositor/Qt6QWaylandXCompositeGlxClientBufferIntegrationPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6WaylandCompositor/Qt6QWaylandXCompositeGlxClientBufferIntegrationPluginTargets-release.cmake
 qt6/lib/cmake/Qt6WaylandCompositor/Qt6QWaylandXCompositeGlxClientBufferIntegrationPluginTargets.cmake
 qt6/lib/cmake/Qt6WaylandCompositor/Qt6ShmServerBufferIntegrationPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6WaylandCompositor/Qt6ShmServerBufferIntegrationPluginConfig.cmake
 qt6/lib/cmake/Qt6WaylandCompositor/Qt6ShmServerBufferIntegrationPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6WaylandCompositor/Qt6ShmServerBufferIntegrationPluginConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6WaylandCompositor/Qt6ShmServerBufferIntegrationPluginTargets-release.cmake
 qt6/lib/cmake/Qt6WaylandCompositor/Qt6ShmServerBufferIntegrationPluginTargets.cmake
 qt6/lib/cmake/Qt6WaylandCompositor/Qt6WaylandCompositorAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6WaylandCompositor/Qt6WaylandCompositorConfig.cmake
 qt6/lib/cmake/Qt6WaylandCompositor/Qt6WaylandCompositorConfigVersion.cmake
+qt6/lib/cmake/Qt6WaylandCompositor/Qt6WaylandCompositorConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6WaylandCompositor/Qt6WaylandCompositorDependencies.cmake
 qt6/lib/cmake/Qt6WaylandCompositor/Qt6WaylandCompositorMacros.cmake
 qt6/lib/cmake/Qt6WaylandCompositor/Qt6WaylandCompositorTargets-release.cmake
@@ -438,6 +464,7 @@ qt6/lib/cmake/Qt6WaylandCompositor/Qt6WaylandCompositorVersionlessTargets.cmake
 qt6/lib/cmake/Qt6WaylandEglClientHwIntegrationPrivate/Qt6WaylandEglClientHwIntegrationPrivateAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6WaylandEglClientHwIntegrationPrivate/Qt6WaylandEglClientHwIntegrationPrivateConfig.cmake
 qt6/lib/cmake/Qt6WaylandEglClientHwIntegrationPrivate/Qt6WaylandEglClientHwIntegrationPrivateConfigVersion.cmake
+qt6/lib/cmake/Qt6WaylandEglClientHwIntegrationPrivate/Qt6WaylandEglClientHwIntegrationPrivateConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6WaylandEglClientHwIntegrationPrivate/Qt6WaylandEglClientHwIntegrationPrivateDependencies.cmake
 qt6/lib/cmake/Qt6WaylandEglClientHwIntegrationPrivate/Qt6WaylandEglClientHwIntegrationPrivateTargets-release.cmake
 qt6/lib/cmake/Qt6WaylandEglClientHwIntegrationPrivate/Qt6WaylandEglClientHwIntegrationPrivateTargets.cmake
@@ -445,6 +472,7 @@ qt6/lib/cmake/Qt6WaylandEglClientHwIntegrationPrivate/Qt6WaylandEglClientHwInteg
 qt6/lib/cmake/Qt6WaylandEglCompositorHwIntegrationPrivate/Qt6WaylandEglCompositorHwIntegrationPrivateAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6WaylandEglCompositorHwIntegrationPrivate/Qt6WaylandEglCompositorHwIntegrationPrivateConfig.cmake
 qt6/lib/cmake/Qt6WaylandEglCompositorHwIntegrationPrivate/Qt6WaylandEglCompositorHwIntegrationPrivateConfigVersion.cmake
+qt6/lib/cmake/Qt6WaylandEglCompositorHwIntegrationPrivate/Qt6WaylandEglCompositorHwIntegrationPrivateConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6WaylandEglCompositorHwIntegrationPrivate/Qt6WaylandEglCompositorHwIntegrationPrivateDependencies.cmake
 qt6/lib/cmake/Qt6WaylandEglCompositorHwIntegrationPrivate/Qt6WaylandEglCompositorHwIntegrationPrivateTargets-release.cmake
 qt6/lib/cmake/Qt6WaylandEglCompositorHwIntegrationPrivate/Qt6WaylandEglCompositorHwIntegrationPrivateTargets.cmake
@@ -452,6 +480,7 @@ qt6/lib/cmake/Qt6WaylandEglCompositorHwIntegrationPrivate/Qt6WaylandEglComposito
 qt6/lib/cmake/Qt6WaylandScannerTools/Qt6WaylandScannerToolsAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6WaylandScannerTools/Qt6WaylandScannerToolsConfig.cmake
 qt6/lib/cmake/Qt6WaylandScannerTools/Qt6WaylandScannerToolsConfigVersion.cmake
+qt6/lib/cmake/Qt6WaylandScannerTools/Qt6WaylandScannerToolsConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6WaylandScannerTools/Qt6WaylandScannerToolsDependencies.cmake
 qt6/lib/cmake/Qt6WaylandScannerTools/Qt6WaylandScannerToolsTargets-release.cmake
 qt6/lib/cmake/Qt6WaylandScannerTools/Qt6WaylandScannerToolsTargets.cmake
@@ -459,6 +488,8 @@ qt6/lib/cmake/Qt6WaylandScannerTools/Qt6WaylandScannerToolsVersionlessTargets.cm
 qt6/lib/cmake/Qt6WlShellIntegrationPrivate/Qt6WlShellIntegrationPrivateAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6WlShellIntegrationPrivate/Qt6WlShellIntegrationPrivateConfig.cmake
 qt6/lib/cmake/Qt6WlShellIntegrationPrivate/Qt6WlShellIntegrationPrivateConfigVersion.cmake
+qt6/lib/cmake/Qt6WlShellIntegrationPrivate/Qt6WlShellIntegrationPrivateConfigVersionImpl.cmake
+qt6/lib/cmake/Qt6WlShellIntegrationPrivate/Qt6WlShellIntegrationPrivateDependencies.cmake
 qt6/lib/cmake/Qt6WlShellIntegrationPrivate/Qt6WlShellIntegrationPrivateTargets-release.cmake
 qt6/lib/cmake/Qt6WlShellIntegrationPrivate/Qt6WlShellIntegrationPrivateTargets.cmake
 qt6/lib/cmake/Qt6WlShellIntegrationPrivate/Qt6WlShellIntegrationPrivateVersionlessTargets.cmake
diff --git a/qt6-qtwayland/distinfo b/qt6-qtwayland/distinfo
index fee0f9f1f8..d39c1d0301 100644
--- a/qt6-qtwayland/distinfo
+++ b/qt6-qtwayland/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-RMD160 (qtwayland-everywhere-src-6.2.0.tar.xz) = 5c38d3f602a3f88b59d9d682fb86faf5c0a1894d
-SHA512 (qtwayland-everywhere-src-6.2.0.tar.xz) = 56b4ac8c54c0d950939c44bcc2a51a0bebe84a8c17d8b7f7d2cff37ffec4fa6425e28a23b2566dc76d2fa67474d735197f47bea30d2ed7f11d9ccba3930abeca
-Size (qtwayland-everywhere-src-6.2.0.tar.xz) = 792816 bytes
+BLAKE2s (qtwayland-everywhere-src-6.2.2.tar.xz) = a04416320e302150bb8c2f8ca927c206a4c3c8fb0701d05b3b788ea1bab9d557
+SHA512 (qtwayland-everywhere-src-6.2.2.tar.xz) = 785da51730cebe6d2c5ab79154b155b12a820ed51e40f2ac2c8c4d77bc2b4f4ae38d8361dbb2740a3db82eb3c8276b10fcfde605f1a6ef45945463a084876e02
+Size (qtwayland-everywhere-src-6.2.2.tar.xz) = 792864 bytes
 SHA1 (patch-CMakeLists.txt) = 15eda7d0287098f7efc2acd70b05b524de1aebc6
diff --git a/qt6-qtwebchannel/PLIST b/qt6-qtwebchannel/PLIST
index a4f6fc6d32..4f5b8090bd 100644
--- a/qt6-qtwebchannel/PLIST
+++ b/qt6-qtwebchannel/PLIST
@@ -19,11 +19,13 @@ qt6/lib/cmake/Qt6BuildInternals/StandaloneTests/QtWebChannelTestsConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6webchannelAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6webchannelConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6webchannelConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6webchannelConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6webchannelTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6webchannelTargets.cmake
 qt6/lib/cmake/Qt6WebChannel/Qt6WebChannelAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6WebChannel/Qt6WebChannelConfig.cmake
 qt6/lib/cmake/Qt6WebChannel/Qt6WebChannelConfigVersion.cmake
+qt6/lib/cmake/Qt6WebChannel/Qt6WebChannelConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6WebChannel/Qt6WebChannelDependencies.cmake
 qt6/lib/cmake/Qt6WebChannel/Qt6WebChannelTargets-release.cmake
 qt6/lib/cmake/Qt6WebChannel/Qt6WebChannelTargets.cmake
diff --git a/qt6-qtwebchannel/distinfo b/qt6-qtwebchannel/distinfo
index 1def8f04af..94bc137d1e 100644
--- a/qt6-qtwebchannel/distinfo
+++ b/qt6-qtwebchannel/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (qtwebchannel-everywhere-src-6.2.0.tar.xz) = 2f494c999dd966056f9deb623310d56b74674e36
-SHA512 (qtwebchannel-everywhere-src-6.2.0.tar.xz) = 90d602ca9a66f578808eaf6eaed5a3001d852f90edfd8c400bbc246527ca3431e276e04960bb3fffe2deca70263594a24fad6f108378f54e550c9cbdaf83e563
-Size (qtwebchannel-everywhere-src-6.2.0.tar.xz) = 211176 bytes
+BLAKE2s (qtwebchannel-everywhere-src-6.2.2.tar.xz) = a3541cba94415bf5d35d5a73daaacb1b67e894bb539e221bb3ff9ec9dcaeeae6
+SHA512 (qtwebchannel-everywhere-src-6.2.2.tar.xz) = 0b2b3faf52126589cbf9a1072d68be60fcb0936e4fe52804a070aa15a248d9c4acf261ead42e119dfffdb33902a125a27cfe8611e5c047646d9a32e15f2b6bde
+Size (qtwebchannel-everywhere-src-6.2.2.tar.xz) = 211088 bytes
diff --git a/qt6-qtwebsockets/Makefile b/qt6-qtwebsockets/Makefile
index 8921ad6082..6e211f5163 100644
--- a/qt6-qtwebsockets/Makefile
+++ b/qt6-qtwebsockets/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 DISTNAME=	qtwebsockets-everywhere-src-${QTVERSION}
-PKGNAME=	qt6-websockets-${QTVERSION}
+PKGNAME=	qt6-qtwebsockets-${QTVERSION}
 COMMENT=	Qt6 module for websockets communication
 CATEGORIES=	net
 LICENSE=	gnu-lgpl-v3 OR gnu-gpl-v2 OR gnu-gpl-v3
diff --git a/qt6-qtwebsockets/PLIST b/qt6-qtwebsockets/PLIST
index 32b9037cd0..f40bab4fad 100644
--- a/qt6-qtwebsockets/PLIST
+++ b/qt6-qtwebsockets/PLIST
@@ -28,11 +28,13 @@ qt6/lib/cmake/Qt6BuildInternals/StandaloneTests/QtWebSocketsTestsConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwebsocketsAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwebsocketsConfig.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwebsocketsConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwebsocketsConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwebsocketsTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwebsocketsTargets.cmake
 qt6/lib/cmake/Qt6WebSockets/Qt6WebSocketsAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6WebSockets/Qt6WebSocketsConfig.cmake
 qt6/lib/cmake/Qt6WebSockets/Qt6WebSocketsConfigVersion.cmake
+qt6/lib/cmake/Qt6WebSockets/Qt6WebSocketsConfigVersionImpl.cmake
 qt6/lib/cmake/Qt6WebSockets/Qt6WebSocketsDependencies.cmake
 qt6/lib/cmake/Qt6WebSockets/Qt6WebSocketsTargets-release.cmake
 qt6/lib/cmake/Qt6WebSockets/Qt6WebSocketsTargets.cmake
diff --git a/qt6-qtwebsockets/distinfo b/qt6-qtwebsockets/distinfo
index 58c829421c..8d828f0406 100644
--- a/qt6-qtwebsockets/distinfo
+++ b/qt6-qtwebsockets/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (qtwebsockets-everywhere-src-6.2.0.tar.xz) = 6e4bc752199b006d2b2338be6cc9dc0f0261f207
-SHA512 (qtwebsockets-everywhere-src-6.2.0.tar.xz) = 2703aa02065a24c0a14a01974ec687326720bd01f4e23951bf374b305ae62bdb5d6907c132d06b102a367dcf1b666c10327ae9ba8a0f232900b6e28aac6e8ee9
-Size (qtwebsockets-everywhere-src-6.2.0.tar.xz) = 258156 bytes
+BLAKE2s (qtwebsockets-everywhere-src-6.2.2.tar.xz) = 101601e5ee3dc68d4c14964c0efd286651417a27a0647f9fa68e7a77f642b24a
+SHA512 (qtwebsockets-everywhere-src-6.2.2.tar.xz) = 601ac12f4b7f62b7c26e2870819bdba96d3b9b930bf2c75f35de86de3b3332aac154418ced5d5fb288fe393c71c7b3e952a4b3e4201c4d353d8cf86d87b4b7d7
+Size (qtwebsockets-everywhere-src-6.2.2.tar.xz) = 258184 bytes
diff --git a/qt6/Makefile.common b/qt6/Makefile.common
index 92a39844cb..5b246e82e2 100644
--- a/qt6/Makefile.common
+++ b/qt6/Makefile.common
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile.common,v 1.24 2020/09/14 20:08:26 adam Exp $
 # used by wip/qt6-qtbase/Makefile.common
 
-QTVERSION=	6.2.0
+QTVERSION=	6.2.2
 
 .include "../../mk/bsd.prefs.mk"
 


Home | Main Index | Thread Index | Old Index