pkgsrc-WIP-changes archive

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

Update qt6 to version 6.2.0



Module Name:	pkgsrc-wip
Committed By:	Niclas Rosenvik <nros%NetBSD.org@localhost>
Pushed By:	nros
Date:		Sat Oct 2 20:42:25 2021 +0000
Changeset:	534833f9078448d5661ffdc6442ecd7fa3d624c6

Modified Files:
	Makefile
	qt6-odbc/distinfo
	qt6-psql/distinfo
	qt6-qt3d/PLIST
	qt6-qt3d/distinfo
	qt6-qt3d/patches/patch-qt__cmdline.cmake
	qt6-qt5compat/Makefile
	qt6-qt5compat/PLIST
	qt6-qt5compat/distinfo
	qt6-qtbase/Makefile.common
	qt6-qtbase/PLIST
	qt6-qtbase/distinfo
	qt6-qtbase/patches/patch-cmake_FindGSSAPI.cmake
	qt6-qtbase/patches/patch-cmake_QtProcessConfigureArgs.cmake
	qt6-qtbase/patches/patch-src_corelib_thread_qmutex__p.h
	qt6-qtbase/patches/patch-src_network_configure.cmake
	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-qtnetworkauth/PLIST
	qt6-qtnetworkauth/distinfo
	qt6-qtquick3d/Makefile
	qt6-qtquick3d/PLIST
	qt6-qtquick3d/distinfo
	qt6-qtquicktimeline/PLIST
	qt6-qtquicktimeline/distinfo
	qt6-qtscxml/PLIST
	qt6-qtscxml/distinfo
	qt6-qtshadertools/PLIST
	qt6-qtshadertools/distinfo
	qt6-qtsvg/PLIST
	qt6-qtsvg/distinfo
	qt6-qttools/Makefile
	qt6-qttools/PLIST
	qt6-qttools/distinfo
	qt6-qtwayland/PLIST
	qt6-qtwayland/distinfo
	qt6/Makefile.common
Added Files:
	qt6-qtcharts/buildlink3.mk
	qt6-qtdatavis3d/buildlink3.mk
	qt6-qtmultimedia/DESCR
	qt6-qtmultimedia/Makefile
	qt6-qtmultimedia/PLIST
	qt6-qtmultimedia/buildlink3.mk
	qt6-qtmultimedia/distinfo
	qt6-qtmultimedia/options.mk
	qt6-qtquicktimeline/buildlink3.mk
Removed Files:
	qt6-qtbase/patches/patch-cmake_QtBuild.cmake
	qt6-qtbase/patches/patch-cmake_QtPlatformSupport.cmake
	qt6-qtbase/patches/patch-configure.cmake
	qt6-qtbase/patches/patch-src_corelib_CMakeLists.txt
	qt6-qtbase/patches/patch-src_corelib_configure.json
	qt6-qtbase/patches/patch-src_corelib_global_qconfig-bootstrapped.h
	qt6-qtbase/patches/patch-src_gui_CMakeLists.txt
	qt6-qtbase/patches/patch-src_gui_configure.cmake
	qt6-qtbase/patches/patch-src_gui_kernel_qopenglcontext__platform.h
	qt6-qtbase/patches/patch-src_gui_kernel_qplatformopenglcontext.h
	qt6-qtbase/patches/patch-src_gui_platform_unix_qunixnativeinterface.cpp
	qt6-qtbase/patches/patch-src_gui_text_qtextmarkdownimporter.cpp
	qt6-qtbase/patches/patch-src_network_CMakeLists.txt
	qt6-qtbase/patches/patch-src_network_kernel_qnetworkinterface__unix.cpp
	qt6-qtquickcontrols2/DESCR
	qt6-qtquickcontrols2/Makefile
	qt6-qtquickcontrols2/PLIST
	qt6-qtquickcontrols2/buildlink3.mk
	qt6-qtquickcontrols2/distinfo

Log Message:
Update qt6 to version 6.2.0

Update qt6 to version 6.2.0 .

Pkgsrc changes:

This release includes a lot of upstreamed patched for qtbase.
13 of our patches could be removed.
qtquickcontrols2 has been integrated with qtdeclarative
so qt6-qtquickcontrols2 has been removed.
qt6-qtmultimedia has been added since it is a dependecy to
some of the submodules available in the former release.
buildlink3 files have been added to qtcharts, qtdatavis3d
and qtquicktimeline.

Changes from releasenotes:

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

### qtbase
* fccd419dd6 Remove false Q_UNREACHABLE from shaping code
Fixed a possible crash with certain fonts when shaping strings
consisting only of control characters.

* ef763e1958 Fix crash when requesting A32 glyph on Wayland
Fixed crash when calling QRawFont::alphaMapForGlyph() with subpixel
antialiasing on Wayland.

* faebfdea1b Long live VK_KHR_display platform plugin!
Introduced a vkkhrdisplay platform plugin to run Vulkan-based
applications in fullscreen, without a windowing system, on systems where
VK_KHR_display and VK_KHR_display_swapchain are supported by the Vulkan
implementation.

* 9d84bafeba Make it possible to disable the PrintSupport module
Building of QtPrintSupport can be disabled by passing -no-feature-
printsupport to configure.

* 6512a7fc64 Restore pre-Qt6 QList::fill() behavior
Fixed QList::fill() regression introduced in 6.0: calling fill() with
size < current list size wouldn't truncate the list

* d8158c6c93 macOS: Be honest about the system locale
QLocale::system() on macOS no longer pretends to support LANG or other
environment variables as overrides, as this is not a feature that the
system locale on macOS supports. To override the locale of an
application, use QLocale::setDefault(), or pass -AppleLocale en_US.

* 6862ce3d77 QMatrix4x4: deprecate operator*(QMatrix4x4,
QVector3D/QPoint(F))
operator* between a QMatrix4x4 and a QVector3D, QPoint, or QPointF has
been deprecated in favor of map() and mapVector().

* 654a216499 QMatrix4x4: deprecate operator*(QVector3D, QMatrix4x4)
The multiplication operator (operator*) between a QVector3D and a
QMatrix4x4 has been deprecated. User code needs to extend the QVector3D
to a QVector4D first (by specifying the intended w coordinate), and then
multiply the QVector4D by the matrix.

* 3cf84287e7 Prepare TextDate to use UTC-offset rather than GMT-offset
zone suffixes
The Qt::TextDate format now recognizes UTC-based offset suffixes in
addition to suffixes based on the deprecated alias GMT. This prepares
for toString() to use such UTC-based suffixes for time-zones
(fromString() cannot parse the present abbreviation suffix). A future
release of Qt shall use UTC-based suffixes in place of the present GMT-
based suffixes (which conflict with GMT-based IANA zone names) for
Qt::LocalTime and Qt::OffsetFromUTC time-specs. Client code is
encouraged to use and recognize UTC-based zone suffixes in preparation
for that transition, unless compatibility with versions before 6.2 is
required.

* 517578e071 QDateTime::toString(): use UTC-offset as time-zone suffix
When spec is Qt::TimeZone, the offset-suffix now used for the
toString(Qt::TextDate) format is now a UTC-based offset string,
compatible with the parsing (now) supported by fromString(). The zone-
abbreviation suffix in use since 5.9 was not parseable.

* c462793d67 Drop parsing of antique TextDate format
The parsing of Qt::TextDate in QDateTime::fromString() no longer
supports the old TextDate format used (only) on Windows by Qt < 5.2
("ddd d. MMM yyyy" with an "HH:mm:ss" time either appended or inserted
before "yyyy").

* 73a04edce1 QProcess::startDetached: set the error condition on failure
to start
If a startDetached() fails to start the target application, the
QProcess object should now have a proper error string in errorString().

* 1f30bcf336 Move build tools to libexec instead of the bin dir
Tools that are called by the build system and are unlikely to be called
by the user are now installed to the libexec directory.

* 0e22001a3b Add more support for structured bindings
QSize is now usable in a structured binding declaration.

* fe9d7bf759 QScopedPointer: deprecate swap
QScopedPointer swapping functions have been deprecated, as they would
allow the managed pointer to escape the scope. If you need those
semantics, use std::unique_ptr instead.

* ede0082f86 Update bundled libjpeg-turbo to version 2.0.6
libjpeg-turbo was updated to version 2.0.6

* 224c638f78 QProcess/Unix: use a common function to find the target
executable
startDetached() now supports launching .app executable bundles on macOS
/ iOS systems, like start() already did.

* 83876c0256 QNetworkInterface/Unix: fix DNS eligibility of global
addresses
Fixed the reporting the "DNS eligibility" factor
(QNetworkAddressEntry::dnsEligibility) for global IP addresses.
Previously, QNetworkInterface interface erroneously reported all global
addresses as eligible, regardless of whether they had already been
deprecated by the OS or were temporary in the first place.

* 7fd9ed3201 Support family names that end/start with space
Fixed matching against fonts which has a family name that ends or
starts with a space.

* 022fd8e79c SQLite: Update to 3.35.2
Updated SQLite to v3.35.2

* 14f9f00fdb QSqlQuery: make it a move only type
QSqlQuery copy operations have been deprecated. QSqlQuery copy
semantics cannot be implemented correctly, as it's not generally
possible to copy a result set of a query when copying the corresponding
QSqlQuery object. This resulted in modifications on a QSqlQuery having
visible (and unintended) side effects on its copies. Instead, treat
QSqlQuery as a move-only type.

* fef850c51a Extend qtpaths functionally to replicate the 'qmake -query'
behavior
qtpaths got new --qt-query argument that can be used instead of qmake
-query. The new --qtconf, --query-format arguments allow you to further
tweak its output.

* b1377ed02d Add literal operators for QString and QByteArray
Added literal operator u"..."_qs that converts a char16_t string
literal to QString

* bc00daae71 Add support to set thread priority to QThreadPool
QThreadPool can now be configured to use a different thread priority
when creating new threads than the one it inherits from the thread it
was created in. This will only apply to the threads started after the
property is changed.

* 7473317b52 QTextHtmlParserNode: Limit colspan to avoid segfault
QTextDocument::setHtml: column spans are limited to 20480, an
arbitrarily high but reasonable value.

* 2e6c37fe51 QCoreApplication::exit: make it a slot
exit() is now a slot, like quit().

* 86ad338aa4 Q{*String,ByteArray}View::length(): use qsizetype, not int
The length() function now returns `qsizetype`, not `int`, for
consistency with the other string and container classes in Qt. Following
this change, it has been un-deprecated.

* 50a7eb8cf7 Add the "Territory" enumerated type for QLocale
QLocale now has Territory as an alias for its Country enumeration, and
associated territory-based names to match its country-named methods, to
better match the usage in relevant standards. The country-based names
shall in due course be deprecated in favor of the territory-based names.

* b322bfcc14 QString: add missing char8_t* constructor / fromUtf8
overloads
Added a constructor and a fromUtf8() overload taking a `const char8_t
*` argument.

* cf42a0fe5e Remove lazy binding evaluation
QProperty uses always eager evaluation now when a dependency in a
binding changes.

* 7709463b55 QHash: allow an empty QT_HASH_SEED env variable to reset
Previously, if the QT_HASH_SEED environment variable was set but empty,
Qt would interpret that as if it had been set to 0, thus disabling the
hash salting functionality. Since this makes setting and unsetting this
variable difficult in scripts, it has been changed: if the variable is
set but empty, it is interpreted now as if it had not been set and the
hash salting functionality is enabled.

* 6560778616 Read DPI from X Settings initially as well
Qt now reads Xft/DPI from X settings at startup, and will prefer this
value over Xft.dpi from X resources.

* 284d4e7125 QLayout: mark unsetContentsMargins as the RESET function
The unsetContentsMargins() function now acts as the RESET function for
the contentsMargins property.

* bcbbbdb2d6 Fix case sensitivity handling QSFPM
Case sensitivity as well as regular expression options handling have
been fixed. The original value is properly kept when using
setFilterWildCard and setFilterFixedString. The regular expression
options are now also properly kept when changing the case senstitivity
through setFilterCaseSensitivity.

* d385158d52 Move plugin code from QtNetwork to qtbase/plugins
QSslSocket by default prefers 'openssl' backend if it is available.

* 5fabad9a61 Long live PRI*Qdatatypes
A series of PRIxQTDATATYPE macros have been added. They make it
possible to print some Qt type aliases (qsizetype, qintptr, etc.) via a
formatted output facility such as printf() or qDebug() without raising
formatting warnings and without the need of a type cast.

* 9bad096c09 Use a more forgiving threshold for qFuzzyIsNull(qfloat16)
The qfloat16 threshold value for qFuzzyIsNull() has changed from 1e-3
to 9.76e-3, almost a factor of ten increase, for consistency with
qFuzzyCompare()'s tolerance. Values between these would previously have
had qFuzzyIsNull(f) false despite qFuzzyCompre(f, 1+f) being true.

* 0d76a5cd2c QSFPM: fix filterCaseSensitivityChanged signal emission
logic
A call to QRegularExpression overload of setFilterRegularExpression now
emits a filterCaseSensitivityChanged signal, if required.

* 808a6dedcb ItemViews: don't delete dragged items when a subclass
accepted the move
Classes overriding dropEvent for MoveAction events to move data can
call accept() on the event before calling the superclass to prevent
QAbstractItemView from deleting the source item.

* 5e89c1406e Delete less-than operator for QKeyCombination
Potentially source-incompatible change: the less-than operator for
QKeyCombination has been deleted. Code relying on the deprecated
implicit conversion to int will no longer compile. Use
QKeyCombination::toCombined explicitly.

* afd7460aff Add new app permissions API under QCoreApplication
Add new API for handling app permissions with an initial implementation
for Android.

* 72a5151403 Write out the HTML correctly for nested lists
The output of toHtml() now handles nested lists correctly.

* 127f617387 Update bundled libjpeg-turbo to version 2.1.0
libjpeg-turbo was updated to version 2.1.0

* a1e405ce11 Windows: Work-around misreporting of Script and Roman
Fixed text in "Roman" and "Script" bitmap fonts not showing in Qt Quick
applications.

* 76d3cda884 macOS: Fix synthesized bold
Fixed an issue where boldness would not be correctly synthesized for
families with no bold variant.

* ca14ed494c QLocalSocket/Win: implement duplex communication in
blocking mode
The waitFor*() functions on Windows now support duplex operation, as
they already did on Unix.

* 688602704d Support CSS text-decoration-color in underlines, overlines,
strikethrough
The CSS text-decoration-color attribute is now supported in rich text
spans with underlines, overlines and strikethrough.

* d5c3e1336b Allow to load -developer-build without configurations into
an IDE
configure -developer-build now sets up the CMake File API query, so
that a build can be loaded without reconfiguration into Qt Creator and
other IDE's. Pass -developer-build -no-cmake-file-api to configure to
disable this.

* 300dec66ce QMetaMethod: Store method constness in metaobject system
It is now possible to query the constness of a method with
QMetaMethod::isConst.

* 75d8623752 SQLite: Update SQLite to v3.35.5
Updated SQLite to v3.35.5

* 1a63217021 rhi: Fix memory leak
Fixed a memory leak in QRhiGles2

* f385b8827a Windows: Add synthesized fonts also when there is a style
name
Fixed an issue where bold/italic would not be synthesized for fonts if
QFont::NoFontMerging was set.

* e906bb84fb QFlags: add (named) explicit conversion from/to int
Added the fromInt() and toInt() functions for explicit conversions
from/to a plain integer.

* ddee595d58 QFlags: add qHash overload
QFlags now has a qHash() overload.

* d2759e0e32 QFlags: add operator& / &= overloads taking a QFlags object
The operator& and operator&= now accept a QFlags object.

* 2be9e6cc26 Q_DECLARE_OPERATORS_FOR_FLAGS: also define operator&
Bitwise AND-ing two values of an enum type for which flag operations
have been declared now produces a QFlags object. Similarly, AND-ing a
value of enum type and one of type QFlags now produces a QFlags object.
Before, it produced an integer in both cases. This may introduce a
slight incompatibility in user code; it is possible to keep the code
working in Qt versions before and after this change by inserting enough
conversions to QFlags, and/or by changing expressions such as `enum &
flag` to `flag & enum` (the latter has always produced a QFlags object).

* aafea67cf6 QFlags: add operator== and !=
Added overloads of operator== and operator!= between QFlags objects,
and between a QFlags object and an object of the flag's enumeration.

* c8f380bd13 QPageSize: make PageSizeId ctor non-explicit
Conversion from a QPageSize::PageSizeId is now implicit.

* c4947c1c4c QFlags: add test(Any)Flag(s)
The testFlags, testAnyFlag and testAnyFlags functions have been added.

* 50c838d4b5 Make the exit() methods in QEventLoop and QThread be slots
exit() is now a slot, like quit().

* 9a94c4a415 Long live qToUnderlying
The qToUnderlying function has been added, to convert an value of
enumeration type to its underlying value.

* 8278879c19 Fix QItemSelectionModel::selectionChanged emission
QItemSelectionModel now emits the selectionChanged signal if only the
indexes of the selected items change.

* a5dc381b4c QByteArrayView: add compare
Added compare(), enabling case sensitive and insensitive comparison
with other QByteArrayViews.

* 11a40defff Fix memory leak when using small caps font
Fixed a memory leak when initializing a small caps font.

* f1983dcdf6 Correct RGB to Grayscale conversion
RGB conversions to grayscale formats are now gamma-corrected and
produce color-space luminance values

* 715041b663 Enable UNICODE for all Qt targets and Qt consumers by
default
Enables the UNICODE and _UNICODE definitions on WIN32 platforms by
default for all cmake projects to reflect the qmake behavior. Use
qt6_disable_unicode_defines function to disable the default unicode
definitions.

* 4b60cea602 Farewell Q_DISABLE_MOVE
The Q_DISABLE_MOVE macro has been removed. Code that was using it can
be ported to Q_DISABLE_COPY_MOVE instead.

* ae02188233 QTestlib: Add formatting for QObject * in QCOMPARE
QCOMPARE() now reports QObject * values by class and objectName().

* 35412acd88 Use time-zone transition data before 1970 as well as after
Available time-zone information is now used to its full extent, where
previously QDateTime used LocalTime's current standard time for all
dates before 1970. Where we have time-zone information, it is considered
reliable, so we use it.  This changes the "best efforts" used for times
outside the range supported by the system APIs, in most cases giving
less misleading results.

* 467b39d52c Fix license information for libjpeg-turbo
Clarified that libjpeg-turbo is actually covered by three licenses, not
only IJG.

* 6829719575 macOS: allow Qt::AA_DontShowShortcutsInContextMenus
overrides
The shortcutVisibleInContextMenu property defaults to the value of the
Qt::AA_DontShowShortcutsInContextMenus attribute, which in turn defaults
to the platform integration. To override the default, set the
application attribute after instantiating QApplication, or override the
default for each QAction instance.

* 3f8e0c3107 QVarLengthArray: fix aliasing error in insert(it, n, v)
Fixed an aliasing bug affecting insertions of objects aliasing existing
elements.

* 7dfa2b68cd Revert "Windows: Add synthesized fonts also when there is a
style name"
Fixed a regression where different font styles and/or weights would not
be available.

* 70b3e6937b Remove ministro code
Remove ministro code since it's been unmaintained and not working with
recent Android versions.

* 898bb35f84 Android: Make the manifest less to scary to read and edit
Remove some elements from the manifest file that are internal, to make
it easier to deal with the manifest.

* 68f7aae466 QCryptographicHash: don't present the same data over and
over again
Fixed a bug where presenting more than 4GiB in a single addData() call
would calculate the wrong result().

* 528a0a03f1 Restore default installation prefix from Qt 5
The installation prefix now defaults to /usr/local/Qt-${version} and
C:/Qt/Qt-${version} like it did in Qt 5.

* 045804c45d QLineEdit: don't change layout direction on keyboard input
QLineEdit used to change the layout direction on each key press, based
on the text content. This feature resulted in an inconsistent and
erratic user experience, and has been removed.

* 4b0cf03651 QLocalSocket/Win: destroy the pipe before emitting final
signals
QLocalSocket on Windows now emits both readChannelFinished() and
disconnected() signals after closing the pipe and emitting
stateChanged(UnconnectedState), which is consistent with the behavior on
Unix.

* b953b7440f Change QCollator's default locale to QLocale().collation()
The default locale used by QCollator is now the collation locale of the
default QLocale. This restores the ability (lost at 5.14) to control the
locale used by QString::localeAwareCompare(), while retaining the use of
a collation locale when the default is the system locale.

* 8eda2c4c57 Consistent handling of disabled items in
QItemSelectionModel
All methods in QItemSelectionModel now consider only items which are
marked as enabled and selectable as part of the selection.

* f20f5b722f Make QFutureWatcher::isFinished() consistent with the
watched QFuture
The QFutureWatcher::isFinished() method now indicates if the related
QFuture is finished, instead of indicating if the finished() signal was
delivered. This makes it consistent with the future that is being
watched.

* 57015d8551 Remove special casing of HSL QColor comparison
Equality on HSL colors is now raw value based like other color-formats,
instead of being partially interpretation based.

* 212954be8b CMake: Bump min required CMake version for shared Qt builds
to 3.16
Building Qt as shared libraries now requires CMake version 3.16 or
later. Building user projects with CMake using that Qt installation also
requires a CMake version of 3.16 or later.

* 4b3ed8aa32 QByteArray: don't coerce negative to unsigned for any base
QByteArray's formatting of negative whole numbers to bases other than
ten now, like QString's (since Qt 6.0), formats the absolute value and
prepends a minus sign.

* 4a1618ab9d testlib: Deprecate QWARN() in favor of qWarning()
QWARN() has been deprecated in favor of qWarning()

* 851b6e9d10 QXpmHandler: fix re-entrancy bug in xpm_color_name
Fixed a race condition when concurrently writing .xpm files.

* 12917537fe QXpmHandler: actually limit characters-per-pixel to four
Instead of writing a corrupt file, rejects to write XPM files with more
than 64^4 colors (more than four characters per pixel) now.

* 003fa58eef QListView: fix AdjustToContents (sizeAdjustPolicy)
A more correct implementation of QListView::viewportSizeHint has been
made. That implies that setting the sizeAdjustPolicy to AdjustToContent
on QListView and QListWidget will now cause the view to size after the
contents and avoid scrollbars.

* c11a4d3432 MySQL: remove the version number checks in favor of actual
functionality
Fixed the detection of whether the client and server support prepared
statements. This was caused by the mariadb connector library reporting
its own version numbers (starting in version 3.2) instead of the server
version.

* 02bed8c646 Fix memory leak if eXIf has incorrect crc
Fix for possible memory leak in libpng was backported.

* f1641ed814 CMake: Bump min required CMake version for static Qt builds
to 3.21
Building Qt as static libraries now requires CMake version 3.21 or
later. Building user projects with CMake using that Qt installation also
requires a CMake version of 3.21 or later.

* b4a1265b15 Fix printing with unhinted fonts
Fixed an issue where the characters in printed text would look too
small.

* a7fa5b4b76 CMake: Don't install metatypes files for user projects
qt6_extract_metatypes does not install metatypes files anymore. Instead
the OUTPUT_FILES option can be provided to get the list of extracted
files for further processing.

* 432acc2794 Fix bug with NoFontMerging when font does not support
script
Fixed an issue with NoFontMerging and changing font families
dynamically, where boxes would be seen in place of the correct text.

* 75d699e1cd QS(V)/QBA(V)/QL1S::lastIndexOf: fix the offset calculations
A regression in the behavior of the lastIndexOf() function on text-
related containers and views (QString, QStringView, QByteArray,
QByteArrayView, QLatin1String) has been fixed, and the behavior made
consistent and more in line with user expectations. When lastIndexOf()
is invoked with a negative `from` position, the last match has now to
start at the last character in the container/view (before, it was at the
position *past* the last character). This makes a difference when using
lastIndexOf() with a needle that has 0 length (for instance an empty
string, a regular expression that can match 0 characters, and so on);
any other case is unaffected. To retrieve the "truly last" match, one
can pass a positive `from` offset to lastIndexOf() (basically, pass
`size()` as the `from` parameter). To make calls such as
`text.lastIndexOf(~~~);`, that do not pass any `from` parameter, behave
properly, a new lastIndexOf() overload has been added to all the text
containers/views. This overload does not take a `from` parameter at all,
and will search starting from one character past the end of the text,
therefore returning a correct result when used with needles that may
yield 0-length matches. Client code may need to be recompiled in order
to use this new overload. Conversely, client code that needs to skip the
"truly last" match now needs to pass -1 as the `from` parameter instead
of relying on the default.

* 8890ca3d97 Update Harfbuzz to version 2.9.0
Updated bundled Harfbuzz to version 2.9.0.

* e18831961c Fix default line thickness for fonts
Fixes an issue where underlines and other decorations would be too
thick for some fonts.

* 7eaa9942f6 NetworkAccessBackend: Remove the backend part of the name
The NetworkAccessBackend plugin-type is renamed to NetworkAccess, if
you have a plugin marked NetworkAccessBackend you need to change it to
NetworkAccess.

* b01986df91 Update bundled libjpeg-turbo to version 2.1.1
libjpeg-turbo was updated to version 2.1.1

* 4375a94b21 SQLite: Update SQLite to v3.36.0
Updated SQLite to v3.36.0

### qtsvg
* f9ac5f3 Limit font size to avoid numerous overflows
Avoid numerous overflows by limiting font size to 0xffff. This fixes
oss-fuzz issue 31701.

### qtdeclarative
* 9ca63fbd0b Introduce a 'System' theme to the styles.
Added Universal.System theme enum value, that can be used to let the
Universal style choose either the light or dark theme based on the
system theme colors.

* 51c181776f SwipeView: add isNextItem and isPreviousItem attached
properties
Added isNextItem and isPreviousItem attached properties to make it
straight-forward to use Loader for unloading pages that are outside the
reach.

* 3ec6f508aa StackView: add attached activated() etc. signals
Added attached activated(), deactivated(), activating(), and
deactivating() signals that are convenient for initializing and cleaning
up item-specific resources.

* d0a48ae26a Add ButtonGroup::clicked(AbstractButton) signal
Added clicked(AbstractButton) signal for centralized click handling for
grouped buttons.

* 221c3ce846 Slider: expose valueAt(pos) for getting continuous value
updates
Added valueAt() method for getting continuous value updates.

* 3e40325d44 Material: fix elevation effect for Frame, GroupBox, Pane &
TabBar
Fixed (optional) elevation effects for Frame, GroupBox, Pane, and
TabBar.

* bfb0a9ebe3 Add DialogButtonBox
Added DialogButtonBox to provide convenience for handling dialog
buttons. DialogButtonBox is able to create a set of standard buttons
with a single line of QML code, and provides convenient accepted() and
rejected() signals.

* 6a8f7b88a7 Add QQuickContainer::increment|decrementCurrentIndex()
Added incrementCurrentIndex() and decrementCurrentIndex() methods for
changing the current index without losing its property binding.

* 1e8e214805 Add SwipeView::interactive
Added interactive property for controlling whether swipe interaction is
enabled.

* 4a92e38303 Tumbler: add wrap property
Added wrap property to control whether or not tumbler wraps when it
reaches the top and bottom.

* fff036ab4d SpinBox: add up.hovered and down.hovered properties
Added up.hovered and down.hovered properties that hold whether the
respective buttons are hovered.

* 97c88459d8 RangeSlider: add first.hovered and second.hovered
properties
Added first.hovered and second.hovered properties that hold whether the
respective handles are hovered.

* fa8cccf479 Tumbler: change default visibleItemCount to 5
Changed the default value of visibleItemCount to 5 to make it visually
clearer that it's a Tumbler.

* 8ed484329f Universal: implement hover effects
Implemented hover effects

* 2c4b2d4882 Tumbler: make wrap property depend on count by default
Changed the default value of wrap to be false when count is less than
visibleItemCount. Explicitly setting wrap overrides this behavior.

* 99c170e3fc Add pressed() and released() signals to TextField and
TextArea
Added pressed() and released() signals.

* 1badc06b81 Be consistent with naming of event argument in
pressAndHold() signals
Aligned the name of the pressAndHold() argument with TextArea

* 09706e8f9f Popup: expose flip API
Added allowVerticalFlip and allowHorizontalFlip properties to control
whether flipping is allowed to fit a popup inside the window.

* 546544b347 SwipeDelegate: add swipe.close()
Added swipe.close() for setting swipe.position to 0.

* a26244b5c3 SwipeDelegate: add swipe.completed() signal
Added swipe.completed() for responding to completion of swipes.

* bc86a96c56 StackView: allow choosing which transition to run
Made it possible to choose the visual transition type for any
operation. This allows using for example push and pop transitions with
replace(), which allows implementing an "infinite" back and forward
navigation pattern while keeping the amount of instantiated items
constant.

* 4ac9693ef8 SwipeDelegate: add swipe.pressed and swipe.clicked()
Added swipe.pressed and swipe.clicked() for detecting when non-
interactive left/right/behind items are pressed and clicked.

* 7a835a4b4e Add Dialog
Added Dialog to provide convenience for handling dialog popups. Dialog
integrates with DialogButtonBox, and provides convenient accepted() and
rejected() signals.

* 508bb6ddde Add MenuSeparator
Added MenuSeparator to visually distinguish between groups of items in
a menu.

* 0bf6a3f425 Add ComboBox::flat
Added a flat property that provides more suitable looks for using
ComboBox in a ToolBar.

* 87b21a5702 Make a plain Control calculate suitable implicit size
A plain Control now calculates its implicit size based on the implicit
size of the content item plus paddings, and the implicit size of the
background item.

* 0e01d1d979 Make a plain Container calculate suitable implicit size
A plain Container now calculates its implicit size based on the
implicit size of the content item plus paddings, and the implicit size
of the background item.

* 58326f2bc3 StackView: add removed() attached signal
Added StackView.removed() attached signal to provide a way to delete
items that StackView won't.

* f6c3ecdb06 Add RoundButton
Added RoundButton.

* fbe806c544 Fix Popup to respect explicit size
Fixed to respect explicitly set width and height.

* 244356ba18 QQuickDrawer: allow resizing and positioning
Made it possible to control the vertical position of a horizontal
drawer, and vice versa. This allows placing a drawer below a
header/toolbar, for instance.

* fda44e6fed Make a plain AbstractButton calculate suitable implicit
size
A plain AbstractButton now calculates its implicit size based on the
implicit size of the content item plus paddings, and the implicit size
of the background item.

* ae3e7f0799 Add QQuickTumbler::moving
Added a moving-property that describes whether the tumbler is currently
moving, due to the user either dragging or flicking the tumbler.

* 47736b3510 Add QQuickSlider::live
Added a live-property that determines whether the slider provides live
updates for the value-property while the handle is dragged.

* 405ef2c052 Add QQuickRangeSlider::live
Added a live-property that determines whether the range slider provides
live updates for the first.value and second.value properties while the
respective handle is dragged.

* d03c8de38f Add QQuickDial::live
Added a live-property that determines whether the dial provides live
updates for the value-property while the handle is dragged.

* bd5e078e5b Make hoverEnabled propagate to children
Control::hoverEnabled has been made to inherit to children, to make it
possible to disable hover effects for a tree of controls in one place.

* 32810acaa1 Let specifying the fallback style for custom styles
Added support for specifying the fallback style for custom styles via
:/qtquickcontrols2.conf, QT_QUICK_CONTROLS_FALLBACK_STYLE or
QQuickStyle::setFallbackStyle().

* cb80c055e7 Page: provide implicit size
Page has been made to calculate its implicit size based on the implicit
size of the header, content, and footer plus paddings, and the implicit
size of the background item.

* 4ce80b299c Fix Shortcut to respect modal popups
The QML Shortcut type from QtQuick has been fixed to respect modal
popups from QtQuick Controls 2.

* b552676670 QQuickComboBox: handle Home and End keys
Added handling for Home and End keys.

* 6f95a086b4 QQuickComboBox: key search
Added missing keyboard search functionality.

* f5467114b7 QQuickStyle::availableStyles()
Added availableStyles() method that returns the list of available
built-in styles.

* 48731e5c2e Dialog: emit rejected() when closed interactively
Dialog now emits rejected() when closed interactively.

* c69c1f32b0 Restore AbstractButton::checkable
The checkable property has been made accessible from QML. Previously it
was only exposed for Button and MenuItem, but it is now available for
any AbstractButton to make it possible to create custom QML-based
checkable buttons.

* 94d98bdb63 Add support for a QT_QUICK_CONTROLS_STYLE_PATH environment
variable
Added support for a QT_QUICK_CONTROLS_STYLE_PATH environment variable,
which can be used to specify lookup paths for Qt Quick Controls 2
styles. This allows device manufacturers and Linux distributions to
specify a system-wide style installation folder that may be located
outside the Qt installation tree.

* eba5b547e7 Add ComboBox::editable
Added editable property

* d705558a28 SwipeDelegate: Add swipe.enabled property
Added swipe.enabled property to allow disabling of swiping.

* e33443d9b8 Add SwipeDelegate::swipe.open()
Added swipe.open(side) method that can be used to programmatically open
the side item on the specified side, which can be either
SwipeDelegate.Left or SwipeDelegate.Right.

* b0fd258cbb Add Drawer::interactive
Added interactive property that specifies whether the drawer reacts to
swipes. This can be used to make drawer a non-closable persistent side-
bar.

* da0570d1dd Dial: add missing wheel handling
Added support for wheel handling when wheelEnabled is set to true.

* 0b189ba2ea SpinBox: add inputMethodHints and inputMethodComposing
Added inputMethodHints and inputMethodComposing properties for
controlling the input method when using editable spin boxes.

* 3f2cb85ac1 Add Slider::moved() signal
Added a moved() signal that is emitted whenever the slider is
interactively moved by the user by using either touch, mouse, wheel, or
keys.

* 948932c9c6 Add Dial::moved() signal
Added a moved() signal that is emitted whenever the dial is
interactively moved by the user by using either touch, mouse, or keys.

* 0a37852dd8 Add AbstractButton::toggled() signal
Added a toggled() signal that is emitted whenever a checkable button is
interactively toggled by the user by using either touch, mouse, or keys.

* 2a2a58a061 Add QQuickSpinBox::valueModified()
Added a valueModified() signal that is emitted whenever the value of a
spin box has been interactively modified by the user by using either
touch, mouse, wheel, or keys.

* 66cca16867 Doc: SwipeDelegate: document grouped signals with
\qmlsignal
Added swipe.opened() and swipe.closed() signals, which are emitted when
the delegate has been opened or closed by swipe, and the respective
transition has finished.

* 5be4488fb1 SwipeDelegate: rename swipe.rebound to swipe.transition
Added a swipe.transition property that holds the transition that is
applied when a swipe is released, or swipe.open() or swipe.close() is
called.

* f15468cf9e Add DelayButton
Added DelayButton.

* 24acfcafdf QQuickTabBar: fix implicit size calculation
Added contentWidth and contentHeight properties that are automatically
calculated based on the total size of the tab items, but can be manually
overridden if desired. This fixes an issue that TabBar was not able to
reliably calculate an implicit size, and could in certain scenarios
enter an infinite loop due to a circular dependency between the items'
sizes and the tabbar's size.

* 0450296455 Add ScrollBar::snapMode
Added snapMode property incremental or discrete scrolling.

* 0a86cab635 Editors: fix placeholder text alignment
Fixed the horizontal alignment of the placeholder text in right-to-left
UIs.

* 4a97498f4c Add SwipeView::orientation
Added orientation property.

* def88e0185 Add attached StackView.visible property
Added attached StackView.visible property that can be used to control
whether items below the top- most item are kept visible.

* fdd4131711 Add ScrollBar::interactive
Added an interactive-property. A non-interactive ScrollBar is visually
and behaviorally similar to ScrollIndicator. This property is useful for
switching between typical mouse- and touch-orientated UIs with
interactive and non- interactive scroll bars, respectively.

* 6c0ee76c64 Add ScrollBar::policy
Added a policy-property, which holds whether the scroll bar is shown
always/never/as needed (default).

* a9aa500a68 Add ScrollView
Added ScrollView.

* b026ebf67a Default QQuickSlider::live to true
On a popular demand, Slider has been changed to report live value
updates. This can be disabled by setting Slider::live to false.

* 4aadcdae61 Default QQuickDial::live to true
On a popular demand, Dial has been changed to report live value
updates. This can be disabled by setting Dial::live to false.

* fc54107f0b Default QQuickRangeSlider::live to true
On a popular demand, RangeSlider has been changed to report live value
updates. This can be disabled by setting RangeSlider::live to false.

* 9351df782b Make TextArea work out of the box inside ScrollView
TextArea has been made to work inside ScrollView, providing necessary
scroll bars out of the box.

* 94e5393455 ApplicationWindow: fix typo
The data-property has been renamed to contentData, as it was
documented. Notice that a data-property still exists in QML Window, but
is no longer overshadowed in ApplicationWindow.

* b0d2e6d133 AbstractButton: add support for icons
Added support for icons. The following properties are now available for
derived types to use: icon.name, icon.source, icon.width, icon.height,
icon.color.

* b44048ae27 AbstractButton: add display property
Added display property to allow control over how icons and text are
displayed within buttons, without having to implement custom delegates.

* 72e12f8e5e Slider: add horizontal and vertical properties for
convenience
Added horizontal and vertical properties to make it more convenient to
create orientation-dependent bindings in styles.

* befa702ce7 RangeSlider: add horizontal and vertical properties for
convenience
Added horizontal and vertical properties to make it more convenient to
create orientation-dependent bindings in styles.

* 113d6f0670 ScrollBar: add horizontal and vertical properties for
convenience
Added horizontal and vertical properties to make it more convenient to
create orientation-dependent bindings in styles.

* 4ff021d3cb ScrollIndicator: add horizontal and vertical properties for
convenience
Added horizontal and vertical properties to make it more convenient to
create orientation-dependent bindings in styles.

* 2e0cded947 SwipeView: add horizontal and vertical properties for
convenience
Added horizontal and vertical properties to make it more convenient to
create orientation-dependent bindings in styles.

* 1cf6abc8ba Slider: react immediately when using a mouse
Sliders and Dials now react immediately when using a mouse. Now the
initial drag threshold applies only on touch, to avoid conflicting with
flickables.

* f0eed56490 ScrollBar: react immediately when using a mouse
ScrollBar now reacts immediately when using a mouse.

* 27850633dc Add Action
Introduced Action, an abstract user interface action that can have
shortcuts and be assigned to buttons.

* 06672a7a45 Add AbstractButton::action
Added AbstractButton::action property.

* 03607d6d3c Add ActionGroup
Introduced ActionGroup, a non-visual group of actions that is mutually
exclusive by default.

* 5479c13959 Add SpinBox::wrap
Added wrap-property to allow wrapping circular spinboxes.

* 8b9f4364ba Material: use Android button layout for dialogs
DialogButtonBox with Material theme now uses Android button layout.

* 7fe5e4c685 Add ButtonGroup::exclusive
Added exclusive property to allow creating non-exclusive button groups.

* 6bd301a56a QQuickTabBar: introduce index/tabBar/position attached
properties
Added index/tabBar/position attached properties.

* 26bfe7cb1a Incorporate QQuickDialog::result from QQuickPlatformDialog
Added "result" property that holds whether the dialog was previously
accepted or rejected.

* 13452a48c8 QQuickDialogButtonBox: add missing signals
Added missing applied(), reset(), and discarded() signals.

* fd4d347b0c Add missing QQuickDialog::standardButton() invokable method
Added a standardButton() method for accessing the standard buttons in
the dialog's button box.

* 2b20122b22 QQuickDialog: add missing standard button signals
Added missing applied(), discarded(), helpRequested(), and reset()
signals that are emitted when the respective standard buttons are
clicked.

* ea043d5d83 QQuickStyleSelector: fix built-in file selectors
Fixed the style selection mechanism so that now it is possible to
organize platform and locale-specific files into sub-directories, such
as "+linux", "+macos", and "+windows".

* 83a91bc073 StackView::clear() allow specifying a transition
Allowed specifying a transition when clearing the stack view.

* f57f2d9e45 Say hello to the Fusion style
Introduced a Fusion style that offers a platform agnostic desktop-
oriented look'n'feel.

* f2264e2684 Add support for configurable fonts
Added support for specifying the default font for different styles in
qtquickcontrols2.conf.

* 1b98cac7c0 Add QQuickMenu::popup()
Added a popup() method that opens a menu at the mouse cursor on desktop
platforms that have a mouse cursor available, and otherwise centers the
menu over its parent item.

* ecef73ddb0 QQuickMenu: add support for declaring Actions
Added support for declaring Actions. The new "delegate" property is
used to define a Component that is used to create menu items that
present the actions.

* 1981ed233f Add QQuickMenuItem::menu
Added a "menu" property that provides access to the menu that contains
the menu item.

* 4339a686c1 Add Popup::opened
Added an "opened" boolean property that holds whether a popup is fully
open. That is, the popup is visible and neither the enter nor exit
transitions are running.

* 00594b6e05 QQuickContainer: removeItem(Item) and takeItem(int)
Deprecated removeItem(int) in favor of removeItem(Item) and
takeItem(int) with clearer semantics. The former destroys the item,
whereas the latter transfers ownership to the caller.

* 841e4355d3 QQuickMenu: removeItem(Item) and takeItem(int)
Deprecated removeItem(int) in favor of removeItem(Item) and
takeItem(int) with clearer semantics. The former destroys the item,
whereas the latter transfers ownership to the caller.

* 0d59bff892 QQuickMenu: update the highlighted item on mouse hover
Menu has been fixed to highlight its items while key navigating and
mouse hovering to ensure seamless item highlight between mouse hover and
key navigation. In order to provide appropriate highlighting that works
for key navigation and mouse hover, styles should bind their visual
highlight to MenuItem::highlighted instead of Control::activeFocus or
Control::hovered.

* 038d565194 Let users disable the multi-touch support
Added a configure feature for disabling multi- touch support (configure
-no-feature-quicktemplates2-multitouch).

* af96b35bf4 QQuickMenu: fix key navigation
Fixed key navigation to skip separators.

* 92fcd0a3fb Add support for cascading sub-menus
Added support for cascading sub-menus.

* 474ded7679 Add QQuickMenu::add/insert/remove/takeMenu()
Added addMenu(), insertMenu(), removeMenu(), and takeMenu() methods for
adding and removing sub-menus programmatically.

* 0ef18b4cb2 Add QQuickMenu::add/insert/remove/takeAction()
Added addAction(), insertAction(), removeAction(), and takeAction()
methods for adding and removing actions programmatically.

* 1ffede10a0 Add Menu::currentIndex
Added currentIndex property for styling purposes.

* 697658ab9a Add Popup::enabled
Added "enabled" property.

* 5dfa85e68c Make ApplicationWindow::activeFocusControl work with plain
Window
The attached activeFocusControl property has been made functional with
a plain QML Window to make the functionality available when using
QQuickWindow/View/Widget instead of ApplicationWindow.

* d0fdebbc37 Add Overlay attached properties and signals
Deprecated the overlay grouped property in favor of the newly
introduced Overlay attached properties.

* 014466f46a QQuickMenu: add actionAt() and menuAt() accessors
Added actionAt() and menuAt() accessors.

* 1642a45fed Add QQuickPopup::mirrored
Added a read-only "mirrored" property that is true when the popup's
locale is right-to-left.

* b9637d71b3 Add QQuickMenu::dismiss()
Added a dismiss() method. Unlike close() that only closes a menu and
its sub-menus, dismiss() closes the whole hierarchy of menus, including
the parent menus.

* 141fdff2c5 Add QQuickMenu::count
Added "count" property.

* 66faa149db Introduce MenuBar
Introduced a MenuBar control.

* 846a908b73 Add Imagine style
Added the Imagine style, which is based on image assets that can be
provided using a predefined naming convention.

* 2de38813d7 QQuickButton: promote autoRepeat back to
QQuickAbstractButton
The autoRepeat property was promoted from Button to AbstractButton.

* 90659c9bed Add QQuickAbstractButton::autoRepeatDelay and
autoRepeatInterval
Added autoRepeatDelay and autoRepeatInterval properties.

* 339ddd4fc7 QQuickCheckBox: don't force tristate when partially checked
CheckBox no longer forces tristate to true when setting checkState to
Qt.PartiallyChecked. This allows a checkbox to present a partially
checked state without being interactively a tri-state checkbox.

* fbcdccc4e2 QQuickCheckBox: don't consider partially checked as checked
CheckBox no longer considers the partially checked state as a checked
state. This fixes check state cycling for a non-tri-state checkbox so
that it goes from partially checked to fully checked state.

* 960798f911 Add ButtonGroup::checkState
Added checkState property that indicates the combined check state of
the entire group.

* 6115585477 QQuickAbstractButton: expose the press point
Added pressX and pressY properties.

* 043e3d24f9 Expose QQuickCheckBox::nextCheckState() to QML
Made it possible to implement nextCheckState() in QML.

* 9e1b044afa ScrollBar: allow configuring the minimum size
Added minimumSize, visualSize, and visualPosition properties.

* f246314b21 ScrollIndicator: allow configuring the minimum size
Added minimumSize, visualSize, and visualPosition properties.

* 03155ec2e2 Expose QQuickCheckDelegate::nextCheckState() to QML
Made it possible to implement nextCheckState() in QML.

* 8e4b91030f Tumbler: ensure that currentIndex animations aren't too
slow
Made currentIndex animations take a constant amount of time (1 second)
regardless of how many items are in the model. This prevents Tumblers
with large amounts of items from scrolling too slowly when changing the
currentIndex.

* f2696acaf7 Document license and attribute third party code
Document constants from AngularJS in
src/imports/controls/material/ElevationEffect.qml

* 7eb5f8a54b QQuickControl: respect click focus policy for focus scopes
Fixed focus scope controls, such as Frame, GroupBox, Page, and Pane, to
respect click focus policy by clearing a potential sub-focus child. This
makes it possible to close the virtual keyboard by clicking the
background of a Pane that has Qt.ClickFocus set as its focusPolicy, for
example.

* 63899f3185 QQuickToolTip: add non-attached show() and hide() methods
Added non-attached show() and hide() methods to make it more flexible
to meet certain requirements.

* cf71905368 QQuickControl: respect wheel focus policy for focus scopes
Fixed focus scope controls to respect wheel focus policy.

* 4ff95c1ffa QQuickCheckDelegate: don't force tristate when partially
checked
CheckDelegate no longer forces tristate to true when setting checkState
to Qt.PartiallyChecked. This allows a delegate to present a partially
checked state without being interactively a tri-state check delegate.

* e318a1690e QQuickCheckDelegate: don't consider partially checked as
checked
CheckDelegate no longer considers the partially checked state as a
checked state. This fixes check state cycling for a non-tri-state check
delegate so that it goes from partially checked to fully checked state.

* 0b8160a26b Add Control::horizontal|verticalPadding
Added horizontalPadding and verticalPadding properties as a convenient
way to set both left and right, or top and bottom paddings in one go.

* 71d5afa10c Add Popup::horizontal|verticalPadding
Added horizontalPadding and verticalPadding properties as a convenient
way to set both left and right, or top and bottom paddings in one go.

* 77a693cb41 QQuickTextField: add placeholderTextColor property
Added placeholderTextColor property for user convenience to customize
the placeholderText color to fit the backgrounds.

* f6eb6a3661 Tumbler: add positionViewAtIndex() function
Added positionViewAtIndex() function that calls the respective
PathView/ListView function, depending on the value of wrap. This allows
changing currentIndex without animations.

* 5313a2b3fd Add DialogButtonBox::buttonLayout
Added buttonLayout property that can be used to arrange the buttons.

* 55fa922b4f Add Dense Material style variant for desktop
Added Dense variant of the Material style for use on desktop platforms.
Some controls are slightly smaller in height and use smaller font sizes.
The variant can be enabled by setting QT_QUICK_CONTROLS_MATERIAL_VARIANT
to Dense or setting Variant=Dense in the qtquickcontrols.conf file.

* 6b28a01d3f QQuickTextArea: add placeholderTextColor property
Added placeholderTextColor property for user convenience to customize
the placeholderText color to fit the backgrounds.

* b6dbfe623a QQuickSlider: add touchDragThreshold property
Added touchDragThreshold property for configuring the threshold to
initiate the touch 'drag' of the handle of the slider. The mouse 'drag'
won't be affected by the property.

* 3650590177 QQuickRangeSlider: add touchDragThreshold property
Added touchDragThreshold property for configuring the threshold to
initiate the touch 'drag' of the handle of the slider. The mouse 'drag'
won't be affected by the property.

* 7dbe1348cc QQuickStyle: add API for managing style paths
Added stylePathList() and addStylePath() methods for managing the list
of directories where Qt Quick Controls 2 searches for available styles.

* 1abc7fcbab Add anchors property to Popup to allow centering in
parent/window
Added anchors.centerIn to Popup to allow a covenient way of centering a
popup.

* 449ebc4fbc QQuickControl: update baseline offset automatically
Unless explicitly specified, baselineOffset is now automatically
updated based on the top padding of the control and the baselineOffset
of the contentItem. Styles no longer need to specify the baselineOffset
in QML.

* 583b7b0324 RangeSlider: add first.moved() and second.moved() signals
Added a moved() signal to each handle (similar to the Slider's moved()
signal) to react to the values being interactively changed by the user.

* 98a65a9c74 RangeSlider: add valueAt() function
Added a valueAt() function to allow accessing each handle's value when
the live property is set to false.

* c2fd8f7d00 DialogButtonBox: add contentWidth and contentHeight
Added contentWidth and contentHeight properties.

* cea175fca9 SwipeView: add contentWidth and contentHeight
Added contentWidth and contentHeight properties.

* 5bd9d44bc7 Control: add implicitBackgroundWidth|Height properties
Added implicitBackgroundWidth and implicitBackgroundHeight properties
that can be used to simplify complex implicit size bindings.

* ec6cc9921f Control: add implicitContentWidth|Height properties
Added implicitContentWidth and implicitContentHeight properties that
can be used to simplify complex implicit size bindings.

* 704625a034 AbstractButton: add implicitIndicatorWidth|Height
Added implicitIndicatorWidth and implicitIndicatorHeight properties.

* d2496a68bb Popup: add implicitBackground|ContentWidth|Height
properties
Added implicitBackgroundWidth, implicitBackgroundHeight,
implicitContentWidth, and implicitContentHeight properties.

* 616e86dcb2 ComboBox: add implicitIndicatorWidth|Height
Added implicitIndicatorWidth and implicitIndicatorHeight properties.

* c8e4c78ec7 Slider: add implicitHandleWidth|Height
Added implicitHandleWidth and implicitHandleHeight properties.

* 00664e8b59 RangeSlider: add first|second.implicitHandleWidth|Height
Added first.implicitHandleWidth, first.implicitHandleHeight,
second.implicitHandleWidth, and second.implicitHandleHeight properties.

* 1a7be21541 SpinBox: add up|down.implicitIndicatorWidth|Height
Added up.implicitIndicatorWidth, up.implicitIndicatorHeight,
down.implicitIndicatorWidth, and down.implicitIndicatorHeight
properties.

* c2768f0f2a Page: add implicit header and footer size properties
Added implicitHeaderWidth, implicitHeaderHeight, implicitFooterWidth,
and implicitFooterHeight properties.

* 37ef78bef2 Dialog: add implicit header and footer size properties
Added implicitHeaderWidth, implicitHeaderHeight, implicitFooterWidth,
and implicitFooterHeight properties.

* 06071fd14d GroupBox: add implicitLabelWidth|Height
Added implicitLabelWidth and implicitLabelHeight properties.

* b16f0030f3 Platform: make icon a grouped property
Deprecated iconName and iconSource properties in favor of icon.name and
icon.source grouped properties.

* a27c3913c9 Platform: add icon.mask
Added icon.mask grouped property.

* 5adce042aa Control: add support for background insets
Added topInset, bottomInset, leftInset, and rightInset properties to
control the geometry of the background similarly to how paddings control
the geometry of the contentItem.

* 31998a21d1 Popup: add support for background insets
Added topInset, bottomInset, leftInset, and rightInset properties to
control the geometry of the background similarly to how paddings control
the geometry of the contentItem.

* fac7e9e87c Add missing implicitBackground{Width|Height} to non-
QQuickControls
Added implicitBackgroundWidth and implicitBackgroundHeight properties
that can be used to simplify complex implicit size bindings.

* 89495f409f Label: add support for background insets
Added topInset, bottomInset, leftInset, and rightInset properties to
control the geometry of the background similarly to how paddings control
the geometry of the contentItem.

* 6858d4e987 TextField: add support for background insets
Added topInset, bottomInset, leftInset, and rightInset properties to
control the geometry of the background similarly to how paddings control
the geometry of the contentItem.

* 5ef9d74f83 TextArea: add support for background insets
Added topInset, bottomInset, leftInset, and rightInset properties to
control the geometry of the background similarly to how paddings control
the geometry of the contentItem.

* 9e1a353a86 Dial: add inputMode property
Added the inputMode property. This property controls how the dial is
interacted with. The circular input mode (default, old behavior)
operates on an absolute input system, whereas the horizontal and
vertical input modes use a relative input system.

* 3c7bfc1567 Tie minor version of all imports to Qt's minor version
From Qt 5.12 onwards, all import versions in Qt Quick Controls 2 follow
the same minor version as Qt's minor version number. For example, the
import version for Qt 5.12 is: "import QtQuick.Controls 2.12".

* ed87e837ff Add SplitView
Introduced SplitView, a control that lays out items horizontally or
vertically with a draggable splitter between each item.

* 033564edf5 QQuickIcon: Add support to cache a pixmap
Added cache property to icon.

* f462312365 Add valueRole API to ComboBox
Added valueRole, currentValue and indexOfValue(). These allow
convenient management of data for a role associated with the text role.

* 83813e4340 QQuickComboBox: emit countChanged signal when model is
updated
countChanged signal now will be emitted when a new model is set to the
ComboBox

* da06da5700 QQuickTextArea: prevent changing size of background
recursively
defer adding change listener and prevent changing size of background
recursively in construction

* 6815f353e5 TextArea: prevent changing size of background recursively
prevent changing size of background recursively in construction

* 2da83b321f Universal: disable wrapping for TabBar
Disabled wrapping. The Universal style TabBar now behaves like TabBar
from other styles.

* 66de71b26a QQuickMenuBar: let MenuBarItem lose highlight when Menu is
dismissed
Fixed issue with dynamically menu bar items not losing their highlight
when their menu was dismissed.

* 21e3c3eff2 QQuickPopup: try to grab shortcut when component completed
Fixed the issue that Popup doesn't respond to CloseOnEscape if the
initial value of visible is true

* 80f1186338 Don't delete items we didn't create
Old delegate items (background, contentItem, etc.) are no longer
destroyed, as they are technically owned by user code. Instead, they are
hidden, unparented from the control (QQuickItem parent, not QObject),
and Accessible.ignored is set to true. This prevents them from being
unintentionally visible and interfering with the accessibility tree when
a new delegate item is set.

* 0425562e14 ComboBox: add selectTextByMouse property
Added selectTextByMouse property.

* 0b607bfe14 Add HorizontalHeaderView and VerticalHeaderView
Add HorizontalHeaderView and VerticalHeaderView. They are controls
associated with TableView. Support flicking synchronization Support
default, fusion, imagine, material and universal delegate styles.

* 0d5a43fa84 Material: Change slider's color to grey when not enabled
Add visual distinction between an enabled and not enabled slider.

* 31f5c21ddb Remove old QQuickPalette implementation
the palette API is a part of QQuickItem now.

* 67792feba0 Fix Qt 6 to-do comments in QML files
implicitWidth and implicitHeight must now be provided for Tumbler's
contentItem, as with all other controls.

* e16408a193 ComboBox: make pressed read-only
The pressed property is now read-only. The down property can be used
instead.

* 7c873b0a58 Container: remove deprecated removeItem(var) overload
The deprecated removeItem(var) function was removed. removeItem(Item)
or takeItem(int) can be used instead.

* e0b356af9e Menu: remove deprecated removeItem(var) overload
The deprecated removeItem(var) function was removed. removeItem(Item)
or takeItem(int) can be used instead.

* 8fdcde54e6 Fix Qt.labs.platform/MenuItem 1.1: expose icon
Expose MenuItem.icon.* property when imported as revision 1, which was
erroneously not exposed at all.

* de867d2370 Platform: remove deprecated iconName, iconSource API
The deprecated iconName and iconSource properties were removed. Use the
icon property instead.

* ed1ec14b6a QQuickStackView: deprecate Transition enum value
The StackView.Transition enum value was deprecated. The operation
argument can be omitted in order to use the default transition for any
given operation.

* 31fbd97b0e ApplicationWindow: remove deprecated overlay API
The deprecated overlay properties and attached API were removed. Use
the Overlay attached type instead.

* 49ffc6e6af ComboBox: add implicitContentWidthPolicy
Added implicitContentWidthPolicy, which controls how the
implicitContentWidth of the ComboBox is calculated. This can be used to
automatically ensure that text is not elided.

* 501bc44bb0 Use qmlRegisterModuleImport() to register styles
Custom styles must now have a qmldir that lists the files that the
style implements. For example, for a style that only implements Button:
--- module MyStyle Button 1.0 Button.qml --- In addition, there is now
only one valid, case-sensitive form for style names: "Material",
"MyStyle", etc. These changes are done to help enable the compilation of
QML code to C++, as well as improve tooling capabilities.

* 0e516bc963 ToolTip: only begin timeout when opened
ToolTip's timeout now begins only after opened() has been emitted. This
bug fix results in tooltips with enter transitions being visible for the
entire duration of the timeout property. This means that they are
visible slightly longer than they were before, so it may be worthwhile
to visually check tooltips in your application and adjust timeouts if
necessary.

* 0d3b8f832a Dialog: emit accepted()/rejected() before closed()
Dialog's accepted() and rejected() signals are now emitted before
closed() when calling done(), accept() and reject().

* bb33370005 Fix examples' usages of styles
Due to the recent type registration changes, importing a style
explicitly (e.g. "import QtQuick.Controls.Material") now registers that
style's QML types in addition to making its API (attached, singleton,
etc.) available. For this reason, it is now advised to have style-
specific code in a separate QML file and use file selectors if your
application supports more than one style. If your style only supports
one style, importing that style explicitly will work as expected. For
example, if you use Material.foreground in your QML code and your
application supports more than one style, you should refactor the code
that uses the binding into its own file; e.g. +Material/MyComponent.qml.

* 9219e86aa5 Rename "Default" style to "Basic"
The Default style was renamed to Basic to account for the introduction
of the platform styles (macOS, Windows), which will be used by default
(where possible) when no style is specified.

* a0f0b4f65e Support compile-time style selection
It's now possible to select a style at compile-time by importing that
style explicitly instead of QtQuick.Controls. This avoids the need to do
run-time style selection and hence deploy the QtQuick.Controls plugin
with the application.

* 8b53448704 Default to the most appropriate built-in style if none is
specified
An appropriate built-in style is now used as the default style if one
is available for the target platform. For example, when running a Qt
Quick Controls application on macOS, the macOS style will be used. On
Android, the Material style will be used. When running on e.g. an
embedded device, where no native style is available, use the Basic
(formerly "Default") style.

* 0a48787cef ScrollView: always clip implicitly created Flickable
ScrollView now clips its contents by default.

* 4a718113ab Allow style to be set to "Default" for compatibility
Setting the style to "Default" now behaves the same way as not
specifying a style; a relevant style will be chosen based on the
platform. To use the style previously known as "Default", use "Basic".

* df33c79fb6 Reset the opacity and scale properties after the exit
transition
After the exit transition is finished, then the opacity and scale
properties will be reset to their values before the enter transition is
started.

* ab71cdafca QML: Warn about variables being used before their
declaration
QML warns about JavaScript variables being used before their
declaration now. This is almost always a mistake. It is particularly
dangerous in the presence of injected signal parameters because
qmlcachegen cannot identify a name collision between an injected signal
parameter and a variable being used before its declaration. It therefore
miscompiles such code. You can turn off the deprecation warning using
the "qt.qml.compiler" logging category.

* 953ea29328 Deprecate qmlplugindump
qmlplugindump is deprecated. Instead of using qmlplugindump to generate
qmltypes files by loading and analyzing the pre-built plugins, you
should declare your QML types using QML_ELEMENT and friends. Then you
can automatically generate the qmltypes files at compile time using
qmltyperegistrar.

* df70d4f76f QML: Warn about usage of injected signal parameters
The automatic injection of signal parameters into signal handlers is
deprecated. This is because we cannot determine the names of the signal
parameters at compile time. Furthermore, also for human readers it is
difficult to discern between arguments, context properties, properties
of the current object, and properties of the root object of the
component. Requiring the signal parameters to be explicitly named
resolves some of this confusion. You can turn the deprecation warning
off using the "qt.qml.compiler" and "qt.qml.context" logging categories.

* 8e904d9c8b QML engine: Handle const QObject pointer correctly
If a QObject pointer is passed to the QML engine and subsequently
frozen with Object.freeze, modifying its QObject properties now fails
and throws a TypeError. The TypeError is thrown even in non-strict mode.

* ce52c245aa Add a "prefer" directive to qmldir
You can now specify that QML files in a QML module should be loaded
from a different place than the directory where the qmldir file is
found. To do this, add a "prefer" directive to the qmldir file. The most
useful application of this is adding the QML files as resources to a
plugin, and using qmlcachegen to pre-compile them. You can then add
their path inside the resource file system as "prefer" path in order to
make the engine load the pre-compiled files. The plain files should
still be installed next to the qmldir file so that they remain visible
to tooling.

* bbba1e5614 qmllint: Implement deprecation warnings
Add support for deprecation annotations.

* 602982993c qmllint: check default properties
Add support for default properties

* ea8f8e0900 Introduce XmlListModel to QtDeclarative
Introduce an XmlListModel QML model to create read-only models from XML
data. This is a simplified version of a model from QtXmlPatterns, which
would no longer be a part of Qt 6. This model supports only simple
slash-separated paths and, optionally, one attribute for each element.

* a9c93e2716 qmlscene: Show deprecation warning
qmlscene is deprecated, please use qml instead

* eb2386a042 Optimize ExecutionEngine::metaTypeToJS()
If you create a QJSValue from a nested QVariant (that is, a QVariant
containing another QVariant), then, when retrieving its contents again,
the outer variant is not unwrapped anymore. Rather, you get exactly the
value you've passed in.

* d61ececdb8 Expose formattedDataSize() in QML Locale type
Added formattedDataSize() for formatting quantities of bytes as kB, MB,
GB etc.

* 93984dfc86 qmllint: Only exclude default QML import dirs when
explicitly requested
Using -I no longer excludes default QML import directories. Use --bare
to get the old behavior.

* 5f7ecce233 Implement optional chaining
Added support for optional chaining (https://github.com/tc39/proposal-
optional-chaining)

* b15d300fd1 QQuickTableView: add isColumnLoaded() and isRowLoaded()
Added API to query if a row or column is loaded and available for
iteration: isRowLoaded(row) and isColumnLoaded(column).

* c7f9d1525e QQuickTableView: add API to get column widths and row
heights
Added API to query row heights and column widths: columnWidth(col),
rowHeight(row), implicitColumnWidth(col), implicitRowHeight(row).

* 9cd1e7902c Fix QQmlContext::nameForObject()
QQmlContext::nameForObject() now finds properties of context objects,
but it does not search unrelated other ("linked") contexts anymore.

* 93bd34b78f Add QtCore module
Added QtCore QML module. Currently this only contains the StandardPaths
singleton, but in the future could expose lots of useful types from Qt
Core to QML.

* 3464655f5e Add QJSEngine::registerModule
Adds the ability to register QJSValues in C++ as modules for importing
in MJS files.

* 0fef848468 qv4engine: Fix enums getting turned into objects when
passed in lists
A QList containing enums will now result in an array of numbers instead
of an array of objects.

* 55fafd6915 Fix regression where qtquickcompiler cannot find rcc
Fixed regression in Qt 6.1.0 which broke 'QT += qtquickcompiler' on
Linux, macOS.

* 1d44ddf576 Add support for QTextCharFormat::underlineColor in
highlighers and CSS
When a QSyntaxHighlighter calls QTextFormat::setUnderlineColor(), or
CSS style contains text-decoration-color, Text and TextEdit will now use
that color for underline, overline and strikeout rendering.

* c442542627 Move tools to libexec
qmlimportscanner, qmltyperegistrar, qmljsrootgen, qmlcachegen tools got
moved from QTDIR/bin into QTDIR/libexec directory.

* a063cd0be5 ToolTip: use contentWidth of Text contentItem to account
for newlines
The implicit width of ToolTips now accounts for newlines in the text.
If you want to use the old behavior, set ToolTip's contentWidth to
implicitContentWidth.

* 0a673d257a Make QDate handling consistent in its use of UTC
Where a QDate is represented in QML's JavaScript as a Date, it is now
more consistently associated with the start of the UTC day it describes.
Previously cases where it was represented as the start of local time's
day could lead to a Date turning into a QDate for the preceding day.
Inconsistencies in the specified behavior of Date preclude eliminating
such problems entirely, but they should now be limited to cases where
(perversely for a date property or parameter) the date is specified with
a local time late enough to make it coincide with the start of the next
UTC day (in which case that next day's QDate will be its C++
representation).

* 6b687ad7ec Fix layout is always RTL when locale is RTL
Control's locale property no longer affects layout direction. Use
LayoutMirroring instead.

* 4f73c07b52 Revert "AbstractButton: set automatically as checkable when
being checked"
Setting the AbstractButton's 'checked' property to 'true' does not
automatically set its 'checkable' to true anymore.

* 0472a7a432 Evaluate type assertions in QML
You can use TypeScript-like type assertions using "as" now. In contrast
to TypeScript, QML's type assertions are enforced at runtime. If the
type doesn't match, null is returned for object types. Also, type
assertions can only cast to object types. There is no way to create a
value type or primitive type reference. As value types and primitives
cannot be polymorphic, this doesn't matter, though. There are other ways
of converting those.

* 73d51eed2f qmllint: Add support for loading options from settings
Adds the ability to set linting options via a settings file rather than
using command line parameters. Use --write-defaults to generate a
template with default values for editing. Use --ignore-settings to
disable this feature

* f9421abbdf Add QtQuick.Dialogs
Added FileDialog. This is a native FileDialog on platforms that support
it, and a non-native Qt Quick FileDialog on platforms that don't.

* 17babc38b4 Add the possibility of flipping vertically to Image
Added mirrorVertically to Image to allow vertically mirroring an image.
This complements the existing mirror property that performs a horizontal
flip.

* f625afb9f3 Add placeholderText to SystemPalette and ColorGroup
Added placeholderText to SystemPalette and ColorGroup to keep it in
sync with QPalette

* d2bb3513b4 qmllint: Add support for outputting warnings as JSON
Add the ability to output warnings as JSON for use in tooling.

* c6c31740a7 Selection support: support setting a QItemSelectionModel on
TableView
TableView now supports selections by using an ItemSelectionModel.

* ba2928c787 Reject overrides of final properties (and potentially
methods)
C++ properties declared FINAL now refuse to be overridden by other C++
properties. This mirrors the treatment of QML properties trying to
override FINAL properties. As we cannot reject the C++ types the way we
can reject QML types, the overrides are ignored and a warning is issued.
It is also impossible to override final properties with functions now.
This used to be possible in the past.

* 9f389ee75d qmllint: Add ability to ignore individual warnings
You can now ignore individual warnings by adding "// qmllint disable"
in the line causing it. You may also specify one or more warning type to
ignore ("// qmllint disable warningtype1 warningtype2...") which is
preferable. This can also be done for entire blocks of code by using "//
qmllint disable" in an empty line and ending it with "// qmllint enable"

* 4017505cbc QQuickItem: Make x/y/width/height bindable
The x, y, width and height properties of QQuickItem are now bindable.
This enables modifying their bindings from C++. One could for instance
swap the width of two items, preserving the bindings: // QML Item {
Rectangle { id: a; width: parent.width / 2 }   Rectangle { id: b; width:
parent.width / 3; anchors.right: a.left } } // C++ auto rootCtxt =
engine.rootContext(); auto a =
qobject_cast<QQuickItem*>(rootCtxt->objectForName(u"a"_qs)); auto b =
qobject_cast<QQuickItem*>(rootCtxt->objectForName(u"b"_qs)); auto
aBinding = a->bindableWidth().takeBinding(); auto bBinding =
b->bindableWidth().takeBinding();
a->bindableWidth()->setBinding(bBinding);
b->bindableWidth()->setBinding(aBinding); Afterwards, if the root item
gets resized, the width of the rectangles will still be adjusted.

* f5258c3682 Fix FINAL warning
QML code that imported version 2.4 or earlier will no longer be able to
access contentWidth and contentHeight in types derived from Container
(i.e. MenuBar, etc.).

* 1c4ba17015 Refactor and update qml CMake API
The qml CMake API has changed from 6.1 and is now out of Technical
Preview status. The most notable change is that .qml files should no
longer be specified as resources, there is dedicated handling for them
in the qt6_add_qml_module(). A related change is that the
qt6_target_qml_files() command has been replaced by
qt6_target_qml_sources(). More complete integration with qmlcachegen,
qmllint and qmldir generation is also part of the CMake API.

* 60d11e1f69 Add DragHandler.activeTranslation and persistentTranslation
DragHandler.activeTranslation now holds the amount of movement since
the drag gesture began. DragHandler.persistentTranslation holds the
accumulated sum of movement that has occurred during subsequent drag
gestures, and can be set to arbitrary values between gestures.

* c52710c10c Add new control: SelectionRectangle
A SelectionRectangle has been added to Controls. A SelectionRectangle
can be used to make selections in TableView.

* d30fad2a71 qqmllistmodel: Fix QObjects getting garbage collected
ListModels now take ownership of the objects added to them, only
releasing them after the object has been removed again. This may break
existing solutions which rely on the object not being owned by the
model.

* c024daf331 QQuickItem change contains function behavior
Item.contains() now checks for coordinates less than the width and
height, for consistency with childAt(), and because the item is drawn
from (0,0) to (width-1, height-1).

* 6d332987ef Change QQuickItem childAt bounds check behavior
QQuickItem::itemAt() now uses contains() for hit testing, so it is
affected by containmentMask() if set.

* fb09279c01 Make QQuickItem containmentMask be dependent on position
Previously, containmentMask's position was ignored. If containmentMask
parent inherit from QQuickItem, then position will take into account. In
some cases, this is useful, for example, to make click on button larger
than the size of the button itself, in all directions, not just to the
right and bottom.

* d728049372 Fix Flickable wheel velocity calculation
Flickable no longer tries to detect whether you're using a "clicky"
wheel or a touchpad, but rather does the velocity calculation more
correctly with elapsed time (dθ / dt). A single rotation of a "clicky"
wheel also moves a fixed distance, which is now adjustable via
QStyleHints::wheelScrollLines(). Animation is restored, but should now
stay in control on touchpads; and it will once again transition the
"moving" properties correctly when scrolling ends.

* 3eece79ddb Avoid querying the file system for qmldir files for locked
modules
The pre-5.15 behavior of qmlProtectModule() has mostly been restored:
If you explicitly protect a module, the QML engine will never look for
any qmldir files or plugins for that module again. This severely limits
what you can do with such a module. However, once all affected engines
have loaded the module, protecting it can be a useful optimization. In
contrast to pre-5.15, the qmldir cache for such modules continues to be
re-used even after they are locked. Therefore, in QML engines that have
loaded the module before, you can expect any "prefer" or "import"
directives and any composite types to still be available after
protecting the module.

* 1a29e946ee 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)=> ...

### qttools
* b7fd470a QDoc: Let default be qmldefault
QDoc's \default command should specify a default value. To document a
default QML property, use the new \qmlproperty command.

* 7f3bcf85 macdeployqt: Fix bug parsing otool output when deploying
plugins
Fix plugin deployment bug caused by otool parsing

* 03abcbab macdeployqt: Fix plugin resolution bugs for non-standard
installs
Uses QLibraryInfo to resolve plugins at install locations.

* 1637d91e QDoc: Add \deprecatedsince command
QDoc now lets you record the version something is deprecated in with
the new \deprecatedsince command.

* ae369522 qdoc: Remove Node::Obsolete status
Replaced \obsolete command in favor of \deprecated as it's a more
accurate description of the intended status.

* c3660873 Doc: Improve \deprecated command
QDoc now lets you record the version something is deprecated and
suggest replacements with the \deprecated command.

* d6bc6581 lupdate: Support Python
lupdate now supports Python.

### qtdoc
* 2a59fb29 Move Qt Shader Tools, Qt Quick 3D, Qt Quick Timeline to GPL
section
Mark Qt Shader Tools, Qt Quick 3D, and Qt Quick Timeline in the module
overview as available under Commercial/GPLv3 only.

### qtwayland
* e08b25ef Fix race condition when attaching client to text input
Fixed a problem where a virtual keyboard would not be updated correctly
if two clients were started at almost the same time.

* 93058de8 client: Fix frame callback leak when window unexposed
Fixed a bug where Wayland clients would continuously request frame
callbacks while unexposed, which potentially caused crashes on some
compositors.

* b19b0fba client: Gracefully handle shutdown and window hiding
Fixed a crash that could happen when hiding or closing windows while Qt
Quick was actively rendering on a different thread.

* 1a4545f9 Ignore viewporter buffer size when buffer is null
Fixed an issue in the wp_viewporter extension, where it would emit a
protocol error if the viewport was configured before attaching a buffer
to the surface.

* 386a4cd5 Implement wp_viewporter support for video buffer formats
Support for wp_viewporter extended to cover less common buffer formats.

### qt3d
* 4886caf4b Fix multi-view picking
Non rendered entities (due to layer filtering) are no longer pickable

* 61058758a Disable RHI Renderer by default
RHI Backend is not longer built by default

### qtimageformats
* 8796018 Update bundled libtiff to version 4.2.0
Bundled libtiff was updated to version 4.2.0

* 59aaed8 Update bundled libwebp to version 1.2.0
Update bundled libwebp to version 1.2.0

* 2d8573f Update bundled libtiff to version 4.3.0
Bundled libtiff was updated to version 4.3.0

* 95f02ee Add floating point read and write to TIFF handler
Read/write support for floating point image formats added.

* 31f752a Update bundled libwebp to version 1.2.1
Update bundled libwebp to version 1.2.1

### qtvirtualkeyboard
* 50173b8 Add Stroke and Romaji values to the InputMode enumeration
Added Stroke and Romaji values to the InputMode enumeration.

* 2e4201f CMake: Fix pinyin and tcime resource bundling
Added vkb- prefix to no-bundle-pinyin no-bundle-tcime command line
options (e.g. vkb-no-bundle-pinyin) and restored them as part of
configuration.

* ff2d652 Change long press delay from 800 ms to 500 ms
Change long press delay from 800 ms to 500 ms.

* adeb526 Refresh keyboard layouts and style
Refresh keyboard layouts and style.

* 916bf30 Decrease the z-value of the InputPanel to 10000
The default z-value of the InputPanel item has been decreased to 10000.

* f59e59b Fix high CPU utilization caused by key repeat timer
Fixed high CPU utilization caused by key repeat timer.

* a393c7e Disable Windows IME when Qt Virtual Keyboard plugin is loaded
Disable Windows IME when Qt Virtual Keyboard plugin is loaded

* f273b5b Fix processing of hard Qt::Key_Backspace and Qt::Key_Delete
Fix processing of hard backspace and delete keys.

### qtscxml
* 0f733c0 Name and mark the scxml datamodel plugin headers as private
The QScxmlEcmaScriptDataModel class is no longer part of the public
API. This relates to moving the ecmascript datamodel's QML dependency
from build time to runtime.

* 6a2ed39 Rename qscxmlc CMake options
Rename QSCXMLC_ARGUMENTS and OUTPUT_DIR CMake variables to be better
aligned with other CMake APIs (OPTIONS and OUTPUT_DIRECTORY
respectively).

### qtquick3d
* 06c66e24 Fix to deal with emissive properties
This patch changes how to handle emissive terms in all materials.
Following lancelot tests are influenced by this patch.
custommaterial/customsimpletexture.qml instancing/customsimple.qml
layers/Light_probe.qml Previously the emissive term is multimpled by the
diffuse term, but now it is added to the final color.  In
customsimpletexture, the final color will be close to "white" since the
emissive value is too big.

* ef768aa9 Fix the occlusionMap to be compatible with GLTF2
This patch changes how occlusionMap works in QQuick3DMaterial.
Previously occlusionMap influences on all the diffuse colors and
emissive colors. Now it will not affect punctual lightings.(For now it
will affect only IBL.) The result of a lancelot test,
principled/occlusion.qml, will be changed because it does not have
IBL.(The occlusionMap will be ignored.) There will be 4 rows in the new
test. Top 2 rows are without IBL, and others are with IBL in their
materials.

* 4bb19c6e Auto-invert flipV for QTextureFileReader formats
Compressed textures (more precisely, any texture loaded from a .ktx,
.pkm, or .astc file) now get an implicit vertical flip when used in
combination with a DefaultMaterial or PrincipledMaterial. This is the
same implicit behavior as one gets when using Qt Quick to render the
contents of the texture by using the sourceItem property. In addition, a
new property has been introduced: Texture.autoOrientation. By default
this is set to true. Setting to false disables the implicit flipping
behavior. The behavior of the existing flipV property is not affected.
It will apply after any implicit flipping.

* ac9aaccc Enhance add_lightprobe_images file name handling
The qt6_add_lightprobe_images CMake function, which is the new name of
qt6_quick3d_bake_lightprobe_hdri has been changed to match
qt6_add_resources when it comes to the handling of PREFIX, BASE, and
FILES. It no longer strips the directories from the entries in the FILES
list. This means that invocations that previously catered for the
special behavior by listing the necessary extra directories in PREFIX
must now be changed to not do that anymore. In addition, support for the
OUTPUTS keyword has been introduced, in order to have API symmetry with
qt6_add_shaders.

### qtshadertools
* f3a446a Change PREFIX and FILES path handling to match add_resources
The qt6_add_shaders CMake function has been changed to match
qt6_add_resources when it comes to the handling of PREFIX, BASE, and
FILES. qt6_add_shaders no longer strips the directories from the entries
in the FILES list. This means that invocations that previously catered
for the special behavior by listing the necessary extra directories in
PREFIX must now be changed to not do that anymore.

Fixes
-----

### qtbase
* QTBUG-90582 Building qtbase statically with tests fails
* QTBUG-89155 Assertion violation in text shaping on special string with
EmojiOneColor font.
* QTBUG-90033 iOS: unable to click on a QWidget
* QTBUG-90860 [iOS] The edit menu doesn't hide when typing on the input
panel
* QTBUG-84616  Mac Checkbox Accessibility does not returns mixed State
* QTBUG-63018 [iOS]: When moving the selection handles in a TextEdit the
cursorRectChanged signal is emitted even if the cursor rect is not
actually changed
* QTBUG-89086 tst_QGlyphRun::drawRightToLeft() failed on openSUSE 15.2
* QTBUG-90683 Some keyboard shortcuts will crash Qt when matching is
attempted on macOS 10.15 or higher
* QTBUG-90236 QRawFont::alphaMapForGlyph() shows garbage and eventually
leads to crash
* QTBUG-90937 [iOS] edit menu stays open after changing focus
* QTBUG-90933 Update dependencies on 'dev' in qt/qtdeclarative failed
* QTBUG-90698 tst_QTextLayout::softHyphens() failed on macos 11 in CI
* QTBUG-90946 Qt configure option is translated to the incorrect cmake
variable
* QTBUG-90801 QMake: if you #include a C file from another C file, the
original file no make target is created
* QTBUG-90778 [Reg 5.15 -> 6] CMake: Can't skip PrintSupport.
* QTBUG-90963 QDoc manual has overlapping captions with images
* QTBUG-77937 Extra whitespace accessible with scroll-bars at the end of
QPlainTextEdit widget
* QTBUG-91033 Multiple extra compilers with same input are broken for VS
projects
* QTBUG-90850 MinGW static build: fail to build PostgreSQL driver
* QTBUG-91042 REG Qt 6.0: QList/QVector::fill does not support shrinking
list
* QTBUG-88579 CMake testing expect a fake_prefix folder resembling the
installation prefix
* QTBUG-91038 tst_QTextLayout::longText failures
* QTBUG-75630 QPainter drops e.g. lines using small (< 1e-12) user world
coords
* QTBUG-90925 Cannot specify link libraries for target "OpenSSL::Crypto"
* QTBUG-90914 configure can't find compiler although CC/CXX are given
* QTBUG-90870 Add Qt::Gui dependency by default to Android tests
* QTBUG-90971 macOS system locale isn't consistent with itself
* QTBUG-89735 MultiPointTouchArea delays release on three finger tap
* QTBUG-91061 [REG 6.0.1->6.1.0] qml/quick examples not compiling on iOS
(Undefined symbols for architecture arm64)
* QTBUG-90961 Recent tidy-up broke builds with system double-conversion
library
* QTBUG-89889 tst_QDateTime::systemTimeZoneChange fails on 32bit systems
* QTBUG-91102 failed to detect Wacom Art Pen rotation capability
* QTBUG-90625 subset of downloads stall and die with connection closed
on some systems
* QTBUG-90699 tst_QApplication::focusWidget() and focusMouseClick()
failed on macos 10.15 in CI
* QTBUG-87457 Example not compiling due 'AutoUic error'
* QTBUG-89952 [Reg 5.15 -> 6] Windows, MSVC: DLL-s are bigger with
CMake, than QMake.
* QTBUG-90969 Cannot build qtquickcontrols2 examples on Qt6
* QTBUG-87078 xcb: showMaximized() in full screen only restores the
window with some WMs
* QTBUG-85287 Hanging tst_qprocess test on qemu armv7 CMake builds
* QTBUG-88031 iOS: quickcontrols2/gallery fails to build in release mode
(Failed to parse qmlimportscanner output)
* QTBUG-91158 INPUT_ variables having a corresponding feature are
converted to "ON/OFF"
* QTBUG-69129 Android: QTimeZone::specificTransition fails
* QTBUG-86733 [Android] NoSuchMethodException when using QtMultimedia
* QTBUG-87871 QMdiSubWindow's window icon size is incorrect for system
scaling 150% or more
* QTBUG-91194 Android Service - Exception on startup
* QTBUG-32778 Documentation colors conflicting with system theme make
text unreadable
* QTBUG-83632 In top level frameless window Qt.CrossCursor does not
comes in effect
* QTBUG-91224 BIC breakage in QStyleOptionHeader
* QTBUG-83295 QLineEdit::editingFinished() not emitted when pressing the
clear button and moving focus away
* QTBUG-91223 qt_memrotate270, qt_memrotate180 , qt_memrotate90,
segfaults
* QTBUG-69131 Android: tst_QTimeZone::transitionEachZone fails
* QTBUG-91155 QNetworkManagerNetworkInformationBackend without DBus
* QTBUG-90949 UI rendering and interaction dead lock when used as an
window embedded application
* QTBUG-91401 Error loading PNG: Unsupported ICC profile class 70727472
* QTBUG-81316 QGraphicsItem::setZValue not working
* QTBUG-91430 QCommandLineParser crashes when helpText/showHelp is
called without a QCoreApplication
* QTBUG-90396 QFontDialog highlights default value for the font style
list
* QTBUG-64443 QWindowsPipeReader/Writer notification stops when dragging
the window
* QTBUG-91431 CommpareNotEqual misspelled
* QTBUG-91500 There is no file 'QWGLContext'
* QTBUG-91076 syncqt.pl is in bin and libexec
* QTBUG-91496 Cross Compilation of Android from Windows fails after
libexec changes
* QTBUG-91532 tst_QMenu::QTBUG_89082_actionTipsHide() failing on Windows
* QTBUG-91073 Android:  cursor movement in TextEdit is not tracked, so
it can go behind the soft-keyboard
* QTBUG-91620 QFuture documentation incorrectly linked
* QTBUG-91531 Inconsistent use of Qt_6_PRIVATE_API breaks BC between Qt
6.0 and Qt 6.1
* QTBUG-63275 Android QScreen::grabWindow(0) & sample code
Screenshot::shootScreen() fails on Android
* QTBUG-42469 QTreeWidget animated crashes when QTreeWidgetItems are set
hidden to true
* QTBUG-91402 [REG: 5.15 - 6.x] Wheel events get lost when connecting
from macOS via ssh
* QTBUG-91630 Rendering error with OpenGL in Lancelot test case
involving Item2D
* QTBUG-88305 [REG v6.0.0-beta3 -> dev] Asking configure for an
unavailable feature causes obscure crash instead of informative error
message (version 2)
* QTBUG-91056 [Android]: When a  large TextEdit is clicked, it  changes
its size with every click
* QTBUG-91438 iOS enormous leak ends with "Terminated due to memory
issue"
* QTBUG-91539 QThread::quit() is unreliable on Windows
* QTBUG-84342 QTuioTouchPlugin fails to build with "Unix Makefiles"
generator on macOS
* QTBUG-90449 Wrong CMAKE_INSTALL_PREFIX when building a module against
an installer-provided Qt
* QTBUG-91141 qdoc/WebXML (Qt 6): Invalid links to "Changes to Qt
<Module>" are inserted into \brief of classes and other places
* QTBUG-88286 The -cmake configure option seems redundant now
* QTBUG-86857 QPushButton style "text-align: bottom" not working in Qt
5.15.1
* QTBUG-91704 QMultiHash::count(key) crashes on empty container
* QTBUG-91455 Qt.ImhFormattedNumbersOnly flag does not show minus sign
in iOS keyboard
* QTBUG-90812 androiddeployqt doesn't bundle JARs or include permissions
set on a plugin
* QTBUG-91511 Can't build user project with qmake with a Qt6 built with
-qtlibinfix XX
* QTBUG-91538 qtshadertools/qtools require cmake wrappers from
qtimageformats (WebP/Jasper) in static builds
* QTBUG-91909 QtConcurrenceThreadEngine > ThreadEngineStarter<VOID>?
* QTBUG-91916 [REG 6.1 -> 6.2] Memory leak in QPainterPath
* QTBUG-55444 Documentation doesn't explain that login and password
provided to MySQL plugin (QSqlDatabase::setUserName and
QSqlDatabase::setPassword) must be in latin1 encoding
* QTBUG-91866 MSVC warns about C4250 in network/openssl
* QTBUG-91766 Changing copy of QSqlQuery changes original.
* QTBUG-91261 Invalid pointer return with QGridLayout::itemAt(-1)
* QTBUG-91117 Build error in Windows Visual Studio 2019,  c++20
referring to std::popcount
* QTBUG-91915 Gui applications that are built as part of a static Qt
build miss the default QPA plugin
* QTBUG-87326 Removal of "old time-zone lookup fallbacks" breaks TZ
handling on Gentoo
* QTBUG-92046 Description of Julian calendar is wrong
* QTBUG-91714 QSizeGrip can not continue resize on the second screen
* QTBUG-92011 Qt 6.1.0 betas fail to compile:
qpaintengine_x11.cpp:2457:43: error: no matching member function for
call to 'loadGlyph'
* QTBUG-91788 Assert when removing a model from
QConcatenateTablesProxyModel that is bound to a QSortFilterProxyModel
* QTBUG-91029 Windows/Accessibility: Focused QListWidget is not
announced by screen readers
* QTBUG-89456 QTypeTraits templates break existing code
* QTBUG-92087 No shortcuts possible with SysReq key
* QTBUG-92051 The keyboard does not appear after changing the focus
* QTBUG-91362 Cursor handle in wrong place when app is launched i split
screen
* QTBUG-86670 Fix qtwayland / qtquickcontrols2 static builds failing to
reconfigure in a non-prefix build
* QTBUG-92178 Editable Tree Model fails QAbstractItemModelTester
* QTBUG-92173 [iOS]: Crash occurs when showing a new QQuickWindow after
the first one is deleted
* QTBUG-92220 QAbstractItemModelTester false positive
* QTBUG-65927 Shift the coordinates under Android when I use QML + c++.
* QTBUG-92235 Update dependencies failed on 'dev' in qt/qtsvg
* QTBUG-69214 Android: tst_QFont::resetFont fails
* QTBUG-86134 [Reg 5.9 -> 5.12] QPushButton: icon not aligned when menu-
indicator is removed
* QTBUG-90250 QPushButton: menu indicator with stylesheet not drawn
correctly
* QTBUG-92460 [Reg -> 6.2 24226bb5f595581a239356c18a338783a85349ca]:
QLineEdit clear button and embedded icons are way too large
* QTBUG-92245 androiddeployqt: Do not expect rcc in /bin
* QTBUG-91878 Assert in QConcatenateTablesProxyModel::index if models
are added while filtering QSortFilterProxyModel is used
* QTBUG-92148 QSemaphore::acquire is not woken when release is called()
* QTBUG-92275 Slow and memory intensive handling of input to
QDateTime::fromString
* QTBUG-90611 Shortcut Alt+` is not working with non US layout
* QTBUG-92239 Incorporate Android's MediaStore into Qt for Android
* QTBUG-92079 QFINDTESTDATA does not find data relative to test source
* QTBUG-92490 Stylesheet with pseudo state on QPlainTextEdit
* QTBUG-92451 Static build fails on MinGW and MSVC2019, shadertools?
* QTBUG-87861 Handle PLUGIN_EXTENDS = - in qmake plugin projects and in
pro2cmake
* QTBUG-92459 "set_property can not be used on an ALIAS target" when
building qttools dev
* QTBUG-92040 [macOS] Labs platform context menu items are disabled on
modal window
* QTBUG-92096 QMenu Scrollable  will  reset Active Action
* QTBUG-89508 Qt::makePropertyBinding does not work with read-only
bindables
* QTBUG-92568 Using QNetworkInformation will cause application crash
when exit
* QTBUG-91957 Assert while trying to load SVG
* QTBUG-92205 TextEdit show tab character  error when tabStopDistance
less than tab width
* QTBUG-89467 .prl file generation is dependent on add_subdirectory
order
* QTBUG-91686 The use of "QLocale::Country" means that countries and
regions are prone toambiguity
* QTBUG-90962 QLocale constructor docs don't accurately describe the
fall-back process
* QTBUG-91676 Some tst_QProcess's don't need to link to Qt
* QTBUG-73225 QT DST beyond 2037
* QTBUG-92838 Redownloading same file in parallel produces a warning
about removal of cache file
* QTBUG-89108 cmake mime database compression with zstd fails
* QTBUG-88093 qtbase unable to build with system jpeg
* QTBUG-89844 QProperty's eager evaluation leads to inconsistent states
* QTBUG-19983 Setting a cancel button on QProgressDialog more than once
causes layout to be invalid
* QTBUG-92908 gradients widget example crashes
* QTBUG-92886 QAbstractItemModelTester false positive removing rows with
no columns
* QTBUG-83911 Proxy models maintaining the tree structure are impossible
* QTBUG-92890 Qt 6.1.0 Android binary size on Windows host increased
significantly
* QTBUG-86847 QXmlStreamReader.prefix() cannot return EndElement's
prefix
* QTBUG-86823 REG: Blinking cursor leaving an artifact in QTextEdit
* QTBUG-92962 tst_qproperty fails to compile with C++20 standard enabled
* QTBUG-92963 tst_qpromise fails to compile with C++20 standard enabled
* QTBUG-92260 QSortFilterProxyModel::setFilterRegularExpression(const
QString &) preserves all pattern options
* QTBUG-91885 QSqlTableModel support column names with dots
* QTCREATORBUG-25389 Can't use manual tests from Creator
* QTBUG-87579 Qt Android 6 with CMake is relying on deprecated ndk-
bundle
* QTBUG-93002 CMake: linker error with Linux Static Libraries while
using QtQuick.Controls
* QTBUG-93007 QThreadPool should make sure maxThreadCount is > 0 as < 1
breaks it even though the docs say otherwise.
* QTBUG-85136 "qmake -qtconf foo.conf -query" does not work
* QTBUG-90030 Persistent index handling in QAbstractItemModel is wrong
* QTBUG-93021 Qt6 Static build for macOS problem: Undefined symbols for
architecture x86_64 and issues with libraries linking.
* QTBUG-91405 qt-configure-module does not work as expected with multi
config ninja generator
* QTBUG-56322 Qt for Android source package build error in examples
* QTBUG-92885 W System.err: java.lang.NoSuchMethodException:
isKeyboardVisible []
* QTBUG-87429 tst_QRhi::renderToTextureArrayOfTexturedQuad fails on
Android Emulator in CI
* QTBUG-87449 Example not compiling due '/usr/bin/ld: cannot find
-lpnp_basictools'
* QTBUG-92826 JSON documentation needs updating for deprecations
* QTBUG-77427 setDropAction() is not respected in ItemViews during move
operation on MAC
* QTBUG-93270 QPropertyBindingSourceLocation won't compile bacause of
wrong source_location selection
* QTBUG-91284 Http2: authenticationRequired is not emitted
* QTBUG-88441 No longer possible to build docs with an already installed
qdoc
* PYSIDE-1404 Incompatible import of "Object" in compiled UI
* QTBUG-91770 qvnc: Arbitrary memory read vulnerability
* QTBUG-67944 If user pressed back button during application startup.
Application becomes unresponsive.
* QTBUG-92940 MSVC: warning C4723: potential divide by 0 in Qt Gui
* QTBUG-90945 SizeGrip missing
* QTBUG-92584 QSqlTableModel ORDER BY doesn't quote table name [with
spaces]
* QTBUG-92579 Different Screen.pixelDensity and Screen.devicePixelRatio
* QTBUG-71123 "moc" failed to parse auto in trailing-return-type signals
and slots
* QTBUG-93416 Sample code doesn't compile
* QTBUG-61652 Android's virtual keyboard "OK" button must not accept the
QDialog
* QTBUG-63393 [iOS]: When typing in a TextEdit and then using Undo, it
is only possible to undo the very last change
* QTBUG-91171 QTextCharFormat setFontUnderline does not sets the
attribute to document
* QTBUG-88374 QTextDocument::toHtml: nested lists (ul, ol) not nested in
output
* QTBUG-91758 [REG 5.13.2->5.14.0]: QPainter renders <Spaces> in Text
wrong when units  set to micrometers
* QTBUG-92240 MDI Sub window title remains in main window title when
DontMaximizeSubWindowOnActivation option used
* QTBUG-85826 Some Windows fonts don't work in Text
* QTBUG-85634 Japanese and Chinese characters have no effect by bold
enabled
* QTBUG-92988 if font size is set via stylesheet for QTab, it chops off
text
* QTBUG-84664 When QLineEdit is in password mode then it will still
allow characters to be composed but it will lose what the intended
character is
* QTBUG-90840 QSyntaxHighlighter does not apply capitalization with
QTextCharFormat::setFontCapitalization
* QTBUG-91396 _NET_SUPPORTED not updated
* QTBUG-93032 Reg:5.15.2->5.15.3 QPushButton Focus rect is change of
behavior
* QTBUG-39617 QML TextArea doesn't support
QTextCharFormat::SpellCheckUnderline
* QTBUG-91236 background-color does not propagate beyond first child
element
* QTBUG-93475 QPainter rotate causes pixmap rendering issues
* QTBUG-92599 QLabel with word wrap makes unable to decrease parent
items size
* QTBUG-93620 W System.err: java.lang.NoSuchMethodException:
notifyQtAndroidPluginRunning
* QTBUG-93295 Session Resumption with Session ID - IPv6 -
ephemeralServerKey is missing
* QTBUG-74291 QTemporaryFile does not work for Windows network paths
* QTBUG-91398 When QFont::NoFontMerging is set then if bold or italics
is requested that is not provided by the font then it will end up not
synthesizing this
* QTBUG-92366 QListView has abnormal spacing when setWordWrap is true
* QTBUG-93635 Reg->6.0: Windows vista style: placeholderText has wrong
color
* QTBUG-87334 Graphical issue on some Android smartphones: white line at
the top and the right side of the screen
* QTBUG-93387 Versionless targets hide finalizers set on versioned
targets
* QTBUG-89145 QStandardItemModel takeItem / takeChild does not emit the
right signals
* QTBUG-84494 Keyboard layout not managed on Keys.event
* QTBUG-88989 Build errors on Android with latest gradle
* QTBUG-70137 Dockwidgets - Placing QDockWidget is almost impossible
* QTBUG-93636 Unnecessary hard link from qmake.exe to qmake6.exe
* QTBUG-93713 Trivial WASM example crashes when running for a minute
* QTBUG-93494 iOS A11Y VoiceOver: QAccessible::EditableText not
implemented as "TextField" and value is missing last character
* QTBUG-93739 QT 6.1.0 does not compile with -DQT_NO_EXCEPTIONS=1
* QTBUG-92182 Qt Dock Widgets super slow to dock
* QTBUG-93431 Android: build system dependencies are wrong
* QTBUG-93305 QItemSelectionModel does not emit selectionChanged on row
removal (under conditions)
* QTBUG-93707 QT_HOST_BINS and -LIBS path incorrect on qmake -query
* QTBUG-93779 [elxr] (error #412) unresolved symbols: 1
* QTBUG-93750 Updating dependencies in qtdeclarative fails
* QTBUG-93831 [REG 5.15.2->5.15.4]: Android: Copy-pasting text is not
possible after pasting
* QTBUG-92188 Stack smashing detected using QImage::scaled
* QTBUG-71701 QFileSystemModel fails to locate a host from the root
node's visible children
* QTBUG-85051 CMake doesn't support big resources
* QTBUG-93770 Wrong pixel ratio when using OpenGL in an embedded window
context
* QTBUG-89951 Why does Qt 6 cmake add `UNICODE` to public definitions on
Windows?
* QTBUG-93072 Invalid enum value in
QTextHtmlParser::tableCellBorderStyle
* QTBUG-93895 Error C2440: 'initializing': cannot convert from 'const
TCHAR *' to 'const wchar_t *
* QTBUG-93760 tst_macdeployqt::basicapp fails with macOS 11 ARM
* QTBUG-91095 wasm: app loses focus as mouse moves around widgets
* QTBUG-93943 target "Qt::ZlibPrivate" but the target was not
* QTBUG-93230 Conflict name for qt_add_resources
* QTBUG-69555 QHash freezes due to call to getrandom() via glibc 's
getentropy()
* QTBUG-92910 Hashing for nested QPair is broken in Qt 6
* QTBUG-93858 Some XKB letter keysyms are not properly converted to
corresponding Qt keys
* QTBUG-49771 Backspace key is not working when CapsLock is on
* QTBUG-93852 QLoggingCategory documentation doesn't state under which
conditions it is enabled by default
* QTBUG-88651 Can't Hide Menu Separator
* QTBUG-93736 QCombobox last item become inaccessible when a listview is
used in popup
* QTBUG-92488 When a QComboBox is set to use Fusion style after changing
the size adjust policy to AdjustToContents then it will cut off the last
item in a list and force it to be scrollable
* QTBUG-94073 Comment error
* QTBUG-92583 QListVIew page turning error
* QTBUG-94077 qmlimportscanner is missing, making all Android packages
unusable
* QTBUG-93504 Running automoc with --collect-json stalls during cmake
build with Makefiles
* QTBUG-36565 Some key symbols generated by xkb level 3 shift don't work
in QTextBrowser, QTextEdit, QLineEdit
* QTBUG-93841 Superfluous calls to int qRegisterMetaType(const char
*typeName)
* QTBUG-94064 D3D11 debug layer warning is printed when having a vertex
shader with no inputs
* QTBUG-94070 Memory corruption in sqlite plugin
* QTBUG-93600 90° X rotation as quaternion produces NaN on euler angle
* QTBUG-93995 Doc: Clean up warnings in qtbase
* QTBUG-93174 QtDeviceUtilities doc build doesn't produce .qch file
* QTBUG-93839 QtQuick not included when cross-compiling in a top-level
build due to missing qsb
* QTBUG-89754 Reg->6.0/Linux/CMake build : QtGui has dependency on
libopengl0
* QTBUG-83089 NameFilters not working in FileDialog in Android 10
* QTBUG-94143 QProperty: tst_qsequentialanimationgroup crashes
* QTBUG-89273 Building almost any Qt example for iOS throws a big list
of warnings
* QTBUG-73990 Context Menu Items Fonts and Hotkeys Not Displaying
* QTBUG-90442 QFileDialog::saveFileContent crashes on accept
* QTBUG-94178 QNativeGestureEvent with gestureType EndNativeGesture
should have QEventPoint::state == Released
* QTBUG-77771 A Double click on QtreeView/QTreeWidget index is emitting
two clicked() and one doubleClicked() signal
* QTBUG-92250 Change the order of libraries and object files in the
generated .prl files
* QTBUG-93742 Error in public function "setclearbuttonenabled" of
"QLineEdit" control
* QTBUG-94156 Unknown CMake command "qt_finalize_executable"
* QTBUG-94108 [REG 6.1.0 -> 6.2] No TLS backend available in statically
built project
* QTBUG-92266 vertical space before video on
https://doc.qt.io/qt-6/gettingstarted.html
* QTBUG-94220 Update dependencies on 'dev' in qt/qtquickcontrols2 fails
* QTBUG-87813 WASM: App sometimes crashes on aborting NetworkRequest
* QTBUG-93868 Fix unnoticed regression after merging the fix for UNC
path handling
* QTBUG-94057 QLineEdit should be enter editing status when FocusIn
* QTBUG-94124 Update dependencies on 'dev' in qt/qtlocation fails
* QTBUG-94211 Windows Long Path issue for RelWithDebInfo config
* QTBUG-92234 QTranslator.load problem by skipping some
* QTBUG-89588 androiddeployqt fails with error from qmlimportscanner if
qtdeclarative is not installed
* QTBUG-59888 UX Issue: Drag & Drop does not work well with
MultiSelection/ExtendedSelection
* QTBUG-94226 QListView - broken drag-n-drop items movement
* QTBUG-86754 [Reg 5.12.4-> 5.12.5]Action text overlaps the shortcut in
menu when padding is used
* QTBUG-94213 Type normalization of QMetaType does not match runtime
type normalization
* QTBUG-94264 When building for Android, instead of an apk, just .so is
built
* QTBUG-94269 QIntValidator: integer values exceeding top "intermediate"
according to validate() func
* QTBUG-92232 [REG] Option Clicking Window Close Button Crashes App
* QTBUG-65637 Window minimizing broken after building QT app with Mac OS
High Sierra SDK
* QTBUG-91025 Should mention that QPrint Support is not available for
iOS
* QTBUG-64543 When starting a drag scroll via QScroller in a listview
there will be a slight jump right before the scrolling starts
* QTBUG-50866 QTabBar scroll buttons overlap tabs
* QTBUG-70498 Cannot scroll first tab right, using scroll button in
QTabBar, when tab size do not fit into visible rect.
* QTBUG-94248 Check scrollbar ScrollBarOverlap when computing QListView
margins
* QTBUG-27640 QToolButton::menu-arrow{image:none;} does not work in
Custom TitleBar
* QTBUG-84117 QHeaderView sort indicator and text overlap if both
aligned right
* QTBUG-86362 [Reg 5.14 to 5.15.0] macOS: Tabbed QDockWidgets not
properly drawing the tabs
* QTBUG-71894 Hangul composition bug
* QTBUG-94400 /EHsc flag removal wrong
* QTBUG-91120 QDate::fromString() fails on isolated dates on macOS with
TZ=Europe/Lisbon
* QTBUG-94347 QRandomGenerator64 refers to functions as static, aren't.
* QTBUG-20456 QAbstractItemView: When clicking on an item that is being
edited and the edit trigger is SelectedClicked it should just stop
editing
* QTBUG-94470 Incorrect parsing of HTTP2 frame headers.
* QTBUG-94032 Command line is too long when building large projects
* QTBUG-92878 [qt6/cmake] Qt Resource object libraries not found in
sibling scopes due to not being global
* QTBUG-94532 Markdown checkboxes are clipped when text range selected
* QTBUG-93764 QPrintPreviewDialog: printer orientation not updated by
QPageSetupDialog
* QTBUG-94568 Build error when depending on internal module in qtbase
* QTBUG-94448 QtWidgets: Some stylesheets explode Designer and the whole
linux terminal (recursion crash)
* QTBUG-94501 GStreamer::Gl dependency is not recorded correctly in a
static build
* QTBUG-89379 QQuickWindow::QtTextRendering cause font problem on Apple
M1
* QTBUG-85714 QOpenGLWidget with NativeWindow QDockWidget does not
render when undocked
* QTBUG-94069 MacOS ComboBox Focus Ring is Too Tall
* QTBUG-82835 Stale socket notifications can be emitted to new sockets
* QTBUG-91130 SIGSYS error in QSystemSemaphore for iOS
* QTBUG-94175 QGraphicsProxyWidget: rendered Arabic text incomplete in
large font sizes when OpenGL is used
* QTBUG-85529 Polytonic Greek characters cannot be composed both ways
* QTBUG-94246 Memory leak in qsql_oci plugin
* QTBUG-94706 missing documentaiton details about QFile::copy()
* QTBUG-94591 qmake doesn't search mkspecs files in the right location
* QTBUG-94538 Change cursor theme is not applied immediately . The Qt5
app needs to be restarted.
* QTBUG-92083 Building console project fails with linker errors
* QTBUG-91919 Qt will crash if changing screen resolution on Mac
* QTBUG-83869 Correction to the documentation:
https://doc.qt.io/qt-5/qtransform.html#basic-matrix-operations
* QTBUG-81251 _debug libraries are missing from pre build Qt on Mac
* QTBUG-94708 qCDebug() and friends could pass the category as a tag in
Android
* QTBUG-94527 Building Android QML projects with qmake is broken
* QTBUG-94839 QSystemTrayIcon::isSystemTrayAvailable() opens a new file
descriptor on each call which isn't closed
* QTBUG-92477 Memory leak in QFontDatabase
* QTBUG-88508 some tests are not saving result output to file on Android
* QTBUG-92157 Qt configured without Vulkan support in 6.1 Android
packages [Vulkan crashes on SA8155 (Qualcomm)]
* QTBUG-93890 Crash in webOS emulator with recent meta-qt6
* QTBUG-94944 qt6_qml_type_registration with VS19 cmake generator
outputs error: "The dependency target "qt6-test_autogen" of
target"qt6-test_automoc_json_extraction" does not exist.
* QTBUG-38776 QDockWidget titlebar icons are not drawn with high DPI
* QTBUG-94802 [Reg-5.15.4->5.15.5]Menu separator is not visible
* QTBUG-94973 Build fails when configuring twice with CMake and with
both INSTALL_MKSPECSDIR and QT_QMAKE_TARGET_MKSPEC set
* QTBUG-95005 Typo in QOpenGLPaintDevice::dotsPerMeterY
* QTBUG-91632 Make /usr/local/Qt-6.x the default install folder instead
of /usr/local
* QTBUG-94824 In qlinedit, icon and text overlap
* QTBUG-95027 Building a DEBUG CMake project against a -debug-and-
release Qt fails
* QTBUG-95039 String translations cancelled in qsystemerror.cpp
* QTBUG-78043 non-native QFileDialog displaying incorrect mapped network
drive names
* QTBUG-95028 Apps created by qt_internal_add_app are placed in a
bin/Release subfolder in a -debug-and-release build
* QTBUG-95043 QDebugMessageServiceFactoryPlugin_init.cpp.obj is
incorrectly dynamically linked instead of statically linked to runtime
library
* QTBUG-94921 Feature poll_select is already defined to be "ON" and
should now be set to  "OFF" when importing features from Qt6::Core.
* QTBUG-85972 [REG: 5.9->5.12]: When the height of a button goes below
31px then it will start to shift the button down instead of making it a
square button so it can be made smaller
* QTBUG-91125 QTextFormat::FullWidthSelection does not work with right-
to-left text layout
* QTBUG-92561 Strange selection behavior of with ExtendedSelection +
SelectRows
* QTBUG-95011 QLineEdit inconsistently changes layout direction when
text changes
* QTBUG-95077 [5.15/6.1->6.2] Some library names now have a "Private"
suffix
* QTBUG-73966 When using QMenu::icon:checked inside a stylesheet it is
being ignored and has no effect
* QTBUG-83619 Stylesheet: QAbstractItemView::indicator changes selected
item text color
* QTBUG-94981 QTreeView: expandToDepth() and expandAll() ends
prematurely for asynchronous models
* QTBUG-89022 QImageWriter insufficiently supports QSaveFile
* QTBUG-95013 pt_BR translations not loaded
* QTBUG-94788 QListView will be reset when setSelectionMode  is
MultiSelection
* QTBUG-94942 QML type registration emits "qt6quick_metatypes.json:
illegal value"
* QTBUG-95198 Building QtMultimedia qmake projects is broken on Windows
* QTBUG-86846 the password box not refreshed under Chinese input method
* QTBUG-93829 QItemSelectionModel::hasSelection is inconsistent
* QTBUG-94737 Crash in QThreadOnce test
* QTBUG-95009 QNetworkDiskCache::cacheSize() returns a size twice as
large as the real one.
* QTBUG-95277 HTTP2: QNetworkReply::encrypted not emitted
* QTBUG-94733 When the display is set to 150% and a QMdiSubWindow is
maximized then the icons can be incorrectly displayed
* QTBUG-93466 QTransposeProxyModel. LayoutChanged bug
* QTBUG-95293 QCocoaAccessibilityElement incorrect selector for
"enabled": should be isAccessibilityEnabled not
accessibilityEnabledAttribute
* QTBUG-85410 [Reg 5.9 -> 5.12] Cannot open filesystem root with
Qt.openUrlExternally
* QTBUG-95283 No TLS backend available in statically built project
* QTBUG-95229 Qt for Windows configured with -debug-and-release fails to
build with CMake 3.21.0
* QTBUG-95255 After setDefaultAction for a QToolButton and call
setChecked, then checked status wrong
* QTBUG-91048 QFutureWatcher::isFinished() stays false after
waitForFinished()
* QTBUG-91459 When using Speech Recognition on a multiple monitor setup
telling it to click a button does not always work on the secondary
monitor
* QTBUG-95334 QMap<QString,QString>::const_iterator cannot do "it+1" any
more
* QTBUG-80576 CMake build doesn't find MoltenVK
* QTBUG-95391 [REG] WrapVulkanHeaders::WrapVulkanHeaders not found on
system without Vulkan development package
* QTBUG-95454 Version 6.1.2 found in Qt6.2 sources
* QTBUG-77656 Crash when waking up with multiple displays in clamshell
mode
* QTBUG-95050 [REG: 5.2->5.14] Locale used by
QString::localeAwareCompare() no longer changeable
* QTBUG-95383 QFileSystemModel sort extremely inefficient with wildcards
* QTBUG-89294 QScrollArea fails to re-layout widgets correctly in high
DPI environments
* QTBUG-94790 moc fails to parse include inside enum
* QTBUG-95429 Expired certificates in tst_QSslCertificate
* QTBUG-93004 Assert and crash in qcalendar.cpp when the first call to
QDateTime::toString is done from two simultaneous threads
* QTBUG-95619 [Mac] Memory leak in
QNSWindow::applicationActivationChanged
* QTBUG-86227 Implement or drop the -coverage configure argument for the
CMake build
* QTBUG-95273 QFuture::then() documentation about threading is unclear
* QTBUG-95577 Incorrect punycode encoding and decoding for non-BMP
codepoints
* QTBUG-20894 QCompleter unexpectedly changes QLineEdit text
* QTBUG-56595 QXcbConnection::getTimestamp() returns old timestamp
* QTBUG-69515 Linux, WindowStaysOnTopHint does not work.
* QTBUG-95635 qtbase fails to configure on Linux with CMake 3.21.1 and
policy CMP00126 enabled
* QTBUG-95655 CMake couldn't find "FindWMF.cmake" in top-level builds
* QTBUG-95071 mysql client version detection broken with MariaDB 10.6
* QTBUG-8096 icon-size stylesheet property is defined as length but only
lengths in px can be used
* QTBUG-95607 Screen rotation causes wrong menu position
* QTBUG-95631 Stylesheet issue when try to change background color with
a editable combobox on hover
* QTBUG-95552 Reproducible crash from wheelEvent in QGraphicsScene
containing a QWidget with a Q*BoxLayout
* QTBUG-95471 Unable to compose characters on Mac OS in text edits
* QTBUG-95720 REG: 5.15->6.1: Drawing text on a printer will end up
having badly rendered text
* QTBUG-95689 Missing overflow handling allows alternative Punycode-
encoded domain name representations
* QTBUG-93999 CMake Install fails with -debug-and-release and -separate-
debug-info
* QTBUG-95652 Revice changes in configure summary options, 6.2.0
* QTBUG-95732 The build system does not work correctly with
-DFEATURE_developer_build:BOOL=TRUE
* QTBUG-95441 6.2: The basic QFont constructor deprecated?
* QTBUG-69975 Cocoa NSFullSizeContentViewWindowMask was wiped when
toggling fullscreen
* QTBUG-95639 MariaDB 10.6 prepared queries metadata cache causes
breakage in mysql driver
* QTBUG-95214 QtConcurrent::run requires the return type to be default-
constructible
* QTBUG-95602 App wizard QtQuick Empty with language failed to find Qt
component "LinguisticTools"
* QTBUG-95841 [REG-5.15->6.2]QMainWindow::VerticalTabs is broken in Qt6
* QTBUG-95389 link in QSet documentation missing
* QTBUG-95806 Qt6WasmMacros.cmake uses wrong paths for wasm_shell.html,
qtloader.js and qtlogo.svg
* QTBUG-95795 Crash when running a qt quick app on iOS simulator
* QTBUG-81770 Garbled character is displayed when switching Arabic to
another language
* QTBUG-30522 macOS: Closing application window while context menu is
open leaves menu open
* QTBUG-94215 [Reg 5.15.2->5.15.3/6] QString::lastIndexOf is broken
* QTBUG-89472 Building Qt for Android with -ltcg fails to compile
* QTBUG-89177 MacOS Dark Mode button text is not contrast enough to be
readable
* QTBUG-70255 QScroller::scrollTo fails in QGraphicsView with movable
item
* QTBUG-95943 qt-configure-module -help is not implemented
* QTBUG-95716 qlistview select box residual thin line
* QTBUG-95846 QPropertyAlias crashes in all situations
* QTBUG-95341 QLineEdit lineRect should use boundingRect height
* QTBUG-94529 Using Titillium Web on Windows creates rendering artefacts
* QTBUG-94091 Nested Graphicsview does not works as expected
* QTBUG-94951 Qt 6.2 alpha assertion failed in qunicodetools.cpp
* QTBUG-87128 In the help pages: The QFileInfo::setFile() example is
really the QDir::setCurrent() one
* QTBUG-45737 No touch events handling (QGraphicsProxyWidget / QWidget)
* QTBUG-96009 tst_QGraphicsProxyWidget::mouseDoubleClickEvent fails
* QTBUG-89549 Linker error when building Qt 6 statically with cmake +
clang on Windows
* QTBUG-46300 Qt's application ignore some input method behavior
* QTBUG-72744 macOS: Qt does not hide cursor when entering text
* QTBUG-88774 QNetworkAccessBackend documentation is missing a class
entry
* QTBUG-96101 QPMCache deleted from another thread
* QTBUG-92018 QLocale date toString uses standalone name where plain
name should be used
* QTBUG-95463 QListView in view mode QListView::IconMode crashes when
the last row is moved
* QTBUG-96067 Build failure with riscv32
* QTBUG-46701 Closing a full screen window via Qt APIs leaves the screen
black on macOS
* QTBUG-89562 qt_lib_network_private.pri contains
QMAKE_LIBS_OPENSSL/NOLINK entry
* QTBUG-52450 macOS: Closing a window that's in fullscreen removes the
window, but doesn't exit fullscreen
* QTBUG-68069 Exiting fullscreen window leaves the application in
fullscreen mode on macOS
* QTBUG-81552 macOS: Wrong cursor shown when the mouse is moved slowly
into window
* QTBUG-95358 Possible null pointer dereference in qpixmap.cpp
* QTBUG-96197 Yocto build fails in CI for 6.2.0-beta4 qtbase
* QTBUG-96170 WASM: data URI scheme does not work
* QTBUG-91707 [Reg 5.15->6.0] Recursive QMap as MetaType cannot have key
with custom operator==
* QTBUG-91059 Mac: Multiple modal dialogs block all input
* QTBUG-95565 Qt Creator cannot build Qt 6 for iOS from the start
* QTBUG-96062 Integrity linker can't cope with duplicate object files on
command line
* QTBUG-96285 QProcess can't be restarted
* QTBUG-96619 QRhi declares types with non-relocatable QVLA in them as
relocatable which can lead to crashes
* QTBUG-96606 CA certificates not fetched on Android
* QTBUG-96690 Qt6. Build failed when use std::optional as a signal
argument
* QTBUG-54848 Problem with QAbstractItemDelegate and IME (chinese Input
Method) with edit trigger QAbstractItemView::AnyKeyPressed
* QTBUG-96838 signing Android app bundles fails with 6.2.0-rc
* QTBUG-89423 QAbstractItemModel::multiData SC/BC fallout
* QTBUG-84906 qt6_qml_type_registration requires automoc
* QTBUG-90980 CMake configure failure with given multiline toolchain
file
* QTBUG-20984 tst_macgui autotest is unstable
* QTBUG-90943 Qt 6.0.0 ignores ANDROID_PACKAGE_SOURCE_DIR
* QTBUG-91052 qmlcachegen adds Windows paths when cross-compiling on
Linux
* QTBUG-90483 Revert deletion of qmake project files for snippets
compilation
* QTBUG-56552 QDateTime/QTime truncates milliseconds when converting to
Qt::ISODate string
* QTBUG-88728 80M of rows crash QTableView while 70M do not
* QTBUG-90662 Fix CI warnings qtbase
* QTBUG-91180 Cant' start Android emulator with Ubuntu 18.04
* QTBUG-91147 Correct wrong snippet paths reported by CI
* QTBUG-91104 REG->6.0/Windows : QFileSystemModel no longer displays
file icons
* QTBUG-86013 [evdev] protocol b touch device doesn't get release event
* QTBUG-90819 Linking relationships to plugins are incorrectly specified
* QTBUG-89082 The previous tips is still displayed when mouse move to
another Action without tips.
* QTBUG-89948 [HiDpi] Qt renders incorrectly if user's scaling factor is
less than 1
* QTBUG-82617 Crash on exit via back button on Huawei Mate 20 Pro
* QTBUG-83932 Port configure.cmake missing libraries that are marked
with FIXME
* QTBUG-91423 tst_QGlobalStatic gets stuck after "realloc(): invalid
next size" message
* QTBUG-91392 ProtocolFailure with certain HTTP requests to
transmission-daemon
* QTBUG-91253 QConcatenateTablesProxyModel crushes being sourceModel in
QSortFilterProxyModel
* QTCREATORBUG-23574 cmake support for iOS
* QTBUG-79140 [REG 5.13.0 -> 5.14.0]OTF fonts don't work correctly
* QTBUG-91888 Item2D + importScene = crash due to the well-known dead-
rhi-objects-in-cache-key problem
* QTBUG-91782 clang compiler crashes in CI
* QTBUG-87580 Add minimal set of tests to build for static Qt configs in
Coin
* QTBUG-92211 Android emulator VM fails to run
tst_QRhi::renderPassDescriptorCompatibility once OpenGL ES 3.0 is
enabled
* QTBUG-91417 Selection does not work in read-only text editing controls
- QtWidgets
* QTBUG-92163 top-level configure returns with exit code != 0 if qt3d is
checked out
* QTBUG-52523 tst_gestures event counts fail on RHEL 7.x
* QTBUG-92861 QtQml does not provide version 6.2
* QTBUG-92947 QPalette doesn't return the correct color when querying
QPalette::PlaceholderText
* QTBUG-91911 Qt combines values from unrelated enum types
* QTBUG-58013 Cursor position changes not properly passed to input
method
* QTBUG-93033 Deprecated Function "isTopLevel" in qwidget.h defined
* QTBUG-90341 The QtStartUpFunction function may be called repeatedly
* QTBUG-93069 QSettings leads to deadlock
* QTBUG-93037 Conan builds are unable to run tst_qmake
* QTBUG-86033 Update QtPlatformAndroid.cmake to include features in the
old Qt5AndroidSupport.cmake
* QTBUG-93093 The tests for QSharedPointer are disabled
* QTBUG-91801 Potential memory leak in sending queued signals?
* QTBUG-93019 [REG 5.15-6.0] QList/QVector regressions
* QTBUG-93176 Data race in tst_qurl::testThreading() detected by Thread
Sanitizer
* QTBUG-92930 QRawFont::advancesForGlyphIndexes seems to ignore
KernedAdvances
* QTBUG-92944 input problems in DynamicTexture example
* QTBUG-87057 QListView item looses items from models that don't
override moveRows during internal drag'n'drop
* QTBUG-92500 When using a ShaderEffect which has been compiled with the
qsb tool, it does not apply the effect at all
* QTBUG-89512 binding a computed property to another property should
give an error
* QTBUG-86677 QToolBar button resize chops text
* QTBUG-93565 Unnecessary dependency to host Tools package in cross-
builds
* QTBUG-63557 Showing / hiding QML Dialog type keeps allocating memory
without releasing it
* QTBUG-71900 Double tapping on a word does not show the selection
handles in the right place after the initial selection
* QTBUG-80863 [cmake] excessive compilation of Import.cpp files for
static plugins
* QTBUG-88414 CMake multi-config build still build some debug tools
* QTBUG-64446 tst_QWidget::multipleToplevelFocusCheck() on linux
* QTBUG-86726 qt_add_resource BASE argument doesn't behave as the qmake
counterpart
* QTBUG-92905 QFile/pipe reading blocks when using a file descriptor
instead of a handle
* QTBUG-93838 Consider SHA-1 algorithm deprecated
* QTBUG-90799 Select handles Left- and RightPoint goes to the wrong
place when double tapping on a word on the widget dialog
* QTBUG-62102 QKeySequenceEdit handles meta keys incorrectly on Wayland
* QTBUG-93360 Compile Qt with gcc 11
* QTBUG-87775 Passing INTERNAL_MODULE to qt_internal_add_module should
only create a single Qt::FooPrivate target
* QTBUG-94043 MSVC warning C4996: 'ID2D1Factory::GetDesktopDpi':
Deprecated. Use DisplayInformation::LogicalDpi for Windows Store Apps or
GetDpiForWindow for desktop apps.
* QTBUG-94127 Testing in android emulator hangs
* QTBUG-85879 Print Preview inconsistent icons
* QTBUG-94194 Qt 6.1/6.1.1 compilation fails after MSVC 2019 16.10
update with "/std:c++latest" compiler flag
* QTBUG-93752 When setting the inactive colorgroup in the palette and
then making the window inactive it will not trigger an update on any
colors bound to the palette
* QTBUG-87263 QMap<QVariant, QVariant> compilation error
* QTBUG-60822 [REG: 4->5] WA_TranslucentBackground cannot be changed
after widget has been shown
* QTBUG-88248 QObject orphaned connections soft-leak
* QTBUG-88081 Failed to build Qt from source through clang-cl
* QTBUG-92941 REG 5->6: QVector size() does not reach capacity() before
reallocating
* QTBUG-89536 Remove configure.json files for building Qt 6
* QTBUG-94613 [FTFBS] qttools does not compile: QtTools/private/qttools-
config_p.h: No such file or directory
* QTBUG-94753 QtFlagHandlingHelpers.cmake overrides flags -On from the
user
* QTBUG-87989 "ASan runtime does not come first in initial library list"
when building Qt Quick application with Qt configured with -sanitize
address
* QTBUG-94355 Revice changes in configure summary options, 6.1.1 ->
6.2.0
* QTBUG-85201 Deprecate Ministro in Qt for Android
* QTBUG-94971 QHoverEvent::scenePosition() is actually local position
* QTBUG-91713 QtBase benchmarks fail for qtimezone, qdiriterator, and
qfile
* QTBUG-95004 XCB: Qt packages are built without session management
support
* QTBUG-88090 Installed CMake files reference the SOURCE TREE
* QTBUG-94463 QThreadPool creates one thread more than maxThreadCount
* QTBUG-95199 Incorrect propagation of iOS bitcode and -fapplication-
extension flags to user projects
* QTBUG-95208 Linker error regarding bitcode when linking CMake app
targeting iOS
* QTBUG-95268 test_QT_TESTCASE_BUILDDIR fails when built with CMake 3.21
* QTBUG-95303 Internal module pri files are missing public include
header locations
* QTBUG-85839 Documentation: wrong default value for Layout Direction
* QTBUG-80957 QFutureInterface: reportResults with an empty vector
breaks results
* QTBUG-95394 Crash in RHI when exiting a QtWaylandCompositor with
active clients.
* QTBUG-53706 QString::number(-17, 16) should return "-11" not
"0xffffffffffffffef"
* QTBUG-94831 Crash on MSVC in ~QMetaTypeFunctionRegistry() on program
end with dynamically loaded Qt
* QTBUG-95314 WASM: Diverging timezones in C++/QML
* QTBUG-95532 Can't build qtquickcalendar due to missing SQL dependency
* QTBUG-58749 QListView AdjustToContents not working
* QTBUG-95072 Menu is shown at displaced position on enable/disable
* QTBUG-71590 Qt is using "Non-SDK" interfaces, will be blocked by
Android
* QTBUG-95453 Mouse move pointer does not reflect when drag will move -
eglfs
* QTBUG-95636 Update cmake_minimum_required to 3.16 in all CMake Qt
example projects
* QTBUG-95845 qt_add_qml_module unconditionally installs metatypes.json
files into "arbitrary" directory
* QTBUG-93340 trafficlight_qml_dynamic crashes on Android device
* QTBUG-89122 Building Qt with cmake needs 15% more space than with
qmake
* QTBUG-95668 Webengine widget not visible in Designer UI
* QTBUG-35700 single punctuation input via CJK input method doesn't work
* QTBUG-95921 scxml examples fail to build for iOS target
* QTBUG-89296 No way to specify C standard for Visual Studio 2019 in
qmake project
* QTBUG-95661 Test result counts are incorrect
* QTBUG-94451 Switch Android target SDK to 30 for Qt 6.2
* QTBUG-39125 Cocoa: When typing in a Korean character and then press
enter, it will take two presses before the enter key is actually invoked
* QTBUG-96121 Versionless CMake commands prevent setting variables in
calling scope
* QTBUG-88535 List of modules in configure output is incomplete
* QTBUG-96219 Conversion of versionless wrapper functions to macros
needs to be reverted
* QTBUG-84877 QLocale::system() uses short names of days and months for
narrow formats
* QTBUG-96303 Review (again) CodeChecker issues for Qt Core
* QTBUG-95832 QtRemoteObjects CMake API is using the internal
qt_manual_moc API
* QTBUG-96127 Broken external links in Qt docs
* QTBUG-96441  [REG 6.1.0 - 6.2.0] Windows: QWindow doesn't respect
minimumWidth/minimumHeight
* QTBUG-96790 crash in QWindowsFileSystemWatcherEngine::addPaths
* QTBUG-96718 Crash in inBindingWrapper() (Creator built against Qt 6.2
build)

### qtsvg
* QTBUG-91507 Out of bounds read in function
`QRadialFetchSimd<QSimdSse2>::fetch` when input craft svg file
* QTBUG-90744 [REG: 5.13 -> 5.14] QPixmap::load returns false for svg
files if file encoding not utf-8 & format not specified
* QTBUG-32405 QSvgRenderer::boundsOnElement broken for text nodes
* QTBUG-94878 QSvgRenderer crash
* QTBUG-92184 QtSVG cannot understand minified SVGs if they contain arcs
* QTBUG-86726 qt_add_resource BASE argument doesn't behave as the qmake
counterpart
* QTBUG-94030 Minimal plugin not found in static build although
explicitly imported
* QTBUG-90819 Linking relationships to plugins are incorrectly specified
* QTBUG-95636 Update cmake_minimum_required to 3.16 in all CMake Qt
example projects

### qtdeclarative
* QTBUG-70141 Warnings when using DialogButtonBox
* QTBUG-70729 heap-use-after-free when running qmlbench with Menu as
delegate
* QTBUG-70064 tst_QQuickApplicationWindow::font() crash on macOS 10.13
* QTBUG-71066 QML MenuItem disappear after highlighting using
Instantiator
* QTBUG-71444 [REG: 5.11-5.12] Segfault on any 5.12.0 version
* QTBUG-71583 MenuItem state with checkable MenuItem faulty
* QTBUG-71770 Regression in QQC2 Menu destruction
* QTBUG-71952 Quick Controls 2 fixes for building with qreal=float
* QTBUG-71974 TableView: does not work together with ScrollView
* QTBUG-63834 Missing Qt module requirement in QQuickStyle class
description
* QTBUG-71554 QQuickIconLabel reports an incorrect baselineOffset
* QTBUG-71875 Background of Material style TextField doesn't respect
control width
* QTBUG-71902 REG->5.12 RC: QQC2: Incorrect font size
* QTBUG-72372 Button outside dialog if there is only one standardButton
defined
* QTBUG-72746 QQuickWindow segfault on destruction
* QTBUG-72811 [Reg 5.11 -> 5.12] QQC2 buttons not react to click when
holding for about a second
* QTBUG-73179 qt.labs.platform.FileDialog folder property doesn't work
* QTBUG-72786 ComboBox: can't customize popup palette
* QTBUG-73412 Dial.inputMode property not recognized by Qt Creator
* QTBUG-72023 Fusion Qt Quick Controls style no longer honors
palette/font settings from qtquickcontrols2.conf
* QTBUG-69540 QtQuickControls 2 Menu highlights disabled item on click
* QTBUG-70181 QtQuickControls 2 disabled MenuItems take part in arrow
key navigation
* QTBUG-73447 Changing QtQuick Controls 2 Menu enabled State Breaks
Coloring
* QTBUG-66494 Dialog with only title set causes binding loop on
implicitWidth
* QTBUG-73754
tst_controls::Default::TextField::test_ignorePressRelease() and
test_pressedReleased() failed
* QTBUG-73354 QtQuickControls 2 menus don't handle Enter key
* QTBUG-74130 tst_cursor::controls(containers) failed on win7
* QTBUG-72536 [REG 5.11.2 -> 5.12] TextArea's initialization with long
text bug
* QTBUG-74276 Segfault with basic SplitView example
* QTBUG-72886 [REG 5.11.2-5.12 ] DialogButtonBox breaks when button text
is changed
* QTBUG-74512 tst_sanity.cpp:186:23: error: variable type
'FunctionValidator' is an abstract class
* QTBUG-70161 iOS: editable QML combobox menu does not open
* QTBUG-70451 DialogButtonBox to order buttons as defined when absent of
buttonRole
* QTBUG-74711
DialogButtonBox::test_oneButtonAlignedRightInImplicitWidthBox is flaky
* QTBUG-74688 SpinBox indicators stay hovered after being pressed and
moving the mouse away
* QTBUG-69096 Pane's documentation doesn't fully explain
contentWidth/Height behaviour
* QTBUG-74661 ComboBox popup cannot have focus
* QTBUG-75072 Accessibility: ScrollBar does not scroll when increasing
value
* QTBUG-73604 tst_accessibility in QtQuickControls2 fails on Android
* QTBUG-75051 When calling QQmlEngine::retranslate() it will cause the
background of a highlighted MenuItem to be smaller than the Menu width
* QTBUG-75844 iOS: Text cursor hides while showing magnifier glass
* QTBUG-75572 Enum type conversion issue
* QTBUG-76356 Incorrect accessibleRole for 'Switch' QML
* QTBUG-76077 SplitView documentation says "import QtQuick.Controls 2.5"
but was added later
* QTBUG-76378 Error copying C:\Users\qt\work\qt\qtquickcontrols2\src\imp
orts\controls\designer\images*.png to
..\..\..\qml\QtQuick\Controls.2*.png: Cannot open C:\Users\qt\work\qt\qt
quickcontrols2\src\imports\controls\designer\images*.png for input
* QTBUG-76164 tst_controls crash on macOS 10.12
* QTBUG-75972 ComboBox count isn't updated on model change
* QTBUG-73128 tst_qquickmenubar::Default::mouse() is flaky
* QTBUG-76369 TextArea draw something strange when use "Material Style"
* QTBUG-77840 TabBar links to wrong page
* QTBUG-77909 tst_revisions::window() failed
* QTBUG-77946 tst_QQuickDrawer::Universal::position(right) failed on
Linux openSUSE_15_0 (gcc-x86_64)
* QTBUG-75338 Editable ComboBox: currentIndex is not set to -1 and
currentText not cleared after confirming non-existent value
* QTBUG-77734 tst_Snippets::verify(qtquickcontrols2-combobox-custom)
'warnings.isEmpty()' returned FALSE. ()
* QTBUG-75085 When calling QQmlEngine::retranslate() then it will not
have any effect on the buttons in a DialogButtonBox
* QTBUG-78252 qquickstackelement.cpp:213:82: error: too few arguments to
function call, expected 6, have 4
* QTBUG-78470 tst_calendar::MonthGrid::test_range() and
WeekNumberColumn::test_range() failed
* QTBUG-66799 Tumbler: displacement calculation goes wrong if wrap is
disabled and tumbler gets resized
* QTBUG-73243 ToolTip will crash application
* QTBUG-76029 REG: Performance regression in Quick Controls 2 Combo Box
* QTBUG-78790 NinePatchImage crashed when source changed
* QTBUG-50027 Behaviour and styling of TabBar and TabButtons in
Universal style
* QTBUG-79150
tst_controls::Default::Tumbler::test_currentIndexAtCreation() failed on
all places
* QTBUG-79270 Crash, if SplitView have only 1 item and changing
visibility
* QTBUG-79370 tst_QQuickPopup::Default::cursorShape() is failing in CI
* QTBUG-77306 MenuBarItem does not lose highlight when a Menu is added
using MenuBar.addMenu
* QTBUG-79302 New SplitView ignores children generated by Repeater
* QTBUG-79326 Dialog is not getting closed with Esc key press even with
closePolicy set to Popup.CloseOnEscape
* QTBUG-79501 When a Drawer isn't modal, isTabFence should be false
* QTBUG-78858 Editable ComboBox is very slow
* QTBUG-79275 QQC2: libqtquickcontrols2imaginestyleplugin should be much
smaller
* QTBUG-79790
tst_controls::Default::Control::test_font_explicit_attributes(family)
failed
* QTBUG-79929 tst_qquickmaterialstyleconf::conf() failed
* QTBUG-62401 Items derived from Container does not deliver key events
to children
* QTBUG-62350 ToolTip control's text does not automatically wrap
* QTBUG-79952 Material style doesn't work with Qt 5.14.0 Beta 2
* QTBUG-80164
tst_QQuickPopup::Universal::closeOnEscapeWithVisiblePopup() is flaky on
openSUSE
* QTBUG-80153 tst_controls::Default::Dial::test_dragging(live) failed
* QTBUG-79464 Focus is lost when Dialog is closed during another Dialog
exit transition
* QTBUG-66583 Accessible.name for Qt Controls 2 Button cannot be set
* QTBUG-79846 Custom QtQuick with hover events breaks an splitview
* QTBUG-80353 Crash in StackView by triggering consecutive calls to
clear method
* QTBUG-78885 ComboBox does not select currently suggested item when
pressing tab
* QTBUG-57267 StackView: pushing an item again before its exiting
animation ends visually clears the stack
* QTBUG-71406 Editable ComboBox text is not selectable with the mouse.
* QTBUG-78202 QML ToolTip is closed unexpectedly
* QTBUG-81216 [REG?] QQuickStyle::setFallbackStyle() not working any
more in 5.14 on Android
* QTBUG-80970 Failing to run QML RangeSlider customization example
* QTBUG-75682 (plugins.qmltypes and) designer/* don't get copied anymore
during build
* QTBUG-81796 Text of explicitly declared Buttons in DialogButtonBox not
rendering
* QTBUG-77202 No touch release event for AbstractButton inside of
ListView with pressDelay set
* QTBUG-81935 Tooltip not closing properly with custom animation if
open() is called during exit transition.
* QTBUG-82032 Double click on QML Button is considered as two single
clicks
* QTBUG-82463 Dial in automotive example is a bit squished
* QTBUG-82643
tst_controls::Default::ToolTip::test_openDuringExitTransitionWithTimeout
is flaky
* QTBUG-82020 Displayed text in ComboBox cannot be translated
* QTBUG-82774 qtquickcontrols2 doesn't build with latest
qtdeclarative/qtbase dev
* QTBUG-82811 tst_customization::creation(incomplete:*) tests are
failing
* QTBUG-81867 QQC2 SplitView doesn't work if an item is invisible
* QTBUG-70768 Disabled Slider should be gray (Material Style)
* QTBUG-73687 When specifying a scale for a Menu it will be positioned
as if the scale was not set, and therefore can be placed unexpectedly
* QTBUG-82473 Menu does not take padding properly into account
* QTBUG-83554 currentValue not updated after model change in ComboBox if
currentIndex does not change
* QTBUG-84443 'std::bad_alloc' when
tst_QQuickApplicationWindow::clearFocusOnDestruction()
* QTBUG-84381 AddressSanitizer: heap-use-after-free in StackView
* QTBUG-84579 Popup with parent in StackView centered in overlay causes
crash at exit
* QTBUG-78281 QML ComboBox is eliding when it shouldn't
* QTBUG-86012 qtquickcontrols2 cross compile fails to configure
* QTBUG-84488 Qml ComboBox list jumps on open
* QTBUG-85884 When a Dialog is hidden then it is possible that it does
not reset the focus correctly if when it loses active focus it does the
process again to hide the dialog
* QTBUG-85806 Calling swipe.close() on already closed SwipeDelegate
triggers onClosed
* QTBUG-85804 SwipeDelegate triggers swipe.closed even when it didn't
actually close
* QTBUG-86212  tst_QQuickPopup::setOverlayParentToNull fails in with
macOS 10.14
* QTBUG-86280 Crash when importing style without first importing
Controls
* QTBUG-86276 QtQuick.Controls 2 Menu does not override other &mnemonic
key shortcuts
* QTBUG-85748 Dialog's accepted() signal emitted before closed() when
using non-zero-duration transitions
* QTBUG-86263 Gallery example no longer respects the style that was set
* QTBUG-85719 SpinBox fails to validate the entry after it failed
already
* QTBUG-86303 Fallback styles overwrite themes
* QTBUG-86851 QQC2 Menu contentModel not deleted
* QTBUG-83698 Using Keys.onReturnPressed from Button to open Menu causes
the first MenuItem to get triggered on show
* QTBUG-87848 Cannot run flat style example - missing resources
* QTBUG-88170 tst_QQuickDrawer::Basic::slider fails after making
Flickable handle touch events directly
* QTBUG-88184 property count of SplitView is not documented
* QTBUG-88141 qdoc warnings in Qt Quick Controls 2 for 6.0
* QTBUG-88158 Finish 'Porting to Qt 6 - Qt Quick Controls 2' Page
* QTBUG-88222 Property: Assignment of inherited object regression
* QTBUG-88362 qtquickcontrols2 dependency update failed on 'dev'
* QTBUG-87658 QtQuick.Controls version number fails on import
* QTBUG-88038 FAIL!  :
tst_QQuickDrawer::Universal::flickable(touch,diagonal)
'flickable->isDragging()' returned FALSE. ()
* QTBUG-88463 static build not executing the initialisation code of qml
plugins
* QTBUG-88492 QmlComponent: Component is not ready error with static
compiled Controls 2
* QTBUG-88955 [REG 5.15.2 -> 6.0.0] Cannot change style of
quickcontrols2 gallery example using the menu
* QTBUG-89006 Native style: running controls on Windows with a dpr =
1.25 has drawing glitches
* QTBUG-89290 "Target "gallery_controls2" links to target
"Qt::QuickTemplates2" but the  target was not found" when building
gallery example
* QTBUG-87283 REG: Popup position changes after opening once
* QTBUG-89673 Destroying a modal Dialog with exit transition blocks all
mouse input to other dialogs
* QTBUG-88162 Crash when NinePatchImage's source is changed
* QTBUG-85770 SwipeDelegate resizes incorrectly while it is open
* QTBUG-89909 tst_controls Dialog tests fail on offscreen platform
* QTBUG-84426 Tumbler without wrap ignores initial currentIndex
* QTBUG-90580 tst_QQuickMenu::Material::subMenuDisabledMouse(non-
cascading) fails on Ubuntu 20.04
* QTBUG-75042 [Accesssibility] Qt Quick Control 2 Dialog parts (title,
body, footer) are read in wrong order
* QTBUG-72757 iOS: Text input cursor moving incorrect with using
magnifying glass
* QTBUG-90928 Update dependencies on '6.1' in qt/qtquickcontrols2 failed
* QTBUG-89956 Documentation for QJSEngine::toScriptValue() and
QJSEngine::fromScriptValue() doesn't say which types can be converted
* QTBUG-89955 Ambiguous string comparison in QML Plugin Dumper
* QTBUG-90038 Crash in QQmlObjectCreator::setupBindings
* QTBUG-86595 QML uses qPrintable() instead of qUtf8Printable() to
display errors
* QTBUG-86482 Missing string conversion in QJSValue parameter in a c++
signal  connected to QML
* QTBUG-84906 qt6_qml_type_registration requires automoc
* QTBUG-91089 qmlplugindump does not dump plain qml files in qmldir and
needs to be deprecated
* QTBUG-86946 tst_qqmlpropertycache: derivedGadgetMethod fails if run
after metaObjectsForRootElements
* QTBUG-87197 MouseArea containsMouse value incorrect after visibility
changes
* QTBUG-40851 Contradiction in Animation and Transitions documentation
* QTBUG-61021 Autocomplete of editable ComboBox not working on Android
* QTBUG-91196 Locale QML documetnation lists misspelled property
* QTBUG-90239 TextField with regex clears text if unmatched char is
typed
* QTBUG-85615 qmlRegisterSingletonType (QJSValue) only works for Objects
* QTBUG-86669 Investigate automatic calling of qt6_import_qml_plugins
for examples using a static Qt build
* QTBUG-90632 Particles are causing unnecessary batch uploads
* QTBUG-88643 tst_QQmlImport::importPathOrder() failed on msvc2019
developer build in CI
* QTBUG-84060 qmllint: warning when accessing JS array declared as a var
* QTBUG-91519 [REG 5.14.2 -> 5.15.0] Call QQmlIncubator::clear() inside
QQmlIncubator::setInitialState() crashes afterward
* QTBUG-83980 HoverHandler: sometimes point.position returns (0, 0)
* QTBUG-90362 The first character in text input fields appears last on
Android 10/11
* QTBUG-91491 Crash in Generator::method_next when creating new
properties on Generator
* QTBUG-91694 Colors comparison with QML fuzzyCompare() always results
in 'equal'
* QTBUG-91717 QJSPrimitiveValue must not use std::variant
* QTBUG-91727 qt6_target_enable_qmllint() never adds -I flags for import
path
* QTBUG-83762 qmllint: Warning: Property "T" not found on type
"Rectangle" [...]
* QTBUG-85107 qml runtime tool have no option to share opengl context
* QTBUG-91182 Atlas textures with size not greater than
QSG_ATLAS_TRANSIENT_IMAGE_THRESHOLD are not visible with ShaderEffect
* QTBUG-87018 Touch/mouse-related test failures in qtquickcontrols2
* QTBUG-92076 TableView: forceLayout() fails when all columns are hidden
* QTBUG-91989 Default theme in Gallery on Windows is 'Basic' (expecting
the 'Windows')
* QTBUG-92064 PinchHandler target scale jumps when pinching a second
time via native gesture
* QTBUG-92165 REG 5.15->6.0: when PinchHandler and DragHandler are used
together, trackpad pinch gesture causes a jump
* QTBUG-92000 tst_qquickitem::hoverEvent is flaky on Ubuntu 20.04
* QTBUG-92099 TableView: content height doesn't change when adding new
rows
* QTBUG-92078 qmleasing uses removed API
* QTBUG-92207 Qmllint does not warn about use of deprecated property in
binding
* QTBUG-92026 qt6_qml_type_registration() generates CMP0116 warnings
with CMake 3.20
* QTBUG-87236 NinePatchImage causes crash due to repeated presses.
* QTBUG-75556 Selection in TextEdit not working for Readonly text
* QTBUG-91143 QML inline components cannot reference alias properties
* QTBUG-92447 [Reg 5.15 -> 6.0] qmllint: Property "length" not found on
type "QString"
* QTBUG-92236 When the cache for a QML file is generated and then loaded
it will cause a crash
* QTBUG-92562 qtdeclarative build error on x86-windows
* QTBUG-91749 Incorrect batching using overlapping QSGGeometry with
lines having a width > 1
* QTBUG-92449 qmllint: "unused import" lint don't care about "required"
types
* QTBUG-92571 qmllint: Cannot assign to default property of incompatible
type
* QTBUG-92566 builtins.qmltypes: double is not real?
* QTBUG-92372 QtQuick's qmltypes misses signals
* QTBUG-89736 focusable item becomes impossible to focus after
reparenting to a newly loaded item
* QTBUG-91867 TextInput cursorDelegate position not updated after left
padding change
* QTBUG-84895 QML annotations should be actively supported in tooling
* QTBUG-92966 MSVC compiler warning C4267 in qqmlirbuilder.cpp
* QTBUG-92883 [qt6] duplicate symbols in mac style plugin
* QTBUG-93039 Crash when scrolling ScrollView with zero-sized item
* QTBUG-93048 Signal and Handler Event System   demo Grammatical errors
* QTBUG-93027 states + PropertyChanges = qmllint no property exists in
the current element
* QTBUG-93172 Duplicate symbol qInitResources_qmake_immediate when
building qtquickcontrols2 gallery example against static macOS Qt
* QTBUG-88220 Add documentation pages for the new native styles
* QTBUG-93189 qmllint does not handle Behavior correctly
* QTBUG-93241 qmllint plus mysterious window
* QTBUG-93231 qmllint: unknown attached property scope ScrollBar
* QTBUG-92214 QML Dial with stepsize set gives unexpected result
* QTBUG-93083 setSceneGraphBackend(const QString &backend): where is the
list of possible strings?
* QTBUG-93404 QML Debugging : Breakpoints' internal ID is not assigned
properly
* QTBUG-93430 macOS: sliders should not get focus from clicking on them
* QTBUG-92224 Show let type variable in Locals
* QTBUG-63673 PinchArea uses wrong coordinate system when inside a
rotated container item
* QTBUG-91549 WheelHandler enables itself although deactivated
* QTBUG-93423 macOS: slider handle focus ring is too big
* QTBUG-91783 Gadget object returned from property is not modified
* QTBUG-91924 With the Imagine style then it is possible that the
background of a GroupBox is clipped by two pixels
* QTBUG-93175  tst_EcmaScriptTests::runInterpreted fails with Windows 10
developer build
* QTBUG-85861 When passing a QList of enum values to QML then they are
passed as objects
* QTBUG-93264 TableView: first column does not unhide when changing
column width
* QTBUG-74572 When using a syntax highligher on the QQuickTextDocument,
then triggering a rehighlight does not automatically update the text
control using it
* QTBUG-93436 ASTC images are mirrored
* QTBUG-69577 while using both qml and JavaScriptCore.framwork, iOS app
got a non-public api references error
* QTBUG-93563 [REG] qmake: Cannot locate rcc when using Qt Quick
Compiler
* QTBUG-76136 Slider always snaps if stepSize is set regardless which
snapMode is used
* QTBUG-93480 tst_qquickuniversalstyle::Universal::test_inheritance
failed
* QTBUG-83630 Qt Quick Control 2 Tooltip can be way too big when you
have newlines
* QTBUG-91716 TapHandler works only in the upper left corner of the
screen when QQuickView given another window as parent
* QTBUG-92158 [REG 5->6]QML Customised scrollbar has incorrect size and
scrolling behaviour
* QTBUG-92466 Recommend that instead of passing a QTime directly from
C++ to QML, that it is passed as a QDateTime instead so that the
timezone can be explicitly set to UTC to avoid any problems with
conversion
* QTBUG-89126 REG: ScrollView doesn't remove ScrollBar after settinging
the new one
* QTBUG-92839 QQuickRenderControl D3D11 should be made working with
MinGW too
* QTBUG-93886 PinchHandler's centroid.velocity is wrong (regression
5.15->6.0)
* QTBUG-79163 DragHandler steals events from a MouseArea with
preventStealing = true
* QTBUG-93958 Crash with ScrollView + TextArea + Item when the app is
closing
* QTBUG-91227 Layout is always RTL when locale is RTL
* QTBUG-93807 Forced 'checkable' property of ItemDelegate interferes
with editable models
* QTBUG-94022 Visiting FolderListModel's Qt 6 documentation results in
404
* QTBUG-94005 dynamically-created pointer handlers aren't added to
Item.resources property
* QTBUG-93994 QML ComboBox hide error
* QTBUG-93880 MultiPointHandlers (DragHandler, PinchHandler) don't emit
the grabChanged signal
* QTBUG-93959 Qt Quick should request Vulkan API 1.1 on the VkInstance,
when available
* QTBUG-94067 Runtime error in qv4stackframe
* QTBUG-93746 There's no PlaceholderText property in ColorGroup
* QTBUG-92944 input problems in DynamicTexture example
* QTBUG-67290 Accessibility is broken when using QQuickWidget
* QTBUG-94099 qmltyperegistrar doesn't explicitly export the
qml_register_types_...() function
* QTBUG-93857 Mac Link Accessibility, Link cannot be triggered by
VoiceOver
* QTBUG-94180 Update dependencies on 'dev' in qt/qtquickcontrols2
* QTBUG-93652 qmllint: Missing support for inline components
* QTBUG-93752 When setting the inactive colorgroup in the palette and
then making the window inactive it will not trigger an update on any
colors bound to the palette
* QTBUG-93489 Not obvious how to generate key events for QML when using
QQuickRenderControl
* QTBUG-64128 When dragging an item that is the parent of the DropArea
then it will call onEntered for that DropArea
* QTBUG-94533 Update dependencies on '6.2' in qt/qtquickcontrols2 fails
* QTBUG-94519 Install rules for .qml files should use source dir as
their source, not build dir copies
* QTBUG-94553 Update dependencies on '6.2' in qt/qtquickcontrols2 fails
* QTBUG-94559 Update dependencies on '6.2' in qt/qtquickcontrols2 fails
* QTBUG-91365 Can't set palette for Window
* QTBUG-94502 Crash on Android caused by automatic type conversion
between JS array and QVariantList (SIGBUS)
* QTBUG-86755 no required property support in tools
* QTBUG-94307 ComboBox: without a validator bindings to acceptableInput
don't work
* QTBUG-94575 Update dependencies on 'dev' in qt/qtqc2 fails
* QTBUG-94576 Debug output flooded with "detected interleaved frame-sync
and actual events"
* QTBUG-92824 QtQuick.Controls Button.qml wrong parent used for
transitionDuration (line 77)
* QTBUG-94223 Regression[5.14->5.15] 'model' is no longer an implicit
data role in delegates in Custom delegate
* QTBUG-93041 If Button is used as delegate of ListView then application
fails
* QTBUG-91390 ListModel doesn't keep objects of JavaScriptOwnership
alive
* QTBUG-94833 Wayland compositor crash when client window closes
* QTBUG-94703 REG: Binding to var properties that are undefined is
broken in 6.2.0
* QTBUG-55958 QQuickItem::contains return true even for points outside
the item rect
* QTBUG-89376 QQuickItem API that involves item-at/bounds checks doesn't
respect containmentMask
* QTBUG-34882 Multiple hovers are incorrect when children are outside
parent
* QTBUG-94455 tst_QQuickFileDialogImpl::defaults() leaks memory
* QTBUG-94970 tst_QQuickFileDialogImpl crashes
* QTBUG-92563 Extra, incorrect HoverMove sent after MouseButtonRelease
* QTBUG-95070 PinchHandler doesn't filter by number of fingers when
receiving QNativeGestureEvents
* QTBUG-56075 QML Flickable: high-precision trackpad scrolling is too
fast
* QTBUG-75239 When the locale is changed then it should be propagated to
the the controls in the ApplicationWindow, but Label and TextField are
not seen as controls
* QTBUG-95073 TextEdit inconsistency with some key events (modifiers)
* QTBUG-75553 QML Canvas, reset line dash failed
* QTBUG-89375 No C++ documentation for containmentMask
* QTBUG-72843 HoverHandler is unreliable
* QTBUG-95162 Qt config with some modules disabled causes compile error
(Qt 6.2.0 beta1)
* QTBUG-94622 svg Image is  Pixelated when windows is scaled
* QTBUG-95139 Using backticks for ListElement value results in "cannot
use script for property value"
* QTBUG-81037 Array.concat does not verify length against allocated
space
* QTBUG-95132 Memory Leak when using QQuickPaintedItem with RHI
* QTBUG-95365 QML module files copied to build dir have nothing
depending on them
* QTBUG-95417 Regression 5.15.4: gc() within generator functions crash
* QTBUG-95095 Inline QML component can't use named import of JavaScript
module from enclosing scope
* QTBUG-95532 Can't build qtquickcalendar due to missing SQL dependency
* QTBUG-91165 QtQuick compiler and QML States/AnchorChanges at loading
prevents component to be displayed
* QTBUG-95622 SelectionRectangle: selection is removed when dragging on
the bottom-right handle
* QTBUG-95575 Build fails with clang-cl 12.0.0
* QTBUG-95314 WASM: Diverging timezones in C++/QML
* QTBUG-95591 QtQuick documentation references private class
"QQuickColorGroup"
* QTBUG-94964 Create QtQuick.Dialogs module overview page
* QTBUG-95656 qmllint does not handle implicit import correctly
* QTBUG-94558 The handle hovered state of RangeSlider is wrong when
first and second overlapped
* QTBUG-95811 KeyNavigation: all properties should be marked as attached
* QTBUG-95393 QQuickView::grab segfaults at times
* QTBUG-95259 After closing modal menu, non-modal menus can't be
dismissed by clicking
* QTBUG-95825 Live preview not starting
* QTBUG-95659 Assertion error by accessing this from onSignal arrow
function
* QTBUG-85591 qmlProtectModule() claims it "allows the engine to skip
checking for a plugin when that uri is imported", but that might not be
true
* QTBUG-95593 Customised SpinBox buttons don't work with macOS style
* QTBUG-89409 Unable to scroll listview by dragging / swiping if header
is used
* QTBUG-95461 QQuickTextInput doesn't manage pre-edit text correctly
* QTBUG-95937 Native windows style is incompatible with QQuickWidget or
other means of offscreen rendering
* QTBUG-94456 Alias properties incorrectly allow duplicating property
names
* QTBUG-95944 ButtonGroup.buttons is not a default property as it claims
to be
* QTBUG-92840 FolderListModel docs have gone missing
* QTBUG-95895 REG 5.15 -> 6.2: destroy() does not destroy objects after
appending listModel.
* QTBUG-95562 Warnings about deprecated usage
* QDS-4390 Live preview crashes at shutdown
* QTBUG-96126 Compositor crashes when client is closed
* QTBUG-96118 FTBFS top-level: The "moc" executable
"BUÏLDDIR/qtbase/libexec/moc" does not exist.
* QTBUG-96167 Ownership of C++ owned object flips when added to
ListModel
* QTBUG-96150 QML best practices docs are outdated
* QTBUG-96190 Rendering glitches when resizing window containing
QQuickPaintedItem
* QTBUG-96099 Drag and Drop example crashes on KDE Plasma
* QTBUG-88414 CMake multi-config build still build some debug tools
* QTBUG-93050 Memory leak in qiconhelper.cpp when loading icon by name
* 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-47963 TextField auto tests fail
* QTBUG-47317 StackView: pushed items still show up after being popped
* QTBUG-47949 StackView: transitions are broken
* QTBUG-47318 ApplicationWindow: item within a StackView that fills the
window doesn't get correct initial size
* QTBUG-48086 SwipeView: can't set initial currentIndex
* QTBUG-48072 ApplicationWindow doesn't respect its maximumWidth/Height
* QTBUG-47754 Duplicate "count" property in documentation for Tumbler in
QtQuick.Controls 2
* QTBUG-48624 TabBar reset current index to -1 on completion
* QTBUG-48651 Crash in theme code when loading engines in succession
* QTBUG-48721 tst_pageindicator warnings
* QTBUG-48808 'make qmltypes' fails
* QTBUG-48993 TabBar set wrong width for tabs dynamically created by
Repeater
* QTBUG-48718 Mis-aligned text in tabs
* QTBUG-48989 SpinBox always converts value in contentItem as int
* QTBUG-48720 Stack before/after warnings in auto tests
* QTBUG-49338 tst_applicationwindow crash
* QTBUG-49361 Test qtquickcontrols2\tests\auto\accessibility frequently
fails on Windows
* QTBUG-49551 Material Button highlighted state
* QTBUG-49468 Missing baseline offsets
* QTBUG-49891 Use qputenv instead of (not existing) qsetenv in
outcommented code
* QTBUG-49924 ComboBox produces warning about incorrect sRGB profile
with default style
* QTBUG-50018 ToolButton can't be highlighted
* QTBUG-50008 Button: disabled state is not visualized clearly enough
* QTCREATORBUG-15137 metainfo file for Qt.labs.controls 1.0 doesn't work
while in Qt Creator 3.5.0
* QTBUG-49941 Qt5.6 offline: qtlabscontrols (qtquickcontrols2) examples
missing
* QTBUG-50048 Build fails on ARM with -qreal float in qtquickcontrols2
* QTBUG-50045 Drawer is too eager to steal touch
* QTBUG-50033 SpinBox nearly unusable on touch-based devices
* QTBUG-50143 ComboBox display empty  when model is  ListModel
* QTBUG-50025 Toolbar or ApplicationWindow header/footer transparent in
Material style
* QTBUG-49958 Stretched Dial
* QTBUG-50274 StackView: replacing of the topmost item clears the whole
stack
* QTBUG-50203 Menu object doesn't have a title property
* QTBUG-50332 ToolBar switch crashes in
QQmlJavaScriptExpression::hasError()
* QTBUG-50347 Material style: checkable MenuItem doesn't use user
defined accent color
* QTBUG-50404 [Universal Style] Can't use SwipeView in conjunction with
ComboBox or TextArea
* QTBUG-50385 ComboBox crashes on click after model change in
QQuickListViewPrivate::lastPosition()
* QTBUG-50470 Universal Style: ComboBox and ListView don't use user
defined accent color
* QTBUG-50412 TextArea placeholder text does not disappear on Android
until word is committed
* QTBUG-50329 Material: primary color is missing
* QTBUG-50330 Material: wrong toolbar color
* QTBUG-50327 Default style Button & TextField look too similar
* QTBUG-50577 Using scrollwheel on a (modal) Popup moves application
content
* QTBUG-50305 StackView: push new item over double-clicked item breaks
mouse events
* QTBUG-50141 ComboBox does not support object array
* QTBUG-50161 ProgressBar and BusyIndicator are very CPU intensive
* QTBUG-50043 Tab position
* QTBUG-50757 ComboBox has no scrollbar for menu
* QTBUG-49961 Partially checked CheckBox
* QTBUG-49921 Popups don't work without ApplicationWindow
* QTBUG-50815 Flickable clips too much content of a Quick Control 2
Label on iOS
* QTBUG-50575 Using ComboBox makes SwipeView animation unsmooth
* QTBUG-50933 Review Qt Labs Controls doc
* QTBUG-50972 Range Slider qt.labs.controls not usable (Material,
Universal)
* QTBUG-50971 Text too small (material design) qt.labs.controls Gallery
* QTBUG-50937 Error when accessing StackView attached properties via
popped item
* QTBUG-51114 SpinBox resets to "from" value when loses focus
* QTBUG-51118 ComboBox doesn't show/select currentIndex
* QTBUG-50295 tst_activeFocusOnTab crashes randomly on Ubuntu 14.04
* QTBUG-51278 QQC2: plugins.qmltypes is quite outdated, please
regenerate
* QTBUG-51257 Material: Controls that don't have focused highlight
(there is no difference between normal & focused states)
* QTBUG-51108 Invalid month index returned by model
* QTBUG-51312 [REG Qt 5.6.0 Beta -> Qt 5.6.0 RC] ProgressBar
indeterminate property results in a displaced progress bar with Material
style
* QTBUG-50220 SpinBox can't be inc/dec using mouse wheel
* QTBUG-50221 Slider can't be inc/dec using mouse wheel
* QTBUG-51322 Popup doesn't respect height
* QTBUG-51316 Windows: Accessibility warnings from Labs controls gallery
example
* QTBUG-41432 Hard to choose the right text rendering type
* QTBUG-51645 QQC2: Combobox reacts strangely on return key pressed
* QTBUG-51078 Use of Item obligatory in SwipeView?
* QTBUG-51708 Static builds fail
* QTBUG-51616 Complete documentation Control QML Type
* QTBUG-51916 Background color does not change if closing one popup and
opening another in javascript
* QTBUG-51918 qtgamepad examples have broken install targets
* QTBUG-51990 Popup margins are ignored or broken
* QTBUG-51991 ApplicationWindow attached property not available in Popup
* QTBUG-51989 Popup cannot be created with enabled visible property
* QTBUG-52003 Velocity-related tests in tst_swipedelegate and tst_drawer
are unstable
* QTBUG-50993 The default style doesn't have focused highlight
* QTBUG-51972 Qt Controls 2.0: ComboBox doesn't load properly with async
set to true
* QTBUG-52233 ScrollBar behaves weirdly with certain paddings
* QTBUG-52156 ToolTip typo
* QTBUG-51796 Controls focus handling is not consistent when using a
mouse
* QTBUG-52448 QQuickAbstractButton: clicked() called before
nextCheckState()
* QTBUG-52358 ButtonGroup doesn't work with a Repeater that's within a
Column
* QTBUG-52146 ButtonGroup's "current" property documentation disagrees
with code
* QTBUG-52615 [REG] StackView.initialitem is not equivalent to push() in
Component.onCompleted
* QTBUG-51254 Material: SpinBox doesn't respect the minimum touch target
size
* QTBUG-52631 Material: changing primary/accent colors doesn't update
dependent colors in popup and it's children
* QTBUG-52730 QQC2: There is no way to turn off the Drawer touch support
* QTBUG-52738 Input text not visible with Universal's dark theme
* QTBUG-52919 Wrong link on page: Material Style documentation
* QTBUG-52608 Popup cannot properly reposition from right and bottom
window borders
* QTBUG-52979 Regression: Material combobox menu cannot be scrolled
* QTBUG-51677 QQC2: TextArea can't be used to show long very long texts
* QTBUG-51785 Need a "HOWTO create/include/build/maintain your
qt56controls style"
* QTBUG-52731 tst_material keeps crashing in the CI (win 10)
* QTBUG-49371 signal implicitWidthChanged() from QQuickTextEdit
redefined in QQuickTextArea
* QTBUG-53061 Regression: First item in Tumbler disapperas
* QTBUG-53066 Regression: After Popup open, drawer shadowed by an
overlay
* QTBUG-53157  tst_accessibility fails in Ubuntu 16.04
* QTBUG-52558 Behavioral incompatibility between QQuick* checkables and
QWidget/Quick.Controls checkables
* QTBUG-53208 Statically compiled QQC2 and QQC1 cannot find plugins
* QTBUG-53120 Tumbler's displacement is incorrect when model has 2 items
* QTBUG-53203 Style-specific file selectors fail if the first letter
isn't uppercased
* QTBUG-53274 QQuickMenu does not add menu item signal handlers when
adding item via addItem()
* QTBUG-53275 Popups should restore focus to the contentItem of
ApplicationWindow upon closing
* QTBUG-53262 overlapping text (Popup - Menu - MenuItem)
* QTBUG-53309 Setting dim to false on a modal Popup doesn't work
* QTBUG-52953 Examples are not  installed in the correct directory
* QTBUG-53348 Material Button missing checked state visuals
* QTBUG-53350 Default Button colors
* QTBUG-52729 Popup resizes to improper height on window size change
* QTBUG-53067 After replacing out item from StackView it has wrong
dimensions on orientation change
* QTBUG-53377 Theme font ignored in QQC2 due to not exact match
* QTBUG-53420 Non-modal popups shouldn't affect focus
* QTBUG-53519 API review findings to be fixed before the release
* QTBUG-53556 tst_material fails on numerous locations
* QTCREATORBUG-16371 Qt Quick Designer does not work for a newly created
Qt Quick Controls 2 application
* QTBUG-33179 QML revisioning does not work for grouped properties
* QTBUG-53846 Slider is not set if only clicked
* QTBUG-51527 Material: ScrollBar doesn't respect the minimum touch
target size
* QTBUG-54140 Improper use of stepSize property (probably off-by-1 bug
in step division)
* QTBUG-54173 Document the equivalent of MenuBar
* QTBUG-54207 Material SpinBox label doesn't respect enabled state
* QTBUG-54573 ComboBox popup listview draws overlapping text when model
changes
* QTBUG-54578 Hidden Drawer visible in window after increasing window
size if docked at right or bottom edge
* QTBUG-54648 SwipeDelegate: clicked() and released() never emitted for
button delegates
* QTBUG-53929 Button press in ListView is canceled after moving a tiny
bit
* QTBUG-54615 Double-clicking text in a TextArea selects the whole
paragraph
* QTBUG-54629 Drawer can not disabled with dragMargin
* QTBUG-54658 SwipeDelegate not always emits swipe.complete
* QTBUG-54660 SwipeDelegate Layouting problem if orientation changes
* QTBUG-54764 Material: Buttons (and the other controls) have no ripple
effect
* QTBUG-54780 SwipeDelegate's contentItem is not resized automatically
when the control's height changes
* QTBUG-54552 Settings (Qt.labs.settings) cannot be used inside
Component
* QTBUG-53419 hovered property is true even when under a popup
* QTBUG-54897 TextArea in Flickable handles mouse input outside
flickable area making elements underneath unusable
* QTBUG-55040 SwipeDelegate does not swiping out contentItem if anchored
to parent
* QTBUG-54269 Material colors don't work as documented
* QTBUG-55174 Doc: SwipeDelegate missing from "Delegate Controls"
* QTBUG-55143 ApplicationWindow contents is not relayouted when
header.visibility or footer.visibility changes
* QTBUG-55118 ComboBox text errors after modifications of underlying
list model
* QTBUG-54935 Material style ComboBox has white text (on a white
background) when put in a ToolBar
* QTBUG-55179 tst_controls::Tumbler::test_displacementListView() fails
on Red Hat 4.9.1-10
* QTBUG-55004 ComboBox into Dialog doesn't show value list on Android
* QTBUG-54472 BusyIndicator in material style goes nuts when scrolling
through ListView
* QTBUG-55015 RangeSlider stepSize does not properly take into account
"from"
* QTBUG-55228 Dial's stepSize handling is broken
* QTBUG-55129 TabButton always squeezed to fit in TabBar
* QTBUG-54917 Material style ToolButton's checked state is only visible
when hovered
* QTBUG-55050 ComboBox popup does not exploit available space
* QTBUG-55347 QtQuick Controls 2 ToolTip crashes when previous parent
Item is destroyed before new ToolTip is displayed
* QTBUG-55366 Specifying foreground and background in
qtquickcontrols2.conf has no effect
* QTBUG-54995 TextInput crashes qml2puppet if QtQuick Controls 2 are
imported
* QTBUG-55620 ScrollIndicator overshoot doesn't respect paddings
* QTBUG-54797 Property dim doesn't work properly on Windows
* QTBUG-55647 Switch is not focused by mouse clicking on indicator.
* QTBUG-55405 StackView: destroyOnPop functionality needs to be restored
* QTBUG-55684 TextField size must be explicitly set when customizing the
background property
* QTBUG-55729 Popups don't close on touch events without
ApplicationWindow
* QTBUG-54913 hovered property is true even when under a popup in a
Window
* QTBUG-55687 Some Material controls do not respect Material.background
* QTBUG-54794 Drawer bad behavior after close a popup menu
* QTBUG-50992 QQC2: Object destroyed during incubation
* QTBUG-55769 Modal popups and drawers leak wheel events through
* QTBUG-55995 Drawer flickers on release when closing
* QTBUG-56007 MenuItem press/hover state remains after selecting an item
and reopening the menu
* QTBUG-56010 Drawer: cannot drag to close from the outside on touch
* QTBUG-56025 Popup does not respect explicit size
* QTBUG-55686 SwitchDelegate's handle is not draggable
* QTBUG-53168 Drawer has wrong height and position if ApplicationWindow
or page has header/footer
* QTBUG-55360 QtQuick.Controls Drawer component ignores "y" parametr
* QTBUG-56131 Other popups do not close after closing a drawer
* QTBUG-56136 A modeless popup inside a modal popup doesn't close when
clicking the background of the modal popup
* QTBUG-56158 Crash in StackView::pop()
* QTBUG-54347 Runtime error when used custom popup based on QQuickPopup
from Quick Controls 2
* QTBUG-56215 If the SpinBox is not editable, valueFromText should never
be called
* QTBUG-56243 Crash when showing tooltip in an ApplicationWindow via
attached show() function
* QTBUG-56265 TabBar: cannot mix fixed and implicitly resized tabs
* QTBUG-55520 Material ripple effect must be activated on press not on
release
* QTBUG-54206 Material ToolTip quickly disappears when hovering from one
control to another
* QTBUG-56297 Cannot override popup.contentItem on ComboBox
* QTBUG-53266 Material Popup color wrong on dark theme
* QTBUG-55572 Child ToolTip ignores delay and timeout properties
* QTBUG-55749 StackView (Controls 2.0) doesn't work with http url on
first try
* QTBUG-56556 Button stays hovered while pressed
* QTBUG-55652 Material style ToolButton's ripple/hover effect breaks
when text is cleared on click
* QTBUG-56709 Page doesn't calculate implicit size
* QTBUG-56697 [REG 5.7.0 -> 5.7.1] Popups don't close on click outside
* QTBUG-56698 Default style: disabled controls nearly impossible to see
* QTBUG-56562 Shortcut does not play well with Qt Quick Controls 2
popups
* QTBUG-56755 Popup: binding loops with size-dependent positioning
* QTBUG-56884 ComboBox missing home/end & key search
* QTBUG-56061 tst_Drawer::touch() fails
* QTBUG-57167 ComboBox: binding loop for Material.foreground
* QTBUG-57069 QQC2 Slider's documentation should say "ratio", not
"percentage"
* QTBUG-57085 autorepeat stops in SpinBox stops when mouse or touch
moved
* QTBUG-57243 SwipeDelegate: calling swipe.close() breaks the internal
state
* QTBUG-57258 tst_controls::Default::ToolTip::test_makeVisibleWhileExitT
ransitionRunning fails occasionally
* QTBUG-56312 SwipeDelegate does not lose focus if
Flickable.StopAtBounds
* QTBUG-57297 Build fails with incomplete type QColor
* QTBUG-57271 Beginning a swipe over a Label in SwipeDelegate's right
item causes wrong item to be exposed
* QTBUG-57350 SwipeDelegate: animations gone missing
* QTBUG-57266 StackView: pushing the already topmost item visually
clears the stack
* QTBUG-57256 ComboBox::test_modelReset() fails occasionally in the CI
* QTBUG-57242 SwipeDelegate::position value jumps abruptly
* QTBUG-57618 Qt Quick Controls crash on Android 6 and 7
* QTBUG-57800 Android: Qt Quick Controls 2 Combobox  background arrow is
much bigger than it should be
* QTBUG-57858 Hang due to infinite loop when removing tabs from TabBar
* QTBUG-55999 TextField's placeholder is aligned to right while it is a
LTR text
* QTBUG-57944 [REG 5.7.1->5.8.0 RC] Switch control released at middle
state it stays there
* QTBUG-58217 SpinBox: when range is changed the buttons won't get
enabled/disabled accordingly
* QTBUG-58343 Description of PageIndicator is incorrect
* QTBUG-57846 Using fastblur and crashing when closing
* QTBUG-58810 Menu uses a wrong cursor shape.
* QTBUG-59026 Qt Quick Materials Controls crash on Android
* QTBUG-59034 tst_controls::Default::StackView crashes
* QTBUG-59098 StackView Blocking UngrabMouse
* QTBUG-58828 Unwanted animation when toggling Material controls between
various states
* QTBUG-58932 ApplicationWindow documentation contains contentData
property which does not exist
* QTBUG-59233 Update Button's GIF in the documentation
* QTBUG-58060 Wrong dialog buttons order with Material
* QTBUG-59536
tst_controls::Default::SwipeDelegate::test_horizontalAnchors() failed
* QTBUG-57650 "SignalSpy.qml:253: TypeError: Cannot read property of
null" when running Controls 2 auto tests
* QTBUG-59661 Incorrect binding for implicitHeight in Popup
* QTBUG-59532 Crash in QQmlDebugService
* QTBUG-59634 StackView replace SIGSEGV
* QTBUG-58606 tst_Snippets::screenshots tests fail occasionally
* QTBUG-59911 Material BusyIndicator is invisible
* QTBUG-59629 Scrollbar has no implicit setted cursor
* QTBUG-59309 StackView resolves relative path is incorrect.
* QTBUG-59920 Sliders and Dials do not immediately move when dragged
* QTBUG-58105 [Android] Back key terminates QtQuickControls2 gallery
example
* QTBUG-58667 Set position of Scrollbar at mousePressEvent
* QTBUG-59746 Performance regression for Button creation benchmark
* QTBUG-58925 QQC2: Combobox *checked* image is weird on Android
emulator
* QTBUG-60200 QPainter warnings when running Gallery example with
Material style
* QTBUG-60356 Editable SpinBox's text input doesn't have focus when the
SpinBox is focused
* QTBUG-60405 Presses and releases leak through modal Menu
* QTBUG-60358 Popup's modal documentation is too brief
* QTBUG-58797 Material TextField / TextArea: cursorVisible ignores
readOnly state
* QTBUG-60493 Gallery drawer flickers when opening for the first time
* QTBUG-60521 Drawer interferes with flicking on touch
* QTBUG-60528 Changing IconImage's iconColor also affects its size
* QTBUG-60598 [REG] Drawer: can't close by dragging over the drawer on
touch
* QTBUG-60602 [REG] Popup shadow leaks events through on touch
* QTBUG-60807 Icon not colourised after becoming enabled
* QTBUG-60893 Assigning screens in ApplicationWindow possible only AFTER
they have been created
* QTBUG-59423 Dialog reacts only to the accepting and rejecting roles of
the standard buttons
* QTBUG-58646 Artifacts in the Material style ItemDelegate
* QTBUG-61109 [Reg 5.8 -> 5.9 RC] Qt Quick Controls 2: Page content
whith anchor.fill: parent can appear below header and footer
* QTBUG-60684 Empty dropdown list shown on ComboBox after clear
* QTBUG-61225 Many ComboBox auto tests are flaky
* QTBUG-60973 Qt5.9.0 macOS: Qtquickcontrols2 gallery app has extra
items on drop-down menu
* QTBUG-61144 Taps don't occur for Buttons in ListView with pressDelay
set
* QTBUG-61114 Changing font properties of tooltip breaks font
* QTBUG-60995 Qt Quick Controls 2 help has misplaced images and text
* QTCREATORBUG-18321 ButtonGroup is marked as Unknown Component. (M300),
but code runs fine
* QTBUG-61310 Container crashes with Repeater
* QTBUG-61426 SpinBox press and hold + or - does not trigger
valueModified
* QTBUG-61336 ApplicationWindow can't be used with
QQuickView/QQuickWidget
* QTBUG-61585 Qt 5.9 MonthGrid gets no clicked signal on touch
* QTBUG-61535 tst_calendar::MonthGrid::test_locale
* QTBUG-60492 ToolTip blocks Shortcut
* QTBUG-61647 Incorrect description for RangeSlider first & second
values
* QTBUG-61608 Default value of Menu's closePolicy differs from the
description in docs and conflicts with onPressAndHold events
* QTBUG-61785 Non-interactive controls are blocking touch
* QTBUG-61698 Modal Overlay don't block multi touch
* QTBUG-61374 "TypeError: Cannot read property 'text' of null" with
Tumbler.currentItem
* QTBUG-61843 Assertion failure when setting incorrect edge value on
Drawer
* QTBUG-61581 QtQuickControls2 Drawer doesn't close if tapped outside
* QTBUG-61950 Regression: unused parameter warnings in
qwidgetplatform_p.h under some build configurations
* QTBUG-62153 StackView.Immediate transition leads to crash when used in
StackView.onRemoved
* QTBUG-62158 [QQC2] orientation change breaks the position and size of
the Popup
* QTBUG-62241 tst_switch fails
* QTBUG-62363 tst_qquickmenubar::mouse() fails for all styles on Ubuntu
16.04 CI machines
* QTBUG-62289 Compilation error in qtquickcontrols2 (during qt5.git
integration in 'dev')
* QTBUG-62383 tst_menu::mouse fails on Ubuntu 16.04 CI machine
* QTBUG-62412 SwipeDelegate tests fail
* QTBUG-62549 tst_controls::Default::Dialog::test_reject() fails during
qt5.git integration in 'dev'
* QTBUG-62628 tst_Drawer::multiple() fails during qt5.git integration in
'dev'
* QTBUG-62292 [Windows] Crash with ScrollView + TextArea
* QTBUG-62508 SpinBox value can be outside of from-to range
* QTBUG-62926 Crash in qtquickcontrols2 tests during qt5.git integration
in 'dev'
* QTBUG-59652 Non-modal Drawer does not drag/swipe open
* QTBUG-63037 tst_controls::Material::UnknownTestFunc() fails during
qt5.git integration in '5.10'
* QTBUG-63119 windowText palette colour role not inherited by controls
within ListView
* QTBUG-61135 Attached Keys signal handlers don't work for an editable
ComboBox
* QTBUG-63149 module "QtQuick.Controls.Fusion" version 2.3 is not
installed
* QTBUG-62854 QuickControls 2 TextField and TextArea background styling
problem when disabled
* QTBUG-62946 Crash in ButtonGroup when removing items from a model
using beginRemoveRows()/endRemoveRows()
* QTBUG-62325 QML ScrollView + TextArea causes binding loop
* QTBUG-60480 tst_controls::Default::ComboBox::test_mouse() fails
occasionally in the CI
* QTBUG-63674 Qt Quick Controls 2 ActionGroup is not working
* QTBUG-63618 No customisation documentation for GroupBox's title
* QTBUG-63672 Modal popup causes crash when used in StackView
* QTBUG-63626 'Environment variable 'PWD' undefined' error for QtQuick:
Controls docs build on Windows
* QTBUG-63644 QML ToolTip impossible to rely on
* QTBUG-63898 DialogButtonBox leads to segfault when being styled
* QTBUG-63895 5.10: Broken image links in QQC2 imagine style
documentation
* QTBUG-62668 tst_popup:xxx tests fail during qt5.git integration in
'dev'
* QTBUG-63959 QQC2 ItemDelegate icon source crashes with custom image
provider
* QTBUG-64075 Arguments in QQuickSpinbox swapped
* QTBUG-63238 Add ability provide next state for tristate CheckBox
* QTBUG-64048 TextField clears text selection on mouse right click
* QTBUG-64065 The error in Slider.Value with stepSize and "snapMode:
Slider.SnapAlways"
* QTBUG-56557 ScrollBar handle minimum length
* QTBUG-64259 Qt.labs.platform SystemTrayIcon activated signal missing
reason argument
* QTBUG-64430 [REG 5.10] gallery (delegates) shows wrong checkboxes in
default style
* QTBUG-64492 [REG 5.10] Button's text is no-longer center-aligned
* QTBUG-64548 Shortcut doesn't work in QQuickWidget
* QTBUG-64761 qtquickcontrols2/examples/quickcontrols2/flatstyle
configure/compile failure with disabled widgets module
* QTBUG-62874 [REG: 5.8->5.9]: Controls 2 BusyIndicator animation does
not update if it is inside QQuickWidget
* QTBUG-65108 'checkable' feature of a Button doesn't work if the Button
has an action connected to it
* QTBUG-65165 Tumbler's animation accelerates slowly with large
scrolling distances
* QTBUG-65016 QQuickStyle::setFallbackStyle is broken on iOS
* QTBUG-62110 Slow swipe on HighDPI android device
* QTBUG-65084 QtQuickControls2: StackView eats all touch events
* QTBUG-65341 Broken customization
* QTBUG-57147 License files LGPLv2 is still present
* QTBUG-65052 Hovering bug for ToolButton in Listview with less than 3
character text
* QTBUG-60550 Drawer has no documentation for adding content to it
* QTBUG-65500 Cannot configure Font property for Imagine style
* QTBUG-65445 Improve Style/FallbackStyle documentation
* QTBUG-65880 [REG 5.9.3 => 5.9.4] Popup opened at 0, 0 has no
background
* QTBUG-65889 Shortcut stops triggering Action when the Action is
assigned to a Button in a Repeater
* QTBUG-65784 [Reg 5.10 -> 5.11] Stack overflow crash caused by 9e1b044
(QTBUG-56557)
* QTBUG-65962 [REG: 5.9.3->5.9.4] ComboBox popup doesn't show up
* QTBUG-63185 grabImage() doesn't work on software renderer
* QTBUG-55251 Context menu opens further away from the cursor the
further the mouse is clicked from the top-left edge of the window
* QTBUG-66176 QML TextField QuickControls2 - placeholderText is almost
transparent when background is black
* QTBUG-65193 When having multiple Actions with same icon set, first
Action's image is drawn as a black box in Quick Controls 2
* QTBUG-66113 Nested popups cause Keys.onBackPressed event handler to
not be executed
* QTBUG-51321 StackView should clear focus when a new item is pushed
* QTBUG-51921 Mixing QtQuickControls2 and QtQuickControls breaks menu
fonts
* QTBUG-66358 Tumbler has no means of setting currentIndex without
animation
* QTBUG-59719 DialogButtonBox don't create a button when there is only
one button.
* QTBUG-66669 Segfault when running qmlplugindump on Qt Quick Templates
* QTBUG-66752 QtQuickControls2 BusyIndicator not showing with fusion
style
* QTBUG-66658 StackView documentation don't explain memory management
and is confusing
* QTBUG-66430 QML font size changes after calling QApplication::font()
* QTBUG-66386 Checkable Platform MenuItem can't be used like Controls
MenuItem
* QTBUG-66874 No documentation for managing a dynamically generated list
of platform menu items
* QTBUG-66876 Can't use qsTr() in submenu titles on macOS
* QTBUG-66889 Crash when closing application that uses nested native
menus on Windows
* QTBUG-66637 When a Slider resides on a Drawer then the slider handle
is not updating when dragging correctly
* QTBUG-66995 FAIL!  : tst_controls::Default::Button::test_checkable()
'verify()' returned FALSE. ()
* QTBUG-67118 QQuickStackView::initialItem gets deleted, leaving a
dangling pointer
* QTBUG-66044 SpinBox wheel event propagation
* QTBUG-67152 Assert when using Material or Universal Style in Qt Quick
Designer
* QT3DS-1363 Color Dialog doesn't show current color at first launch
* QTBUG-66625 QQuickIcon not properly registered
* QTBUG-67317 RangeSlider lacks a valueAt() function
* QTBUG-67334 Regression: ScrollView+TextArea do not scroll correctly
* QTBUG-67442 Incorrect color for disabled status in check indicator and
radio indicator
* QTBUG-66276 QtQuick Controls2 Fusion style plugin doesn't have a
plugins.qmltypes
* QTBUG-67501 qtquickcontrols2 module compiled with option CONFIG +=
qtquickcompiler' doesn't work
* QTBUG-67573 CheckIndicator does not have a color for the disabled
status in Material Style
* QTBUG-67574 RadioIndicator does not have a color for the disabled
status in Material Style
* QTBUG-60156 Padding for background in Control
* QTBUG-67478 Slider's snapMode docs don't mention stepSize
* QTBUG-67684 If QML ComboBox is closed through a timer (visible =
false), the open popup is not closed
* QTBUG-66455 When specifying the implicitWidth for a background item on
a Button, the implicitWidth is not propagated to the Button correctly
* QTBUG-67930 tst_controls::Material::ComboBox::test_keyClose(Escape)
and test_keyClose(Back) failed
* QTBUG-68665 tst_controls::Default::AbstractButton::test_trigger(click
disabled button) failed
* QTBUG-68556 Last tab in TabBar not shown correctly with Fusion style
* QTBUG-66834 Missing docs for exporting Imagine assets
* QTBUG-68769 Setting RenderType on Controls 2 Textfield results in cut-
off text on high-dpi displays
* QTBUG-68618 QtQuickControls2 won't build
* QTBUG-68737 Tumbler resets currentIndex after modelChanged was emitted
* QTBUG-68222 QQuickStyle::addStylePath does not work with qrc:/ paths
* QTBUG-68858 QtQuickControls 2 Menu does not scroll if height is larger
than screen
* QTBUG-69141 TabButton missing documentation on web
* QTBUG-69286 Regression in DialogButtonBox attached properties (5.11 =>
dev)
* QTBUG-68298 Lack of "AbstractButton.TextUnderIcon" in documentation
* QTBUG-69376 ScrollView will not scroll for particular content items
* QTBUG-68219 Style path through environment variable does not work for
locations in resources
* QTBUG-66483 Qml ShaderEffectSource/ShaderEffect crashes on exit
* QTBUG-69551 ItemDelegate "padding" property doesn't set top/bottom
padding any more
* QTBUG-69506 Resizing IconImage changes it's actual color if `color` is
translucent
* QTBUG-69839 [REG: 5.10.1->5.11.0] QML ColorDialog  in "texteditor"
sample crashes on MacOS 10.13.6 (HighSierra)
* QTBUG-69897 Unstyled StackView from Templates crashes on push()
* QTBUG-69916 qtquickcontrols2/src/imports/platform/qquickplatformmessag
edialog.cpp:379:51: error: use of overloaded operator '<<' is ambiguous
* QTBUG-70065 tst_QQuickStyle::qrcInQtQuickControlsStylePathEnvVar()
failed on macOS 10.13
* QTBUG-67559 Setting a reusable delegate for a Menu (QML type) doesn't
work
* QTBUG-70413 tst_controls::Default::Popup::test_shortcut is flaky
* QTBUG-70063 tst_font::font(Control) crash on macOS 10.13
* QTBUG-71387 Crash after calling qmlClearTypeRegistrations()
* QTBUG-71694 Qt Quick Controls (former Qt Quick Controls 2)
documentation not found from Qt Creator's Help
* QTBUG-70652 Fusion palette regression in 5.12 (macOS)
* QTBUG-71735 Pane/Page with Layout steals all events of parent
MouseArea
* QTBUG-71942 Qt Quick controls 2 SpinBox crashes the qml2puppet
* QTBUG-72539 QRegularExpression:: wildcardToRegularExpression does not
work as expected
* QTBUG-72750 Slider wheel event propagation
* QTBUG-73202 Can't tab out from QtQuick.Controls.TextArea cotrol
* QTBUG-69682 QtQuickControls 2 Menu does not close if Action becomes
disabled
* QTBUG-73849 Documentation: wrong link for Number.toLocaleString
* QTBUG-71290 QML Drawer lockup when attached to top edge which does not
coincide with screen top edge
* QTBUG-74226 Attached ToolTip timeout copied across to other attached
ToolTips
* QTBUG-70597 Tumbler::test_itemsCorrectlyPositioned() is flaky
* QTBUG-74919 qquickcombobox.cpp:187:13: error: ‘QString
QQuickComboBoxDelegateModel::stringValue(int, const QString&)’ marked
‘override’, but does not override
* QTBUG-74902 StackView doesn't fit its content
* QTBUG-75546 QML Menu documentation is not mentioning default value of
focus property
* QTBUG-75558 Non-existing property is used in code snippet for QML
Action shortcut documentation
* QTBUG-67343 Windows: dynamically creating a ComboBox with a
ShaderEffect delegate triggers an assert
* QTBUG-76608 Unblacklisting passing tests
* QTBUG-77815 agent:2019/08/23 13:47:41 build.go:215: Error in line 3:
Namespace "" has invalid syntax in file:
"/home/qt/work/build/qtbase/doc/qtquickcontrols/qtquickcontrols.qhp"
* QTBUG-78261 tst_focus::policy is failing on OpenSUSE
* QTBUG-78799 Docs link to Qt Quick Controls 1 StackView
* QTBUG-78690 QML API Review for 5.14
* QTBUG-59330 Content of a QRC-file conflicting with the Material style
* QTBUG-83172 tst_QQuickHeaderView::listModel() 'vhvCell2' returned
FALSE. ()
* QTBUG-82279 NumberAnimation on enter/exit of Menu is not working with
negative starting value
* QTBUG-82954 QTextDocument height includes leading of last line
* QTBUG-81976 ListView delegates produces "TypeError: Cannot read
property 'width' of null" when removing item from QAbstractItemModel
* QTBUG-84102 Qt.labs.platform/MenuItem 1.1
* QDS-2278 Dial specifics snap mode not working
* QTBUG-82978 Allow "-Wextra-semi-stmt" on Q_UNUSED
* QTBUG-82989 Decide upon and document our stance on binding to parent
in delegates
* QTBUG-85903 StackView: calling pop() with one item does nothing
* QTBUG-64151 "Error: Locale: Number.fromLocaleString(): Invalid format"
when erasing last digit of "2,000" in editable SpinBox
* QTBUG-85151 "module "QtQuick.Templates" is not installed" when some
files' QML imports specify version and some don't
* QTBUG-85699 Material ToolBar: "QML Material: Binding loop detected for
property "foreground""
* QTBUG-86399 Windows: add remaining native style patches for Windows
* QTBUG-86815 Rename all internal CMake functions to start with
qt_internal
* QTBUG-87164 qmllint library search regression
* QTBUG-87661 Rename add_qt_gui_executable in examples to
qt_add_executable across all repos
* QTBUG-86053 Figure out and add missing CI CMake configs that mirror
qmake non-Packaging ones
* QTBUG-87664 Adjust behavior of add_qt_gui_executable /
qt_add_executable as per API review
* QTBUG-88114 Make sure QFontDatabase methods are used as static methods
* QTBUG-88343 Mirror -no-gui qmake configuration in CMake
* QTBUG-88372 Rewrite of Qt object breaks QtQuickControls2 tests
* QTBUG-87818 AUX_QML_FILES Designer files are missing from cmake build
* QTBUG-88533 qdoc errors in QtCore
* QTBUG-88553 "invalid nullptr parameter" when running Qt Quick Controls
- Contact List example
* QTBUG-52466 Styles need to be explicitly imported to work with static
builds
* QTBUG-90401 Heap-use-after-free in QAbstractAnimationJob
* QTBUG-86567 When destroying an item in a model that has an animation
running as part of its delegate then it can cause a crash to occur
* QTBUG-90869 tst_qquickdesignersupport: tests segfault when running on
QEMU and Windows MinGW developer build
* QTBUG-90439 Doc: Fix CI warnings qtdeclarative
* QTBUG-41867 disabled particle Emitter still causes QSG renderer
uploads
* QTBUG-89943 Deprecate injected arguments for signal handlers
* QTBUG-91116 tst_qquickflickable is unstable on macOS 11
* QTBUG-89938 tst_QQuickPopup::macOS fails with macOS 10.15 and 11.1 and
with Xcode 12.3
* QTBUG-46350 Crash when deleting item currently set in PropertyChanges
target
* QTBUG-88263 [REG v6.0.0-beta3 -> dev] cmake-based configure pollutes
the source tree
* QTBUG-91141 qdoc/WebXML (Qt 6): Invalid links to "Changes to Qt
<Module>" are inserted into \brief of classes and other places
* QTBUG-91276 DelegateModel can crash with retranslate()
* QTBUG-86708 When using DelegateModelGroup to group items then when a
created item which is set to not be included will trigger an assert
* QTBUG-86729 many Qt Quick test failures after input event refactoring
* QTBUG-92861 QtQml does not provide version 6.2
* QDS-4212 Changing Range Slider snap mode changes it's orientation
* QTBUG-72906 ListView rejects QList models
* QTBUG-93358 qmllint: Add support for UiArrayBindings
* QTBUG-92500 When using a ShaderEffect which has been compiled with the
qsb tool, it does not apply the effect at all
* QTBUG-80415 segfault in software renderer inside
QSGSoftwareInternalImageNode
* QTBUG-87260 TextArea with QSyntaxHighlighter : setUnderlineColor and
setUnderlineStyle not working
* QTBUG-88644 tst_QQuickGridView::snapToRow() failed on msvc2019
developer build in CI
* QTBUG-92984 Image is painted with wrong Z order
* QTBUG-78996 JavaScript getDay() regression on MinGW
* QTBUG-93841 Superfluous calls to int qRegisterMetaType(const char
*typeName)
* QTBUG-27671 QMLTest: Some subtests of
tests/auto/qmltest/events/tst_events.qml are flaky
* QTBUG-88672 REG: Performance regression in Qt Quick Controls 2
* QTBUG-86726 qt_add_resource BASE argument doesn't behave as the qmake
counterpart
* QTBUG-93983 GeoLocation::test_Location_complete fails
* QTBUG-94030 Minimal plugin not found in static build although
explicitly imported
* QTBUG-93972 ASTC compressed textures rendering orientation not
consistent
* QTBUG-87775 Passing INTERNAL_MODULE to qt_internal_add_module should
only create a single Qt::FooPrivate target
* QTBUG-94068 Undefined behavior
* QTBUG-87708 [Reg 5.15.0 -> 5.15.1] header's width isn't resized to
window's width when Layout is used
* QTBUG-94251 tst_QQuickPopup fails with OpenSUSE 15.3
* QTBUG-89536 Remove configure.json files for building Qt 6
* QTBUG-93257 qt6_import_qml_plugins does not compose
* QTBUG-77417 qmllint: need to handle SignalTransition guard properties
* QTBUG-54267 Qt Quick Calqlatr example does not properly reflect the
current way of using Qt Quick
* QTBUG-94798 crash in QQuickDesignerSupport with gcc at ubuntu
* QTBUG-94971 QHoverEvent::scenePosition() is actually local position
* QTBUG-93890 Crash in webOS emulator with recent meta-qt6
* QTBUG-90819 Linking relationships to plugins are incorrectly specified
* QTBUG-95208 Linker error regarding bitcode when linking CMake app
targeting iOS
* QTBUG-94928 loop QQuickDesignerSupport with simple example
* QTBUG-75862 FocusReason is broken in Controls 2
* QTBUG-89380 Cannot use QtObject as containmentMask
* QTBUG-95152 A QtWebEngine build fails on dev on M1 MacBook
* QTBUG-94844 Rendering errors with ShaderEffect after hiding and
reshowing a window
* QTBUG-95567 Failure in TestQmllint when merging qtquickcontrols2 into
qtdeclarative
* QTBUG-87580 Add minimal set of tests to build for static Qt configs in
Coin
* QTBUG-88138 tst_QQuickDrawer::macOS::slider is failing
* QTBUG-95756 tst_QQmlImport::removeDynamicPlugin() is flaky on macOS
* QTBUG-95609 cmake names for qml plugins
* QTBUG-95636 Update cmake_minimum_required to 3.16 in all CMake Qt
example projects
* QTBUG-95763 Configuring an executable with an attached qml module
fails when using the Xcode generator
* QTBUG-95845 qt_add_qml_module unconditionally installs metatypes.json
files into "arbitrary" directory
* QTBUG-95788 Singletons with clearComponentCache don't fully work
* QTBUG-93340 trafficlight_qml_dynamic crashes on Android device
* QTBUG-96121 Versionless CMake commands prevent setting variables in
calling scope
* QTBUG-96159 Qt5.git integration fails in '6.2':  The "moc" executable
"/Users/qt/work/qt/qt5/qtbase/libexec/moc" does not exist
* QTBUG-96219 Conversion of versionless wrapper functions to macros
needs to be reverted
* QTBUG-96144 qmlsc generates bad code for assigning strings to colors
* QTBUG-81302 WheelHandler wheel signal is not documented
* QTBUG-95587 icon.source of Control is not resolved relative to user
code
* QTBUG-96127 Broken external links in Qt docs

### qtactiveqt
* QTBUG-92351 Update dependencies on 'dev' in qt/qtactiveqt fails
* QTBUG-92237 Document the qaxserver_no_register configuration
* QTBUG-93446 MingGW: activeqt/qutlook configure fails
* QTBUG-93944 error: "NOMINMAX" redefined
* QTBUG-95407 activeqt/qutlook fails to configure
* QTBUG-95406 activeqt examples fails to build, MinGW
* QTBUG-91743 The new /readded 6.1 modules are missing from doc snapshot
server
* QTBUG-88414 CMake multi-config build still build some debug tools
* QTBUG-96121 Versionless CMake commands prevent setting variables in
calling scope
* QTBUG-96219 Conversion of versionless wrapper functions to macros
needs to be reverted

### qttools
* QTBUG-89980 Tools (Assistant, Designer, Linguist) copyright still 2020
* QTBUG-90867 qdoc: Warning limit has no effect in single-exec mode
* QTBUG-91088 QFormBuilder does not save 'name' attribute on 'widget'
elements in UI-file
* QTBUG-91244 [REG] qdoc fails to find overloaded functions from the
global namespace
* QTBUG-91558 [REG 6.0/5.15.4] lconvert can not read .qm files
* QTBUG-91746 Incomplete statement in QDoc documentation on
\instantiates
* QTBUG-91753 Designer cannot change font
* QTBUG-91754 qdoc crash when generic documents of qtbase
* QTBUG-91990 qdoc: \property command fails with a const property type
* QTBUG-92458 Fix potential memory leak in QHelpContentProvider
* QTBUG-92590 qdoc generates 'quick3', 'qt3' tags for qtquick3d, qt3d
* QTBUG-92478 [QDoc] Links for obsolete methods point to the wrong page
* QTBUG-92355 scoped enum values can't be linked in documentation
* QTBUG-65810 Outdated copyright notes
* QTBUG-91644 macdeployqt doesn't deploy plugins when build qt with
custom -plugindir and frameworks in app bundle cannot resolve rpath
* QTBUG-92386 [QDoc]  \omitvalue does not omit the enum's description
* QTBUG-93422 qlitehtml library is not installed
* QTBUG-49591 Qt Designer: QTableWidget : Horizontal labels are not
visible (horizontalHeaderVisible property is not saved correctly) when
in page-based container
* QTBUG-93265 qdoc: Handle versionless imports for Qt Quick 3D
gracefully
* QTBUG-85513 QTableWidget header item alignment defaults to
Qt::AlignHCenter|Qt::AlignVCenter visually but Designer shows AlignLeft
* QTBUG-93646 .gitignore files in qttools
* QTBUG-94034 qlitehtml: compiler warning C4530
* QTBUG-94395 qdoc: Incorrect signature generated for QML signals
* QTBUG-74353 Qt Assistant doesn't take stylesheet into account with
search result view
* QTBUG-90540 Incomplete documentation of namespace "Qt"
* QTBUG-94480 qdoc:  Broken links to a non-existing module pages
* QTBUG-94555 qdoc: Broken links to \internal or \dontdocument nodes
* QTBUG-94612 qttools' litehtml should be compiled with all warnings
turned off
* QTBUG-94613 [FTFBS] qttools does not compile: QtTools/private/qttools-
config_p.h: No such file or directory
* QTBUG-91082 [REG: 5.12->5.13] Assistant does not support custom
filters anymore
* QTBUG-95561 Typo in the "Introduction To QDoc" manual page.
* QTBUG-87677 windeployqt locates a release version of icudtXX.dll for a
debug binary
* QTBUG-95948 qdoc: Tagging an \fn does not work for \fn commands that
share a doc comment
* QTBUG-94796 macdeployqt does not deploy
/Contents/PlugIns/sqldrivers/libqsqlite.dylib anymore
* QTBUG-96096 translations are not installed anymore
* QTBUG-95981 qdoc is ignoring the full path of identical source file
names
* QTBUG-95125 [REG 6.1.0 -> 6.2] Assistant shows blank page
* QTBUG-96220 qt6_create_translation() mishandles -extensions due to
malformed regex
* QTBUG-95247 windeployqt does not copy tls plugins
* QTBUG-96694 broken "Contents" links in assistant
* QTBUG-91141 qdoc/WebXML (Qt 6): Invalid links to "Changes to Qt
<Module>" are inserted into \brief of classes and other places
* QTBUG-86726 qt_add_resource BASE argument doesn't behave as the qmake
counterpart
* QTBUG-89860 Document QDoc warnings
* QTBUG-91521 When calling lupdate on a file that uses QT_TR_NOOP in a
constructor for a static QString it will fail to find the context
* QTBUG-87090 Several lupdate tests are failing with clang-based lupdate
* QTBUG-89536 Remove configure.json files for building Qt 6
* QTBUG-90819 Linking relationships to plugins are incorrectly specified
* QTBUG-88090 Installed CMake files reference the SOURCE TREE
* QTBUG-95305 ninja dependency error when configuring a project that
uses AUTOUIC and CMake 3.21.0
* QTBUG-96121 Versionless CMake commands prevent setting variables in
calling scope
* QTBUG-96219 Conversion of versionless wrapper functions to macros
needs to be reverted

### qttranslations
* QTBUG-93280 [Reg 5.15.3->6.0] Dialog buttons translated even though
they shouldn't be
* QTBUG-94370 .qm files should be put into qtbase/translations for non-
installable builds
* QTBUG-86726 qt_add_resource BASE argument doesn't behave as the qmake
counterpart

### qtdoc
* QTBUG-86614 When a service is set to be started at boot time it is not
being started after a reboot of the device
* QTBUG-92047 Configure "-help" does not mention "-xplatform"
* QTBUG-91239 Porting to Qt6: high dpi scale factor default rounding
policy not documented
* QTBUG-56322 Qt for Android source package build error in examples
* QTBUG-90510 libqmacstyle.dylib should be mentioned in the document
* QTBUG-92848 Update Documentation of Qt6: Deploying QML Applications -
Ahead-of-Time Compilation
* QTBUG-93245 Documentation: New 6.1 modules missing from overview
* QTBUG-94903 Add new 6.2 modules to "All Modules"
* QTBUG-95990 Add support for multi-abi application builds for Android
with qmake
* QTBUG-93895 Error C2440: 'initializing': cannot convert from 'const
TCHAR *' to 'const wchar_t *
* QTBUG-86726 qt_add_resource BASE argument doesn't behave as the qmake
counterpart
* QTBUG-94183 build failure: LINK : fatal error LNK1181: cannot open
input file 'propsys.obj'
* QTBUG-95271 Document "qt-cmake" or add an example which folder in the
Qt installation should be listed in CMAKE_PREFIX_PATH
* QTBUG-95748 QtSensors:  update qtdoc module listing
* QTBUG-96150 QML best practices docs are outdated
* QTBUG-96127 Broken external links in Qt docs

### qtwayland
* QTBUG-91206 Input hints not delivered to virtual keyboard with new
text input protocol
* QTBUG-86177 Some subsurfaces change but are never committed
* QTBUG-91096 >1 Programs on QtWayland causes QtVirtualKeyboard to not
work
* QTBUG-89680 Touch is ignored if up and down arrives in the same
wl_touch.frame
* QTBUG-92925 configure message: no wayland-egl support detected
* QTBUG-81504 QWaylandWindow::handleUpdate creates thousands of pending
frame callbacks, causing wayland connection termination
* QTBUG-93751 Update dependencies on 'dev' in qt/qtwayland
* QTBUG-92249 quick3d examples crashes or hangs on exit on wayland
* QTBUG-94085 cmake automoc error when configuring qtwayland (in
autotests)
* QTBUG-94602 Releasing wayland buffer from Qt compositor side
* QTBUG-95394 Crash in RHI when exiting a QtWaylandCompositor with
active clients.
* QTBUG-64652 TextInputManager lacks documentation
* QTBUG-95464 Qt wayland surface is empty when gst-launch client is
playing video
* QTBUG-88263 [REG v6.0.0-beta3 -> dev] cmake-based configure pollutes
the source tree
* QTBUG-92861 QtQml does not provide version 6.2
* QTBUG-86726 qt_add_resource BASE argument doesn't behave as the qmake
counterpart
* QTBUG-89536 Remove configure.json files for building Qt 6
* QTBUG-94580 Hover enter/leave events regression
* QTBUG-90819 Linking relationships to plugins are incorrectly specified
* QTBUG-95636 Update cmake_minimum_required to 3.16 in all CMake Qt
example projects
* QTBUG-95715 Incorrect texture handling in multi-screen wayland
compositor
* QTBUG-96121 Versionless CMake commands prevent setting variables in
calling scope
* QTBUG-96219 Conversion of versionless wrapper functions to macros
needs to be reverted

### qt3d
* QTBUG-92163 top-level configure returns with exit code != 0 if qt3d is
checked out
* QTBUG-92259 Missing qmltypes support for quick3dcoreplugin
* QTBUG-93240 Configure error in qt3d for -developer-build -release
* QTBUG-93428 Examples not finding QtConcurrent
* QTBUG-90243 Unable to build Qt3D Add-On with Conan, Qt6.0.1,
Qt6.1.0Alpha,6.0.2, 6.0.3, 6.0.4
* QTBUG-92861 QtQml does not provide version 6.2
* QTBUG-86726 qt_add_resource BASE argument doesn't behave as the qmake
counterpart
* QTBUG-93035 Adding a disable entity to the scene and enabling it later
isn't properly picked up
* QTBUG-95130 Qt3D ShaderProgram sources cannot compile on iOS (RHI)
* QTBUG-90819 Linking relationships to plugins are incorrectly specified
* QTBUG-90321 QT_BEGIN_LICENSE:LGPL3 references non-existing file
LICENSE.GPL
* QTBUG-95636 Update cmake_minimum_required to 3.16 in all CMake Qt
example projects

### qtimageformats
* QTBUG-86726 qt_add_resource BASE argument doesn't behave as the qmake
counterpart
* QTBUG-89536 Remove configure.json files for building Qt 6
* QTBUG-90819 Linking relationships to plugins are incorrectly specified

### qtcharts
* QTBUG-59040 QtCharts performance bad when min/max values changed
* QTBUG-79218 When zooming out enough then the labels on the axes will
end up showing drawing errors
* QTBUG-94084 Update dependencies on 'dev' in qt/qtcharts
* QTBUG-94469 Doc: Wrong return type for QValueAxis::labelFormat qml
property
* QTBUG-94472 [REG 6.2 snapshot->6.2 current] qml/QtCharts/designer -dir
missing
* QTBUG-95307 Qt Charts is missing in module upgrade documentation
* QTBUG-90583 conanfile.py: Accept QTDIR in addition to QT_PATH
* QTBUG-92861 QtQml does not provide version 6.2
* QTBUG-93672 zooming infinitely causes infinite allocating loop
* QTBUG-86726 qt_add_resource BASE argument doesn't behave as the qmake
counterpart
* QTBUG-94025 All points after selected point are marked as selected
* QTBUG-94181 error: ‘defaultInputDevice’ is not a member of
‘QAudioDeviceInfo’
* 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

### qtdatavis3d
* QTBUG-91032 Some autotests fail on Qt 6.1
* QTBUG-90710 Some tests fail
* QTBUG-91053 macOS coin build fails
* QTBUG-91347 tst_proxy::multiMatch() Received a fatal error
* QTBUG-90663 RHI backend selection is not documented
* QTBUG-92167 Adding additional libraries to qt5.git fails
* QTBUG-93263 QtDatavisualization examples not compiling on Android
* QTBUG-91103 QML theme shows as totally dark when specified during
creation
* QTBUG-93506 Gradients don't show.
* QTBUG-93676 Itemmodel example draws text as garbage
* QTBUG-92995 Some datavisualization examples run with warnings
* QTBUG-94182 error: no member named 'setCodec' in
'TestNamespace::QAudioFormat'
* QTBUG-90665 RenderingMode changing does not work correctly
* QTBUG-80194 Q3DScatter Memory Leak
* QTBUG-94256 Manual tests do not compile
* QTBUG-94331 Some examples do not work correctly on macOS
* QTBUG-94364 Rotate and zoom do not work on Android
* QTBUG-96206 Graph's orthoprojection property doesn't work like
documentation says
* QTBUG-90583 conanfile.py: Accept QTDIR in addition to QT_PATH
* QTBUG-91381 tst_qmltestWrapperRelWithDebInfo is failing in 6.1
* QTBUG-90664 Some examples do not work correctly
* PYSIDE-1438 Using QBar3DSeries.dataProvider().addRow() segfaults
* QTBUG-92861 QtQml does not provide version 6.2
* QTBUG-86815 Rename all internal CMake functions to start with
qt_internal
* QTBUG-86726 qt_add_resource BASE argument doesn't behave as the qmake
counterpart
* QTBUG-95636 Update cmake_minimum_required to 3.16 in all CMake Qt
example projects

### qtvirtualkeyboard
* QTBUG-90809 Inconsistent behavior of InputPanel between release and
debug config on Windows
* QTBUG-92881 InputPanels defaults z value should be lower than max
value for overlays
* QTBUG-93459 [Highlighted example] virtualkeyboard/static fails to
compile on iOS
* QTBUG-93997 Warnings with virtual keyboard in Qt 6
* QTBUG-94259 High CPU load on embedded targets caused by timers
* QTBUG-93042 Program crashed when type with keyboard
* QTBUG-94560 The first item of selection list sometimes get highlight
* QTBUG-94017 Cursor position moves when un-converted Japanese is
deleted
* QTBUG-68412 tst_plugin::test_pinyinInputMethod crashes on arm
* QTBUG-94715 Qt Virtualkeyboards support for Chinese language doesn't
work properly
* QTBUG-95664 VirtualKeyboardSettings: Readonly property is not marked
as such
* QTBUG-95893 Missing documentation for dictionary API
* QTBUG-95996 Segmentation fault on exit caused by virtual keyboard
* QTBUG-92861 QtQml does not provide version 6.2
* QTBUG-86726 qt_add_resource BASE argument doesn't behave as the qmake
counterpart
* QTBUG-89536 Remove configure.json files for building Qt 6
* QTBUG-90819 Linking relationships to plugins are incorrectly specified
* QTBUG-95636 Update cmake_minimum_required to 3.16 in all CMake Qt
example projects

### qtscxml
* QTBUG-93444 [Highlighted example] qtscxml/trafficlights-qml-dynamic
crashes on Android hw
* QTBUG-93727 CMake Error with -developer-build due to target name
conflict
* QTBUG-94125 Update dependencies on 'dev' in qt/qtscxml fails
* QTBUG-94386 Update dependencies on '6.2' in qt/qtscxml fails
* QTBUG-95208 Linker error regarding bitcode when linking CMake app
targeting iOS
* QTBUG-60045 SCXML examples fail to compile with -no-gui
* QTBUG-92494 Ability to use STATECHARTS with qmake in Qt6
* QTBUG-92861 QtQml does not provide version 6.2
* QTBUG-92541 statemachine/padnavigator, build fails: QOpenGLWidget: No
such file or directory
* QTBUG-86726 qt_add_resource BASE argument doesn't behave as the qmake
counterpart
* QTBUG-89536 Remove configure.json files for building Qt 6
* QTBUG-90819 Linking relationships to plugins are incorrectly specified
* QTBUG-95305 ninja dependency error when configuring a project that
uses AUTOUIC and CMake 3.21.0
* QTBUG-95636 Update cmake_minimum_required to 3.16 in all CMake Qt
example projects
* QTBUG-96121 Versionless CMake commands prevent setting variables in
calling scope
* QTBUG-96219 Conversion of versionless wrapper functions to macros
needs to be reverted

### qtnetworkauth
* QTBUG-93243 QtNetworkAuth fails to build when Qt is configured with
FEATURE_thread=OFF
* QTBUG-86726 qt_add_resource BASE argument doesn't behave as the qmake
counterpart
* QTBUG-95636 Update cmake_minimum_required to 3.16 in all CMake Qt
example projects
* QTBUG-96127 Broken external links in Qt docs

### qtlottie
* QTBUG-92861 QtQml does not provide version 6.2
* QTBUG-86726 qt_add_resource BASE argument doesn't behave as the qmake
counterpart
* QTBUG-90819 Linking relationships to plugins are incorrectly specified

### qtquicktimeline
* QTBUG-88263 [REG v6.0.0-beta3 -> dev] cmake-based configure pollutes
the source tree
* QTBUG-89467 .prl file generation is dependent on add_subdirectory
order
* QTBUG-92861 QtQml does not provide version 6.2
* QTBUG-86726 qt_add_resource BASE argument doesn't behave as the qmake
counterpart
* QDS-3216 Flickering when using default value as implcit first keyframe

### qtquick3d
* QTBUG-89886 assert/segfault on exit in MultipleViews.qml
* QTBUG-90514 Loader with View3D crashes
* QTBUG-89433 Unredistributable files in qt3d and qtquick3d
* QTBUG-89872 Error with instancing in depth pre-pass and shadows
* QTBUG-91118 Texture.indexUV is unstable
* QTBUG-91412 Texture.sourceItem does not handle all textureProvider
items correctly
* QTBUG-91879 Invisible but item layer View3D with Inline render mode
crashes
* QTBUG-91871 View3D with no size specified crashes with OpenGL only
* QTBUG-88320 Dynamically creating a View3D second time crashes
* QTBUG-91888 Item2D + importScene = crash due to the well-known dead-
rhi-objects-in-cache-key problem
* QTBUG-89946 SpotLight doesn't work properly with PBR materials
* QTBUG-92215 custom shaders example: no ui elements interacatable
* QTBUG-92389 QQuick3DInstancing not clearing m_instanceDataChanged
* QTBUG-92917 Changing instanceCountOverride has no effect
* QTBUG-92959 QtQuick3D fails to compile targeting WebAssembly
* QTBUG-93097 Quick3D Texture might not capture the latest state of
sourceItem
* QTBUG-90564 Crash if some importer plugin can't be loaded
* QTBUG-93266 The new QML types in Qt Quick 3D for the particle system
miss  a \since
* QTBUG-93429 QtQuick3D fails to compile targeting WebAssembly part 2
* QTBUG-93605 PointLight is not properly projected on skinned meshes
* QTBUG-92953 Mesh rotation is not correct if it is not in Skeleton node
* QTBUG-92944 input problems in DynamicTexture example
* QTBUG-93095 View3D picking breaks if 2D Quick Item added to scene
* QTBUG-93972 ASTC compressed textures rendering orientation not
consistent
* QTBUG-94185 Misplaced Joint{} element may crash application
* QTBUG-94230 Node method map***() causes crash if node if null
* QTBUG-94263 Balsam seems to interpret a sphere parented under leaf
joint as joint
* QTBUG-94337 Model-blend particles rendered incorrectly when endNode
has rotation
* QTBUG-94479 Suzanne mesh doesn't work with model-blend particles
* QDS-4536 3D editor broken in latest snapshot, sometimes crashes Design
Studio
* QDS-4574 3D node navigator preview crashes puppet
* QTBUG-94589 Crash if model-blend particle is not properly initialized
* QTBUG-95212 Error when empty scene is loaded
* QTBUG-95535 CMake functions for offline shader and light probe
generation do not work on Android
* QTBUG-90409 quick3d: consume 4x memory for custom geometry and memory
leak
* QTBUG-95534 Rename depthSorting property in Instancing
* QTBUG-95586 Z-Prepass doesn't render correctly if scene has only
transparent objects with depth write
* QTBUG-95743 TransformSpace property of Node item can't be read/changed
* QDS-4841 Remove import versions from quick3D designer source templates
for Cube, View3D etc.
* QTBUG-95616 Incorrect shadowmap bounds calculated from camera frustum
* QTBUG-95583 Incorrect shadowmap bounds when referencing camera from
different node
* QDS-4853 Picking 3D objects is completely broken in 3D editor
* QDS-4873 Designer specifics have errors for quick3d property sheets
* QTBUG-94829 Directional light casts too wide shadows
* QTBUG-94830 Rotation of skeleton root node rotates the skeleton but
not the skinned meshes
* QDS-4859 Item could not be created -error when adding a Qt 3D Studio
component to Navigator (Qt6 project)
* QTBUG-95620 QuickBall example crashes after hitting the first target
* QTBUG-91271 useRandomSeed alone doesn't make particles deterministic
* QTBUG-88263 [REG v6.0.0-beta3 -> dev] cmake-based configure pollutes
the source tree
* QTBUG-91195 Emitters do not work correctly when in node hierarchy
* QTBUG-90788 Fix eulerRotation etc. with particles
* QTBUG-91730 Fix affector extra updates
* QTBUG-91729 Fix velocity with rotated emitter
* QTBUG-91681 Consistant rendering order for particles
* QTBUG-92019 Fix Attractor3D on node tree
* QTBUG-92028 Particles rotating too fast on android
* QTBUG-92104 Quick3D QuickBall example crashing on dev
* QTBUG-92203 Snowing example crashes with big intensity values
* QTBUG-92255 ParticleSystem trail ghost emits when restarted
* QTBUG-92169 Asset handling: Qml write for the intermediate scene
format needs to output resources correctly
* QTBUG-89175 quick3d: set property 'parent' of Node not work
* QTBUG-92831 Particles testbed Animated Sprite not working with qmake
* QTBUG-92171 Asset handling: Complete the assimp importer for the new
intermediate format
* QTBUG-92861 QtQml does not provide version 6.2
* QTBUG-93034 No changed signals from particlesystem time
* QTBUG-92892 Rotated emitter velocity not always correct
* QTBUG-90817 Quick3D Model bounds not set in an imported scene
* QTBUG-93648 Crash when going back in particles example after viewing
Fire And Smoke
* QTBUG-86726 qt_add_resource BASE argument doesn't behave as the qmake
counterpart
* QDS-4399 Properties missing for some components
* QDS-4477 Imported Qt3DStudio project looks different in DS built with
Qt6.1 compared to QDS 2.1
* QTBUG-94453 Rectangles can't be used for light probs in View3D
* QTBUG-89536 Remove configure.json files for building Qt 6
* QTBUG-94548 Multimeshes not working with model-blend particles
* QDS-4509 Cannot run a project that has QtQuick3D Effects module added
* QDS-4471 Adding 2D content to a 3D scene breaks 3D Editor
* QTBUG-90819 Linking relationships to plugins are incorrectly specified
* QTBUG-95284 QtQuick3D fails to build in CI when targeting WebAssembly
+ CMake 3.21.0 + Ninja due to command line length limit
* QTBUG-94539 mapTo3DScene() will fail when a camera is not explicit
assigned
* QTBUG-94693 Scenes with two View3D are not properly updated
* QTBUG-95634 Property "forward" of Node is non-NOTIFYable
* QDS-4801 3D Particle system running on QDS stops running after ~20
seconds
* QTBUG-95636 Update cmake_minimum_required to 3.16 in all CMake Qt
example projects
* QTBUG-94969 Sharing a scene with embedded 2D content between two
windows crashes
* QTBUG-96121 Versionless CMake commands prevent setting variables in
calling scope
* QDS-4967 Wander3D uniqueAmount property is missing
* QDS-4981 Wrong default value of SpriteSequence3D randomStart
* QTBUG-96219 Conversion of versionless wrapper functions to macros
needs to be reverted
* QDS-4978 Wrong default value of property editor Model pickable
property
* QTBUG-96307 Issue with stopped particle system and startTime

### qtshadertools
* QTBUG-92882 qtshadertools and qtdeclarative Quick not built for QNX
* QTBUG-95048 Linkage error during building any qt quick3D application
for Integrity based on Qt6
* QTBUG-96618 qtquick3d examples fail to build for QNX
* QTBUG-86726 qt_add_resource BASE argument doesn't behave as the qmake
counterpart
* QTBUG-96121 Versionless CMake commands prevent setting variables in
calling scope
* QTBUG-96219 Conversion of versionless wrapper functions to macros
needs to be reverted

### qt5compat
* QTBUG-92861 QtQml does not provide version 6.2
* QTBUG-93015 ColorOverlay color property documentation wrong
* QTBUG-86726 qt_add_resource BASE argument doesn't behave as the qmake
counterpart
* QTBUG-89536 Remove configure.json files for building Qt 6
* QTBUG-90819 Linking relationships to plugins are incorrectly specified
* QTBUG-95636 Update cmake_minimum_required to 3.16 in all CMake Qt
example projects
* QTBUG-83081 QTextCodec::canEncode does not work for ICU conversions

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

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

diffstat:
 Makefile                                           |    2 +-
 qt6-odbc/distinfo                                  |    8 +-
 qt6-psql/distinfo                                  |    8 +-
 qt6-qt3d/PLIST                                     |   33 +-
 qt6-qt3d/distinfo                                  |   10 +-
 qt6-qt3d/patches/patch-qt__cmdline.cmake           |    7 +-
 qt6-qt5compat/Makefile                             |    1 +
 qt6-qt5compat/PLIST                                |   34 +
 qt6-qt5compat/distinfo                             |    8 +-
 qt6-qtbase/Makefile.common                         |    1 +
 qt6-qtbase/PLIST                                   |  235 ++--
 qt6-qtbase/distinfo                                |   30 +-
 qt6-qtbase/patches/patch-cmake_FindGSSAPI.cmake    |   12 +-
 qt6-qtbase/patches/patch-cmake_QtBuild.cmake       |   23 -
 .../patches/patch-cmake_QtPlatformSupport.cmake    |   37 -
 .../patch-cmake_QtProcessConfigureArgs.cmake       |    8 +-
 qt6-qtbase/patches/patch-configure.cmake           |   15 -
 .../patches/patch-src_corelib_CMakeLists.txt       |   40 -
 .../patches/patch-src_corelib_configure.json       |   22 -
 ...patch-src_corelib_global_qconfig-bootstrapped.h |   18 -
 .../patches/patch-src_corelib_thread_qmutex__p.h   |   10 +-
 qt6-qtbase/patches/patch-src_gui_CMakeLists.txt    |   15 -
 qt6-qtbase/patches/patch-src_gui_configure.cmake   |  134 ---
 ...patch-src_gui_kernel_qopenglcontext__platform.h |   24 -
 .../patch-src_gui_kernel_qplatformopenglcontext.h  |   15 -
 ...-src_gui_platform_unix_qunixnativeinterface.cpp |   15 -
 .../patch-src_gui_text_qtextmarkdownimporter.cpp   |   15 -
 .../patches/patch-src_network_CMakeLists.txt       |   12 -
 .../patches/patch-src_network_configure.cmake      |   29 +-
 ...-src_network_kernel_qnetworkinterface__unix.cpp |   44 -
 qt6-qtcharts/Makefile                              |    1 +
 qt6-qtcharts/PLIST                                 |   68 +-
 qt6-qtcharts/buildlink3.mk                         |   15 +
 qt6-qtcharts/distinfo                              |    8 +-
 qt6-qtdatavis3d/Makefile                           |    1 +
 qt6-qtdatavis3d/PLIST                              |    3 +-
 qt6-qtdatavis3d/buildlink3.mk                      |   15 +
 qt6-qtdatavis3d/distinfo                           |    8 +-
 qt6-qtdeclarative/Makefile                         |    2 +
 qt6-qtdeclarative/PLIST                            | 1250 +++++++++++++++++---
 qt6-qtdeclarative/distinfo                         |    8 +-
 qt6-qtimageformats/PLIST                           |    9 +-
 qt6-qtimageformats/distinfo                        |    8 +-
 qt6-qtlottie/PLIST                                 |   18 +-
 qt6-qtlottie/distinfo                              |    8 +-
 qt6-qtmultimedia/DESCR                             |    1 +
 qt6-qtmultimedia/Makefile                          |   18 +
 qt6-qtmultimedia/PLIST                             |  325 +++++
 qt6-qtmultimedia/buildlink3.mk                     |   24 +
 qt6-qtmultimedia/distinfo                          |    6 +
 qt6-qtmultimedia/options.mk                        |   33 +
 qt6-qtnetworkauth/PLIST                            |    1 +
 qt6-qtnetworkauth/distinfo                         |    8 +-
 qt6-qtquick3d/Makefile                             |    1 +
 qt6-qtquick3d/PLIST                                |  209 +++-
 qt6-qtquick3d/distinfo                             |    8 +-
 qt6-qtquickcontrols2/DESCR                         |    2 -
 qt6-qtquickcontrols2/Makefile                      |   12 -
 qt6-qtquickcontrols2/PLIST                         |  756 ------------
 qt6-qtquickcontrols2/buildlink3.mk                 |   14 -
 qt6-qtquickcontrols2/distinfo                      |    6 -
 qt6-qtquicktimeline/PLIST                          |   27 +-
 qt6-qtquicktimeline/buildlink3.mk                  |   15 +
 qt6-qtquicktimeline/distinfo                       |    8 +-
 qt6-qtscxml/PLIST                                  |    8 +-
 qt6-qtscxml/distinfo                               |    8 +-
 qt6-qtshadertools/PLIST                            |    3 +-
 qt6-qtshadertools/distinfo                         |    8 +-
 qt6-qtsvg/PLIST                                    |    4 +-
 qt6-qtsvg/distinfo                                 |    8 +-
 qt6-qttools/Makefile                               |    1 +
 qt6-qttools/PLIST                                  |   25 +-
 qt6-qttools/distinfo                               |    8 +-
 qt6-qtwayland/PLIST                                |  159 ++-
 qt6-qtwayland/distinfo                             |    8 +-
 qt6/Makefile.common                                |    2 +-
 76 files changed, 2241 insertions(+), 1762 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index b91bc3f3d9..f51e482427 100644
--- a/Makefile
+++ b/Makefile
@@ -4903,9 +4903,9 @@ SUBDIR+=	qt6-qtdatavis3d
 SUBDIR+=	qt6-qtdeclarative
 SUBDIR+=	qt6-qtimageformats
 SUBDIR+=	qt6-qtlottie
+SUBDIR+=	qt6-qtmultimedia
 SUBDIR+=	qt6-qtnetworkauth
 SUBDIR+=	qt6-qtquick3d
-SUBDIR+=	qt6-qtquickcontrols2
 SUBDIR+=	qt6-qtquicktimeline
 SUBDIR+=	qt6-qtscxml
 SUBDIR+=	qt6-qtshadertools
diff --git a/qt6-odbc/distinfo b/qt6-odbc/distinfo
index 7982c3b81d..83f35ceb17 100644
--- a/qt6-odbc/distinfo
+++ b/qt6-odbc/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (qtbase-everywhere-src-6.1.3.tar.xz) = 61d6aa2fcfa332aa13717682d0b940bee53125b2
-RMD160 (qtbase-everywhere-src-6.1.3.tar.xz) = 2fff92042e57d099386bcef9f5428ed9a07c9374
-SHA512 (qtbase-everywhere-src-6.1.3.tar.xz) = 637f7110a13a7f6bff4124904681f6987ae5d8876f0c2f122ba5e13383698dfd91f9df2b20110054267a8c6e1f69ae2c7d7fc2a08281a041afaa0a7713ce701b
-Size (qtbase-everywhere-src-6.1.3.tar.xz) = 46558228 bytes
+SHA1 (qtbase-everywhere-src-6.2.0.tar.xz) = 7e74a26b50e111fa9f0046e77db5836dede7ff34
+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
diff --git a/qt6-psql/distinfo b/qt6-psql/distinfo
index 7982c3b81d..83f35ceb17 100644
--- a/qt6-psql/distinfo
+++ b/qt6-psql/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (qtbase-everywhere-src-6.1.3.tar.xz) = 61d6aa2fcfa332aa13717682d0b940bee53125b2
-RMD160 (qtbase-everywhere-src-6.1.3.tar.xz) = 2fff92042e57d099386bcef9f5428ed9a07c9374
-SHA512 (qtbase-everywhere-src-6.1.3.tar.xz) = 637f7110a13a7f6bff4124904681f6987ae5d8876f0c2f122ba5e13383698dfd91f9df2b20110054267a8c6e1f69ae2c7d7fc2a08281a041afaa0a7713ce701b
-Size (qtbase-everywhere-src-6.1.3.tar.xz) = 46558228 bytes
+SHA1 (qtbase-everywhere-src-6.2.0.tar.xz) = 7e74a26b50e111fa9f0046e77db5836dede7ff34
+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
diff --git a/qt6-qt3d/PLIST b/qt6-qt3d/PLIST
index 6dd7b55462..cc3c6551ff 100644
--- a/qt6-qt3d/PLIST
+++ b/qt6-qt3d/PLIST
@@ -1182,98 +1182,77 @@ 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/Qt6AssimpSceneImportPluginDependencies.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/Qt6DefaultGeometryLoaderPluginDependencies.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/Qt6GLTFGeometryLoaderPluginDependencies.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/Qt6GLTFSceneExportPluginDependencies.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/Qt6GLTFSceneImportPluginDependencies.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/Qt6OpenGLRendererPluginDependencies.cmake
 qt6/lib/cmake/Qt63DRender/Qt6OpenGLRendererPluginTargets-release.cmake
 qt6/lib/cmake/Qt63DRender/Qt6OpenGLRendererPluginTargets.cmake
-qt6/lib/cmake/Qt63DRender/Qt6RhiRendererPluginAdditionalTargetInfo.cmake
-qt6/lib/cmake/Qt63DRender/Qt6RhiRendererPluginConfig.cmake
-qt6/lib/cmake/Qt63DRender/Qt6RhiRendererPluginConfigVersion.cmake
-qt6/lib/cmake/Qt63DRender/Qt6RhiRendererPluginDependencies.cmake
-qt6/lib/cmake/Qt63DRender/Qt6RhiRendererPluginTargets-release.cmake
-qt6/lib/cmake/Qt63DRender/Qt6RhiRendererPluginTargets.cmake
 qt6/lib/cmake/Qt63DRender/Qt6Scene2DPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt63DRender/Qt6Scene2DPluginConfig.cmake
 qt6/lib/cmake/Qt63DRender/Qt6Scene2DPluginConfigVersion.cmake
-qt6/lib/cmake/Qt63DRender/Qt6Scene2DPluginDependencies.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/Qt6qtquickscene2dpluginDependencies.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/Qt6qtquickscene3dpluginDependencies.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/Qt6quick3danimationpluginDependencies.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/Qt6quick3dcorepluginDependencies.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/Qt6quick3dextraspluginDependencies.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/Qt6quick3dinputpluginDependencies.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/Qt6quick3dlogicpluginDependencies.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/Qt6quick3drenderpluginDependencies.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3drenderpluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3drenderpluginTargets.cmake
 qt6/lib/libQt63DAnimation.prl
@@ -1324,7 +1303,18 @@ qt6/lib/libQt63DRender.prl
 qt6/lib/libQt63DRender.so
 qt6/lib/libQt63DRender.so.6
 qt6/lib/libQt63DRender.so.${PKGVERSION}
+qt6/lib/metatypes/qt63danimation_release_metatypes.json
+qt6/lib/metatypes/qt63dcore_release_metatypes.json
+qt6/lib/metatypes/qt63dextras_release_metatypes.json
+qt6/lib/metatypes/qt63dinput_release_metatypes.json
+qt6/lib/metatypes/qt63dlogic_release_metatypes.json
 qt6/lib/metatypes/qt63dquick_release_metatypes.json
+qt6/lib/metatypes/qt63dquickanimation_release_metatypes.json
+qt6/lib/metatypes/qt63dquickextras_release_metatypes.json
+qt6/lib/metatypes/qt63dquickinput_release_metatypes.json
+qt6/lib/metatypes/qt63dquickrender_release_metatypes.json
+qt6/lib/metatypes/qt63dquickscene2d_release_metatypes.json
+qt6/lib/metatypes/qt63drender_release_metatypes.json
 qt6/mkspecs/modules/qt_lib_3danimation.pri
 qt6/mkspecs/modules/qt_lib_3danimation_private.pri
 qt6/mkspecs/modules/qt_lib_3dcore.pri
@@ -1364,7 +1354,6 @@ qt6/modules/3DRender.json
 qt6/plugins/geometryloaders/libdefaultgeometryloader.so
 qt6/plugins/geometryloaders/libgltfgeometryloader.so
 qt6/plugins/renderers/libopenglrenderer.so
-qt6/plugins/renderers/librhirenderer.so
 qt6/plugins/renderplugins/libscene2d.so
 qt6/plugins/sceneparsers/libassimpsceneimport.so
 qt6/plugins/sceneparsers/libgltfsceneexport.so
diff --git a/qt6-qt3d/distinfo b/qt6-qt3d/distinfo
index 4f54784a5a..f4bde1405a 100644
--- a/qt6-qt3d/distinfo
+++ b/qt6-qt3d/distinfo
@@ -1,9 +1,9 @@
 $NetBSD$
 
-SHA1 (qt3d-everywhere-src-6.1.3.tar.xz) = aeb87b678d4d5eecde9c2e074aba456fdea014ed
-RMD160 (qt3d-everywhere-src-6.1.3.tar.xz) = 90ec9edc9e7b321f5be892ff7636f28194c2f2a1
-SHA512 (qt3d-everywhere-src-6.1.3.tar.xz) = 54b097afaf2b1bf783700d57a6b7452fd955216abdb45189df7f2195e65e53ff340135179e66b4cbdb3fdf14f8a0adf605a8464930d3d06aa694816efd232132
-Size (qt3d-everywhere-src-6.1.3.tar.xz) = 103506680 bytes
-SHA1 (patch-qt__cmdline.cmake) = 3e744e23d675a308ecf7ff5c778c08966ca77491
+SHA1 (qt3d-everywhere-src-6.2.0.tar.xz) = b23e47194fc48fb2257ead1d9d065487e6242ea1
+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
+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-qt3d/patches/patch-qt__cmdline.cmake b/qt6-qt3d/patches/patch-qt__cmdline.cmake
index 0f065ee2bc..dbd0486a05 100644
--- a/qt6-qt3d/patches/patch-qt__cmdline.cmake
+++ b/qt6-qt3d/patches/patch-qt__cmdline.cmake
@@ -2,8 +2,11 @@ $NetBSD$
 
 * add missing configure options so that they can be set explicitly
 
---- qt_cmdline.cmake.orig	2021-02-08 08:36:53.338168919 +0000
+--- qt_cmdline.cmake.orig	2021-09-24 21:26:55.000000000 +0000
 +++ qt_cmdline.cmake
-@@ -0,0 +1,2 @@
+@@ -1,3 +1,5 @@
 +qt_commandline_option(assimp TYPE enum VALUES no qt system)
 +qt_commandline_option(fbxsdk TYPE enum VALUES no qt system)
+ qt_commandline_subconfig(src/core)
+ qt_commandline_subconfig(src/render)
+ qt_commandline_subconfig(src/plugins/geometryloaders)
diff --git a/qt6-qt5compat/Makefile b/qt6-qt5compat/Makefile
index 32746d4c5b..860b79b238 100644
--- a/qt6-qt5compat/Makefile
+++ b/qt6-qt5compat/Makefile
@@ -8,4 +8,5 @@ CATEGORIES=	x11
 .include "../../wip/qt6-qtbase/Makefile.common"
 
 .include "../../wip/qt6-qtbase/buildlink3.mk"
+.include "../../wip/qt6-qtdeclarative/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/qt6-qt5compat/PLIST b/qt6-qt5compat/PLIST
index 539be418fc..fbad52a17d 100644
--- a/qt6-qt5compat/PLIST
+++ b/qt6-qt5compat/PLIST
@@ -69,10 +69,44 @@ qt6/lib/cmake/Qt6Core5Compat/Qt6Core5CompatDependencies.cmake
 qt6/lib/cmake/Qt6Core5Compat/Qt6Core5CompatTargets-release.cmake
 qt6/lib/cmake/Qt6Core5Compat/Qt6Core5CompatTargets.cmake
 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/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/Qt6qtgraphicaleffectsprivateTargets-release.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtgraphicaleffectsprivateTargets.cmake
 qt6/lib/libQt6Core5Compat.prl
 qt6/lib/libQt6Core5Compat.so
 qt6/lib/libQt6Core5Compat.so.6
 qt6/lib/libQt6Core5Compat.so.${PKGVERSION}
+qt6/lib/metatypes/qt6core5compat_release_metatypes.json
 qt6/mkspecs/modules/qt_lib_core5compat.pri
 qt6/mkspecs/modules/qt_lib_core5compat_private.pri
 qt6/modules/Core5Compat.json
+qt6/qml/Qt5Compat/GraphicalEffects/BrightnessContrast.qml
+qt6/qml/Qt5Compat/GraphicalEffects/ColorOverlay.qml
+qt6/qml/Qt5Compat/GraphicalEffects/Colorize.qml
+qt6/qml/Qt5Compat/GraphicalEffects/ConicalGradient.qml
+qt6/qml/Qt5Compat/GraphicalEffects/Desaturate.qml
+qt6/qml/Qt5Compat/GraphicalEffects/Displace.qml
+qt6/qml/Qt5Compat/GraphicalEffects/DropShadow.qml
+qt6/qml/Qt5Compat/GraphicalEffects/FastBlur.qml
+qt6/qml/Qt5Compat/GraphicalEffects/GammaAdjust.qml
+qt6/qml/Qt5Compat/GraphicalEffects/Glow.qml
+qt6/qml/Qt5Compat/GraphicalEffects/HueSaturation.qml
+qt6/qml/Qt5Compat/GraphicalEffects/LevelAdjust.qml
+qt6/qml/Qt5Compat/GraphicalEffects/LinearGradient.qml
+qt6/qml/Qt5Compat/GraphicalEffects/OpacityMask.qml
+qt6/qml/Qt5Compat/GraphicalEffects/RadialGradient.qml
+qt6/qml/Qt5Compat/GraphicalEffects/RectangularGlow.qml
+qt6/qml/Qt5Compat/GraphicalEffects/ThresholdMask.qml
+qt6/qml/Qt5Compat/GraphicalEffects/libqtgraphicaleffectsplugin.so
+qt6/qml/Qt5Compat/GraphicalEffects/plugins.qmltypes
+qt6/qml/Qt5Compat/GraphicalEffects/private/FastGlow.qml
+qt6/qml/Qt5Compat/GraphicalEffects/private/libqtgraphicaleffectsprivateplugin.so
+qt6/qml/Qt5Compat/GraphicalEffects/private/qmldir
+qt6/qml/Qt5Compat/GraphicalEffects/qmldir
diff --git a/qt6-qt5compat/distinfo b/qt6-qt5compat/distinfo
index 44d0acff94..2de4d6a4f8 100644
--- a/qt6-qt5compat/distinfo
+++ b/qt6-qt5compat/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (qt5compat-everywhere-src-6.1.3.tar.xz) = a7c263ae81175d9d865efb2571e437a109441bfd
-RMD160 (qt5compat-everywhere-src-6.1.3.tar.xz) = 730cb42994e884393b49f67556e3e12a277d2612
-SHA512 (qt5compat-everywhere-src-6.1.3.tar.xz) = e34db291e88587cfcaa997ae2616a53adfaaeea92af24eabae008fb27f22dee230420088e7a1e189574cb932225285b533ca54e09f6199496e787c3ea59e6d8d
-Size (qt5compat-everywhere-src-6.1.3.tar.xz) = 8202212 bytes
+SHA1 (qt5compat-everywhere-src-6.2.0.tar.xz) = 6410d26344ab0dc92eb7d5e01f9add0fa6f9c2dc
+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
diff --git a/qt6-qtbase/Makefile.common b/qt6-qtbase/Makefile.common
index 245d442857..a684533a91 100644
--- a/qt6-qtbase/Makefile.common
+++ b/qt6-qtbase/Makefile.common
@@ -7,6 +7,7 @@
 # used by wip/qt6-qtdeclarative/Makefile
 # used by wip/qt6-qtimageformats/Makefile
 # used by wip/qt6-qtlottie/Makefile
+# used by wip/qt6-qtmultimedia/Makefile
 # used by wip/qt6-qtnetworkauth/Makefile
 # used by wip/qt6-qtquick3d/Makefile
 # used by wip/qt6-qtquickcontrols2/Makefile
diff --git a/qt6-qtbase/PLIST b/qt6-qtbase/PLIST
index f04f10ee65..1a5dc00396 100644
--- a/qt6-qtbase/PLIST
+++ b/qt6-qtbase/PLIST
@@ -10,6 +10,8 @@ qt6/bin/qt-cmake-private
 qt6/bin/qt-cmake-private-install.cmake
 qt6/bin/qt-cmake-standalone-test
 qt6/bin/qt-configure-module
+qt6/bin/qtpaths
+qt6/bin/qtpaths6
 qt6/doc/config/exampleurl-qt3d.qdocconf
 qt6/doc/config/exampleurl-qtactiveqt.qdocconf
 qt6/doc/config/exampleurl-qtandroidextras.qdocconf
@@ -157,6 +159,7 @@ qt6/include/QtCore/${PKGVERSION}/QtCore/private/qabstracteventdispatcher_p.h
 qt6/include/QtCore/${PKGVERSION}/QtCore/private/qabstractfileengine_p.h
 qt6/include/QtCore/${PKGVERSION}/QtCore/private/qabstractitemmodel_p.h
 qt6/include/QtCore/${PKGVERSION}/QtCore/private/qabstractproxymodel_p.h
+qt6/include/QtCore/${PKGVERSION}/QtCore/private/qandroidextras_p.h
 qt6/include/QtCore/${PKGVERSION}/QtCore/private/qanimationgroup_p.h
 qt6/include/QtCore/${PKGVERSION}/QtCore/private/qbytearray_p.h
 qt6/include/QtCore/${PKGVERSION}/QtCore/private/qbytedata_p.h
@@ -217,6 +220,7 @@ qt6/include/QtCore/${PKGVERSION}/QtCore/private/qgregoriancalendar_p.h
 qt6/include/QtCore/${PKGVERSION}/QtCore/private/qhijricalendar_data_p.h
 qt6/include/QtCore/${PKGVERSION}/QtCore/private/qhijricalendar_p.h
 qt6/include/QtCore/${PKGVERSION}/QtCore/private/qhooks_p.h
+qt6/include/QtCore/${PKGVERSION}/QtCore/private/qidentityproxymodel_p.h
 qt6/include/QtCore/${PKGVERSION}/QtCore/private/qiodevice_p.h
 qt6/include/QtCore/${PKGVERSION}/QtCore/private/qipaddress_p.h
 qt6/include/QtCore/${PKGVERSION}/QtCore/private/qislamiccivilcalendar_p.h
@@ -224,13 +228,13 @@ qt6/include/QtCore/${PKGVERSION}/QtCore/private/qitemselectionmodel_p.h
 qt6/include/QtCore/${PKGVERSION}/QtCore/private/qiterable_p.h
 qt6/include/QtCore/${PKGVERSION}/QtCore/private/qjalalicalendar_data_p.h
 qt6/include/QtCore/${PKGVERSION}/QtCore/private/qjalalicalendar_p.h
-qt6/include/QtCore/${PKGVERSION}/QtCore/private/qjni_p.h
 qt6/include/QtCore/${PKGVERSION}/QtCore/private/qjnihelpers_p.h
 qt6/include/QtCore/${PKGVERSION}/QtCore/private/qjson_p.h
 qt6/include/QtCore/${PKGVERSION}/QtCore/private/qjsonparser_p.h
 qt6/include/QtCore/${PKGVERSION}/QtCore/private/qjsonwriter_p.h
 qt6/include/QtCore/${PKGVERSION}/QtCore/private/qjuliancalendar_p.h
 qt6/include/QtCore/${PKGVERSION}/QtCore/private/qlibrary_p.h
+qt6/include/QtCore/${PKGVERSION}/QtCore/private/qlibraryinfo_p.h
 qt6/include/QtCore/${PKGVERSION}/QtCore/private/qlocale_data_p.h
 qt6/include/QtCore/${PKGVERSION}/QtCore/private/qlocale_p.h
 qt6/include/QtCore/${PKGVERSION}/QtCore/private/qlocale_tools_p.h
@@ -419,6 +423,7 @@ qt6/include/QtCore/QHash
 qt6/include/QtCore/QHashDummyValue
 qt6/include/QtCore/QHashFunctions
 qt6/include/QtCore/QHashIterator
+qt6/include/QtCore/QHashSeed
 qt6/include/QtCore/QIODevice
 qt6/include/QtCore/QIODeviceBase
 qt6/include/QtCore/QIdentityProxyModel
@@ -523,8 +528,10 @@ qt6/include/QtCore/QPropertyBindingPrivatePtr
 qt6/include/QtCore/QPropertyBindingSourceLocation
 qt6/include/QtCore/QPropertyChangeHandler
 qt6/include/QtCore/QPropertyData
+qt6/include/QtCore/QPropertyNotifier
 qt6/include/QtCore/QPropertyObserver
 qt6/include/QtCore/QPropertyObserverBase
+qt6/include/QtCore/QPropertyProxyBindingData
 qt6/include/QtCore/QQueue
 qt6/include/QtCore/QRandomGenerator
 qt6/include/QtCore/QRandomGenerator64
@@ -676,6 +683,7 @@ 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
@@ -715,6 +723,7 @@ qt6/include/QtCore/qcontainerinfo.h
 qt6/include/QtCore/qcontainertools_impl.h
 qt6/include/QtCore/qcontiguouscache.h
 qt6/include/QtCore/qcoreapplication.h
+qt6/include/QtCore/qcoreapplication_platform.h
 qt6/include/QtCore/qcoreevent.h
 qt6/include/QtCore/qcryptographichash.h
 qt6/include/QtCore/qdatastream.h
@@ -779,6 +788,7 @@ qt6/include/QtCore/qmimedatabase.h
 qt6/include/QtCore/qmimetype.h
 qt6/include/QtCore/qmutex.h
 qt6/include/QtCore/qnamespace.h
+qt6/include/QtCore/qnativeinterface.h
 qt6/include/QtCore/qnumeric.h
 qt6/include/QtCore/qobject.h
 qt6/include/QtCore/qobject_impl.h
@@ -957,8 +967,6 @@ qt6/include/QtEglFSDeviceIntegration/${PKGVERSION}/QtEglFSDeviceIntegration/priv
 qt6/include/QtEglFSDeviceIntegration/${PKGVERSION}/QtEglFSDeviceIntegration/private/qeglfsintegration_p.h
 qt6/include/QtEglFSDeviceIntegration/${PKGVERSION}/QtEglFSDeviceIntegration/private/qeglfsoffscreenwindow_p.h
 qt6/include/QtEglFSDeviceIntegration/${PKGVERSION}/QtEglFSDeviceIntegration/private/qeglfsscreen_p.h
-qt6/include/QtEglFSDeviceIntegration/${PKGVERSION}/QtEglFSDeviceIntegration/private/qeglfsvulkaninstance_p.h
-qt6/include/QtEglFSDeviceIntegration/${PKGVERSION}/QtEglFSDeviceIntegration/private/qeglfsvulkanwindow_p.h
 qt6/include/QtEglFSDeviceIntegration/${PKGVERSION}/QtEglFSDeviceIntegration/private/qeglfswindow_p.h
 qt6/include/QtEglFSDeviceIntegration/QtEglFSDeviceIntegration
 qt6/include/QtEglFSDeviceIntegration/QtEglFSDeviceIntegrationDepends
@@ -1196,6 +1204,7 @@ qt6/include/QtGui/${PKGVERSION}/QtGui/private/qtgui-config_p.h
 qt6/include/QtGui/${PKGVERSION}/QtGui/private/qtguiglobal_p.h
 qt6/include/QtGui/${PKGVERSION}/QtGui/private/qtriangulatingstroker_p.h
 qt6/include/QtGui/${PKGVERSION}/QtGui/private/qtriangulator_p.h
+qt6/include/QtGui/${PKGVERSION}/QtGui/private/qtx11extras_p.h
 qt6/include/QtGui/${PKGVERSION}/QtGui/private/qundostack_p.h
 qt6/include/QtGui/${PKGVERSION}/QtGui/private/qunixeventdispatcher_qpa_p.h
 qt6/include/QtGui/${PKGVERSION}/QtGui/private/qvectorpath_p.h
@@ -1277,6 +1286,7 @@ qt6/include/QtGui/QAccessibleBridge
 qt6/include/QtGui/QAccessibleBridgePlugin
 qt6/include/QtGui/QAccessibleEditableTextInterface
 qt6/include/QtGui/QAccessibleEvent
+qt6/include/QtGui/QAccessibleHyperlinkInterface
 qt6/include/QtGui/QAccessibleImageInterface
 qt6/include/QtGui/QAccessibleInterface
 qt6/include/QtGui/QAccessibleObject
@@ -1301,6 +1311,7 @@ qt6/include/QtGui/QBackingStore
 qt6/include/QtGui/QBitmap
 qt6/include/QtGui/QBrush
 qt6/include/QtGui/QBrushData
+qt6/include/QtGui/QBrushDataPointerDeleter
 qt6/include/QtGui/QClipboard
 qt6/include/QtGui/QCloseEvent
 qt6/include/QtGui/QColor
@@ -1411,6 +1422,8 @@ qt6/include/QtGui/QRegularExpressionValidator
 qt6/include/QtGui/QResizeEvent
 qt6/include/QtGui/QRgb
 qt6/include/QtGui/QRgba64
+qt6/include/QtGui/QRgbaFloat16
+qt6/include/QtGui/QRgbaFloat32
 qt6/include/QtGui/QScreen
 qt6/include/QtGui/QScreenOrientationChangeEvent
 qt6/include/QtGui/QScrollEvent
@@ -1518,6 +1531,7 @@ qt6/include/QtGui/qgenericplugin.h
 qt6/include/QtGui/qgenericpluginfactory.h
 qt6/include/QtGui/qglyphrun.h
 qt6/include/QtGui/qguiapplication.h
+qt6/include/QtGui/qguiapplication_platform.h
 qt6/include/QtGui/qicon.h
 qt6/include/QtGui/qiconengine.h
 qt6/include/QtGui/qiconengineplugin.h
@@ -1563,6 +1577,7 @@ qt6/include/QtGui/qrawfont.h
 qt6/include/QtGui/qregion.h
 qt6/include/QtGui/qrgb.h
 qt6/include/QtGui/qrgba64.h
+qt6/include/QtGui/qrgbafloat.h
 qt6/include/QtGui/qscreen.h
 qt6/include/QtGui/qsessionmanager.h
 qt6/include/QtGui/qshortcut.h
@@ -1639,12 +1654,9 @@ qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qabstractnetworkcache_p.h
 qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qabstractprotocolhandler_p.h
 qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qabstractsocket_p.h
 qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qabstractsocketengine_p.h
-qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qasn1element_p.h
 qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qauthenticator_p.h
 qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qdecompresshelper_p.h
 qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qdnslookup_p.h
-qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qdtls_base_p.h
-qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qdtls_openssl_p.h
 qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qdtls_p.h
 qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qhostaddress_p.h
 qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qhostinfo_p.h
@@ -1690,7 +1702,6 @@ qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkreplywasmimpl_p.h
 qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qnetworkrequest_p.h
 qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qocsp_p.h
 qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qocspresponse_p.h
-qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qopenssl_p.h
 qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsctpserver_p.h
 qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsctpsocket_p.h
 qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsocks5socketengine_p.h
@@ -1699,38 +1710,17 @@ qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslcertificate_p.h
 qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslcertificateextension_p.h
 qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslcipher_p.h
 qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslconfiguration_p.h
-qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslcontext_openssl_p.h
 qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qssldiffiehellmanparameters_p.h
 qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslkey_p.h
 qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslpresharedkeyauthenticator_p.h
-qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslsocket_openssl_symbols_p.h
 qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qsslsocket_p.h
 qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qtcpserver_p.h
 qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qtcpsocket_p.h
 qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qtldurl_p.h
-qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qtls_openssl_p.h
-qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qtls_schannel_p.h
-qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qtls_st_p.h
-qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qtlsbackend_cert_p.h
-qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qtlsbackend_openssl_p.h
 qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qtlsbackend_p.h
-qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qtlsbackend_schannel_p.h
-qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qtlsbackend_st_p.h
-qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qtlskey_base_p.h
-qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qtlskey_generic_p.h
-qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qtlskey_openssl_p.h
-qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qtlskey_schannel_p.h
-qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qtlskey_st_p.h
 qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qtnetwork-config_p.h
 qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qtnetworkglobal_p.h
 qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qurltlds_p.h
-qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qwincrypt_p.h
-qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qwindowscarootfetcher_p.h
-qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qx509_base_p.h
-qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qx509_generic_p.h
-qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qx509_openssl_p.h
-qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qx509_schannel_p.h
-qt6/include/QtNetwork/${PKGVERSION}/QtNetwork/private/qx509_st_p.h
 qt6/include/QtNetwork/QAbstractNetworkCache
 qt6/include/QtNetwork/QAbstractSocket
 qt6/include/QtNetwork/QAuthenticator
@@ -2056,6 +2046,7 @@ qt6/include/QtTest/${PKGVERSION}/QtTest/private/qcsvbenchmarklogger_p.h
 qt6/include/QtTest/${PKGVERSION}/QtTest/private/qemulationdetector_p.h
 qt6/include/QtTest/${PKGVERSION}/QtTest/private/qjunittestlogger_p.h
 qt6/include/QtTest/${PKGVERSION}/QtTest/private/qplaintestlogger_p.h
+qt6/include/QtTest/${PKGVERSION}/QtTest/private/qpropertytesthelper_p.h
 qt6/include/QtTest/${PKGVERSION}/QtTest/private/qsignaldumper_p.h
 qt6/include/QtTest/${PKGVERSION}/QtTest/private/qtaptestlogger_p.h
 qt6/include/QtTest/${PKGVERSION}/QtTest/private/qteamcitylogger_p.h
@@ -2615,11 +2606,12 @@ qt6/lib/cmake/Qt6/FindLibudev.cmake
 qt6/lib/cmake/Qt6/FindMtdev.cmake
 qt6/lib/cmake/Qt6/FindMySQL.cmake
 qt6/lib/cmake/Qt6/FindOracle.cmake
-qt6/lib/cmake/Qt6/FindPostgreSQL.cmake
 qt6/lib/cmake/Qt6/FindPPS.cmake
+qt6/lib/cmake/Qt6/FindPostgreSQL.cmake
 qt6/lib/cmake/Qt6/FindSlog2.cmake
 qt6/lib/cmake/Qt6/FindTslib.cmake
 qt6/lib/cmake/Qt6/FindWrapAtomic.cmake
+qt6/lib/cmake/Qt6/FindWrapBacktrace.cmake
 qt6/lib/cmake/Qt6/FindWrapBrotli.cmake
 qt6/lib/cmake/Qt6/FindWrapBundledFreetypeConfigExtra.cmake
 qt6/lib/cmake/Qt6/FindWrapBundledHarfbuzzConfigExtra.cmake
@@ -2637,8 +2629,11 @@ qt6/lib/cmake/Qt6/FindWrapPNG.cmake
 qt6/lib/cmake/Qt6/FindWrapRt.cmake
 qt6/lib/cmake/Qt6/FindWrapSystemFreetype.cmake
 qt6/lib/cmake/Qt6/FindWrapSystemHarfbuzz.cmake
+qt6/lib/cmake/Qt6/FindWrapSystemMd4c.cmake
 qt6/lib/cmake/Qt6/FindWrapSystemPCRE2.cmake
 qt6/lib/cmake/Qt6/FindWrapSystemPNG.cmake
+qt6/lib/cmake/Qt6/FindWrapVulkan.cmake
+qt6/lib/cmake/Qt6/FindWrapVulkanHeaders.cmake
 qt6/lib/cmake/Qt6/FindWrapZLIB.cmake
 qt6/lib/cmake/Qt6/FindXKB_COMMON_X11.cmake
 qt6/lib/cmake/Qt6/FindXRender.cmake
@@ -2648,6 +2643,7 @@ qt6/lib/cmake/Qt6/ModuleDescription.json.in
 qt6/lib/cmake/Qt6/Qt3rdPartyLibraryConfig.cmake.in
 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/Qt6Dependencies.cmake
 qt6/lib/cmake/Qt6/Qt6Targets.cmake
@@ -2659,7 +2655,6 @@ 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/QtCompatibilityHelpers.cmake
 qt6/lib/cmake/Qt6/QtCompilerFlags.cmake
 qt6/lib/cmake/Qt6/QtCompilerOptimization.cmake
 qt6/lib/cmake/Qt6/QtConfigDependencies.cmake.in
@@ -2693,6 +2688,7 @@ qt6/lib/cmake/Qt6/QtModuleToolsVersionlessTargets.cmake.in
 qt6/lib/cmake/Qt6/QtNoLinkTargetHelpers.cmake
 qt6/lib/cmake/Qt6/QtPlatformAndroid.cmake
 qt6/lib/cmake/Qt6/QtPlatformSupport.cmake
+qt6/lib/cmake/Qt6/QtPlatformTargetHelpers.cmake
 qt6/lib/cmake/Qt6/QtPluginConfig.cmake.in
 qt6/lib/cmake/Qt6/QtPluginDependencies.cmake.in
 qt6/lib/cmake/Qt6/QtPluginHelpers.cmake
@@ -2703,7 +2699,13 @@ qt6/lib/cmake/Qt6/QtPrecompiledHeadersHelpers.cmake
 qt6/lib/cmake/Qt6/QtPriHelpers.cmake
 qt6/lib/cmake/Qt6/QtPrlHelpers.cmake
 qt6/lib/cmake/Qt6/QtProcessConfigureArgs.cmake
-qt6/lib/cmake/Qt6/QtPublicTargetsHelpers.cmake
+qt6/lib/cmake/Qt6/QtPublicCMakeVersionHelpers.cmake
+qt6/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake
+qt6/lib/cmake/Qt6/QtPublicFinalizerHelpers.cmake
+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/QtQmakeHelpers.cmake
 qt6/lib/cmake/Qt6/QtResourceHelpers.cmake
 qt6/lib/cmake/Qt6/QtRpathHelpers.cmake
@@ -2713,16 +2715,24 @@ qt6/lib/cmake/Qt6/QtSeparateDebugInfo.Info.plist.in
 qt6/lib/cmake/Qt6/QtSeparateDebugInfo.cmake
 qt6/lib/cmake/Qt6/QtSetup.cmake
 qt6/lib/cmake/Qt6/QtSimdHelpers.cmake
+qt6/lib/cmake/Qt6/QtSingleRepoTargetSetBuildHelpers.cmake
 qt6/lib/cmake/Qt6/QtStandaloneTestsConfig.cmake.in
 qt6/lib/cmake/Qt6/QtSyncQtHelpers.cmake
 qt6/lib/cmake/Qt6/QtTargetHelpers.cmake
 qt6/lib/cmake/Qt6/QtTestHelpers.cmake
 qt6/lib/cmake/Qt6/QtToolHelpers.cmake
 qt6/lib/cmake/Qt6/QtToolchainHelpers.cmake
+qt6/lib/cmake/Qt6/QtWasmHelpers.cmake
 qt6/lib/cmake/Qt6/QtWrapperScriptHelpers.cmake
 qt6/lib/cmake/Qt6/QtWriteArgsFile.cmake
+qt6/lib/cmake/Qt6/config.tests/static_link_order/CMakeLists.txt
+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/qt.toolchain.cmake
 qt6/lib/cmake/Qt6BuildInternals/Qt6BuildInternalsConfig.cmake
+qt6/lib/cmake/Qt6BuildInternals/Qt6BuildInternalsConfigVersion.cmake
 qt6/lib/cmake/Qt6BuildInternals/QtBuildInternalsExtra.cmake
 qt6/lib/cmake/Qt6BuildInternals/QtStandaloneTestTemplateProject/CMakeLists.txt
 qt6/lib/cmake/Qt6BuildInternals/QtStandaloneTestTemplateProject/Main.cmake
@@ -2767,41 +2777,41 @@ ${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
 ${PLIST.dbus}qt6/lib/cmake/Qt6DBusTools/Qt6DBusToolsVersionlessTargets.cmake
-qt6/lib/cmake/Qt6DeviceDiscoverySupport/Qt6DeviceDiscoverySupportAdditionalTargetInfo.cmake
-qt6/lib/cmake/Qt6DeviceDiscoverySupport/Qt6DeviceDiscoverySupportConfig.cmake
-qt6/lib/cmake/Qt6DeviceDiscoverySupport/Qt6DeviceDiscoverySupportConfigVersion.cmake
-qt6/lib/cmake/Qt6DeviceDiscoverySupport/Qt6DeviceDiscoverySupportDependencies.cmake
-qt6/lib/cmake/Qt6DeviceDiscoverySupport/Qt6DeviceDiscoverySupportTargets-release.cmake
-qt6/lib/cmake/Qt6DeviceDiscoverySupport/Qt6DeviceDiscoverySupportTargets.cmake
-qt6/lib/cmake/Qt6DeviceDiscoverySupport/Qt6DeviceDiscoverySupportVersionlessTargets.cmake
-qt6/lib/cmake/Qt6EglFSDeviceIntegration/Qt6EglFSDeviceIntegrationAdditionalTargetInfo.cmake
-qt6/lib/cmake/Qt6EglFSDeviceIntegration/Qt6EglFSDeviceIntegrationConfig.cmake
-qt6/lib/cmake/Qt6EglFSDeviceIntegration/Qt6EglFSDeviceIntegrationConfigVersion.cmake
-qt6/lib/cmake/Qt6EglFSDeviceIntegration/Qt6EglFSDeviceIntegrationDependencies.cmake
-qt6/lib/cmake/Qt6EglFSDeviceIntegration/Qt6EglFSDeviceIntegrationTargets-release.cmake
-qt6/lib/cmake/Qt6EglFSDeviceIntegration/Qt6EglFSDeviceIntegrationTargets.cmake
-qt6/lib/cmake/Qt6EglFSDeviceIntegration/Qt6EglFSDeviceIntegrationVersionlessTargets.cmake
-qt6/lib/cmake/Qt6EglFsKmsGbmSupport/Qt6EglFsKmsGbmSupportAdditionalTargetInfo.cmake
-qt6/lib/cmake/Qt6EglFsKmsGbmSupport/Qt6EglFsKmsGbmSupportConfig.cmake
-qt6/lib/cmake/Qt6EglFsKmsGbmSupport/Qt6EglFsKmsGbmSupportConfigVersion.cmake
-qt6/lib/cmake/Qt6EglFsKmsGbmSupport/Qt6EglFsKmsGbmSupportDependencies.cmake
-qt6/lib/cmake/Qt6EglFsKmsGbmSupport/Qt6EglFsKmsGbmSupportTargets-release.cmake
-qt6/lib/cmake/Qt6EglFsKmsGbmSupport/Qt6EglFsKmsGbmSupportTargets.cmake
-qt6/lib/cmake/Qt6EglFsKmsGbmSupport/Qt6EglFsKmsGbmSupportVersionlessTargets.cmake
-qt6/lib/cmake/Qt6EglFsKmsSupport/Qt6EglFsKmsSupportAdditionalTargetInfo.cmake
-qt6/lib/cmake/Qt6EglFsKmsSupport/Qt6EglFsKmsSupportConfig.cmake
-qt6/lib/cmake/Qt6EglFsKmsSupport/Qt6EglFsKmsSupportConfigVersion.cmake
-qt6/lib/cmake/Qt6EglFsKmsSupport/Qt6EglFsKmsSupportDependencies.cmake
-qt6/lib/cmake/Qt6EglFsKmsSupport/Qt6EglFsKmsSupportTargets-release.cmake
-qt6/lib/cmake/Qt6EglFsKmsSupport/Qt6EglFsKmsSupportTargets.cmake
-qt6/lib/cmake/Qt6EglFsKmsSupport/Qt6EglFsKmsSupportVersionlessTargets.cmake
-qt6/lib/cmake/Qt6FbSupport/Qt6FbSupportAdditionalTargetInfo.cmake
-qt6/lib/cmake/Qt6FbSupport/Qt6FbSupportConfig.cmake
-qt6/lib/cmake/Qt6FbSupport/Qt6FbSupportConfigVersion.cmake
-qt6/lib/cmake/Qt6FbSupport/Qt6FbSupportDependencies.cmake
-qt6/lib/cmake/Qt6FbSupport/Qt6FbSupportTargets-release.cmake
-qt6/lib/cmake/Qt6FbSupport/Qt6FbSupportTargets.cmake
-qt6/lib/cmake/Qt6FbSupport/Qt6FbSupportVersionlessTargets.cmake
+qt6/lib/cmake/Qt6DeviceDiscoverySupportPrivate/Qt6DeviceDiscoverySupportPrivateAdditionalTargetInfo.cmake
+qt6/lib/cmake/Qt6DeviceDiscoverySupportPrivate/Qt6DeviceDiscoverySupportPrivateConfig.cmake
+qt6/lib/cmake/Qt6DeviceDiscoverySupportPrivate/Qt6DeviceDiscoverySupportPrivateConfigVersion.cmake
+qt6/lib/cmake/Qt6DeviceDiscoverySupportPrivate/Qt6DeviceDiscoverySupportPrivateDependencies.cmake
+qt6/lib/cmake/Qt6DeviceDiscoverySupportPrivate/Qt6DeviceDiscoverySupportPrivateTargets-release.cmake
+qt6/lib/cmake/Qt6DeviceDiscoverySupportPrivate/Qt6DeviceDiscoverySupportPrivateTargets.cmake
+qt6/lib/cmake/Qt6DeviceDiscoverySupportPrivate/Qt6DeviceDiscoverySupportPrivateVersionlessTargets.cmake
+qt6/lib/cmake/Qt6EglFSDeviceIntegrationPrivate/Qt6EglFSDeviceIntegrationPrivateAdditionalTargetInfo.cmake
+qt6/lib/cmake/Qt6EglFSDeviceIntegrationPrivate/Qt6EglFSDeviceIntegrationPrivateConfig.cmake
+qt6/lib/cmake/Qt6EglFSDeviceIntegrationPrivate/Qt6EglFSDeviceIntegrationPrivateConfigVersion.cmake
+qt6/lib/cmake/Qt6EglFSDeviceIntegrationPrivate/Qt6EglFSDeviceIntegrationPrivateDependencies.cmake
+qt6/lib/cmake/Qt6EglFSDeviceIntegrationPrivate/Qt6EglFSDeviceIntegrationPrivateTargets-release.cmake
+qt6/lib/cmake/Qt6EglFSDeviceIntegrationPrivate/Qt6EglFSDeviceIntegrationPrivateTargets.cmake
+qt6/lib/cmake/Qt6EglFSDeviceIntegrationPrivate/Qt6EglFSDeviceIntegrationPrivateVersionlessTargets.cmake
+qt6/lib/cmake/Qt6EglFsKmsGbmSupportPrivate/Qt6EglFsKmsGbmSupportPrivateAdditionalTargetInfo.cmake
+qt6/lib/cmake/Qt6EglFsKmsGbmSupportPrivate/Qt6EglFsKmsGbmSupportPrivateConfig.cmake
+qt6/lib/cmake/Qt6EglFsKmsGbmSupportPrivate/Qt6EglFsKmsGbmSupportPrivateConfigVersion.cmake
+qt6/lib/cmake/Qt6EglFsKmsGbmSupportPrivate/Qt6EglFsKmsGbmSupportPrivateDependencies.cmake
+qt6/lib/cmake/Qt6EglFsKmsGbmSupportPrivate/Qt6EglFsKmsGbmSupportPrivateTargets-release.cmake
+qt6/lib/cmake/Qt6EglFsKmsGbmSupportPrivate/Qt6EglFsKmsGbmSupportPrivateTargets.cmake
+qt6/lib/cmake/Qt6EglFsKmsGbmSupportPrivate/Qt6EglFsKmsGbmSupportPrivateVersionlessTargets.cmake
+qt6/lib/cmake/Qt6EglFsKmsSupportPrivate/Qt6EglFsKmsSupportPrivateAdditionalTargetInfo.cmake
+qt6/lib/cmake/Qt6EglFsKmsSupportPrivate/Qt6EglFsKmsSupportPrivateConfig.cmake
+qt6/lib/cmake/Qt6EglFsKmsSupportPrivate/Qt6EglFsKmsSupportPrivateConfigVersion.cmake
+qt6/lib/cmake/Qt6EglFsKmsSupportPrivate/Qt6EglFsKmsSupportPrivateDependencies.cmake
+qt6/lib/cmake/Qt6EglFsKmsSupportPrivate/Qt6EglFsKmsSupportPrivateTargets-release.cmake
+qt6/lib/cmake/Qt6EglFsKmsSupportPrivate/Qt6EglFsKmsSupportPrivateTargets.cmake
+qt6/lib/cmake/Qt6EglFsKmsSupportPrivate/Qt6EglFsKmsSupportPrivateVersionlessTargets.cmake
+qt6/lib/cmake/Qt6FbSupportPrivate/Qt6FbSupportPrivateAdditionalTargetInfo.cmake
+qt6/lib/cmake/Qt6FbSupportPrivate/Qt6FbSupportPrivateConfig.cmake
+qt6/lib/cmake/Qt6FbSupportPrivate/Qt6FbSupportPrivateConfigVersion.cmake
+qt6/lib/cmake/Qt6FbSupportPrivate/Qt6FbSupportPrivateDependencies.cmake
+qt6/lib/cmake/Qt6FbSupportPrivate/Qt6FbSupportPrivateTargets-release.cmake
+qt6/lib/cmake/Qt6FbSupportPrivate/Qt6FbSupportPrivateTargets.cmake
+qt6/lib/cmake/Qt6FbSupportPrivate/Qt6FbSupportPrivateVersionlessTargets.cmake
 qt6/lib/cmake/Qt6Gui/Qt6GuiAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake
 qt6/lib/cmake/Qt6Gui/Qt6GuiConfigVersion.cmake
@@ -2817,7 +2827,6 @@ 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/Qt6QEglFSEmulatorIntegrationPluginDependencies.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEglFSEmulatorIntegrationPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEglFSEmulatorIntegrationPluginTargets.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEglFSIntegrationPluginAdditionalTargetInfo.cmake
@@ -2828,19 +2837,16 @@ 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/Qt6QEglFSKmsEglDeviceIntegrationPluginDependencies.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/Qt6QEglFSKmsGbmIntegrationPluginDependencies.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/Qt6QEglFSX11IntegrationPluginDependencies.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEglFSX11IntegrationPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QEglFSX11IntegrationPluginTargets.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QGifPluginAdditionalTargetInfo.cmake
@@ -2866,7 +2872,6 @@ ${PLIST.dbus}qt6/lib/cmake/Qt6Gui/Qt6QIbusPlatformInputContextPluginTargets.cmak
 qt6/lib/cmake/Qt6Gui/Qt6QJpegPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QJpegPluginConfig.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QJpegPluginConfigVersion.cmake
-qt6/lib/cmake/Qt6Gui/Qt6QJpegPluginDependencies.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QJpegPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QJpegPluginTargets.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QMinimalEglIntegrationPluginAdditionalTargetInfo.cmake
@@ -2922,20 +2927,20 @@ qt6/lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets-release.cmake
 qt6/lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets.cmake
 qt6/lib/cmake/Qt6GuiTools/Qt6GuiToolsVersionlessTargets.cmake
 qt6/lib/cmake/Qt6HostInfo/Qt6HostInfoConfig.cmake
-qt6/lib/cmake/Qt6InputSupport/Qt6InputSupportAdditionalTargetInfo.cmake
-qt6/lib/cmake/Qt6InputSupport/Qt6InputSupportConfig.cmake
-qt6/lib/cmake/Qt6InputSupport/Qt6InputSupportConfigVersion.cmake
-qt6/lib/cmake/Qt6InputSupport/Qt6InputSupportDependencies.cmake
-qt6/lib/cmake/Qt6InputSupport/Qt6InputSupportTargets-release.cmake
-qt6/lib/cmake/Qt6InputSupport/Qt6InputSupportTargets.cmake
-qt6/lib/cmake/Qt6InputSupport/Qt6InputSupportVersionlessTargets.cmake
-qt6/lib/cmake/Qt6KmsSupport/Qt6KmsSupportAdditionalTargetInfo.cmake
-qt6/lib/cmake/Qt6KmsSupport/Qt6KmsSupportConfig.cmake
-qt6/lib/cmake/Qt6KmsSupport/Qt6KmsSupportConfigVersion.cmake
-qt6/lib/cmake/Qt6KmsSupport/Qt6KmsSupportDependencies.cmake
-qt6/lib/cmake/Qt6KmsSupport/Qt6KmsSupportTargets-release.cmake
-qt6/lib/cmake/Qt6KmsSupport/Qt6KmsSupportTargets.cmake
-qt6/lib/cmake/Qt6KmsSupport/Qt6KmsSupportVersionlessTargets.cmake
+qt6/lib/cmake/Qt6InputSupportPrivate/Qt6InputSupportPrivateAdditionalTargetInfo.cmake
+qt6/lib/cmake/Qt6InputSupportPrivate/Qt6InputSupportPrivateConfig.cmake
+qt6/lib/cmake/Qt6InputSupportPrivate/Qt6InputSupportPrivateConfigVersion.cmake
+qt6/lib/cmake/Qt6InputSupportPrivate/Qt6InputSupportPrivateDependencies.cmake
+qt6/lib/cmake/Qt6InputSupportPrivate/Qt6InputSupportPrivateTargets-release.cmake
+qt6/lib/cmake/Qt6InputSupportPrivate/Qt6InputSupportPrivateTargets.cmake
+qt6/lib/cmake/Qt6InputSupportPrivate/Qt6InputSupportPrivateVersionlessTargets.cmake
+qt6/lib/cmake/Qt6KmsSupportPrivate/Qt6KmsSupportPrivateAdditionalTargetInfo.cmake
+qt6/lib/cmake/Qt6KmsSupportPrivate/Qt6KmsSupportPrivateConfig.cmake
+qt6/lib/cmake/Qt6KmsSupportPrivate/Qt6KmsSupportPrivateConfigVersion.cmake
+qt6/lib/cmake/Qt6KmsSupportPrivate/Qt6KmsSupportPrivateDependencies.cmake
+qt6/lib/cmake/Qt6KmsSupportPrivate/Qt6KmsSupportPrivateTargets-release.cmake
+qt6/lib/cmake/Qt6KmsSupportPrivate/Qt6KmsSupportPrivateTargets.cmake
+qt6/lib/cmake/Qt6KmsSupportPrivate/Qt6KmsSupportPrivateVersionlessTargets.cmake
 qt6/lib/cmake/Qt6Network/Qt6NetworkAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Network/Qt6NetworkConfig.cmake
 qt6/lib/cmake/Qt6Network/Qt6NetworkConfigVersion.cmake
@@ -2943,6 +2948,16 @@ qt6/lib/cmake/Qt6Network/Qt6NetworkDependencies.cmake
 qt6/lib/cmake/Qt6Network/Qt6NetworkTargets-release.cmake
 qt6/lib/cmake/Qt6Network/Qt6NetworkTargets.cmake
 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/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/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
@@ -3003,13 +3018,13 @@ qt6/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsDependencies.cmake
 qt6/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsTargets-release.cmake
 qt6/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsTargets.cmake
 qt6/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsVersionlessTargets.cmake
-qt6/lib/cmake/Qt6XcbQpa/Qt6XcbQpaAdditionalTargetInfo.cmake
-qt6/lib/cmake/Qt6XcbQpa/Qt6XcbQpaConfig.cmake
-qt6/lib/cmake/Qt6XcbQpa/Qt6XcbQpaConfigVersion.cmake
-qt6/lib/cmake/Qt6XcbQpa/Qt6XcbQpaDependencies.cmake
-qt6/lib/cmake/Qt6XcbQpa/Qt6XcbQpaTargets-release.cmake
-qt6/lib/cmake/Qt6XcbQpa/Qt6XcbQpaTargets.cmake
-qt6/lib/cmake/Qt6XcbQpa/Qt6XcbQpaVersionlessTargets.cmake
+qt6/lib/cmake/Qt6XcbQpaPrivate/Qt6XcbQpaPrivateAdditionalTargetInfo.cmake
+qt6/lib/cmake/Qt6XcbQpaPrivate/Qt6XcbQpaPrivateConfig.cmake
+qt6/lib/cmake/Qt6XcbQpaPrivate/Qt6XcbQpaPrivateConfigVersion.cmake
+qt6/lib/cmake/Qt6XcbQpaPrivate/Qt6XcbQpaPrivateDependencies.cmake
+qt6/lib/cmake/Qt6XcbQpaPrivate/Qt6XcbQpaPrivateTargets-release.cmake
+qt6/lib/cmake/Qt6XcbQpaPrivate/Qt6XcbQpaPrivateTargets.cmake
+qt6/lib/cmake/Qt6XcbQpaPrivate/Qt6XcbQpaPrivateVersionlessTargets.cmake
 qt6/lib/cmake/Qt6Xml/Qt6XmlAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Xml/Qt6XmlConfig.cmake
 qt6/lib/cmake/Qt6Xml/Qt6XmlConfigVersion.cmake
@@ -3089,9 +3104,26 @@ qt6/lib/libQt6Xml.prl
 qt6/lib/libQt6Xml.so
 qt6/lib/libQt6Xml.so.6
 qt6/lib/libQt6Xml.so.${PKGVERSION}
+qt6/lib/metatypes/qt6concurrent_release_metatypes.json
 qt6/lib/metatypes/qt6core_release_metatypes.json
+qt6/lib/metatypes/qt6dbus_release_metatypes.json
+qt6/lib/metatypes/qt6devicediscoverysupportprivate_release_metatypes.json
+qt6/lib/metatypes/qt6eglfsdeviceintegrationprivate_release_metatypes.json
+qt6/lib/metatypes/qt6eglfskmsgbmsupportprivate_release_metatypes.json
+qt6/lib/metatypes/qt6eglfskmssupportprivate_release_metatypes.json
+qt6/lib/metatypes/qt6fbsupportprivate_release_metatypes.json
 qt6/lib/metatypes/qt6gui_release_metatypes.json
+qt6/lib/metatypes/qt6inputsupportprivate_release_metatypes.json
+qt6/lib/metatypes/qt6kmssupportprivate_release_metatypes.json
+qt6/lib/metatypes/qt6network_release_metatypes.json
+qt6/lib/metatypes/qt6opengl_release_metatypes.json
+qt6/lib/metatypes/qt6openglwidgets_release_metatypes.json
+qt6/lib/metatypes/qt6printsupport_release_metatypes.json
+qt6/lib/metatypes/qt6sql_release_metatypes.json
+qt6/lib/metatypes/qt6test_release_metatypes.json
 qt6/lib/metatypes/qt6widgets_release_metatypes.json
+qt6/lib/metatypes/qt6xcbqpaprivate_release_metatypes.json
+qt6/lib/metatypes/qt6xml_release_metatypes.json
 qt6/libexec/android_emulator_launcher.sh
 qt6/libexec/cmake_automoc_parser
 qt6/libexec/ensure_pro_file.cmake
@@ -3607,14 +3639,14 @@ qt6/mkspecs/win32-msvc/qplatformdefs.h
 qt6/modules/Concurrent.json
 qt6/modules/Core.json
 ${PLIST.dbus}qt6/modules/DBus.json
-qt6/modules/DeviceDiscoverySupport.json
-qt6/modules/EglFSDeviceIntegration.json
-qt6/modules/EglFsKmsGbmSupport.json
-qt6/modules/EglFsKmsSupport.json
-qt6/modules/FbSupport.json
+qt6/modules/DeviceDiscoverySupportPrivate.json
+qt6/modules/EglFSDeviceIntegrationPrivate.json
+qt6/modules/EglFsKmsGbmSupportPrivate.json
+qt6/modules/EglFsKmsSupportPrivate.json
+qt6/modules/FbSupportPrivate.json
 qt6/modules/Gui.json
-qt6/modules/InputSupport.json
-qt6/modules/KmsSupport.json
+qt6/modules/InputSupportPrivate.json
+qt6/modules/KmsSupportPrivate.json
 qt6/modules/Network.json
 qt6/modules/OpenGL.json
 qt6/modules/OpenGLWidgets.json
@@ -3622,7 +3654,7 @@ qt6/modules/PrintSupport.json
 qt6/modules/Sql.json
 qt6/modules/Test.json
 qt6/modules/Widgets.json
-qt6/modules/XcbQpa.json
+qt6/modules/XcbQpaPrivate.json
 qt6/modules/Xml.json
 qt6/plugins/egldeviceintegrations/libqeglfs-emu-integration.so
 qt6/plugins/egldeviceintegrations/libqeglfs-kms-egldevice-integration.so
@@ -3644,7 +3676,10 @@ ${PLIST.gtk3}qt6/plugins/platformthemes/libqgtk3.so
 ${PLIST.dbus}qt6/plugins/platformthemes/libqxdgdesktopportal.so
 ${PLIST.cups}qt6/plugins/printsupport/libcupsprintersupport.so
 qt6/plugins/sqldrivers/libqsqlite.so
+qt6/plugins/tls/libqcertonlybackend.so
+qt6/plugins/tls/libqopensslbackend.so
 qt6/plugins/xcbglintegrations/libqxcb-egl-integration.so
 qt6/plugins/xcbglintegrations/libqxcb-glx-integration.so
 @pkgdir qt6/lib/cmake/Qt6/macos
+@pkgdir qt6/lib/cmake/Qt6/ios
 @pkgdir qt6/lib/cmake/Qt6/QtBuildInternals/QtStandaloneTestTemplateProject
diff --git a/qt6-qtbase/distinfo b/qt6-qtbase/distinfo
index 46e15952d2..8c9cca0bda 100644
--- a/qt6-qtbase/distinfo
+++ b/qt6-qtbase/distinfo
@@ -1,37 +1,23 @@
 $NetBSD$
 
-SHA1 (qtbase-everywhere-src-6.1.3.tar.xz) = 61d6aa2fcfa332aa13717682d0b940bee53125b2
-RMD160 (qtbase-everywhere-src-6.1.3.tar.xz) = 2fff92042e57d099386bcef9f5428ed9a07c9374
-SHA512 (qtbase-everywhere-src-6.1.3.tar.xz) = 637f7110a13a7f6bff4124904681f6987ae5d8876f0c2f122ba5e13383698dfd91f9df2b20110054267a8c6e1f69ae2c7d7fc2a08281a041afaa0a7713ce701b
-Size (qtbase-everywhere-src-6.1.3.tar.xz) = 46558228 bytes
-SHA1 (patch-cmake_FindGSSAPI.cmake) = 6ff305c475a874d8647f2f556d64250a77a9664b
-SHA1 (patch-cmake_QtBuild.cmake) = 9e51c025686de3b1a383056eb6c61b0884349b57
+SHA1 (qtbase-everywhere-src-6.2.0.tar.xz) = 7e74a26b50e111fa9f0046e77db5836dede7ff34
+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
+SHA1 (patch-cmake_FindGSSAPI.cmake) = bb6a10dda1686312d48d09d3ba5fe132b1c60c6e
 SHA1 (patch-cmake_QtFeature.cmake) = 14f2f760c1e603b80fa14699e91240e8fcd699d3
-SHA1 (patch-cmake_QtPlatformSupport.cmake) = 656067b74fd8e44f0a225710613fa595accf8fd7
-SHA1 (patch-cmake_QtProcessConfigureArgs.cmake) = bc071cc80001c2cb5bf7ba205df6d9ba769ab16f
-SHA1 (patch-configure.cmake) = b2f0982b9b097f3c25a57c690a264ad0765d36fc
+SHA1 (patch-cmake_QtProcessConfigureArgs.cmake) = 25833479d9394338f995aa8d2701fdaae1e547b9
 SHA1 (patch-mkspecs_features_qt__module.prf) = a04c4b1fe80250b6b3591f5486ac0fd3b5056c26
 SHA1 (patch-mkspecs_features_toolchain.prf) = 0cf13cb6e859dd6276954239b91953e557add515
 SHA1 (patch-qmake_generators_makefile.cpp) = 1bca636dc88f258876df54bd0c6c64114fa7411d
 SHA1 (patch-qmake_generators_unix_unixmake2.cpp) = 6ea4efd2ce88d7cf3c73e1dc2cdf984fe3b6af04
-SHA1 (patch-src_corelib_CMakeLists.txt) = 71ea3249e3da335d58815372293aa4aa63f18c02
-SHA1 (patch-src_corelib_configure.json) = 7a83a356330e602cbc65256dd345a107004a67cb
-SHA1 (patch-src_corelib_global_qconfig-bootstrapped.h) = 3db71f61e51cdd71f01ad1e580e89367fc179c7c
 SHA1 (patch-src_corelib_global_qglobal.cpp) = 6368692c2d5d64633d956a89c6b4607667c121a7
 SHA1 (patch-src_corelib_io_qstandardpaths_unix.cpp) = b12a41da19b25e34e12fdf80714a37e8c46278f9
 SHA1 (patch-src_corelib_io_qstorageinfo_unix.cpp) = 9919194e9f6b47f1f311b8f8223a6a7519152073
 SHA1 (patch-src_corelib_qt__cmdline.cmake) = 25fe89821ba1e1323edae87ca1ee0bd5ccf0e407
-SHA1 (patch-src_corelib_thread_qmutex__p.h) = 093089b8a37baa3071257c99bbde5f6295bd2eec
+SHA1 (patch-src_corelib_thread_qmutex__p.h) = 47047f5af4383b622c59c3969145e44c6ac4bf18
 SHA1 (patch-src_corelib_thread_qwaitcondition__unix.cpp) = 9dffdbfc81bc7d3259020cd32b4039b7be6ee2bd
-SHA1 (patch-src_gui_CMakeLists.txt) = 927c4fe13b26a0800d2b08299b01b1fed3b6c51f
-SHA1 (patch-src_gui_configure.cmake) = 11cdf5ba1b0628a3b6efebd8293658f1e7fc45fd
-SHA1 (patch-src_gui_kernel_qopenglcontext__platform.h) = 13f6c1c91f1ad3ca5a5090fd21d01f8e0c887251
-SHA1 (patch-src_gui_kernel_qplatformopenglcontext.h) = adbdbb18e2a6699454c042d4b1232a56eb35d1ab
-SHA1 (patch-src_gui_platform_unix_qunixnativeinterface.cpp) = 7bc8bd78c6c6f4ec70526f2efaff2551acb3697a
-SHA1 (patch-src_gui_text_qtextmarkdownimporter.cpp) = 64d74c8a7965687a833620b641253f3b94990f5e
-SHA1 (patch-src_network_CMakeLists.txt) = 51f8d137b821e243de45c6c36c0bc7a64dedc19a
-SHA1 (patch-src_network_configure.cmake) = 813d2418960cea75c593b49a4e632b7eb3b1d59f
-SHA1 (patch-src_network_kernel_qnetworkinterface__unix.cpp) = 2c5569eb2ba19999eb62e4fdb54f347c88f6e6a5
+SHA1 (patch-src_network_configure.cmake) = 4b6af179b9d22636313b61f9ade8871f8f595daa
 SHA1 (patch-src_plugins_platforms_cocoa_qiosurfacegraphicsbuffer.mm) = 01afb2aef1d14370308c897c1d077b05c5e3f0a9
 SHA1 (patch-src_plugins_platforms_xcb_qxcbatom.cpp) = abbd0b04b881666e82f45adc18e49aafdb43d4be
 SHA1 (patch-src_plugins_platforms_xcb_qxcbconnection__basic.h) = e369001cba31e865adf010ab714ad132b96c1bef
diff --git a/qt6-qtbase/patches/patch-cmake_FindGSSAPI.cmake b/qt6-qtbase/patches/patch-cmake_FindGSSAPI.cmake
index 1d8a1e6d8e..25752eb8c0 100644
--- a/qt6-qtbase/patches/patch-cmake_FindGSSAPI.cmake
+++ b/qt6-qtbase/patches/patch-cmake_FindGSSAPI.cmake
@@ -5,27 +5,27 @@ $NetBSD$
 * look for heimdals gssapi implementation as well
   fixes build where KRB5_TYPE = heimdal, see mk/krb5.buildlink3.mk
 
---- cmake/FindGSSAPI.cmake.orig	2021-02-09 18:01:03.000000000 +0000
+--- cmake/FindGSSAPI.cmake.orig	2021-09-23 07:42:06.000000000 +0000
 +++ cmake/FindGSSAPI.cmake
-@@ -1,15 +1,20 @@
+@@ -1,16 +1,20 @@
  find_package(PkgConfig QUIET)
 -pkg_check_modules(PC_GSSAPI QUIET krb5-gssapi)
-+pkg_search_module(PC_GSSAPI QUIET heimdal-gssapi krb5-gssapi)
++pkg_check_modules(PC_GSSAPI QUIET heimdal-gssapi krb5-gssapi)
  
  find_path(GSSAPI_INCLUDE_DIRS
            NAMES gssapi/gssapi.h
            HINTS ${PC_GSSAPI_INCLUDEDIR}
 -          PATH_SUFFIXES gssapi)
-+          PATH_SUFFIXES 
++          PATH_SUFFIXES
 +          gssapi
-+          krb5 # heimdal
++          krb5 #heimdal
 +)
  
  find_library(GSSAPI_LIBRARIES
               NAMES
               GSS # framework
+              gss # solaris
 -             gssapi_krb5
-+             gss
 +             gssapi # heimdal
 +             gssapi_krb5 # mit krb5
               HINTS ${PC_GSSAPILIBDIR}
diff --git a/qt6-qtbase/patches/patch-cmake_QtBuild.cmake b/qt6-qtbase/patches/patch-cmake_QtBuild.cmake
deleted file mode 100644
index 49fbae58f1..0000000000
--- a/qt6-qtbase/patches/patch-cmake_QtBuild.cmake
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD$
-
-support more pkgsrc platforms
-
---- cmake/QtBuild.cmake.orig	2020-12-04 10:14:27.000000000 +0000
-+++ cmake/QtBuild.cmake
-@@ -303,6 +303,16 @@ elseif(LINUX)
-     elseif(ICC)
-         set(QT_DEFAULT_MKSPEC linux-icc-64)
-     endif()
-+elseif(FREEBSD)
-+    if(CLANG)
-+        set(QT_DEFAULT_MKSPEC freebsd-clang)
-+    else()
-+        set(QT_DEFAULT_MKSPEC freebsd-g++)
-+    endif()
-+elseif(NETBSD)
-+    set(QT_DEFAULT_MKSPEC netbsd-g++)
-+elseif(OPENBSD)
-+    set(QT_DEFAULT_MKSPEC openbsd-g++)
- elseif(ANDROID)
-     if(GCC)
-         set(QT_DEFAULT_MKSPEC android-g++)
diff --git a/qt6-qtbase/patches/patch-cmake_QtPlatformSupport.cmake b/qt6-qtbase/patches/patch-cmake_QtPlatformSupport.cmake
deleted file mode 100644
index 91bdc65a14..0000000000
--- a/qt6-qtbase/patches/patch-cmake_QtPlatformSupport.cmake
+++ /dev/null
@@ -1,37 +0,0 @@
-$NetBSD$
-
-*add Solaris support
-
-* add a common system type for all platforms that support X11
-
-* Fix ICC check, since CMAKE_C_COMPILER can include the whole path to the
-  compiler icc|icl matches directory names that include icl or icc
-
-* Fix QCC check for the same reason as the ICC check
-
---- cmake/QtPlatformSupport.cmake.orig	2021-01-26 18:29:22.000000000 +0000
-+++ cmake/QtPlatformSupport.cmake
-@@ -17,9 +17,12 @@ qt_set01(OPENBSD CMAKE_SYSTEM_NAME STREQ
- qt_set01(FREEBSD CMAKE_SYSTEM_NAME STREQUAL "FreeBSD") # FIXME: How to identify this?
- qt_set01(NETBSD CMAKE_SYSTEM_NAME STREQUAL "NetBSD") # FIXME: How to identify this?
- qt_set01(WASM CMAKE_SYSTEM_NAME STREQUAL "Emscripten")
-+qt_set01(SOLARIS CMAKE_SYSTEM_NAME STREQUAL "SunOS")
- 
- qt_set01(BSD APPLE OR OPENBSD OR FREEBSD OR NETBSD)
- 
-+qt_set01(X11_PLATFORM LINUX OR HPUX OR OPENBSD OR FREEBSD OR NETBSD OR SOLARIS)
-+
- qt_set01(WINRT WIN32 AND CMAKE_VS_PLATFORM_TOOSLET STREQUAL "winrt") # FIXME: How to identify this?
- 
- qt_set01(IOS APPLE AND CMAKE_SYSTEM_NAME STREQUAL "iOS")
-@@ -31,8 +34,8 @@ qt_set01(MACOS APPLE AND NOT UIKIT)
- qt_set01(GCC CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
- qt_set01(CLANG CMAKE_CXX_COMPILER_ID MATCHES "Clang")
- qt_set01(APPLECLANG CMAKE_CXX_COMPILER_ID MATCHES "AppleClang")
--qt_set01(ICC CMAKE_C_COMPILER MATCHES "icc|icl")
--qt_set01(QCC CMAKE_C_COMPILER MATCHES "qcc") # FIXME: How to identify this?
-+qt_set01(ICC CMAKE_CXX_COMPILER_ID MATCHES "Intel")
-+qt_set01(QCC CMAKE_CXX_COMPILER_ID STREQUAL "QCC")
- 
- if(CMAKE_SIZEOF_VOID_P EQUAL 8)
-     set(QT_64BIT TRUE)
diff --git a/qt6-qtbase/patches/patch-cmake_QtProcessConfigureArgs.cmake b/qt6-qtbase/patches/patch-cmake_QtProcessConfigureArgs.cmake
index 8f466815e2..0b83468916 100644
--- a/qt6-qtbase/patches/patch-cmake_QtProcessConfigureArgs.cmake
+++ b/qt6-qtbase/patches/patch-cmake_QtProcessConfigureArgs.cmake
@@ -6,18 +6,18 @@ $NetBSD$
 * add support for avoiding the cmake archiving api using configure since
   libarchive in pkgsrc that cmake uses is built without zstd support
 
---- cmake/QtProcessConfigureArgs.cmake.orig	2021-02-11 10:23:05.000000000 +0000
+--- cmake/QtProcessConfigureArgs.cmake.orig	2021-09-23 07:42:06.000000000 +0000
 +++ cmake/QtProcessConfigureArgs.cmake
-@@ -133,7 +133,7 @@ defstub(qt_feature_definition)
- defstub(qt_find_package)
+@@ -151,7 +151,7 @@ defstub(qt_find_package)
  defstub(set_package_properties)
  defstub(qt_qml_find_python)
+ defstub(qt_set01)
 -
 +defstub(qt_test_lib_target)
  
  ####################################################################################################
  # Define functions/macros that are called in qt_cmdline.cmake files
-@@ -633,6 +633,7 @@ translate_boolean_input(precompile_heade
+@@ -790,6 +790,7 @@ translate_boolean_input(precompile_heade
  translate_boolean_input(ccache QT_USE_CCACHE)
  translate_boolean_input(shared BUILD_SHARED_LIBS)
  translate_boolean_input(warnings_are_errors WARNINGS_ARE_ERRORS)
diff --git a/qt6-qtbase/patches/patch-configure.cmake b/qt6-qtbase/patches/patch-configure.cmake
deleted file mode 100644
index 3032855e44..0000000000
--- a/qt6-qtbase/patches/patch-configure.cmake
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-* turn off reduce locations on solaris since it currently doesn't work
-
---- configure.cmake.orig	2021-01-26 18:29:22.000000000 +0000
-+++ configure.cmake
-@@ -144,7 +144,7 @@ qt_config_linker_supports_flag_test(gdb_
- qt_config_compile_test(reduce_relocations
-     LABEL "-Bsymbolic-functions support"
-     CODE
--"#if !(defined(__i386) || defined(__i386__) || defined(__x86_64) || defined(__x86_64__) || defined(__amd64))
-+"#if !(defined(__i386) || defined(__i386__) || defined(__x86_64) || defined(__x86_64__) || defined(__amd64)) || defined(__sun) || defined(__sun__)
- #  error Symbolic function binding on this architecture may be broken, disabling it (see QTBUG-36129).
- #endif
- 
diff --git a/qt6-qtbase/patches/patch-src_corelib_CMakeLists.txt b/qt6-qtbase/patches/patch-src_corelib_CMakeLists.txt
deleted file mode 100644
index bbd0cb55d2..0000000000
--- a/qt6-qtbase/patches/patch-src_corelib_CMakeLists.txt
+++ /dev/null
@@ -1,40 +0,0 @@
-$NetBSD$
-
-* fix linking on Free and OpenBSD due to missing environ symbol
-
-* get QOperatinSystemVersion using uname on Free and NetBSD
-
-* fix avoiding the cmake archiving api when buildling with make
-
---- src/corelib/CMakeLists.txt.orig	2021-04-30 09:31:33.000000000 +0000
-+++ src/corelib/CMakeLists.txt
-@@ -424,8 +424,9 @@ qt_internal_extend_target(Core CONDITION
-         "/BASE:0x67000000"
- )
- 
--#### Keys ignored in scope 6:.:.:corelib.pro:FREEBSD OR OPENBSD:
--# QMAKE_LFLAGS_NOUNDEF = <EMPTY>
-+if(FREEBSD OR OPENBSD)
-+    target_link_options(Core PRIVATE "LINKER:--warn-unresolved-symbols")
-+endif()
- 
- qt_internal_extend_target(Core CONDITION QT_FEATURE_animation
-     SOURCES
-@@ -1141,7 +1142,8 @@ if(QT_FEATURE_mimetype AND QT_FEATURE_mi
-     include(${CMAKE_CURRENT_SOURCE_DIR}/mimetypes/mimetypes_resources.cmake)
- 
- # Generate qmimeprovider_database.cpp
--    set(qmimeprovider_db_output "${CMAKE_CURRENT_BINARY_DIR}/.rcc/qmimeprovider_database.cpp")
-+    set(qmimeprovider_db_output_dir "${CMAKE_CURRENT_BINARY_DIR}/.rcc")
-+    set(qmimeprovider_db_output "${qmimeprovider_db_output_dir}/qmimeprovider_database.cpp")
-     if(CMAKE_VERSION VERSION_LESS 3.18 OR QT_AVOID_CMAKE_ARCHIVING_API)
-         set(command_args "")
-         set(mime_dir "${CMAKE_CURRENT_SOURCE_DIR}/mimetypes/mime")
-@@ -1150,6 +1152,7 @@ if(QT_FEATURE_mimetype AND QT_FEATURE_mi
-             list(APPEND command_args "${mime_dir}/generate.bat")
-             list(APPEND command_depends "${mime_dir}/generate.bat" "${mime_dir}/hexdump.ps1" )
-         else()
-+            file(MAKE_DIRECTORY ${qmimeprovider_db_output_dir})
-             list(APPEND command_args perl "${mime_dir}/generate.pl" )
-         endif()
- 
diff --git a/qt6-qtbase/patches/patch-src_corelib_configure.json b/qt6-qtbase/patches/patch-src_corelib_configure.json
deleted file mode 100644
index 2dc8785b7a..0000000000
--- a/qt6-qtbase/patches/patch-src_corelib_configure.json
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-src_corelib_configure.json,v 1.2 2020/01/21 20:25:37 adam Exp $
-
-Revert change from 5.12.1 to correctly detect 64-bit atomics.
-
---- src/corelib/configure.json.orig	2019-12-07 06:27:07.000000000 +0000
-+++ src/corelib/configure.json
-@@ -134,6 +134,7 @@
-         "libatomic": {
-             "label": "64 bit atomics",
-             "test": {
-+                "include": [ "atomic", "cstdint" ],
-                 "tail": [
-                     "void test(volatile std::atomic<std::int64_t> &a)",
-                     "{",
-@@ -152,7 +153,6 @@
-                 ],
-                 "qmake": "CONFIG += c++11"
-             },
--            "headers": [ "atomic", "cstdint" ],
-             "sources": [
-                 "",
-                 "-latomic"
diff --git a/qt6-qtbase/patches/patch-src_corelib_global_qconfig-bootstrapped.h b/qt6-qtbase/patches/patch-src_corelib_global_qconfig-bootstrapped.h
deleted file mode 100644
index adf677ecaf..0000000000
--- a/qt6-qtbase/patches/patch-src_corelib_global_qconfig-bootstrapped.h
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD$
-
- getauxval is linux specific but sys/auxv.h is not, solaris has it
-
---- src/corelib/global/qconfig-bootstrapped.h.orig	2021-04-01 08:27:54.537024937 +0000
-+++ src/corelib/global/qconfig-bootstrapped.h
-@@ -88,7 +88,11 @@
- #define QT_FEATURE_datetimeparser -1
- #define QT_FEATURE_easingcurve -1
- #define QT_FEATURE_etw -1
-+#ifdef __linux__
- #define QT_FEATURE_getauxval (__has_include(<sys/auxv.h>) ? 1 : -1)
-+#else
-+#define QT_FEATURE_getauxval -1
-+#endif
- #define QT_FEATURE_getentropy -1
- #define QT_NO_GEOM_VARIANT
- #define QT_FEATURE_hijricalendar -1
diff --git a/qt6-qtbase/patches/patch-src_corelib_thread_qmutex__p.h b/qt6-qtbase/patches/patch-src_corelib_thread_qmutex__p.h
index a49b29c954..0516bf5448 100644
--- a/qt6-qtbase/patches/patch-src_corelib_thread_qmutex__p.h
+++ b/qt6-qtbase/patches/patch-src_corelib_thread_qmutex__p.h
@@ -3,12 +3,12 @@ $NetBSD: patch-src_corelib_thread_qmutex__p.h,v 1.1 2019/04/28 12:46:31 maya Exp
 Avoid using semaphores on netbsd. they're flimsy and sem_init fails
 if you use too many semaphores.
 
---- src/corelib/thread/qmutex_p.h.orig	2019-04-09 09:51:26.000000000 +0000
+--- src/corelib/thread/qmutex_p.h.orig	2021-09-23 07:42:06.000000000 +0000
 +++ src/corelib/thread/qmutex_p.h
-@@ -65,7 +65,7 @@
- #elif defined(Q_OS_LINUX) && !defined(QT_LINUXBASE)
- // use Linux mutexes everywhere except for LSB builds
- #  define QT_LINUX_FUTEX
+@@ -62,7 +62,7 @@
+ 
+ #if defined(Q_OS_MAC)
+ # include <mach/semaphore.h>
 -#elif defined(Q_OS_UNIX)
 +#elif defined(Q_OS_UNIX) && !defined(__NetBSD__)
  # if _POSIX_VERSION-0 >= 200112L || _XOPEN_VERSION-0 >= 600
diff --git a/qt6-qtbase/patches/patch-src_gui_CMakeLists.txt b/qt6-qtbase/patches/patch-src_gui_CMakeLists.txt
deleted file mode 100644
index 7b03fd2776..0000000000
--- a/qt6-qtbase/patches/patch-src_gui_CMakeLists.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-* Fix use of system libmd4c
-
---- src/gui/CMakeLists.txt.orig	2020-12-04 10:14:27.000000000 +0000
-+++ src/gui/CMakeLists.txt
-@@ -682,7 +682,7 @@ qt_internal_extend_target(Gui CONDITION 
- 
- qt_internal_extend_target(Gui CONDITION QT_FEATURE_system_textmarkdownreader AND QT_FEATURE_textmarkdownreader
-     LIBRARIES
--        libmd4c
-+        md4c::md4c
- )
- 
- qt_internal_extend_target(Gui CONDITION QT_FEATURE_textmarkdownreader AND NOT QT_FEATURE_system_textmarkdownreader
diff --git a/qt6-qtbase/patches/patch-src_gui_configure.cmake b/qt6-qtbase/patches/patch-src_gui_configure.cmake
deleted file mode 100644
index 5dad15e959..0000000000
--- a/qt6-qtbase/patches/patch-src_gui_configure.cmake
+++ /dev/null
@@ -1,134 +0,0 @@
-$NetBSD$
-
-* check for X11 libs on all systems that support X11 not just linux
-* make QT_FEATURE_xcb_glx available everywhere so that glx can enabled
-  on other platforms than linux
-* Fix use of system libmd4c
-
---- src/gui/configure.cmake.orig	2021-01-26 18:29:22.000000000 +0000
-+++ src/gui/configure.cmake
-@@ -41,6 +41,7 @@ qt_find_package(gbm PROVIDED_TARGETS gbm
- qt_find_package(WrapSystemHarfbuzz 2.6.0 PROVIDED_TARGETS WrapSystemHarfbuzz::WrapSystemHarfbuzz MODULE_NAME gui QMAKE_LIB harfbuzz)
- qt_find_package(Libinput PROVIDED_TARGETS Libinput::Libinput MODULE_NAME gui QMAKE_LIB libinput)
- qt_find_package(JPEG PROVIDED_TARGETS JPEG::JPEG MODULE_NAME gui QMAKE_LIB libjpeg)
-+qt_find_package(md4c PROVIDED_TARGETS md4c::md4c MODULE_NAME gui QMAKE_LIB libmd4c)
- qt_find_package(WrapSystemPNG PROVIDED_TARGETS WrapSystemPNG::WrapSystemPNG MODULE_NAME gui QMAKE_LIB libpng)
- if(QT_FEATURE_system_zlib)
-     qt_add_qmake_lib_dependency(libpng zlib)
-@@ -53,78 +54,78 @@ qt_find_package(Vulkan PROVIDED_TARGETS 
- if((LINUX) OR QT_FIND_ALL_PACKAGES_ALWAYS)
-     qt_find_package(Wayland PROVIDED_TARGETS Wayland::Server MODULE_NAME gui QMAKE_LIB wayland_server)
- endif()
--if((LINUX) OR QT_FIND_ALL_PACKAGES_ALWAYS)
-+if((X11_PLATFORM) OR QT_FIND_ALL_PACKAGES_ALWAYS)
-     qt_find_package(X11 PROVIDED_TARGETS X11::X11 MODULE_NAME gui QMAKE_LIB xlib)
- endif()
--if((LINUX) OR QT_FIND_ALL_PACKAGES_ALWAYS)
-+if((X11_PLATFORM) OR QT_FIND_ALL_PACKAGES_ALWAYS)
-     qt_find_package(X11 PROVIDED_TARGETS ${X11_SM_LIB} ${X11_ICE_LIB} MODULE_NAME gui QMAKE_LIB x11sm)
- endif()
--if((LINUX) OR QT_FIND_ALL_PACKAGES_ALWAYS)
-+if((X11_PLATFORM) OR QT_FIND_ALL_PACKAGES_ALWAYS)
-     qt_find_package(XCB 1.11 PROVIDED_TARGETS XCB::XCB MODULE_NAME gui QMAKE_LIB xcb)
- endif()
--if((LINUX) OR QT_FIND_ALL_PACKAGES_ALWAYS)
-+if((X11_PLATFORM) OR QT_FIND_ALL_PACKAGES_ALWAYS)
-     qt_find_package(XCB 0.3.9 COMPONENTS ICCCM PROVIDED_TARGETS XCB::ICCCM MODULE_NAME gui QMAKE_LIB xcb_icccm)
- endif()
- qt_add_qmake_lib_dependency(xcb_icccm xcb)
--if((LINUX) OR QT_FIND_ALL_PACKAGES_ALWAYS)
-+if((X11_PLATFORM) OR QT_FIND_ALL_PACKAGES_ALWAYS)
-     qt_find_package(XCB 0.3.9 COMPONENTS IMAGE PROVIDED_TARGETS XCB::IMAGE MODULE_NAME gui QMAKE_LIB xcb_image)
- endif()
- qt_add_qmake_lib_dependency(xcb_image xcb_shm xcb)
--if((LINUX) OR QT_FIND_ALL_PACKAGES_ALWAYS)
-+if((X11_PLATFORM) OR QT_FIND_ALL_PACKAGES_ALWAYS)
-     qt_find_package(XCB 0.3.9 COMPONENTS KEYSYMS PROVIDED_TARGETS XCB::KEYSYMS MODULE_NAME gui QMAKE_LIB xcb_keysyms)
- endif()
- qt_add_qmake_lib_dependency(xcb_keysyms xcb)
--if((LINUX) OR QT_FIND_ALL_PACKAGES_ALWAYS)
-+if((X11_PLATFORM) OR QT_FIND_ALL_PACKAGES_ALWAYS)
-     qt_find_package(XCB 0.3.9 COMPONENTS RENDERUTIL PROVIDED_TARGETS XCB::RENDERUTIL MODULE_NAME gui QMAKE_LIB xcb_renderutil)
- endif()
- qt_add_qmake_lib_dependency(xcb_renderutil xcb xcb_render)
--if((LINUX) OR QT_FIND_ALL_PACKAGES_ALWAYS)
-+if((X11_PLATFORM) OR QT_FIND_ALL_PACKAGES_ALWAYS)
-     qt_find_package(XCB COMPONENTS RANDR PROVIDED_TARGETS XCB::RANDR MODULE_NAME gui QMAKE_LIB xcb_randr)
- endif()
- qt_add_qmake_lib_dependency(xcb_randr xcb)
--if((LINUX) OR QT_FIND_ALL_PACKAGES_ALWAYS)
-+if((X11_PLATFORM) OR QT_FIND_ALL_PACKAGES_ALWAYS)
-     qt_find_package(XCB COMPONENTS SHAPE PROVIDED_TARGETS XCB::SHAPE MODULE_NAME gui QMAKE_LIB xcb_shape)
- endif()
- qt_add_qmake_lib_dependency(xcb_shape xcb)
--if((LINUX) OR QT_FIND_ALL_PACKAGES_ALWAYS)
-+if((X11_PLARFORM) OR QT_FIND_ALL_PACKAGES_ALWAYS)
-     qt_find_package(XCB COMPONENTS SHM PROVIDED_TARGETS XCB::SHM MODULE_NAME gui QMAKE_LIB xcb_shm)
- endif()
- qt_add_qmake_lib_dependency(xcb_shm xcb)
--if((LINUX) OR QT_FIND_ALL_PACKAGES_ALWAYS)
-+if((X11_PLATFORM) OR QT_FIND_ALL_PACKAGES_ALWAYS)
-     qt_find_package(XCB COMPONENTS SYNC PROVIDED_TARGETS XCB::SYNC MODULE_NAME gui QMAKE_LIB xcb_sync)
- endif()
- qt_add_qmake_lib_dependency(xcb_sync xcb)
--if((LINUX) OR QT_FIND_ALL_PACKAGES_ALWAYS)
-+if((X11_PLATFORM) OR QT_FIND_ALL_PACKAGES_ALWAYS)
-     qt_find_package(XCB COMPONENTS XFIXES PROVIDED_TARGETS XCB::XFIXES MODULE_NAME gui QMAKE_LIB xcb_xfixes)
- endif()
- qt_add_qmake_lib_dependency(xcb_xfixes xcb)
--if((LINUX) OR QT_FIND_ALL_PACKAGES_ALWAYS)
-+if((X11_PLATFORM) OR QT_FIND_ALL_PACKAGES_ALWAYS)
-     qt_find_package(X11_XCB PROVIDED_TARGETS X11::XCB MODULE_NAME gui QMAKE_LIB xcb_xlib)
- endif()
- qt_add_qmake_lib_dependency(xcb_xlib xcb xlib)
--if((LINUX) OR QT_FIND_ALL_PACKAGES_ALWAYS)
-+if((X11_PLATFORM) OR QT_FIND_ALL_PACKAGES_ALWAYS)
-     qt_find_package(XCB COMPONENTS XKB PROVIDED_TARGETS XCB::XKB MODULE_NAME gui QMAKE_LIB xcb_xkb)
- endif()
- qt_add_qmake_lib_dependency(xcb_xkb xcb)
--if((LINUX) OR QT_FIND_ALL_PACKAGES_ALWAYS)
-+if((X11_PLATFORM) OR QT_FIND_ALL_PACKAGES_ALWAYS)
-     qt_find_package(XCB COMPONENTS RENDER PROVIDED_TARGETS XCB::RENDER MODULE_NAME gui QMAKE_LIB xcb_render)
- endif()
- qt_add_qmake_lib_dependency(xcb_render xcb)
--if((LINUX) OR QT_FIND_ALL_PACKAGES_ALWAYS)
-+if((X11_PLATFORM) OR QT_FIND_ALL_PACKAGES_ALWAYS)
-     qt_find_package(XCB COMPONENTS GLX PROVIDED_TARGETS XCB::GLX MODULE_NAME gui QMAKE_LIB xcb_glx)
- endif()
- qt_add_qmake_lib_dependency(xcb_glx xcb)
--if((LINUX) OR QT_FIND_ALL_PACKAGES_ALWAYS)
-+if((X11_PLATFORM) OR QT_FIND_ALL_PACKAGES_ALWAYS)
-     qt_find_package(XCB 1.12 COMPONENTS XINPUT PROVIDED_TARGETS XCB::XINPUT MODULE_NAME gui QMAKE_LIB xcb_xinput)
- endif()
- qt_add_qmake_lib_dependency(xcb_xinput xcb)
--if((LINUX) OR QT_FIND_ALL_PACKAGES_ALWAYS)
-+if((X11_PLATFORM) OR QT_FIND_ALL_PACKAGES_ALWAYS)
-     qt_find_package(XKB 0.5.0 PROVIDED_TARGETS XKB::XKB MODULE_NAME gui QMAKE_LIB xkbcommon)
- endif()
--if((LINUX) OR QT_FIND_ALL_PACKAGES_ALWAYS)
-+if((X11_PLATFORM) OR QT_FIND_ALL_PACKAGES_ALWAYS)
-     qt_find_package(XKB_COMMON_X11 0.5.0 PROVIDED_TARGETS PkgConfig::XKB_COMMON_X11 MODULE_NAME gui QMAKE_LIB xkbcommon_x11)
- endif()
--if((LINUX) OR QT_FIND_ALL_PACKAGES_ALWAYS)
-+if((X11_PLATFORM) OR QT_FIND_ALL_PACKAGES_ALWAYS)
-     qt_find_package(XRender 0.6 PROVIDED_TARGETS PkgConfig::XRender MODULE_NAME gui QMAKE_LIB xrender)
- endif()
- qt_add_qmake_lib_dependency(xrender xlib)
-@@ -891,7 +892,7 @@ qt_feature("xcb-glx-plugin" PRIVATE
-     CONDITION QT_FEATURE_xcb_xlib AND QT_FEATURE_opengl AND NOT QT_FEATURE_opengles2
-     EMIT_IF QT_FEATURE_xcb
- )
--qt_feature("xcb-glx" PRIVATE
-+qt_feature("xcb-glx" PUBLIC
-     LABEL "  XCB GLX"
-     CONDITION XCB_GLX_FOUND
-     EMIT_IF QT_FEATURE_xcb AND QT_FEATURE_xcb_glx_plugin
-@@ -957,7 +958,7 @@ qt_feature("textmarkdownreader" PUBLIC
- qt_feature("system-textmarkdownreader" PUBLIC
-     SECTION "Kernel"
-     LABEL "  Using system libmd4c"
--    CONDITION libs.libmd4c OR FIXME
-+    CONDITION QT_FEATURE_textmarkdownreader AND TARGET md4c::md4c
-     ENABLE INPUT_libmd4c STREQUAL 'system'
-     DISABLE INPUT_libmd4c STREQUAL 'qt'
- )
diff --git a/qt6-qtbase/patches/patch-src_gui_kernel_qopenglcontext__platform.h b/qt6-qtbase/patches/patch-src_gui_kernel_qopenglcontext__platform.h
deleted file mode 100644
index 008a7a1f39..0000000000
--- a/qt6-qtbase/patches/patch-src_gui_kernel_qopenglcontext__platform.h
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD$
-
-enable glx when xcb-glx is found not just on linux
-
---- src/gui/kernel/qopenglcontext_platform.h.orig	2020-12-04 10:14:27.000000000 +0000
-+++ src/gui/kernel/qopenglcontext_platform.h
-@@ -50,7 +50,7 @@
- Q_FORWARD_DECLARE_OBJC_CLASS(NSOpenGLContext);
- #endif
- 
--#if defined(Q_OS_LINUX)
-+#if QT_CONFIG(xcb_glx)
- struct __GLXcontextRec; typedef struct __GLXcontextRec *GLXContext;
- #endif
- #if QT_CONFIG(egl)
-@@ -85,7 +85,7 @@ struct Q_GUI_EXPORT QWGLContext
- };
- #endif
- 
--#if defined(Q_OS_LINUX) || defined(Q_CLANG_QDOC)
-+#if QT_CONFIG(xcb_glx) || defined(Q_CLANG_QDOC)
- struct Q_GUI_EXPORT QGLXContext
- {
-     QT_DECLARE_NATIVE_INTERFACE(QGLXContext)
diff --git a/qt6-qtbase/patches/patch-src_gui_kernel_qplatformopenglcontext.h b/qt6-qtbase/patches/patch-src_gui_kernel_qplatformopenglcontext.h
deleted file mode 100644
index 1bd910701e..0000000000
--- a/qt6-qtbase/patches/patch-src_gui_kernel_qplatformopenglcontext.h
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-enable glx when xcb-glx is found not just on linux
-
---- src/gui/kernel/qplatformopenglcontext.h.orig	2020-12-04 10:14:27.000000000 +0000
-+++ src/gui/kernel/qplatformopenglcontext.h
-@@ -127,7 +127,7 @@ struct Q_GUI_EXPORT QWindowsGLIntegratio
- };
- #endif
- 
--#if defined(Q_OS_LINUX)
-+#if QT_CONFIG(xcb_glx)
- struct Q_GUI_EXPORT QGLXIntegration
- {
-     QT_DECLARE_NATIVE_INTERFACE(QGLXIntegration)
diff --git a/qt6-qtbase/patches/patch-src_gui_platform_unix_qunixnativeinterface.cpp b/qt6-qtbase/patches/patch-src_gui_platform_unix_qunixnativeinterface.cpp
deleted file mode 100644
index 498a2a0cad..0000000000
--- a/qt6-qtbase/patches/patch-src_gui_platform_unix_qunixnativeinterface.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-enable glx when xcb_glx is available not just on linux
-
---- src/gui/platform/unix/qunixnativeinterface.cpp.orig	2020-12-30 22:09:23.903201486 +0000
-+++ src/gui/platform/unix/qunixnativeinterface.cpp
-@@ -55,7 +55,7 @@ using namespace QNativeInterface::Privat
- 
- #ifndef QT_NO_OPENGL
- 
--#if defined(Q_OS_LINUX)
-+#if QT_CONFIG(xcb_glx)
- 
- /*!
-     \class QNativeInterface::QGLXContext
diff --git a/qt6-qtbase/patches/patch-src_gui_text_qtextmarkdownimporter.cpp b/qt6-qtbase/patches/patch-src_gui_text_qtextmarkdownimporter.cpp
deleted file mode 100644
index ee185b0992..0000000000
--- a/qt6-qtbase/patches/patch-src_gui_text_qtextmarkdownimporter.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-* use system libmd4c
-
---- src/gui/text/qtextmarkdownimporter.cpp.orig	2021-01-11 17:46:02.695729653 +0000
-+++ src/gui/text/qtextmarkdownimporter.cpp
-@@ -48,7 +48,7 @@
- #include <QTextDocumentFragment>
- #include <QTextList>
- #include <QTextTable>
--#include "../../3rdparty/md4c/md4c.h"
-+#include <md4c.h>
- 
- QT_BEGIN_NAMESPACE
- 
diff --git a/qt6-qtbase/patches/patch-src_network_CMakeLists.txt b/qt6-qtbase/patches/patch-src_network_CMakeLists.txt
deleted file mode 100644
index 847976dab5..0000000000
--- a/qt6-qtbase/patches/patch-src_network_CMakeLists.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD$
-
-* add libraries needed for networking on solaris
-
---- src/network/CMakeLists.txt.orig	2021-01-26 18:29:22.000000000 +0000
-+++ src/network/CMakeLists.txt
-@@ -430,3 +430,5 @@ qt_internal_add_docs(Network
- qt_internal_extend_target(Network CONDITION WIN32 PUBLIC_LIBRARIES ws2_32) # special case: mkspecs/common/msvc-desktop.conf
- 
- qt_internal_extend_target(Network CONDITION QNX PUBLIC_LIBRARIES socket) # special case: mkspecs/common/qcc-base-qnx.conf
-+
-+qt_internal_extend_target(Network CONDITION SOLARIS PUBLIC_LIBRARIES socket nsl)
diff --git a/qt6-qtbase/patches/patch-src_network_configure.cmake b/qt6-qtbase/patches/patch-src_network_configure.cmake
index 7c32fa49cd..fa41670113 100644
--- a/qt6-qtbase/patches/patch-src_network_configure.cmake
+++ b/qt6-qtbase/patches/patch-src_network_configure.cmake
@@ -2,30 +2,29 @@ $NetBSD$
 
 * add libraries needed for networking on solaris
 
---- src/network/configure.cmake.orig	2021-01-26 18:29:22.000000000 +0000
+--- src/network/configure.cmake.orig	2021-09-23 07:42:06.000000000 +0000
 +++ src/network/configure.cmake
-@@ -9,6 +9,8 @@
- qt_find_package(WrapBrotli PROVIDED_TARGETS WrapBrotli::WrapBrotliDec MODULE_NAME network QMAKE_LIB brotli)
- qt_find_package(Libproxy PROVIDED_TARGETS PkgConfig::Libproxy MODULE_NAME network QMAKE_LIB libproxy)
- qt_find_package(WrapOpenSSLHeaders PROVIDED_TARGETS WrapOpenSSLHeaders::WrapOpenSSLHeaders MODULE_NAME network QMAKE_LIB openssl/nolink)
+@@ -56,13 +56,14 @@ SSL_free(SSL_new(0));
+ ")
+ 
+ qt_find_package(GSSAPI PROVIDED_TARGETS GSSAPI::GSSAPI MODULE_NAME network QMAKE_LIB gssapi)
+-
 +qt_test_lib_target(TARGET QtTEST::needed_network_libs LIBS socket nsl)
-+
- # openssl_headers
- qt_config_compile_test(openssl_headers
-     LIBRARIES
-@@ -66,6 +68,7 @@ qt_find_package(GSSAPI PROVIDED_TARGETS
+ 
+ #### Tests
+ 
  # getifaddrs
  qt_config_compile_test(getifaddrs
      LABEL "getifaddrs()"
 +    LIBRARIES QtTEST::needed_network_libs
      CODE
- "
- #include <sys/types.h>
-@@ -89,6 +92,7 @@ freeifaddrs(list);
+ "#include <sys/types.h>
+ #include <sys/socket.h>
+@@ -100,6 +101,7 @@ req.ifr_index = 0;
  # ipv6ifname
  qt_config_compile_test(ipv6ifname
      LABEL "IPv6 ifname"
 +    LIBRARIES QtTEST::needed_network_libs
      CODE
- "
- #include <sys/types.h>
+ "#include <sys/types.h>
+ #include <sys/socket.h>
diff --git a/qt6-qtbase/patches/patch-src_network_kernel_qnetworkinterface__unix.cpp b/qt6-qtbase/patches/patch-src_network_kernel_qnetworkinterface__unix.cpp
deleted file mode 100644
index 4bad1c89c8..0000000000
--- a/qt6-qtbase/patches/patch-src_network_kernel_qnetworkinterface__unix.cpp
+++ /dev/null
@@ -1,44 +0,0 @@
-$NetBSD: patch-src_network_kernel_qnetworkinterface__unix.cpp,v 1.1 2018/01/31 12:36:57 jperkin Exp $
-
-Support ifr_index.
-
---- src/network/kernel/qnetworkinterface_unix.cpp.orig	2017-11-30 13:49:46.000000000 +0000
-+++ src/network/kernel/qnetworkinterface_unix.cpp
-@@ -136,7 +136,11 @@ uint QNetworkInterfaceManager::interface
- 
-     uint id = 0;
-     if (qt_safe_ioctl(socket, SIOCGIFINDEX, &req) >= 0)
-+#ifdef ifr_ifindex
-         id = req.ifr_ifindex;
-+#else
-+        id = req.ifr_index;
-+#endif
-     qt_safe_close(socket);
-     return id;
- #else
-@@ -155,7 +159,11 @@ QString QNetworkInterfaceManager::interf
-     int socket = qt_safe_socket(AF_INET, SOCK_STREAM, 0);
-     if (socket >= 0) {
-         memset(&req, 0, sizeof(ifreq));
-+#ifdef ifr_ifindex
-         req.ifr_ifindex = index;
-+#else
-+        req.ifr_index = index;
-+#endif
- 
-         if (qt_safe_ioctl(socket, SIOCGIFNAME, &req) >= 0) {
-             qt_safe_close(socket);
-@@ -232,10 +240,10 @@ static QNetworkInterfacePrivate *findInt
-     // Get the interface index
- #  ifdef SIOCGIFINDEX
-     if (qt_safe_ioctl(socket, SIOCGIFINDEX, &req) >= 0)
--#    if defined(Q_OS_HAIKU)
--        ifindex = req.ifr_index;
--#    else
-+#    ifdef ifr_ifindex
-         ifindex = req.ifr_ifindex;
-+#    else
-+        ifindex = req.ifr_index;
- #    endif
- #  else
-     ifindex = if_nametoindex(req.ifr_name);
diff --git a/qt6-qtcharts/Makefile b/qt6-qtcharts/Makefile
index 3bfe469854..6179af6c26 100644
--- a/qt6-qtcharts/Makefile
+++ b/qt6-qtcharts/Makefile
@@ -9,4 +9,5 @@ CATEGORIES=	x11
 
 .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 7415a5fbc6..5966b5ae47 100644
--- a/qt6-qtcharts/PLIST
+++ b/qt6-qtcharts/PLIST
@@ -26,6 +26,8 @@ qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/chartbarcategoryaxisx_p.h
 qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/chartbarcategoryaxisy_p.h
 qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/chartcategoryaxisx_p.h
 qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/chartcategoryaxisy_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/chartcoloraxisx_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/chartcoloraxisy_p.h
 qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/chartconfig_p.h
 qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/chartdataset_p.h
 qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/chartdatetimeaxisx_p.h
@@ -51,25 +53,6 @@ qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/charttitle_p.h
 qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/chartvalueaxisx_p.h
 qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/chartvalueaxisy_p.h
 qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/datetimeaxislabel_p.h
-qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/declarativeabstractrendernode_p.h
-qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/declarativeareaseries_p.h
-qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/declarativeaxes_p.h
-qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/declarativebarseries_p.h
-qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/declarativeboxplotseries_p.h
-qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/declarativecandlestickseries_p.h
-qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/declarativecategoryaxis_p.h
-qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/declarativechart_p.h
-qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/declarativechartglobal_p.h
-qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/declarativechartnode_p.h
-qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/declarativelineseries_p.h
-qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/declarativemargins_p.h
-qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/declarativeopenglrendernode_p.h
-qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/declarativepieseries_p.h
-qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/declarativepolarchart_p.h
-qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/declarativescatterseries_p.h
-qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/declarativesplineseries_p.h
-qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/declarativexypoint_p.h
-qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/declarativexyseries_p.h
 qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/editableaxislabel_p.h
 qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/glwidget_p.h
 qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/glxyseriesdata_p.h
@@ -79,6 +62,7 @@ qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/horizontalpercentbarchartite
 qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/horizontalstackedbarchartitem_p.h
 qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/legendlayout_p.h
 qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/legendmarkeritem_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/legendmoveresizehandler_p.h
 qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/legendscroller_p.h
 qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/linearrowitem_p.h
 qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/linechartitem_p.h
@@ -127,6 +111,7 @@ qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qcategoryaxis_p.h
 qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qchart_p.h
 qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qchartglobal_p.h
 qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qchartview_p.h
+qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qcoloraxis_p.h
 qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qdatetimeaxis_p.h
 qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qhorizontalbarseries_p.h
 qt6/include/QtCharts/${PKGVERSION}/QtCharts/private/qhorizontalpercentbarseries_p.h
@@ -184,6 +169,7 @@ qt6/include/QtCharts/QCategoryAxis
 qt6/include/QtCharts/QChart
 qt6/include/QtCharts/QChartGlobal
 qt6/include/QtCharts/QChartView
+qt6/include/QtCharts/QColorAxis
 qt6/include/QtCharts/QDateTimeAxis
 qt6/include/QtCharts/QHBarModelMapper
 qt6/include/QtCharts/QHBoxPlotModelMapper
@@ -240,6 +226,7 @@ qt6/include/QtCharts/qcategoryaxis.h
 qt6/include/QtCharts/qchart.h
 qt6/include/QtCharts/qchartglobal.h
 qt6/include/QtCharts/qchartview.h
+qt6/include/QtCharts/qcoloraxis.h
 qt6/include/QtCharts/qdatetimeaxis.h
 qt6/include/QtCharts/qhbarmodelmapper.h
 qt6/include/QtCharts/qhboxplotmodelmapper.h
@@ -273,6 +260,30 @@ qt6/include/QtCharts/qvxymodelmapper.h
 qt6/include/QtCharts/qxylegendmarker.h
 qt6/include/QtCharts/qxymodelmapper.h
 qt6/include/QtCharts/qxyseries.h
+qt6/include/QtChartsQml/${PKGVERSION}/QtChartsQml/private/declarativeabstractrendernode_p.h
+qt6/include/QtChartsQml/${PKGVERSION}/QtChartsQml/private/declarativeareaseries_p.h
+qt6/include/QtChartsQml/${PKGVERSION}/QtChartsQml/private/declarativeaxes_p.h
+qt6/include/QtChartsQml/${PKGVERSION}/QtChartsQml/private/declarativebarseries_p.h
+qt6/include/QtChartsQml/${PKGVERSION}/QtChartsQml/private/declarativeboxplotseries_p.h
+qt6/include/QtChartsQml/${PKGVERSION}/QtChartsQml/private/declarativecandlestickseries_p.h
+qt6/include/QtChartsQml/${PKGVERSION}/QtChartsQml/private/declarativecategoryaxis_p.h
+qt6/include/QtChartsQml/${PKGVERSION}/QtChartsQml/private/declarativechart_p.h
+qt6/include/QtChartsQml/${PKGVERSION}/QtChartsQml/private/declarativechartglobal_p.h
+qt6/include/QtChartsQml/${PKGVERSION}/QtChartsQml/private/declarativechartnode_p.h
+qt6/include/QtChartsQml/${PKGVERSION}/QtChartsQml/private/declarativeforeigntypes_p.h
+qt6/include/QtChartsQml/${PKGVERSION}/QtChartsQml/private/declarativelineseries_p.h
+qt6/include/QtChartsQml/${PKGVERSION}/QtChartsQml/private/declarativemargins_p.h
+qt6/include/QtChartsQml/${PKGVERSION}/QtChartsQml/private/declarativeopenglrendernode_p.h
+qt6/include/QtChartsQml/${PKGVERSION}/QtChartsQml/private/declarativepieseries_p.h
+qt6/include/QtChartsQml/${PKGVERSION}/QtChartsQml/private/declarativepolarchart_p.h
+qt6/include/QtChartsQml/${PKGVERSION}/QtChartsQml/private/declarativescatterseries_p.h
+qt6/include/QtChartsQml/${PKGVERSION}/QtChartsQml/private/declarativesplineseries_p.h
+qt6/include/QtChartsQml/${PKGVERSION}/QtChartsQml/private/declarativexypoint_p.h
+qt6/include/QtChartsQml/${PKGVERSION}/QtChartsQml/private/declarativexyseries_p.h
+qt6/include/QtChartsQml/QtChartsQml
+qt6/include/QtChartsQml/QtChartsQmlDepends
+qt6/include/QtChartsQml/QtChartsQmlVersion
+qt6/include/QtChartsQml/qtchartsqmlversion.h
 qt6/lib/cmake/Qt6BuildInternals/StandaloneTests/QtChartsTestsConfig.cmake
 qt6/lib/cmake/Qt6Charts/Qt6ChartsAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Charts/Qt6ChartsConfig.cmake
@@ -281,19 +292,34 @@ qt6/lib/cmake/Qt6Charts/Qt6ChartsDependencies.cmake
 qt6/lib/cmake/Qt6Charts/Qt6ChartsTargets-release.cmake
 qt6/lib/cmake/Qt6Charts/Qt6ChartsTargets.cmake
 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/Qt6ChartsQmlDependencies.cmake
+qt6/lib/cmake/Qt6ChartsQml/Qt6ChartsQmlTargets-release.cmake
+qt6/lib/cmake/Qt6ChartsQml/Qt6ChartsQmlTargets.cmake
+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/Qt6qtchartsqml2Dependencies.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml2Targets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml2Targets.cmake
 qt6/lib/libQt6Charts.prl
 qt6/lib/libQt6Charts.so
 qt6/lib/libQt6Charts.so.6
 qt6/lib/libQt6Charts.so.${PKGVERSION}
+qt6/lib/libQt6ChartsQml.prl
+qt6/lib/libQt6ChartsQml.so
+qt6/lib/libQt6ChartsQml.so.6
+qt6/lib/libQt6ChartsQml.so.${PKGVERSION}
+qt6/lib/metatypes/qt6charts_release_metatypes.json
+qt6/lib/metatypes/qt6chartsqml_release_metatypes.json
 qt6/mkspecs/modules/qt_lib_charts.pri
 qt6/mkspecs/modules/qt_lib_charts_private.pri
+qt6/mkspecs/modules/qt_lib_chartsqml.pri
+qt6/mkspecs/modules/qt_lib_chartsqml_private.pri
 qt6/modules/Charts.json
+qt6/modules/ChartsQml.json
 qt6/qml/QtCharts/designer/ChartViewSpecifics.qml
 qt6/qml/QtCharts/designer/default/AreaSeries.qml
 qt6/qml/QtCharts/designer/default/BarSeries.qml
@@ -344,6 +370,6 @@ qt6/qml/QtCharts/designer/images/splineseries-polar-icon16.png
 qt6/qml/QtCharts/designer/images/stackedbarseries-icon.png
 qt6/qml/QtCharts/designer/images/stackedbarseries-icon16.png
 qt6/qml/QtCharts/designer/qtcharts.metainfo
-qt6/qml/QtCharts/libqtchartsqml2.so
+qt6/qml/QtCharts/libqtchartsqml2plugin.so
 qt6/qml/QtCharts/plugins.qmltypes
 qt6/qml/QtCharts/qmldir
diff --git a/qt6-qtcharts/buildlink3.mk b/qt6-qtcharts/buildlink3.mk
new file mode 100644
index 0000000000..e3225072f5
--- /dev/null
+++ b/qt6-qtcharts/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	qt6-qtcharts
+
+.if !defined(QT6_QTCHARTS_BUILDLINK3_MK)
+QT6_QTCHARTS_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.qt6-qtcharts+=	qt6-qtcharts>=6.2.0
+BUILDLINK_PKGSRCDIR.qt6-qtcharts?=	../../wip/qt6-qtcharts
+
+.include "../../wip/qt6-qtbase/buildlink3.mk"
+.include "../../wip/qt6-qtdeclarative/buildlink3.mk"
+.endif	# QT6_QTCHARTS_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-qt6-qtcharts
diff --git a/qt6-qtcharts/distinfo b/qt6-qtcharts/distinfo
index fb75528114..be74fe7b40 100644
--- a/qt6-qtcharts/distinfo
+++ b/qt6-qtcharts/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (qtcharts-everywhere-src-6.1.3.tar.xz) = c7751bac067ef8aadb4a96bc277b423e9b59ca64
-RMD160 (qtcharts-everywhere-src-6.1.3.tar.xz) = 7cd4bafb052ba3be59de2aa008556f708c37c9ab
-SHA512 (qtcharts-everywhere-src-6.1.3.tar.xz) = f9f3612f99185ca1fb3fe89ba05b3ba49bd2168f2a284ba7de391d9a314467a078df5269823d91ddaa4802a1337dd6aa1a06650a264b6c65e1c373149a4b77fa
-Size (qtcharts-everywhere-src-6.1.3.tar.xz) = 4266620 bytes
+SHA1 (qtcharts-everywhere-src-6.2.0.tar.xz) = 3f14d985b0290333d302e757041045c11ac5c385
+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
diff --git a/qt6-qtdatavis3d/Makefile b/qt6-qtdatavis3d/Makefile
index 6739a30595..0ae8f36d2c 100644
--- a/qt6-qtdatavis3d/Makefile
+++ b/qt6-qtdatavis3d/Makefile
@@ -9,4 +9,5 @@ CATEGORIES=	graphics
 
 .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 e69fe22cc0..e2e9c98efb 100644
--- a/qt6-qtdatavis3d/PLIST
+++ b/qt6-qtdatavis3d/PLIST
@@ -172,6 +172,7 @@ qt6/lib/libQt6DataVisualization.prl
 qt6/lib/libQt6DataVisualization.so
 qt6/lib/libQt6DataVisualization.so.6
 qt6/lib/libQt6DataVisualization.so.${PKGVERSION}
+qt6/lib/metatypes/qt6datavisualization_release_metatypes.json
 qt6/mkspecs/modules/qt_lib_datavisualization.pri
 qt6/mkspecs/modules/qt_lib_datavisualization_private.pri
 qt6/modules/DataVisualization.json
@@ -188,6 +189,6 @@ qt6/qml/QtDataVisualization/designer/images/scatter3d-icon16.png
 qt6/qml/QtDataVisualization/designer/images/surface3d-icon.png
 qt6/qml/QtDataVisualization/designer/images/surface3d-icon16.png
 qt6/qml/QtDataVisualization/designer/qtdatavisualization.metainfo
-qt6/qml/QtDataVisualization/libDataVisualizationQml2.so
+qt6/qml/QtDataVisualization/libdatavisualizationqml2plugin.so
 qt6/qml/QtDataVisualization/plugins.qmltypes
 qt6/qml/QtDataVisualization/qmldir
diff --git a/qt6-qtdatavis3d/buildlink3.mk b/qt6-qtdatavis3d/buildlink3.mk
new file mode 100644
index 0000000000..6b03a69efe
--- /dev/null
+++ b/qt6-qtdatavis3d/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	qt6-qtdatavis3d
+
+.if !defined(QT6_QTDATAVIS3D_BUILDLINK3_MK)
+QT6_QTDATAVIS3D_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.qt6-qtdatavis3d+=	qt6-qtdatavis3d>=6.2.0
+BUILDLINK_PKGSRCDIR.qt6-qtdatavis3d?=	../../wip/qt6-qtdatavis3d
+
+.include "../../wip/qt6-qtbase/buildlink3.mk"
+.include "../../wip/qt6-qtdeclarative/buildlink3.mk"
+.endif	# QT6_QTDATAVIS3D_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-qt6-qtdatavis3d
diff --git a/qt6-qtdatavis3d/distinfo b/qt6-qtdatavis3d/distinfo
index 3364ebbdcb..119642e8d8 100644
--- a/qt6-qtdatavis3d/distinfo
+++ b/qt6-qtdatavis3d/distinfo
@@ -1,9 +1,9 @@
 $NetBSD$
 
-SHA1 (qtdatavis3d-everywhere-src-6.1.3.tar.xz) = 512998f1427743ceef103fa8f0269eafb8369ff0
-RMD160 (qtdatavis3d-everywhere-src-6.1.3.tar.xz) = 4a310cbf17d69b89fecac3e4d184bace5c084bbc
-SHA512 (qtdatavis3d-everywhere-src-6.1.3.tar.xz) = b13526cd09b33f91709e3cf44d0302dbc437f7ec7fcf5b8701172ef84836d9d707bd2b8ed84f933326279b4741268d639a8bba9b688ce14388483b0c449ca013
-Size (qtdatavis3d-everywhere-src-6.1.3.tar.xz) = 5230232 bytes
+SHA1 (qtdatavis3d-everywhere-src-6.2.0.tar.xz) = 72c8c4c235e466080c2cc988df8b3ba050d03e65
+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
 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 443b3cafc5..3232e8bb0b 100644
--- a/qt6-qtdeclarative/Makefile
+++ b/qt6-qtdeclarative/Makefile
@@ -14,5 +14,7 @@ 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 09fb6cc77e..888b3bc678 100644
--- a/qt6-qtdeclarative/PLIST
+++ b/qt6-qtdeclarative/PLIST
@@ -1,9 +1,8 @@
 @comment $NetBSD$
 qt6/bin/qml
-qt6/bin/qmlcachegen
+qt6/bin/qmldom
 qt6/bin/qmleasing
 qt6/bin/qmlformat
-qt6/bin/qmlimportscanner
 qt6/bin/qmllint
 qt6/bin/qmlplugindump
 qt6/bin/qmlpreview
@@ -11,7 +10,6 @@ qt6/bin/qmlprofiler
 qt6/bin/qmlscene
 qt6/bin/qmltestrunner
 qt6/bin/qmltime
-qt6/bin/qmltyperegistrar
 qt6/include/QtLabsAnimation/${PKGVERSION}/QtLabsAnimation/private/qqmlanimationglobal_p.h
 qt6/include/QtLabsAnimation/${PKGVERSION}/QtLabsAnimation/private/qquickboundaryrule_p.h
 qt6/include/QtLabsAnimation/QtLabsAnimation
@@ -64,8 +62,8 @@ qt6/include/QtQml/${PKGVERSION}/QtQml/private/inlinecomponentutils_p.h
 qt6/include/QtQml/${PKGVERSION}/QtQml/private/qabstractanimationjob_p.h
 qt6/include/QtQml/${PKGVERSION}/QtQml/private/qanimationgroupjob_p.h
 qt6/include/QtQml/${PKGVERSION}/QtQml/private/qanimationjobutil_p.h
-qt6/include/QtQml/${PKGVERSION}/QtQml/private/qbitfield_p.h
 qt6/include/QtQml/${PKGVERSION}/QtQml/private/qcontinuinganimationgroupjob_p.h
+qt6/include/QtQml/${PKGVERSION}/QtQml/private/qdoubleendedlist_p.h
 qt6/include/QtQml/${PKGVERSION}/QtQml/private/qfieldlist_p.h
 qt6/include/QtQml/${PKGVERSION}/QtQml/private/qfinitestack_p.h
 qt6/include/QtQml/${PKGVERSION}/QtQml/private/qflagpointer_p.h
@@ -83,7 +81,7 @@ qt6/include/QtQml/${PKGVERSION}/QtQml/private/qpodvector_p.h
 qt6/include/QtQml/${PKGVERSION}/QtQml/private/qprimefornumbits_p.h
 qt6/include/QtQml/${PKGVERSION}/QtQml/private/qqmlabstractbinding_p.h
 qt6/include/QtQml/${PKGVERSION}/QtQml/private/qqmlabstractprofileradapter_p.h
-qt6/include/QtQml/${PKGVERSION}/QtQml/private/qqmlapiversion_p.h
+qt6/include/QtQml/${PKGVERSION}/QtQml/private/qqmlanybinding_p.h
 qt6/include/QtQml/${PKGVERSION}/QtQml/private/qqmlapplicationengine_p.h
 qt6/include/QtQml/${PKGVERSION}/QtQml/private/qqmlbind_p.h
 qt6/include/QtQml/${PKGVERSION}/QtQml/private/qqmlbinding_p.h
@@ -106,6 +104,7 @@ qt6/include/QtQml/${PKGVERSION}/QtQml/private/qqmldebugservice_p.h
 qt6/include/QtQml/${PKGVERSION}/QtQml/private/qqmldebugservicefactory_p.h
 qt6/include/QtQml/${PKGVERSION}/QtQml/private/qqmldebugserviceinterfaces_p.h
 qt6/include/QtQml/${PKGVERSION}/QtQml/private/qqmldebugstatesdelegate_p.h
+qt6/include/QtQml/${PKGVERSION}/QtQml/private/qqmldebugtranslationprotocol_p.h
 qt6/include/QtQml/${PKGVERSION}/QtQml/private/qqmldelayedcallqueue_p.h
 qt6/include/QtQml/${PKGVERSION}/QtQml/private/qqmldirdata_p.h
 qt6/include/QtQml/${PKGVERSION}/QtQml/private/qqmldirparser_p.h
@@ -151,6 +150,7 @@ qt6/include/QtQml/${PKGVERSION}/QtQml/private/qqmlobjectcreator_p.h
 qt6/include/QtQml/${PKGVERSION}/QtQml/private/qqmlobjectorgadget_p.h
 qt6/include/QtQml/${PKGVERSION}/QtQml/private/qqmlopenmetaobject_p.h
 qt6/include/QtQml/${PKGVERSION}/QtQml/private/qqmlplatform_p.h
+qt6/include/QtQml/${PKGVERSION}/QtQml/private/qqmlpluginimporter_p.h
 qt6/include/QtQml/${PKGVERSION}/QtQml/private/qqmlprofiler_p.h
 qt6/include/QtQml/${PKGVERSION}/QtQml/private/qqmlprofilerdefinitions_p.h
 qt6/include/QtQml/${PKGVERSION}/QtQml/private/qqmlproperty_p.h
@@ -371,16 +371,20 @@ qt6/include/QtQml/qqmlprivate.h
 qt6/include/QtQml/qqmlproperty.h
 qt6/include/QtQml/qqmlpropertymap.h
 qt6/include/QtQml/qqmlpropertyvaluesource.h
+qt6/include/QtQml/qqmlregistration.h
 qt6/include/QtQml/qqmlscriptstring.h
 qt6/include/QtQml/qtqml-config.h
 qt6/include/QtQml/qtqmlcompilerglobal.h
 qt6/include/QtQml/qtqmlglobal.h
 qt6/include/QtQml/qtqmlversion.h
+qt6/include/QtQmlCompiler/${PKGVERSION}/QtQmlCompiler/private/qcoloroutput_p.h
 qt6/include/QtQmlCompiler/${PKGVERSION}/QtQmlCompiler/private/qdeferredpointer_p.h
+qt6/include/QtQmlCompiler/${PKGVERSION}/QtQmlCompiler/private/qqmljsannotation_p.h
 qt6/include/QtQmlCompiler/${PKGVERSION}/QtQmlCompiler/private/qqmljscompiler_p.h
 qt6/include/QtQmlCompiler/${PKGVERSION}/QtQmlCompiler/private/qqmljsimporter_p.h
 qt6/include/QtQmlCompiler/${PKGVERSION}/QtQmlCompiler/private/qqmljsimportvisitor_p.h
 qt6/include/QtQmlCompiler/${PKGVERSION}/QtQmlCompiler/private/qqmljsloadergenerator_p.h
+qt6/include/QtQmlCompiler/${PKGVERSION}/QtQmlCompiler/private/qqmljslogger_p.h
 qt6/include/QtQmlCompiler/${PKGVERSION}/QtQmlCompiler/private/qqmljsmetatypes_p.h
 qt6/include/QtQmlCompiler/${PKGVERSION}/QtQmlCompiler/private/qqmljsresourcefilemapper_p.h
 qt6/include/QtQmlCompiler/${PKGVERSION}/QtQmlCompiler/private/qqmljsscope_p.h
@@ -392,6 +396,12 @@ qt6/include/QtQmlCompiler/QtQmlCompiler
 qt6/include/QtQmlCompiler/QtQmlCompilerDepends
 qt6/include/QtQmlCompiler/QtQmlCompilerVersion
 qt6/include/QtQmlCompiler/qtqmlcompilerversion.h
+qt6/include/QtQmlCore/${PKGVERSION}/QtQmlCore/private/qqmlcoreglobal_p.h
+qt6/include/QtQmlCore/${PKGVERSION}/QtQmlCore/private/qqmlstandardpaths_p.h
+qt6/include/QtQmlCore/QtQmlCore
+qt6/include/QtQmlCore/QtQmlCoreDepends
+qt6/include/QtQmlCore/QtQmlCoreVersion
+qt6/include/QtQmlCore/qtqmlcoreversion.h
 qt6/include/QtQmlDebug/${PKGVERSION}/QtQmlDebug/private/qqmldebugclient_p.h
 qt6/include/QtQmlDebug/${PKGVERSION}/QtQmlDebug/private/qqmldebugclient_p_p.h
 qt6/include/QtQmlDebug/${PKGVERSION}/QtQmlDebug/private/qqmldebugconnection_p.h
@@ -420,11 +430,25 @@ qt6/include/QtQmlDebug/QtQmlDebugDepends
 qt6/include/QtQmlDebug/QtQmlDebugVersion
 qt6/include/QtQmlDebug/qtqmldebugversion.h
 qt6/include/QtQmlDom/${PKGVERSION}/QtQmlDom/private/qqmldom_fwd_p.h
+qt6/include/QtQmlDom/${PKGVERSION}/QtQmlDom/private/qqmldomastcreator_p.h
+qt6/include/QtQmlDom/${PKGVERSION}/QtQmlDom/private/qqmldomastdumper_p.h
+qt6/include/QtQmlDom/${PKGVERSION}/QtQmlDom/private/qqmldomattachedinfo_p.h
+qt6/include/QtQmlDom/${PKGVERSION}/QtQmlDom/private/qqmldomcomments_p.h
+qt6/include/QtQmlDom/${PKGVERSION}/QtQmlDom/private/qqmldomcompare_p.h
 qt6/include/QtQmlDom/${PKGVERSION}/QtQmlDom/private/qqmldomconstants_p.h
+qt6/include/QtQmlDom/${PKGVERSION}/QtQmlDom/private/qqmldomelements_p.h
 qt6/include/QtQmlDom/${PKGVERSION}/QtQmlDom/private/qqmldomerrormessage_p.h
 qt6/include/QtQmlDom/${PKGVERSION}/QtQmlDom/private/qqmldomexternalitems_p.h
+qt6/include/QtQmlDom/${PKGVERSION}/QtQmlDom/private/qqmldomfieldfilter_p.h
+qt6/include/QtQmlDom/${PKGVERSION}/QtQmlDom/private/qqmldomfilewriter_p.h
+qt6/include/QtQmlDom/${PKGVERSION}/QtQmlDom/private/qqmldomfunctionref_p.h
 qt6/include/QtQmlDom/${PKGVERSION}/QtQmlDom/private/qqmldomitem_p.h
+qt6/include/QtQmlDom/${PKGVERSION}/QtQmlDom/private/qqmldomlinewriter_p.h
+qt6/include/QtQmlDom/${PKGVERSION}/QtQmlDom/private/qqmldommock_p.h
+qt6/include/QtQmlDom/${PKGVERSION}/QtQmlDom/private/qqmldommoduleindex_p.h
+qt6/include/QtQmlDom/${PKGVERSION}/QtQmlDom/private/qqmldomoutwriter_p.h
 qt6/include/QtQmlDom/${PKGVERSION}/QtQmlDom/private/qqmldompath_p.h
+qt6/include/QtQmlDom/${PKGVERSION}/QtQmlDom/private/qqmldomreformatter_p.h
 qt6/include/QtQmlDom/${PKGVERSION}/QtQmlDom/private/qqmldomstringdumper_p.h
 qt6/include/QtQmlDom/${PKGVERSION}/QtQmlDom/private/qqmldomtop_p.h
 qt6/include/QtQmlDom/QtQmlDom
@@ -470,6 +494,12 @@ qt6/include/QtQmlWorkerScript/QtQmlWorkerScriptDepends
 qt6/include/QtQmlWorkerScript/QtQmlWorkerScriptVersion
 qt6/include/QtQmlWorkerScript/qtqmlworkerscriptglobal.h
 qt6/include/QtQmlWorkerScript/qtqmlworkerscriptversion.h
+qt6/include/QtQmlXmlListModel/${PKGVERSION}/QtQmlXmlListModel/private/qqmlxmllistmodel_p.h
+qt6/include/QtQmlXmlListModel/${PKGVERSION}/QtQmlXmlListModel/private/qtqmlxmllistmodelglobal_p.h
+qt6/include/QtQmlXmlListModel/QtQmlXmlListModel
+qt6/include/QtQmlXmlListModel/QtQmlXmlListModelDepends
+qt6/include/QtQmlXmlListModel/QtQmlXmlListModelVersion
+qt6/include/QtQmlXmlListModel/qtqmlxmllistmodelversion.h
 qt6/include/QtQuick/${PKGVERSION}/QtQuick/private/qaccessiblequickitem_p.h
 qt6/include/QtQuick/${PKGVERSION}/QtQuick/private/qaccessiblequickview_p.h
 qt6/include/QtQuick/${PKGVERSION}/QtQuick/private/qqmldesignermetaobject_p.h
@@ -511,7 +541,6 @@ qt6/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickdesignersupportmetainfo_
 qt6/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickdesignersupportproperties_p.h
 qt6/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickdesignersupportpropertychanges_p.h
 qt6/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickdesignersupportstates_p.h
-qt6/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickdesignerwindowmanager_p.h
 qt6/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickdrag_p.h
 qt6/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickdragaxis_p.h
 qt6/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickdraghandler_p.h
@@ -585,6 +614,7 @@ qt6/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickrepeater_p.h
 qt6/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickrepeater_p_p.h
 qt6/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickscalegrid_p_p.h
 qt6/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickscreen_p.h
+qt6/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickselectable_p.h
 qt6/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickshadereffect_p.h
 qt6/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickshadereffectmesh_p.h
 qt6/include/QtQuick/${PKGVERSION}/QtQuick/private/qquickshadereffectsource_p.h
@@ -779,6 +809,94 @@ qt6/include/QtQuick/qsgvertexcolormaterial.h
 qt6/include/QtQuick/qtquick-config.h
 qt6/include/QtQuick/qtquickglobal.h
 qt6/include/QtQuick/qtquickversion.h
+qt6/include/QtQuickControls2/${PKGVERSION}/QtQuickControls2/private/qquickbasicbusyindicator_p.h
+qt6/include/QtQuickControls2/${PKGVERSION}/QtQuickControls2/private/qquickbasicdial_p.h
+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
+qt6/include/QtQuickControls2/${PKGVERSION}/QtQuickControls2/private/qquickfusionstyle_p.h
+qt6/include/QtQuickControls2/${PKGVERSION}/QtQuickControls2/private/qquickfusiontheme_p.h
+qt6/include/QtQuickControls2/${PKGVERSION}/QtQuickControls2/private/qquickimageselector_p.h
+qt6/include/QtQuickControls2/${PKGVERSION}/QtQuickControls2/private/qquickimaginestyle_p.h
+qt6/include/QtQuickControls2/${PKGVERSION}/QtQuickControls2/private/qquickimaginetheme_p.h
+qt6/include/QtQuickControls2/${PKGVERSION}/QtQuickControls2/private/qquickmaterialbusyindicator_p.h
+qt6/include/QtQuickControls2/${PKGVERSION}/QtQuickControls2/private/qquickmaterialprogressbar_p.h
+qt6/include/QtQuickControls2/${PKGVERSION}/QtQuickControls2/private/qquickmaterialripple_p.h
+qt6/include/QtQuickControls2/${PKGVERSION}/QtQuickControls2/private/qquickmaterialstyle_p.h
+qt6/include/QtQuickControls2/${PKGVERSION}/QtQuickControls2/private/qquickmaterialtheme_p.h
+qt6/include/QtQuickControls2/${PKGVERSION}/QtQuickControls2/private/qquickninepatchimage_p.h
+qt6/include/QtQuickControls2/${PKGVERSION}/QtQuickControls2/private/qquickstyle_p.h
+qt6/include/QtQuickControls2/${PKGVERSION}/QtQuickControls2/private/qquickstyleplugin_p.h
+qt6/include/QtQuickControls2/${PKGVERSION}/QtQuickControls2/private/qquickuniversalbusyindicator_p.h
+qt6/include/QtQuickControls2/${PKGVERSION}/QtQuickControls2/private/qquickuniversalfocusrectangle_p.h
+qt6/include/QtQuickControls2/${PKGVERSION}/QtQuickControls2/private/qquickuniversalprogressbar_p.h
+qt6/include/QtQuickControls2/${PKGVERSION}/QtQuickControls2/private/qquickuniversalstyle_p.h
+qt6/include/QtQuickControls2/${PKGVERSION}/QtQuickControls2/private/qquickuniversaltheme_p.h
+qt6/include/QtQuickControls2/${PKGVERSION}/QtQuickControls2/private/qtquickcontrols2-config_p.h
+qt6/include/QtQuickControls2/QQuickStyle
+qt6/include/QtQuickControls2/QtQuickControls2
+qt6/include/QtQuickControls2/QtQuickControls2Depends
+qt6/include/QtQuickControls2/QtQuickControls2Version
+qt6/include/QtQuickControls2/qquickstyle.h
+qt6/include/QtQuickControls2/qtquickcontrols2-config.h
+qt6/include/QtQuickControls2/qtquickcontrols2global.h
+qt6/include/QtQuickControls2/qtquickcontrols2version.h
+qt6/include/QtQuickControls2Impl/${PKGVERSION}/QtQuickControls2Impl/private/qquickanimatednode_p.h
+qt6/include/QtQuickControls2Impl/${PKGVERSION}/QtQuickControls2Impl/private/qquickattachedobject_p.h
+qt6/include/QtQuickControls2Impl/${PKGVERSION}/QtQuickControls2Impl/private/qquickchecklabel_p.h
+qt6/include/QtQuickControls2Impl/${PKGVERSION}/QtQuickControls2Impl/private/qquickclippedtext_p.h
+qt6/include/QtQuickControls2Impl/${PKGVERSION}/QtQuickControls2Impl/private/qquickcolor_p.h
+qt6/include/QtQuickControls2Impl/${PKGVERSION}/QtQuickControls2Impl/private/qquickcolorimage_p.h
+qt6/include/QtQuickControls2Impl/${PKGVERSION}/QtQuickControls2Impl/private/qquickiconimage_p.h
+qt6/include/QtQuickControls2Impl/${PKGVERSION}/QtQuickControls2Impl/private/qquickiconimage_p_p.h
+qt6/include/QtQuickControls2Impl/${PKGVERSION}/QtQuickControls2Impl/private/qquickiconlabel_p.h
+qt6/include/QtQuickControls2Impl/${PKGVERSION}/QtQuickControls2Impl/private/qquickiconlabel_p_p.h
+qt6/include/QtQuickControls2Impl/${PKGVERSION}/QtQuickControls2Impl/private/qquickitemgroup_p.h
+qt6/include/QtQuickControls2Impl/${PKGVERSION}/QtQuickControls2Impl/private/qquickmnemoniclabel_p.h
+qt6/include/QtQuickControls2Impl/${PKGVERSION}/QtQuickControls2Impl/private/qquickpaddedrectangle_p.h
+qt6/include/QtQuickControls2Impl/${PKGVERSION}/QtQuickControls2Impl/private/qquickplaceholdertext_p.h
+qt6/include/QtQuickControls2Impl/${PKGVERSION}/QtQuickControls2Impl/private/qquicktumblerview_p.h
+qt6/include/QtQuickControls2Impl/${PKGVERSION}/QtQuickControls2Impl/private/qtquickcontrols2foreign_p.h
+qt6/include/QtQuickControls2Impl/${PKGVERSION}/QtQuickControls2Impl/private/qtquickcontrols2implglobal_p.h
+qt6/include/QtQuickControls2Impl/QtQuickControls2Impl
+qt6/include/QtQuickControls2Impl/QtQuickControls2ImplDepends
+qt6/include/QtQuickControls2Impl/QtQuickControls2ImplVersion
+qt6/include/QtQuickControls2Impl/qtquickcontrols2implversion.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
+qt6/include/QtQuickDialogs2/${PKGVERSION}/QtQuickDialogs2/private/qtquickdialogs2foreign_p.h
+qt6/include/QtQuickDialogs2/${PKGVERSION}/QtQuickDialogs2/private/qtquickdialogs2global_p.h
+qt6/include/QtQuickDialogs2/QtQuickDialogs2
+qt6/include/QtQuickDialogs2/QtQuickDialogs2Depends
+qt6/include/QtQuickDialogs2/QtQuickDialogs2Version
+qt6/include/QtQuickDialogs2/qtquickdialogs2version.h
+qt6/include/QtQuickDialogs2QuickImpl/${PKGVERSION}/QtQuickDialogs2QuickImpl/private/qquickdialogimplfactory_p.h
+qt6/include/QtQuickDialogs2QuickImpl/${PKGVERSION}/QtQuickDialogs2QuickImpl/private/qquickfiledialogdelegate_p.h
+qt6/include/QtQuickDialogs2QuickImpl/${PKGVERSION}/QtQuickDialogs2QuickImpl/private/qquickfiledialogimpl_p.h
+qt6/include/QtQuickDialogs2QuickImpl/${PKGVERSION}/QtQuickDialogs2QuickImpl/private/qquickfiledialogimpl_p_p.h
+qt6/include/QtQuickDialogs2QuickImpl/${PKGVERSION}/QtQuickDialogs2QuickImpl/private/qquickfolderbreadcrumbbar_p.h
+qt6/include/QtQuickDialogs2QuickImpl/${PKGVERSION}/QtQuickDialogs2QuickImpl/private/qquickfolderbreadcrumbbar_p_p.h
+qt6/include/QtQuickDialogs2QuickImpl/${PKGVERSION}/QtQuickDialogs2QuickImpl/private/qquickfontdialogimpl_p.h
+qt6/include/QtQuickDialogs2QuickImpl/${PKGVERSION}/QtQuickDialogs2QuickImpl/private/qquickfontdialogimpl_p_p.h
+qt6/include/QtQuickDialogs2QuickImpl/${PKGVERSION}/QtQuickDialogs2QuickImpl/private/qquickplatformfiledialog_p.h
+qt6/include/QtQuickDialogs2QuickImpl/${PKGVERSION}/QtQuickDialogs2QuickImpl/private/qquickplatformfontdialog_p.h
+qt6/include/QtQuickDialogs2QuickImpl/${PKGVERSION}/QtQuickDialogs2QuickImpl/private/qtquickdialogs2quickimplforeign_p.h
+qt6/include/QtQuickDialogs2QuickImpl/${PKGVERSION}/QtQuickDialogs2QuickImpl/private/qtquickdialogs2quickimplglobal_p.h
+qt6/include/QtQuickDialogs2QuickImpl/QtQuickDialogs2QuickImpl
+qt6/include/QtQuickDialogs2QuickImpl/QtQuickDialogs2QuickImplDepends
+qt6/include/QtQuickDialogs2QuickImpl/QtQuickDialogs2QuickImplVersion
+qt6/include/QtQuickDialogs2QuickImpl/qtquickdialogs2quickimplversion.h
+qt6/include/QtQuickDialogs2Utils/${PKGVERSION}/QtQuickDialogs2Utils/private/qquickfilenamefilter_p.h
+qt6/include/QtQuickDialogs2Utils/${PKGVERSION}/QtQuickDialogs2Utils/private/qtquickdialogs2utilsglobal_p.h
+qt6/include/QtQuickDialogs2Utils/QtQuickDialogs2Utils
+qt6/include/QtQuickDialogs2Utils/QtQuickDialogs2UtilsDepends
+qt6/include/QtQuickDialogs2Utils/QtQuickDialogs2UtilsVersion
+qt6/include/QtQuickDialogs2Utils/qtquickdialogs2utilsversion.h
 qt6/include/QtQuickLayouts/${PKGVERSION}/QtQuickLayouts/private/qquickgridlayoutengine_p.h
 qt6/include/QtQuickLayouts/${PKGVERSION}/QtQuickLayouts/private/qquicklayout_p.h
 qt6/include/QtQuickLayouts/${PKGVERSION}/QtQuickLayouts/private/qquicklayoutglobal_p.h
@@ -807,7 +925,6 @@ qt6/include/QtQuickParticles/${PKGVERSION}/QtQuickParticles/private/qquickpartic
 qt6/include/QtQuickParticles/${PKGVERSION}/QtQuickParticles/private/qquickparticleextruder_p.h
 qt6/include/QtQuickParticles/${PKGVERSION}/QtQuickParticles/private/qquickparticlegroup_p.h
 qt6/include/QtQuickParticles/${PKGVERSION}/QtQuickParticles/private/qquickparticlepainter_p.h
-qt6/include/QtQuickParticles/${PKGVERSION}/QtQuickParticles/private/qquickparticlesmodule_p.h
 qt6/include/QtQuickParticles/${PKGVERSION}/QtQuickParticles/private/qquickparticlesystem_p.h
 qt6/include/QtQuickParticles/${PKGVERSION}/QtQuickParticles/private/qquickpointattractor_p.h
 qt6/include/QtQuickParticles/${PKGVERSION}/QtQuickParticles/private/qquickpointdirection_p.h
@@ -833,6 +950,117 @@ qt6/include/QtQuickShapes/QtQuickShapesDepends
 qt6/include/QtQuickShapes/QtQuickShapesVersion
 qt6/include/QtQuickShapes/qquickshapesglobal.h
 qt6/include/QtQuickShapes/qtquickshapesversion.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qaccessiblequickpage_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickabstractbutton_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickabstractbutton_p_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickaction_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickaction_p_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickactiongroup_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickapplicationwindow_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickbusyindicator_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickbutton_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickbutton_p_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickbuttongroup_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickcheckbox_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickcheckdelegate_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickcombobox_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickcontainer_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickcontainer_p_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickcontentitem_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickcontrol_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickcontrol_p_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickdeferredexecute_p_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickdeferredpointer_p_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickdelaybutton_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickdial_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickdialog_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickdialog_p_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickdialogbuttonbox_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickdialogbuttonbox_p_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickdrawer_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickdrawer_p_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickframe_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickframe_p_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickgroupbox_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickheaderview_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickheaderview_p_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickicon_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickindicatorbutton_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickitemdelegate_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickitemdelegate_p_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquicklabel_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquicklabel_p_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickmenu_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickmenu_p_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickmenubar_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickmenubar_p_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickmenubaritem_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickmenubaritem_p_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickmenuitem_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickmenuitem_p_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickmenuseparator_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickoverlay_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickoverlay_p_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickpage_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickpage_p_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickpageindicator_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickpane_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickpane_p_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickpopup_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickpopup_p_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickpopupanchors_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickpopupanchors_p_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickpopupitem_p_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickpopuppositioner_p_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickpresshandler_p_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickprogressbar_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickradiobutton_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickradiodelegate_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickrangeslider_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickroundbutton_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickscrollbar_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickscrollbar_p_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickscrollindicator_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickscrollview_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickselectionrectangle_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickselectionrectangle_p_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickshortcutcontext_p_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickslider_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickspinbox_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquicksplitview_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquicksplitview_p_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickstackelement_p_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickstacktransition_p_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickstackview_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickstackview_p_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickswipe_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickswipedelegate_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickswipedelegate_p_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickswipeview_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickswitch_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickswitchdelegate_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquicktabbar_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquicktabbutton_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquicktextarea_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquicktextarea_p_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquicktextfield_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquicktextfield_p_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquicktheme_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquicktheme_p_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquicktoolbar_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquicktoolbutton_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquicktoolseparator_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquicktooltip_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquicktumbler_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquicktumbler_p_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickvelocitycalculator_p_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qtquicktemplates2-config_p.h
+qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qtquicktemplates2global_p.h
+qt6/include/QtQuickTemplates2/QtQuickTemplates2
+qt6/include/QtQuickTemplates2/QtQuickTemplates2Depends
+qt6/include/QtQuickTemplates2/QtQuickTemplates2Version
+qt6/include/QtQuickTemplates2/qtquicktemplates2-config.h
+qt6/include/QtQuickTemplates2/qtquicktemplates2version.h
 qt6/include/QtQuickTest/${PKGVERSION}/QtQuickTest/private/qtestoptions_p.h
 qt6/include/QtQuickTest/${PKGVERSION}/QtQuickTest/private/quicktest_p.h
 qt6/include/QtQuickTest/${PKGVERSION}/QtQuickTest/private/quicktestevent_p.h
@@ -845,6 +1073,8 @@ qt6/include/QtQuickTest/QtQuickTestVersion
 qt6/include/QtQuickTest/qtquicktestversion.h
 qt6/include/QtQuickTest/quicktest.h
 qt6/include/QtQuickTest/quicktestglobal.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
 qt6/include/QtQuickWidgets/QQuickWidget
 qt6/include/QtQuickWidgets/QtQuickWidgets
@@ -896,91 +1126,173 @@ qt6/lib/cmake/Qt6LabsWavefrontMesh/Qt6LabsWavefrontMeshDependencies.cmake
 qt6/lib/cmake/Qt6LabsWavefrontMesh/Qt6LabsWavefrontMeshTargets-release.cmake
 qt6/lib/cmake/Qt6LabsWavefrontMesh/Qt6LabsWavefrontMeshTargets.cmake
 qt6/lib/cmake/Qt6LabsWavefrontMesh/Qt6LabsWavefrontMeshVersionlessTargets.cmake
-qt6/lib/cmake/Qt6PacketProtocol/Qt6PacketProtocolAdditionalTargetInfo.cmake
-qt6/lib/cmake/Qt6PacketProtocol/Qt6PacketProtocolConfig.cmake
-qt6/lib/cmake/Qt6PacketProtocol/Qt6PacketProtocolConfigVersion.cmake
-qt6/lib/cmake/Qt6PacketProtocol/Qt6PacketProtocolDependencies.cmake
-qt6/lib/cmake/Qt6PacketProtocol/Qt6PacketProtocolTargets-release.cmake
-qt6/lib/cmake/Qt6PacketProtocol/Qt6PacketProtocolTargets.cmake
-qt6/lib/cmake/Qt6PacketProtocol/Qt6PacketProtocolVersionlessTargets.cmake
+qt6/lib/cmake/Qt6PacketProtocolPrivate/Qt6PacketProtocolPrivateAdditionalTargetInfo.cmake
+qt6/lib/cmake/Qt6PacketProtocolPrivate/Qt6PacketProtocolPrivateConfig.cmake
+qt6/lib/cmake/Qt6PacketProtocolPrivate/Qt6PacketProtocolPrivateConfigVersion.cmake
+qt6/lib/cmake/Qt6PacketProtocolPrivate/Qt6PacketProtocolPrivateDependencies.cmake
+qt6/lib/cmake/Qt6PacketProtocolPrivate/Qt6PacketProtocolPrivateTargets-release.cmake
+qt6/lib/cmake/Qt6PacketProtocolPrivate/Qt6PacketProtocolPrivateTargets.cmake
+qt6/lib/cmake/Qt6PacketProtocolPrivate/Qt6PacketProtocolPrivateVersionlessTargets.cmake
+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/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/Qt6labsanimationpluginDependencies.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/Qt6labsmodelspluginDependencies.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/Qt6modelspluginDependencies.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/Qt6particlespluginDependencies.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/Qt6qmlfolderlistmodelpluginDependencies.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/Qt6qmllocalstoragepluginDependencies.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/Qt6qmlpluginDependencies.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/Qt6qmlsettingspluginDependencies.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/Qt6qmlshapespluginDependencies.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginTargets.cmake
-qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmltestpluginAdditionalTargetInfo.cmake
-qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmltestpluginConfig.cmake
-qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmltestpluginConfigVersion.cmake
-qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmltestpluginDependencies.cmake
-qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmltestpluginTargets-release.cmake
-qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qmltestpluginTargets.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/Qt6qmlwavefrontmeshpluginDependencies.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/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/Qt6qquicklayoutspluginDependencies.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/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/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/Qt6qtquick2pluginDependencies.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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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
@@ -994,122 +1306,117 @@ 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/Qt6sharedimagepluginDependencies.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/Qt6workerscriptpluginDependencies.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginTargets.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryAdditionalTargetInfo.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryConfig.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryConfigVersion.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryDependencies.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryTargets-release.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryTargets.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryAdditionalTargetInfo.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryConfig.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryConfigVersion.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryDependencies.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryTargets-release.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryTargets.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryAdditionalTargetInfo.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryConfig.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryConfigVersion.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryDependencies.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryTargets-release.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryTargets.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryAdditionalTargetInfo.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryConfig.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryConfigVersion.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryDependencies.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryTargets-release.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryTargets.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryAdditionalTargetInfo.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryConfig.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryConfigVersion.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryDependencies.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryTargets-release.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryTargets.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryAdditionalTargetInfo.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryConfig.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryConfigVersion.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryDependencies.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryTargets-release.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryTargets.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryAdditionalTargetInfo.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryConfig.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryConfigVersion.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryDependencies.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryTargets-release.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryTargets.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryAdditionalTargetInfo.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryConfig.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryConfigVersion.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryDependencies.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryTargets-release.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryTargets.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryAdditionalTargetInfo.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryConfig.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryConfigVersion.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryDependencies.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryTargets-release.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryTargets.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryAdditionalTargetInfo.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryConfig.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryConfigVersion.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryDependencies.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryTargets-release.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryTargets.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryAdditionalTargetInfo.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryConfig.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryConfigVersion.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryDependencies.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryTargets-release.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryTargets.cmake
+qt6/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginAdditionalTargetInfo.cmake
+qt6/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginConfig.cmake
+qt6/lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginConfigVersion.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/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/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/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/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/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/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/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/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/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/Qt6QTcpServerConnectionFactoryPluginTargets-release.cmake
+qt6/lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryPluginTargets.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QmlAdditionalTargetInfo.cmake
 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/Qt6QmlDependencies.cmake
-qt6/lib/cmake/Qt6Qml/Qt6QmlImportScannerTemplate.cpp.in
+qt6/lib/cmake/Qt6Qml/Qt6QmlFindQmlscInternal.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QmlPluginTemplate.cpp.in
 qt6/lib/cmake/Qt6Qml/Qt6QmlTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QmlTargets.cmake
 qt6/lib/cmake/Qt6Qml/Qt6QmlVersionlessTargets.cmake
 qt6/lib/cmake/Qt6Qml/Qt6qmldirTemplate.cmake.in
-qt6/lib/cmake/Qt6QmlCompiler/Qt6QmlCompilerAdditionalTargetInfo.cmake
-qt6/lib/cmake/Qt6QmlCompiler/Qt6QmlCompilerConfig.cmake
-qt6/lib/cmake/Qt6QmlCompiler/Qt6QmlCompilerConfigVersion.cmake
-qt6/lib/cmake/Qt6QmlCompiler/Qt6QmlCompilerDependencies.cmake
-qt6/lib/cmake/Qt6QmlCompiler/Qt6QmlCompilerTargets-release.cmake
-qt6/lib/cmake/Qt6QmlCompiler/Qt6QmlCompilerTargets.cmake
-qt6/lib/cmake/Qt6QmlCompiler/Qt6QmlCompilerVersionlessTargets.cmake
-qt6/lib/cmake/Qt6QmlDebug/Qt6QmlDebugAdditionalTargetInfo.cmake
-qt6/lib/cmake/Qt6QmlDebug/Qt6QmlDebugConfig.cmake
-qt6/lib/cmake/Qt6QmlDebug/Qt6QmlDebugConfigVersion.cmake
-qt6/lib/cmake/Qt6QmlDebug/Qt6QmlDebugDependencies.cmake
-qt6/lib/cmake/Qt6QmlDebug/Qt6QmlDebugTargets-release.cmake
-qt6/lib/cmake/Qt6QmlDebug/Qt6QmlDebugTargets.cmake
-qt6/lib/cmake/Qt6QmlDebug/Qt6QmlDebugVersionlessTargets.cmake
-qt6/lib/cmake/Qt6QmlDevTools/Qt6QmlDevToolsAdditionalTargetInfo.cmake
-qt6/lib/cmake/Qt6QmlDevTools/Qt6QmlDevToolsConfig.cmake
-qt6/lib/cmake/Qt6QmlDevTools/Qt6QmlDevToolsConfigVersion.cmake
-qt6/lib/cmake/Qt6QmlDevTools/Qt6QmlDevToolsDependencies.cmake
-qt6/lib/cmake/Qt6QmlDevTools/Qt6QmlDevToolsTargets-release.cmake
-qt6/lib/cmake/Qt6QmlDevTools/Qt6QmlDevToolsTargets.cmake
-qt6/lib/cmake/Qt6QmlDevTools/Qt6QmlDevToolsVersionlessTargets.cmake
-qt6/lib/cmake/Qt6QmlDom/Qt6QmlDomAdditionalTargetInfo.cmake
-qt6/lib/cmake/Qt6QmlDom/Qt6QmlDomConfig.cmake
-qt6/lib/cmake/Qt6QmlDom/Qt6QmlDomConfigVersion.cmake
-qt6/lib/cmake/Qt6QmlDom/Qt6QmlDomDependencies.cmake
-qt6/lib/cmake/Qt6QmlDom/Qt6QmlDomTargets-release.cmake
-qt6/lib/cmake/Qt6QmlDom/Qt6QmlDomTargets.cmake
-qt6/lib/cmake/Qt6QmlDom/Qt6QmlDomVersionlessTargets.cmake
+qt6/lib/cmake/Qt6QmlCompilerPrivate/Qt6QmlCompilerPrivateAdditionalTargetInfo.cmake
+qt6/lib/cmake/Qt6QmlCompilerPrivate/Qt6QmlCompilerPrivateConfig.cmake
+qt6/lib/cmake/Qt6QmlCompilerPrivate/Qt6QmlCompilerPrivateConfigVersion.cmake
+qt6/lib/cmake/Qt6QmlCompilerPrivate/Qt6QmlCompilerPrivateDependencies.cmake
+qt6/lib/cmake/Qt6QmlCompilerPrivate/Qt6QmlCompilerPrivateTargets-release.cmake
+qt6/lib/cmake/Qt6QmlCompilerPrivate/Qt6QmlCompilerPrivateTargets.cmake
+qt6/lib/cmake/Qt6QmlCompilerPrivate/Qt6QmlCompilerPrivateVersionlessTargets.cmake
+qt6/lib/cmake/Qt6QmlCore/Qt6QmlCoreAdditionalTargetInfo.cmake
+qt6/lib/cmake/Qt6QmlCore/Qt6QmlCoreConfig.cmake
+qt6/lib/cmake/Qt6QmlCore/Qt6QmlCoreConfigVersion.cmake
+qt6/lib/cmake/Qt6QmlCore/Qt6QmlCoreDependencies.cmake
+qt6/lib/cmake/Qt6QmlCore/Qt6QmlCoreTargets-release.cmake
+qt6/lib/cmake/Qt6QmlCore/Qt6QmlCoreTargets.cmake
+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/Qt6QmlDebugPrivateDependencies.cmake
+qt6/lib/cmake/Qt6QmlDebugPrivate/Qt6QmlDebugPrivateTargets-release.cmake
+qt6/lib/cmake/Qt6QmlDebugPrivate/Qt6QmlDebugPrivateTargets.cmake
+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/Qt6QmlDevToolsPrivateDependencies.cmake
+qt6/lib/cmake/Qt6QmlDevToolsPrivate/Qt6QmlDevToolsPrivateTargets-release.cmake
+qt6/lib/cmake/Qt6QmlDevToolsPrivate/Qt6QmlDevToolsPrivateTargets.cmake
+qt6/lib/cmake/Qt6QmlDevToolsPrivate/Qt6QmlDevToolsPrivateVersionlessTargets.cmake
+qt6/lib/cmake/Qt6QmlDomPrivate/Qt6QmlDomPrivateAdditionalTargetInfo.cmake
+qt6/lib/cmake/Qt6QmlDomPrivate/Qt6QmlDomPrivateConfig.cmake
+qt6/lib/cmake/Qt6QmlDomPrivate/Qt6QmlDomPrivateConfigVersion.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/Qt6QmlImportScannerDependencies.cmake
@@ -1141,6 +1448,13 @@ qt6/lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptDependencies.cmake
 qt6/lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptTargets-release.cmake
 qt6/lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptTargets.cmake
 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/Qt6QmlXmlListModelDependencies.cmake
+qt6/lib/cmake/Qt6QmlXmlListModel/Qt6QmlXmlListModelTargets-release.cmake
+qt6/lib/cmake/Qt6QmlXmlListModel/Qt6QmlXmlListModelTargets.cmake
+qt6/lib/cmake/Qt6QmlXmlListModel/Qt6QmlXmlListModelVersionlessTargets.cmake
 qt6/lib/cmake/Qt6Quick/Qt6QuickAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Quick/Qt6QuickConfig.cmake
 qt6/lib/cmake/Qt6Quick/Qt6QuickConfigVersion.cmake
@@ -1148,6 +1462,41 @@ qt6/lib/cmake/Qt6Quick/Qt6QuickDependencies.cmake
 qt6/lib/cmake/Qt6Quick/Qt6QuickTargets-release.cmake
 qt6/lib/cmake/Qt6Quick/Qt6QuickTargets.cmake
 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/Qt6QuickControls2Dependencies.cmake
+qt6/lib/cmake/Qt6QuickControls2/Qt6QuickControls2Targets-release.cmake
+qt6/lib/cmake/Qt6QuickControls2/Qt6QuickControls2Targets.cmake
+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/Qt6QuickControls2ImplDependencies.cmake
+qt6/lib/cmake/Qt6QuickControls2Impl/Qt6QuickControls2ImplTargets-release.cmake
+qt6/lib/cmake/Qt6QuickControls2Impl/Qt6QuickControls2ImplTargets.cmake
+qt6/lib/cmake/Qt6QuickControls2Impl/Qt6QuickControls2ImplVersionlessTargets.cmake
+qt6/lib/cmake/Qt6QuickDialogs2/Qt6QuickDialogs2AdditionalTargetInfo.cmake
+qt6/lib/cmake/Qt6QuickDialogs2/Qt6QuickDialogs2Config.cmake
+qt6/lib/cmake/Qt6QuickDialogs2/Qt6QuickDialogs2ConfigVersion.cmake
+qt6/lib/cmake/Qt6QuickDialogs2/Qt6QuickDialogs2Dependencies.cmake
+qt6/lib/cmake/Qt6QuickDialogs2/Qt6QuickDialogs2Targets-release.cmake
+qt6/lib/cmake/Qt6QuickDialogs2/Qt6QuickDialogs2Targets.cmake
+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/Qt6QuickDialogs2QuickImplDependencies.cmake
+qt6/lib/cmake/Qt6QuickDialogs2QuickImpl/Qt6QuickDialogs2QuickImplTargets-release.cmake
+qt6/lib/cmake/Qt6QuickDialogs2QuickImpl/Qt6QuickDialogs2QuickImplTargets.cmake
+qt6/lib/cmake/Qt6QuickDialogs2QuickImpl/Qt6QuickDialogs2QuickImplVersionlessTargets.cmake
+qt6/lib/cmake/Qt6QuickDialogs2Utils/Qt6QuickDialogs2UtilsAdditionalTargetInfo.cmake
+qt6/lib/cmake/Qt6QuickDialogs2Utils/Qt6QuickDialogs2UtilsConfig.cmake
+qt6/lib/cmake/Qt6QuickDialogs2Utils/Qt6QuickDialogs2UtilsConfigVersion.cmake
+qt6/lib/cmake/Qt6QuickDialogs2Utils/Qt6QuickDialogs2UtilsDependencies.cmake
+qt6/lib/cmake/Qt6QuickDialogs2Utils/Qt6QuickDialogs2UtilsTargets-release.cmake
+qt6/lib/cmake/Qt6QuickDialogs2Utils/Qt6QuickDialogs2UtilsTargets.cmake
+qt6/lib/cmake/Qt6QuickDialogs2Utils/Qt6QuickDialogs2UtilsVersionlessTargets.cmake
 qt6/lib/cmake/Qt6QuickLayouts/Qt6QuickLayoutsAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6QuickLayouts/Qt6QuickLayoutsConfig.cmake
 qt6/lib/cmake/Qt6QuickLayouts/Qt6QuickLayoutsConfigVersion.cmake
@@ -1155,20 +1504,27 @@ qt6/lib/cmake/Qt6QuickLayouts/Qt6QuickLayoutsDependencies.cmake
 qt6/lib/cmake/Qt6QuickLayouts/Qt6QuickLayoutsTargets-release.cmake
 qt6/lib/cmake/Qt6QuickLayouts/Qt6QuickLayoutsTargets.cmake
 qt6/lib/cmake/Qt6QuickLayouts/Qt6QuickLayoutsVersionlessTargets.cmake
-qt6/lib/cmake/Qt6QuickParticles/Qt6QuickParticlesAdditionalTargetInfo.cmake
-qt6/lib/cmake/Qt6QuickParticles/Qt6QuickParticlesConfig.cmake
-qt6/lib/cmake/Qt6QuickParticles/Qt6QuickParticlesConfigVersion.cmake
-qt6/lib/cmake/Qt6QuickParticles/Qt6QuickParticlesDependencies.cmake
-qt6/lib/cmake/Qt6QuickParticles/Qt6QuickParticlesTargets-release.cmake
-qt6/lib/cmake/Qt6QuickParticles/Qt6QuickParticlesTargets.cmake
-qt6/lib/cmake/Qt6QuickParticles/Qt6QuickParticlesVersionlessTargets.cmake
-qt6/lib/cmake/Qt6QuickShapes/Qt6QuickShapesAdditionalTargetInfo.cmake
-qt6/lib/cmake/Qt6QuickShapes/Qt6QuickShapesConfig.cmake
-qt6/lib/cmake/Qt6QuickShapes/Qt6QuickShapesConfigVersion.cmake
-qt6/lib/cmake/Qt6QuickShapes/Qt6QuickShapesDependencies.cmake
-qt6/lib/cmake/Qt6QuickShapes/Qt6QuickShapesTargets-release.cmake
-qt6/lib/cmake/Qt6QuickShapes/Qt6QuickShapesTargets.cmake
-qt6/lib/cmake/Qt6QuickShapes/Qt6QuickShapesVersionlessTargets.cmake
+qt6/lib/cmake/Qt6QuickParticlesPrivate/Qt6QuickParticlesPrivateAdditionalTargetInfo.cmake
+qt6/lib/cmake/Qt6QuickParticlesPrivate/Qt6QuickParticlesPrivateConfig.cmake
+qt6/lib/cmake/Qt6QuickParticlesPrivate/Qt6QuickParticlesPrivateConfigVersion.cmake
+qt6/lib/cmake/Qt6QuickParticlesPrivate/Qt6QuickParticlesPrivateDependencies.cmake
+qt6/lib/cmake/Qt6QuickParticlesPrivate/Qt6QuickParticlesPrivateTargets-release.cmake
+qt6/lib/cmake/Qt6QuickParticlesPrivate/Qt6QuickParticlesPrivateTargets.cmake
+qt6/lib/cmake/Qt6QuickParticlesPrivate/Qt6QuickParticlesPrivateVersionlessTargets.cmake
+qt6/lib/cmake/Qt6QuickShapesPrivate/Qt6QuickShapesPrivateAdditionalTargetInfo.cmake
+qt6/lib/cmake/Qt6QuickShapesPrivate/Qt6QuickShapesPrivateConfig.cmake
+qt6/lib/cmake/Qt6QuickShapesPrivate/Qt6QuickShapesPrivateConfigVersion.cmake
+qt6/lib/cmake/Qt6QuickShapesPrivate/Qt6QuickShapesPrivateDependencies.cmake
+qt6/lib/cmake/Qt6QuickShapesPrivate/Qt6QuickShapesPrivateTargets-release.cmake
+qt6/lib/cmake/Qt6QuickShapesPrivate/Qt6QuickShapesPrivateTargets.cmake
+qt6/lib/cmake/Qt6QuickShapesPrivate/Qt6QuickShapesPrivateVersionlessTargets.cmake
+qt6/lib/cmake/Qt6QuickTemplates2/Qt6QuickTemplates2AdditionalTargetInfo.cmake
+qt6/lib/cmake/Qt6QuickTemplates2/Qt6QuickTemplates2Config.cmake
+qt6/lib/cmake/Qt6QuickTemplates2/Qt6QuickTemplates2ConfigVersion.cmake
+qt6/lib/cmake/Qt6QuickTemplates2/Qt6QuickTemplates2Dependencies.cmake
+qt6/lib/cmake/Qt6QuickTemplates2/Qt6QuickTemplates2Targets-release.cmake
+qt6/lib/cmake/Qt6QuickTemplates2/Qt6QuickTemplates2Targets.cmake
+qt6/lib/cmake/Qt6QuickTemplates2/Qt6QuickTemplates2VersionlessTargets.cmake
 qt6/lib/cmake/Qt6QuickTest/Qt6QuickTestAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6QuickTest/Qt6QuickTestConfig.cmake
 qt6/lib/cmake/Qt6QuickTest/Qt6QuickTestConfigVersion.cmake
@@ -1215,6 +1571,10 @@ qt6/lib/libQt6Qml.so.6
 qt6/lib/libQt6Qml.so.${PKGVERSION}
 qt6/lib/libQt6QmlCompiler.a
 qt6/lib/libQt6QmlCompiler.prl
+qt6/lib/libQt6QmlCore.prl
+qt6/lib/libQt6QmlCore.so
+qt6/lib/libQt6QmlCore.so.6
+qt6/lib/libQt6QmlCore.so.${PKGVERSION}
 qt6/lib/libQt6QmlDebug.a
 qt6/lib/libQt6QmlDebug.prl
 qt6/lib/libQt6QmlDevTools.a
@@ -1233,10 +1593,34 @@ qt6/lib/libQt6QmlWorkerScript.prl
 qt6/lib/libQt6QmlWorkerScript.so
 qt6/lib/libQt6QmlWorkerScript.so.6
 qt6/lib/libQt6QmlWorkerScript.so.${PKGVERSION}
+qt6/lib/libQt6QmlXmlListModel.prl
+qt6/lib/libQt6QmlXmlListModel.so
+qt6/lib/libQt6QmlXmlListModel.so.6
+qt6/lib/libQt6QmlXmlListModel.so.${PKGVERSION}
 qt6/lib/libQt6Quick.prl
 qt6/lib/libQt6Quick.so
 qt6/lib/libQt6Quick.so.6
 qt6/lib/libQt6Quick.so.${PKGVERSION}
+qt6/lib/libQt6QuickControls2.prl
+qt6/lib/libQt6QuickControls2.so
+qt6/lib/libQt6QuickControls2.so.6
+qt6/lib/libQt6QuickControls2.so.${PKGVERSION}
+qt6/lib/libQt6QuickControls2Impl.prl
+qt6/lib/libQt6QuickControls2Impl.so
+qt6/lib/libQt6QuickControls2Impl.so.6
+qt6/lib/libQt6QuickControls2Impl.so.${PKGVERSION}
+qt6/lib/libQt6QuickDialogs2.prl
+qt6/lib/libQt6QuickDialogs2.so
+qt6/lib/libQt6QuickDialogs2.so.6
+qt6/lib/libQt6QuickDialogs2.so.${PKGVERSION}
+qt6/lib/libQt6QuickDialogs2QuickImpl.prl
+qt6/lib/libQt6QuickDialogs2QuickImpl.so
+qt6/lib/libQt6QuickDialogs2QuickImpl.so.6
+qt6/lib/libQt6QuickDialogs2QuickImpl.so.${PKGVERSION}
+qt6/lib/libQt6QuickDialogs2Utils.prl
+qt6/lib/libQt6QuickDialogs2Utils.so
+qt6/lib/libQt6QuickDialogs2Utils.so.6
+qt6/lib/libQt6QuickDialogs2Utils.so.${PKGVERSION}
 qt6/lib/libQt6QuickLayouts.prl
 qt6/lib/libQt6QuickLayouts.so
 qt6/lib/libQt6QuickLayouts.so.6
@@ -1249,6 +1633,10 @@ qt6/lib/libQt6QuickShapes.prl
 qt6/lib/libQt6QuickShapes.so
 qt6/lib/libQt6QuickShapes.so.6
 qt6/lib/libQt6QuickShapes.so.${PKGVERSION}
+qt6/lib/libQt6QuickTemplates2.prl
+qt6/lib/libQt6QuickTemplates2.so
+qt6/lib/libQt6QuickTemplates2.so.6
+qt6/lib/libQt6QuickTemplates2.so.${PKGVERSION}
 qt6/lib/libQt6QuickTest.prl
 qt6/lib/libQt6QuickTest.so
 qt6/lib/libQt6QuickTest.so.6
@@ -1263,17 +1651,32 @@ qt6/lib/metatypes/qt6labsqmlmodels_release_metatypes.json
 qt6/lib/metatypes/qt6labssettings_release_metatypes.json
 qt6/lib/metatypes/qt6labssharedimage_release_metatypes.json
 qt6/lib/metatypes/qt6labswavefrontmesh_release_metatypes.json
+qt6/lib/metatypes/qt6packetprotocolprivate_release_metatypes.json
 qt6/lib/metatypes/qt6qml_release_metatypes.json
+qt6/lib/metatypes/qt6qmlcompilerprivate_release_metatypes.json
+qt6/lib/metatypes/qt6qmlcore_release_metatypes.json
+qt6/lib/metatypes/qt6qmldebugprivate_release_metatypes.json
+qt6/lib/metatypes/qt6qmldevtoolsprivate_release_metatypes.json
+qt6/lib/metatypes/qt6qmldomprivate_release_metatypes.json
 qt6/lib/metatypes/qt6qmllocalstorage_release_metatypes.json
 qt6/lib/metatypes/qt6qmlmodels_release_metatypes.json
 qt6/lib/metatypes/qt6qmlworkerscript_release_metatypes.json
+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/qt6quickdialogs2_release_metatypes.json
+qt6/lib/metatypes/qt6quickdialogs2quickimpl_release_metatypes.json
+qt6/lib/metatypes/qt6quickdialogs2utils_release_metatypes.json
 qt6/lib/metatypes/qt6quicklayouts_release_metatypes.json
-qt6/lib/metatypes/qt6quickparticles_release_metatypes.json
-qt6/lib/metatypes/qt6quickshapes_release_metatypes.json
+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/qt6quicktooling_release_metatypes.json
-qt6/lib/metatypes/qt6quickwindow_release_metatypes.json
+qt6/lib/metatypes/qt6quickwidgets_release_metatypes.json
+qt6/libexec/qmlcachegen
+qt6/libexec/qmlimportscanner
+qt6/libexec/qmltyperegistrar
 qt6/mkspecs/features/qmlcache.prf
 qt6/mkspecs/features/qmltypes.prf
 qt6/mkspecs/features/qtquickcompiler.prf
@@ -1293,6 +1696,8 @@ qt6/mkspecs/modules/qt_lib_packetprotocol_private.pri
 qt6/mkspecs/modules/qt_lib_qml.pri
 qt6/mkspecs/modules/qt_lib_qml_private.pri
 qt6/mkspecs/modules/qt_lib_qmlcompiler_private.pri
+qt6/mkspecs/modules/qt_lib_qmlcore.pri
+qt6/mkspecs/modules/qt_lib_qmlcore_private.pri
 qt6/mkspecs/modules/qt_lib_qmldebug_private.pri
 qt6/mkspecs/modules/qt_lib_qmldevtools_private.pri
 qt6/mkspecs/modules/qt_lib_qmldom_private.pri
@@ -1304,12 +1709,26 @@ qt6/mkspecs/modules/qt_lib_qmltest.pri
 qt6/mkspecs/modules/qt_lib_qmltest_private.pri
 qt6/mkspecs/modules/qt_lib_qmlworkerscript.pri
 qt6/mkspecs/modules/qt_lib_qmlworkerscript_private.pri
+qt6/mkspecs/modules/qt_lib_qmlxmllistmodel.pri
+qt6/mkspecs/modules/qt_lib_qmlxmllistmodel_private.pri
 qt6/mkspecs/modules/qt_lib_quick.pri
 qt6/mkspecs/modules/qt_lib_quick_private.pri
+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_quickdialogs2.pri
+qt6/mkspecs/modules/qt_lib_quickdialogs2_private.pri
+qt6/mkspecs/modules/qt_lib_quickdialogs2quickimpl.pri
+qt6/mkspecs/modules/qt_lib_quickdialogs2quickimpl_private.pri
+qt6/mkspecs/modules/qt_lib_quickdialogs2utils.pri
+qt6/mkspecs/modules/qt_lib_quickdialogs2utils_private.pri
 qt6/mkspecs/modules/qt_lib_quicklayouts.pri
 qt6/mkspecs/modules/qt_lib_quicklayouts_private.pri
 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_quickwidgets.pri
 qt6/mkspecs/modules/qt_lib_quickwidgets_private.pri
 qt6/modules/LabsAnimation.json
@@ -1318,19 +1737,27 @@ qt6/modules/LabsQmlModels.json
 qt6/modules/LabsSettings.json
 qt6/modules/LabsSharedImage.json
 qt6/modules/LabsWavefrontMesh.json
-qt6/modules/PacketProtocol.json
+qt6/modules/PacketProtocolPrivate.json
 qt6/modules/Qml.json
-qt6/modules/QmlCompiler.json
-qt6/modules/QmlDebug.json
-qt6/modules/QmlDevTools.json
-qt6/modules/QmlDom.json
+qt6/modules/QmlCompilerPrivate.json
+qt6/modules/QmlCore.json
+qt6/modules/QmlDebugPrivate.json
+qt6/modules/QmlDevToolsPrivate.json
+qt6/modules/QmlDomPrivate.json
 qt6/modules/QmlLocalStorage.json
 qt6/modules/QmlModels.json
 qt6/modules/QmlWorkerScript.json
+qt6/modules/QmlXmlListModel.json
 qt6/modules/Quick.json
+qt6/modules/QuickControls2.json
+qt6/modules/QuickControls2Impl.json
+qt6/modules/QuickDialogs2.json
+qt6/modules/QuickDialogs2QuickImpl.json
+qt6/modules/QuickDialogs2Utils.json
 qt6/modules/QuickLayouts.json
-qt6/modules/QuickParticles.json
-qt6/modules/QuickShapes.json
+qt6/modules/QuickParticlesPrivate.json
+qt6/modules/QuickShapesPrivate.json
+qt6/modules/QuickTemplates2.json
 qt6/modules/QuickTest.json
 qt6/modules/QuickWidgets.json
 qt6/plugins/qmltooling/libqmldbg_debugger.so
@@ -1350,6 +1777,9 @@ qt6/qml/Qt/labs/animation/qmldir
 qt6/qml/Qt/labs/folderlistmodel/libqmlfolderlistmodelplugin.so
 qt6/qml/Qt/labs/folderlistmodel/plugins.qmltypes
 qt6/qml/Qt/labs/folderlistmodel/qmldir
+qt6/qml/Qt/labs/platform/libqtlabsplatformplugin.so
+qt6/qml/Qt/labs/platform/plugins.qmltypes
+qt6/qml/Qt/labs/platform/qmldir
 qt6/qml/Qt/labs/qmlmodels/liblabsmodelsplugin.so
 qt6/qml/Qt/labs/qmlmodels/plugins.qmltypes
 qt6/qml/Qt/labs/qmlmodels/qmldir
@@ -1362,30 +1792,531 @@ qt6/qml/Qt/labs/sharedimage/qmldir
 qt6/qml/Qt/labs/wavefrontmesh/libqmlwavefrontmeshplugin.so
 qt6/qml/Qt/labs/wavefrontmesh/plugins.qmltypes
 qt6/qml/Qt/labs/wavefrontmesh/qmldir
+qt6/qml/QtCore/libqtqmlcoreplugin.so
+qt6/qml/QtCore/plugins.qmltypes
+qt6/qml/QtCore/qmldir
 qt6/qml/QtQml/Models/libmodelsplugin.so
 qt6/qml/QtQml/Models/plugins.qmltypes
 qt6/qml/QtQml/Models/qmldir
 qt6/qml/QtQml/WorkerScript/libworkerscriptplugin.so
 qt6/qml/QtQml/WorkerScript/plugins.qmltypes
 qt6/qml/QtQml/WorkerScript/qmldir
+qt6/qml/QtQml/XmlListModel/libqmlxmllistmodelplugin.so
+qt6/qml/QtQml/XmlListModel/plugins.qmltypes
+qt6/qml/QtQml/XmlListModel/qmldir
 qt6/qml/QtQml/libqmlplugin.so
 qt6/qml/QtQml/plugins.qmltypes
 qt6/qml/QtQml/qmldir
+qt6/qml/QtQuick/Controls/Basic/AbstractButton.qml
+qt6/qml/QtQuick/Controls/Basic/Action.qml
+qt6/qml/QtQuick/Controls/Basic/ActionGroup.qml
+qt6/qml/QtQuick/Controls/Basic/ApplicationWindow.qml
+qt6/qml/QtQuick/Controls/Basic/BusyIndicator.qml
+qt6/qml/QtQuick/Controls/Basic/Button.qml
+qt6/qml/QtQuick/Controls/Basic/ButtonGroup.qml
+qt6/qml/QtQuick/Controls/Basic/CheckBox.qml
+qt6/qml/QtQuick/Controls/Basic/CheckDelegate.qml
+qt6/qml/QtQuick/Controls/Basic/ComboBox.qml
+qt6/qml/QtQuick/Controls/Basic/Container.qml
+qt6/qml/QtQuick/Controls/Basic/Control.qml
+qt6/qml/QtQuick/Controls/Basic/DelayButton.qml
+qt6/qml/QtQuick/Controls/Basic/Dial.qml
+qt6/qml/QtQuick/Controls/Basic/Dialog.qml
+qt6/qml/QtQuick/Controls/Basic/DialogButtonBox.qml
+qt6/qml/QtQuick/Controls/Basic/Drawer.qml
+qt6/qml/QtQuick/Controls/Basic/Frame.qml
+qt6/qml/QtQuick/Controls/Basic/GroupBox.qml
+qt6/qml/QtQuick/Controls/Basic/HorizontalHeaderView.qml
+qt6/qml/QtQuick/Controls/Basic/ItemDelegate.qml
+qt6/qml/QtQuick/Controls/Basic/Label.qml
+qt6/qml/QtQuick/Controls/Basic/Menu.qml
+qt6/qml/QtQuick/Controls/Basic/MenuBar.qml
+qt6/qml/QtQuick/Controls/Basic/MenuBarItem.qml
+qt6/qml/QtQuick/Controls/Basic/MenuItem.qml
+qt6/qml/QtQuick/Controls/Basic/MenuSeparator.qml
+qt6/qml/QtQuick/Controls/Basic/Page.qml
+qt6/qml/QtQuick/Controls/Basic/PageIndicator.qml
+qt6/qml/QtQuick/Controls/Basic/Pane.qml
+qt6/qml/QtQuick/Controls/Basic/Popup.qml
+qt6/qml/QtQuick/Controls/Basic/ProgressBar.qml
+qt6/qml/QtQuick/Controls/Basic/RadioButton.qml
+qt6/qml/QtQuick/Controls/Basic/RadioDelegate.qml
+qt6/qml/QtQuick/Controls/Basic/RangeSlider.qml
+qt6/qml/QtQuick/Controls/Basic/RoundButton.qml
+qt6/qml/QtQuick/Controls/Basic/ScrollBar.qml
+qt6/qml/QtQuick/Controls/Basic/ScrollIndicator.qml
+qt6/qml/QtQuick/Controls/Basic/ScrollView.qml
+qt6/qml/QtQuick/Controls/Basic/SelectionRectangle.qml
+qt6/qml/QtQuick/Controls/Basic/Slider.qml
+qt6/qml/QtQuick/Controls/Basic/SpinBox.qml
+qt6/qml/QtQuick/Controls/Basic/SplitView.qml
+qt6/qml/QtQuick/Controls/Basic/StackView.qml
+qt6/qml/QtQuick/Controls/Basic/SwipeDelegate.qml
+qt6/qml/QtQuick/Controls/Basic/SwipeView.qml
+qt6/qml/QtQuick/Controls/Basic/Switch.qml
+qt6/qml/QtQuick/Controls/Basic/SwitchDelegate.qml
+qt6/qml/QtQuick/Controls/Basic/TabBar.qml
+qt6/qml/QtQuick/Controls/Basic/TabButton.qml
+qt6/qml/QtQuick/Controls/Basic/TextArea.qml
+qt6/qml/QtQuick/Controls/Basic/TextField.qml
+qt6/qml/QtQuick/Controls/Basic/ToolBar.qml
+qt6/qml/QtQuick/Controls/Basic/ToolButton.qml
+qt6/qml/QtQuick/Controls/Basic/ToolSeparator.qml
+qt6/qml/QtQuick/Controls/Basic/ToolTip.qml
+qt6/qml/QtQuick/Controls/Basic/Tumbler.qml
+qt6/qml/QtQuick/Controls/Basic/VerticalHeaderView.qml
+qt6/qml/QtQuick/Controls/Basic/impl/libqtquickcontrols2basicstyleimplplugin.so
+qt6/qml/QtQuick/Controls/Basic/impl/plugins.qmltypes
+qt6/qml/QtQuick/Controls/Basic/impl/qmldir
+qt6/qml/QtQuick/Controls/Basic/libqtquickcontrols2basicstyleplugin.so
+qt6/qml/QtQuick/Controls/Basic/plugins.qmltypes
+qt6/qml/QtQuick/Controls/Basic/qmldir
+qt6/qml/QtQuick/Controls/Fusion/ApplicationWindow.qml
+qt6/qml/QtQuick/Controls/Fusion/BusyIndicator.qml
+qt6/qml/QtQuick/Controls/Fusion/Button.qml
+qt6/qml/QtQuick/Controls/Fusion/CheckBox.qml
+qt6/qml/QtQuick/Controls/Fusion/CheckDelegate.qml
+qt6/qml/QtQuick/Controls/Fusion/ComboBox.qml
+qt6/qml/QtQuick/Controls/Fusion/DelayButton.qml
+qt6/qml/QtQuick/Controls/Fusion/Dial.qml
+qt6/qml/QtQuick/Controls/Fusion/Dialog.qml
+qt6/qml/QtQuick/Controls/Fusion/DialogButtonBox.qml
+qt6/qml/QtQuick/Controls/Fusion/Drawer.qml
+qt6/qml/QtQuick/Controls/Fusion/Frame.qml
+qt6/qml/QtQuick/Controls/Fusion/GroupBox.qml
+qt6/qml/QtQuick/Controls/Fusion/HorizontalHeaderView.qml
+qt6/qml/QtQuick/Controls/Fusion/ItemDelegate.qml
+qt6/qml/QtQuick/Controls/Fusion/Label.qml
+qt6/qml/QtQuick/Controls/Fusion/Menu.qml
+qt6/qml/QtQuick/Controls/Fusion/MenuBar.qml
+qt6/qml/QtQuick/Controls/Fusion/MenuBarItem.qml
+qt6/qml/QtQuick/Controls/Fusion/MenuItem.qml
+qt6/qml/QtQuick/Controls/Fusion/MenuSeparator.qml
+qt6/qml/QtQuick/Controls/Fusion/Page.qml
+qt6/qml/QtQuick/Controls/Fusion/PageIndicator.qml
+qt6/qml/QtQuick/Controls/Fusion/Pane.qml
+qt6/qml/QtQuick/Controls/Fusion/Popup.qml
+qt6/qml/QtQuick/Controls/Fusion/ProgressBar.qml
+qt6/qml/QtQuick/Controls/Fusion/RadioButton.qml
+qt6/qml/QtQuick/Controls/Fusion/RadioDelegate.qml
+qt6/qml/QtQuick/Controls/Fusion/RangeSlider.qml
+qt6/qml/QtQuick/Controls/Fusion/RoundButton.qml
+qt6/qml/QtQuick/Controls/Fusion/ScrollBar.qml
+qt6/qml/QtQuick/Controls/Fusion/ScrollIndicator.qml
+qt6/qml/QtQuick/Controls/Fusion/ScrollView.qml
+qt6/qml/QtQuick/Controls/Fusion/SelectionRectangle.qml
+qt6/qml/QtQuick/Controls/Fusion/Slider.qml
+qt6/qml/QtQuick/Controls/Fusion/SpinBox.qml
+qt6/qml/QtQuick/Controls/Fusion/SplitView.qml
+qt6/qml/QtQuick/Controls/Fusion/SwipeDelegate.qml
+qt6/qml/QtQuick/Controls/Fusion/Switch.qml
+qt6/qml/QtQuick/Controls/Fusion/SwitchDelegate.qml
+qt6/qml/QtQuick/Controls/Fusion/TabBar.qml
+qt6/qml/QtQuick/Controls/Fusion/TabButton.qml
+qt6/qml/QtQuick/Controls/Fusion/TextArea.qml
+qt6/qml/QtQuick/Controls/Fusion/TextField.qml
+qt6/qml/QtQuick/Controls/Fusion/ToolBar.qml
+qt6/qml/QtQuick/Controls/Fusion/ToolButton.qml
+qt6/qml/QtQuick/Controls/Fusion/ToolSeparator.qml
+qt6/qml/QtQuick/Controls/Fusion/ToolTip.qml
+qt6/qml/QtQuick/Controls/Fusion/Tumbler.qml
+qt6/qml/QtQuick/Controls/Fusion/VerticalHeaderView.qml
+qt6/qml/QtQuick/Controls/Fusion/impl/ButtonPanel.qml
+qt6/qml/QtQuick/Controls/Fusion/impl/CheckIndicator.qml
+qt6/qml/QtQuick/Controls/Fusion/impl/RadioIndicator.qml
+qt6/qml/QtQuick/Controls/Fusion/impl/SliderGroove.qml
+qt6/qml/QtQuick/Controls/Fusion/impl/SliderHandle.qml
+qt6/qml/QtQuick/Controls/Fusion/impl/SwitchIndicator.qml
+qt6/qml/QtQuick/Controls/Fusion/impl/libqtquickcontrols2fusionstyleimplplugin.so
+qt6/qml/QtQuick/Controls/Fusion/impl/plugins.qmltypes
+qt6/qml/QtQuick/Controls/Fusion/impl/qmldir
+qt6/qml/QtQuick/Controls/Fusion/libqtquickcontrols2fusionstyleplugin.so
+qt6/qml/QtQuick/Controls/Fusion/plugins.qmltypes
+qt6/qml/QtQuick/Controls/Fusion/qmldir
+qt6/qml/QtQuick/Controls/Imagine/ApplicationWindow.qml
+qt6/qml/QtQuick/Controls/Imagine/BusyIndicator.qml
+qt6/qml/QtQuick/Controls/Imagine/Button.qml
+qt6/qml/QtQuick/Controls/Imagine/CheckBox.qml
+qt6/qml/QtQuick/Controls/Imagine/CheckDelegate.qml
+qt6/qml/QtQuick/Controls/Imagine/ComboBox.qml
+qt6/qml/QtQuick/Controls/Imagine/DelayButton.qml
+qt6/qml/QtQuick/Controls/Imagine/Dial.qml
+qt6/qml/QtQuick/Controls/Imagine/Dialog.qml
+qt6/qml/QtQuick/Controls/Imagine/DialogButtonBox.qml
+qt6/qml/QtQuick/Controls/Imagine/Drawer.qml
+qt6/qml/QtQuick/Controls/Imagine/Frame.qml
+qt6/qml/QtQuick/Controls/Imagine/GroupBox.qml
+qt6/qml/QtQuick/Controls/Imagine/HorizontalHeaderView.qml
+qt6/qml/QtQuick/Controls/Imagine/ItemDelegate.qml
+qt6/qml/QtQuick/Controls/Imagine/Label.qml
+qt6/qml/QtQuick/Controls/Imagine/Menu.qml
+qt6/qml/QtQuick/Controls/Imagine/MenuItem.qml
+qt6/qml/QtQuick/Controls/Imagine/MenuSeparator.qml
+qt6/qml/QtQuick/Controls/Imagine/Page.qml
+qt6/qml/QtQuick/Controls/Imagine/PageIndicator.qml
+qt6/qml/QtQuick/Controls/Imagine/Pane.qml
+qt6/qml/QtQuick/Controls/Imagine/Popup.qml
+qt6/qml/QtQuick/Controls/Imagine/ProgressBar.qml
+qt6/qml/QtQuick/Controls/Imagine/RadioButton.qml
+qt6/qml/QtQuick/Controls/Imagine/RadioDelegate.qml
+qt6/qml/QtQuick/Controls/Imagine/RangeSlider.qml
+qt6/qml/QtQuick/Controls/Imagine/RoundButton.qml
+qt6/qml/QtQuick/Controls/Imagine/ScrollBar.qml
+qt6/qml/QtQuick/Controls/Imagine/ScrollIndicator.qml
+qt6/qml/QtQuick/Controls/Imagine/ScrollView.qml
+qt6/qml/QtQuick/Controls/Imagine/SelectionRectangle.qml
+qt6/qml/QtQuick/Controls/Imagine/Slider.qml
+qt6/qml/QtQuick/Controls/Imagine/SpinBox.qml
+qt6/qml/QtQuick/Controls/Imagine/SplitView.qml
+qt6/qml/QtQuick/Controls/Imagine/StackView.qml
+qt6/qml/QtQuick/Controls/Imagine/SwipeDelegate.qml
+qt6/qml/QtQuick/Controls/Imagine/SwipeView.qml
+qt6/qml/QtQuick/Controls/Imagine/Switch.qml
+qt6/qml/QtQuick/Controls/Imagine/SwitchDelegate.qml
+qt6/qml/QtQuick/Controls/Imagine/TabBar.qml
+qt6/qml/QtQuick/Controls/Imagine/TabButton.qml
+qt6/qml/QtQuick/Controls/Imagine/TextArea.qml
+qt6/qml/QtQuick/Controls/Imagine/TextField.qml
+qt6/qml/QtQuick/Controls/Imagine/ToolBar.qml
+qt6/qml/QtQuick/Controls/Imagine/ToolButton.qml
+qt6/qml/QtQuick/Controls/Imagine/ToolSeparator.qml
+qt6/qml/QtQuick/Controls/Imagine/ToolTip.qml
+qt6/qml/QtQuick/Controls/Imagine/Tumbler.qml
+qt6/qml/QtQuick/Controls/Imagine/VerticalHeaderView.qml
+qt6/qml/QtQuick/Controls/Imagine/impl/OpacityMask.qml
+qt6/qml/QtQuick/Controls/Imagine/impl/libqtquickcontrols2imaginestyleimplplugin.so
+qt6/qml/QtQuick/Controls/Imagine/impl/plugins.qmltypes
+qt6/qml/QtQuick/Controls/Imagine/impl/qmldir
+qt6/qml/QtQuick/Controls/Imagine/libqtquickcontrols2imaginestyleplugin.so
+qt6/qml/QtQuick/Controls/Imagine/plugins.qmltypes
+qt6/qml/QtQuick/Controls/Imagine/qmldir
+qt6/qml/QtQuick/Controls/Material/ApplicationWindow.qml
+qt6/qml/QtQuick/Controls/Material/BusyIndicator.qml
+qt6/qml/QtQuick/Controls/Material/Button.qml
+qt6/qml/QtQuick/Controls/Material/CheckBox.qml
+qt6/qml/QtQuick/Controls/Material/CheckDelegate.qml
+qt6/qml/QtQuick/Controls/Material/ComboBox.qml
+qt6/qml/QtQuick/Controls/Material/DelayButton.qml
+qt6/qml/QtQuick/Controls/Material/Dial.qml
+qt6/qml/QtQuick/Controls/Material/Dialog.qml
+qt6/qml/QtQuick/Controls/Material/DialogButtonBox.qml
+qt6/qml/QtQuick/Controls/Material/Drawer.qml
+qt6/qml/QtQuick/Controls/Material/Frame.qml
+qt6/qml/QtQuick/Controls/Material/GroupBox.qml
+qt6/qml/QtQuick/Controls/Material/HorizontalHeaderView.qml
+qt6/qml/QtQuick/Controls/Material/ItemDelegate.qml
+qt6/qml/QtQuick/Controls/Material/Label.qml
+qt6/qml/QtQuick/Controls/Material/Menu.qml
+qt6/qml/QtQuick/Controls/Material/MenuBar.qml
+qt6/qml/QtQuick/Controls/Material/MenuBarItem.qml
+qt6/qml/QtQuick/Controls/Material/MenuItem.qml
+qt6/qml/QtQuick/Controls/Material/MenuSeparator.qml
+qt6/qml/QtQuick/Controls/Material/Page.qml
+qt6/qml/QtQuick/Controls/Material/PageIndicator.qml
+qt6/qml/QtQuick/Controls/Material/Pane.qml
+qt6/qml/QtQuick/Controls/Material/Popup.qml
+qt6/qml/QtQuick/Controls/Material/ProgressBar.qml
+qt6/qml/QtQuick/Controls/Material/RadioButton.qml
+qt6/qml/QtQuick/Controls/Material/RadioDelegate.qml
+qt6/qml/QtQuick/Controls/Material/RangeSlider.qml
+qt6/qml/QtQuick/Controls/Material/RoundButton.qml
+qt6/qml/QtQuick/Controls/Material/ScrollBar.qml
+qt6/qml/QtQuick/Controls/Material/ScrollIndicator.qml
+qt6/qml/QtQuick/Controls/Material/ScrollView.qml
+qt6/qml/QtQuick/Controls/Material/SelectionRectangle.qml
+qt6/qml/QtQuick/Controls/Material/Slider.qml
+qt6/qml/QtQuick/Controls/Material/SpinBox.qml
+qt6/qml/QtQuick/Controls/Material/SplitView.qml
+qt6/qml/QtQuick/Controls/Material/StackView.qml
+qt6/qml/QtQuick/Controls/Material/SwipeDelegate.qml
+qt6/qml/QtQuick/Controls/Material/SwipeView.qml
+qt6/qml/QtQuick/Controls/Material/Switch.qml
+qt6/qml/QtQuick/Controls/Material/SwitchDelegate.qml
+qt6/qml/QtQuick/Controls/Material/TabBar.qml
+qt6/qml/QtQuick/Controls/Material/TabButton.qml
+qt6/qml/QtQuick/Controls/Material/TextArea.qml
+qt6/qml/QtQuick/Controls/Material/TextField.qml
+qt6/qml/QtQuick/Controls/Material/ToolBar.qml
+qt6/qml/QtQuick/Controls/Material/ToolButton.qml
+qt6/qml/QtQuick/Controls/Material/ToolSeparator.qml
+qt6/qml/QtQuick/Controls/Material/ToolTip.qml
+qt6/qml/QtQuick/Controls/Material/Tumbler.qml
+qt6/qml/QtQuick/Controls/Material/VerticalHeaderView.qml
+qt6/qml/QtQuick/Controls/Material/impl/BoxShadow.qml
+qt6/qml/QtQuick/Controls/Material/impl/CheckIndicator.qml
+qt6/qml/QtQuick/Controls/Material/impl/CursorDelegate.qml
+qt6/qml/QtQuick/Controls/Material/impl/ElevationEffect.qml
+qt6/qml/QtQuick/Controls/Material/impl/RadioIndicator.qml
+qt6/qml/QtQuick/Controls/Material/impl/RectangularGlow.qml
+qt6/qml/QtQuick/Controls/Material/impl/SliderHandle.qml
+qt6/qml/QtQuick/Controls/Material/impl/SwitchIndicator.qml
+qt6/qml/QtQuick/Controls/Material/impl/libqtquickcontrols2materialstyleimplplugin.so
+qt6/qml/QtQuick/Controls/Material/impl/plugins.qmltypes
+qt6/qml/QtQuick/Controls/Material/impl/qmldir
+qt6/qml/QtQuick/Controls/Material/libqtquickcontrols2materialstyleplugin.so
+qt6/qml/QtQuick/Controls/Material/plugins.qmltypes
+qt6/qml/QtQuick/Controls/Material/qmldir
+qt6/qml/QtQuick/Controls/Universal/ApplicationWindow.qml
+qt6/qml/QtQuick/Controls/Universal/BusyIndicator.qml
+qt6/qml/QtQuick/Controls/Universal/Button.qml
+qt6/qml/QtQuick/Controls/Universal/CheckBox.qml
+qt6/qml/QtQuick/Controls/Universal/CheckDelegate.qml
+qt6/qml/QtQuick/Controls/Universal/ComboBox.qml
+qt6/qml/QtQuick/Controls/Universal/DelayButton.qml
+qt6/qml/QtQuick/Controls/Universal/Dial.qml
+qt6/qml/QtQuick/Controls/Universal/Dialog.qml
+qt6/qml/QtQuick/Controls/Universal/DialogButtonBox.qml
+qt6/qml/QtQuick/Controls/Universal/Drawer.qml
+qt6/qml/QtQuick/Controls/Universal/Frame.qml
+qt6/qml/QtQuick/Controls/Universal/GroupBox.qml
+qt6/qml/QtQuick/Controls/Universal/HorizontalHeaderView.qml
+qt6/qml/QtQuick/Controls/Universal/ItemDelegate.qml
+qt6/qml/QtQuick/Controls/Universal/Label.qml
+qt6/qml/QtQuick/Controls/Universal/Menu.qml
+qt6/qml/QtQuick/Controls/Universal/MenuBar.qml
+qt6/qml/QtQuick/Controls/Universal/MenuBarItem.qml
+qt6/qml/QtQuick/Controls/Universal/MenuItem.qml
+qt6/qml/QtQuick/Controls/Universal/MenuSeparator.qml
+qt6/qml/QtQuick/Controls/Universal/Page.qml
+qt6/qml/QtQuick/Controls/Universal/PageIndicator.qml
+qt6/qml/QtQuick/Controls/Universal/Pane.qml
+qt6/qml/QtQuick/Controls/Universal/Popup.qml
+qt6/qml/QtQuick/Controls/Universal/ProgressBar.qml
+qt6/qml/QtQuick/Controls/Universal/RadioButton.qml
+qt6/qml/QtQuick/Controls/Universal/RadioDelegate.qml
+qt6/qml/QtQuick/Controls/Universal/RangeSlider.qml
+qt6/qml/QtQuick/Controls/Universal/RoundButton.qml
+qt6/qml/QtQuick/Controls/Universal/ScrollBar.qml
+qt6/qml/QtQuick/Controls/Universal/ScrollIndicator.qml
+qt6/qml/QtQuick/Controls/Universal/ScrollView.qml
+qt6/qml/QtQuick/Controls/Universal/SelectionRectangle.qml
+qt6/qml/QtQuick/Controls/Universal/Slider.qml
+qt6/qml/QtQuick/Controls/Universal/SpinBox.qml
+qt6/qml/QtQuick/Controls/Universal/SplitView.qml
+qt6/qml/QtQuick/Controls/Universal/StackView.qml
+qt6/qml/QtQuick/Controls/Universal/SwipeDelegate.qml
+qt6/qml/QtQuick/Controls/Universal/Switch.qml
+qt6/qml/QtQuick/Controls/Universal/SwitchDelegate.qml
+qt6/qml/QtQuick/Controls/Universal/TabBar.qml
+qt6/qml/QtQuick/Controls/Universal/TabButton.qml
+qt6/qml/QtQuick/Controls/Universal/TextArea.qml
+qt6/qml/QtQuick/Controls/Universal/TextField.qml
+qt6/qml/QtQuick/Controls/Universal/ToolBar.qml
+qt6/qml/QtQuick/Controls/Universal/ToolButton.qml
+qt6/qml/QtQuick/Controls/Universal/ToolSeparator.qml
+qt6/qml/QtQuick/Controls/Universal/ToolTip.qml
+qt6/qml/QtQuick/Controls/Universal/Tumbler.qml
+qt6/qml/QtQuick/Controls/Universal/VerticalHeaderView.qml
+qt6/qml/QtQuick/Controls/Universal/impl/CheckIndicator.qml
+qt6/qml/QtQuick/Controls/Universal/impl/RadioIndicator.qml
+qt6/qml/QtQuick/Controls/Universal/impl/SwitchIndicator.qml
+qt6/qml/QtQuick/Controls/Universal/impl/libqtquickcontrols2universalstyleimplplugin.so
+qt6/qml/QtQuick/Controls/Universal/impl/plugins.qmltypes
+qt6/qml/QtQuick/Controls/Universal/impl/qmldir
+qt6/qml/QtQuick/Controls/Universal/libqtquickcontrols2universalstyleplugin.so
+qt6/qml/QtQuick/Controls/Universal/plugins.qmltypes
+qt6/qml/QtQuick/Controls/Universal/qmldir
+qt6/qml/QtQuick/Controls/designer/AbstractButtonSection.qml
+qt6/qml/QtQuick/Controls/designer/BusyIndicatorSpecifics.qml
+qt6/qml/QtQuick/Controls/designer/ButtonSection.qml
+qt6/qml/QtQuick/Controls/designer/ButtonSpecifics.qml
+qt6/qml/QtQuick/Controls/designer/CheckBoxSpecifics.qml
+qt6/qml/QtQuick/Controls/designer/CheckDelegateSpecifics.qml
+qt6/qml/QtQuick/Controls/designer/CheckSection.qml
+qt6/qml/QtQuick/Controls/designer/ComboBoxSpecifics.qml
+qt6/qml/QtQuick/Controls/designer/ContainerSection.qml
+qt6/qml/QtQuick/Controls/designer/ControlSection.qml
+qt6/qml/QtQuick/Controls/designer/ControlSpecifics.qml
+qt6/qml/QtQuick/Controls/designer/DelayButtonSpecifics.qml
+qt6/qml/QtQuick/Controls/designer/DialSpecifics.qml
+qt6/qml/QtQuick/Controls/designer/FrameSpecifics.qml
+qt6/qml/QtQuick/Controls/designer/GroupBoxSpecifics.qml
+qt6/qml/QtQuick/Controls/designer/InsetSection.qml
+qt6/qml/QtQuick/Controls/designer/ItemDelegateSection.qml
+qt6/qml/QtQuick/Controls/designer/ItemDelegateSpecifics.qml
+qt6/qml/QtQuick/Controls/designer/LabelSpecifics.qml
+qt6/qml/QtQuick/Controls/designer/PaddingSection.qml
+qt6/qml/QtQuick/Controls/designer/PageIndicatorSpecifics.qml
+qt6/qml/QtQuick/Controls/designer/PageSpecifics.qml
+qt6/qml/QtQuick/Controls/designer/PaneSection.qml
+qt6/qml/QtQuick/Controls/designer/PaneSpecifics.qml
+qt6/qml/QtQuick/Controls/designer/ProgressBarSpecifics.qml
+qt6/qml/QtQuick/Controls/designer/RadioButtonSpecifics.qml
+qt6/qml/QtQuick/Controls/designer/RadioDelegateSpecifics.qml
+qt6/qml/QtQuick/Controls/designer/RangeSliderSpecifics.qml
+qt6/qml/QtQuick/Controls/designer/RoundButtonSpecifics.qml
+qt6/qml/QtQuick/Controls/designer/ScrollViewSpecifics.qml
+qt6/qml/QtQuick/Controls/designer/SliderSpecifics.qml
+qt6/qml/QtQuick/Controls/designer/SpinBoxSpecifics.qml
+qt6/qml/QtQuick/Controls/designer/StackViewSpecifics.qml
+qt6/qml/QtQuick/Controls/designer/SwipeDelegateSpecifics.qml
+qt6/qml/QtQuick/Controls/designer/SwipeViewSpecifics.qml
+qt6/qml/QtQuick/Controls/designer/SwitchDelegateSpecifics.qml
+qt6/qml/QtQuick/Controls/designer/SwitchSpecifics.qml
+qt6/qml/QtQuick/Controls/designer/TabBarSpecifics.qml
+qt6/qml/QtQuick/Controls/designer/TabButtonSpecifics.qml
+qt6/qml/QtQuick/Controls/designer/TextAreaSpecifics.qml
+qt6/qml/QtQuick/Controls/designer/TextFieldSpecifics.qml
+qt6/qml/QtQuick/Controls/designer/ToolBarSpecifics.qml
+qt6/qml/QtQuick/Controls/designer/ToolButtonSpecifics.qml
+qt6/qml/QtQuick/Controls/designer/ToolSeparatorSpecifics.qml
+qt6/qml/QtQuick/Controls/designer/TumblerSpecifics.qml
+qt6/qml/QtQuick/Controls/designer/images/busyindicator-icon.png
+qt6/qml/QtQuick/Controls/designer/images/busyindicator-icon16.png
+qt6/qml/QtQuick/Controls/designer/images/busyindicator-icon%2x.png@localhost
+qt6/qml/QtQuick/Controls/designer/images/button-icon.png
+qt6/qml/QtQuick/Controls/designer/images/button-icon16.png
+qt6/qml/QtQuick/Controls/designer/images/button-icon%2x.png@localhost
+qt6/qml/QtQuick/Controls/designer/images/checkbox-icon.png
+qt6/qml/QtQuick/Controls/designer/images/checkbox-icon16.png
+qt6/qml/QtQuick/Controls/designer/images/checkbox-icon%2x.png@localhost
+qt6/qml/QtQuick/Controls/designer/images/combobox-icon.png
+qt6/qml/QtQuick/Controls/designer/images/combobox-icon16.png
+qt6/qml/QtQuick/Controls/designer/images/combobox-icon%2x.png@localhost
+qt6/qml/QtQuick/Controls/designer/images/delaybutton-icon.png
+qt6/qml/QtQuick/Controls/designer/images/delaybutton-icon16.png
+qt6/qml/QtQuick/Controls/designer/images/delaybutton-icon%2x.png@localhost
+qt6/qml/QtQuick/Controls/designer/images/dial-icon.png
+qt6/qml/QtQuick/Controls/designer/images/dial-icon16.png
+qt6/qml/QtQuick/Controls/designer/images/dial-icon%2x.png@localhost
+qt6/qml/QtQuick/Controls/designer/images/frame-icon.png
+qt6/qml/QtQuick/Controls/designer/images/frame-icon16.png
+qt6/qml/QtQuick/Controls/designer/images/frame-icon%2x.png@localhost
+qt6/qml/QtQuick/Controls/designer/images/groupbox-icon.png
+qt6/qml/QtQuick/Controls/designer/images/groupbox-icon16.png
+qt6/qml/QtQuick/Controls/designer/images/groupbox-icon%2x.png@localhost
+qt6/qml/QtQuick/Controls/designer/images/itemdelegate-icon.png
+qt6/qml/QtQuick/Controls/designer/images/itemdelegate-icon16.png
+qt6/qml/QtQuick/Controls/designer/images/itemdelegate-icon%2x.png@localhost
+qt6/qml/QtQuick/Controls/designer/images/label-icon.png
+qt6/qml/QtQuick/Controls/designer/images/label-icon16.png
+qt6/qml/QtQuick/Controls/designer/images/label-icon%2x.png@localhost
+qt6/qml/QtQuick/Controls/designer/images/page-icon.png
+qt6/qml/QtQuick/Controls/designer/images/page-icon16.png
+qt6/qml/QtQuick/Controls/designer/images/page-icon%2x.png@localhost
+qt6/qml/QtQuick/Controls/designer/images/pageindicator-icon.png
+qt6/qml/QtQuick/Controls/designer/images/pageindicator-icon16.png
+qt6/qml/QtQuick/Controls/designer/images/pageindicator-icon%2x.png@localhost
+qt6/qml/QtQuick/Controls/designer/images/pane-icon.png
+qt6/qml/QtQuick/Controls/designer/images/pane-icon16.png
+qt6/qml/QtQuick/Controls/designer/images/pane-icon%2x.png@localhost
+qt6/qml/QtQuick/Controls/designer/images/progressbar-icon.png
+qt6/qml/QtQuick/Controls/designer/images/progressbar-icon16.png
+qt6/qml/QtQuick/Controls/designer/images/progressbar-icon%2x.png@localhost
+qt6/qml/QtQuick/Controls/designer/images/radiobutton-icon.png
+qt6/qml/QtQuick/Controls/designer/images/radiobutton-icon16.png
+qt6/qml/QtQuick/Controls/designer/images/radiobutton-icon%2x.png@localhost
+qt6/qml/QtQuick/Controls/designer/images/rangeslider-icon.png
+qt6/qml/QtQuick/Controls/designer/images/rangeslider-icon16.png
+qt6/qml/QtQuick/Controls/designer/images/rangeslider-icon%2x.png@localhost
+qt6/qml/QtQuick/Controls/designer/images/roundbutton-icon.png
+qt6/qml/QtQuick/Controls/designer/images/roundbutton-icon16.png
+qt6/qml/QtQuick/Controls/designer/images/roundbutton-icon%2x.png@localhost
+qt6/qml/QtQuick/Controls/designer/images/scrollview-icon.png
+qt6/qml/QtQuick/Controls/designer/images/scrollview-icon16.png
+qt6/qml/QtQuick/Controls/designer/images/scrollview-icon%2x.png@localhost
+qt6/qml/QtQuick/Controls/designer/images/slider-icon.png
+qt6/qml/QtQuick/Controls/designer/images/slider-icon16.png
+qt6/qml/QtQuick/Controls/designer/images/slider-icon%2x.png@localhost
+qt6/qml/QtQuick/Controls/designer/images/spinbox-icon.png
+qt6/qml/QtQuick/Controls/designer/images/spinbox-icon16.png
+qt6/qml/QtQuick/Controls/designer/images/spinbox-icon%2x.png@localhost
+qt6/qml/QtQuick/Controls/designer/images/stackview-icon.png
+qt6/qml/QtQuick/Controls/designer/images/stackview-icon16.png
+qt6/qml/QtQuick/Controls/designer/images/stackview-icon%2x.png@localhost
+qt6/qml/QtQuick/Controls/designer/images/swipeview-icon.png
+qt6/qml/QtQuick/Controls/designer/images/swipeview-icon16.png
+qt6/qml/QtQuick/Controls/designer/images/swipeview-icon%2x.png@localhost
+qt6/qml/QtQuick/Controls/designer/images/switch-icon.png
+qt6/qml/QtQuick/Controls/designer/images/switch-icon16.png
+qt6/qml/QtQuick/Controls/designer/images/switch-icon%2x.png@localhost
+qt6/qml/QtQuick/Controls/designer/images/textarea-icon.png
+qt6/qml/QtQuick/Controls/designer/images/textarea-icon16.png
+qt6/qml/QtQuick/Controls/designer/images/textarea-icon%2x.png@localhost
+qt6/qml/QtQuick/Controls/designer/images/textfield-icon.png
+qt6/qml/QtQuick/Controls/designer/images/textfield-icon16.png
+qt6/qml/QtQuick/Controls/designer/images/textfield-icon%2x.png@localhost
+qt6/qml/QtQuick/Controls/designer/images/toolbar-icon.png
+qt6/qml/QtQuick/Controls/designer/images/toolbar-icon16.png
+qt6/qml/QtQuick/Controls/designer/images/toolbar-icon%2x.png@localhost
+qt6/qml/QtQuick/Controls/designer/images/toolbutton-icon.png
+qt6/qml/QtQuick/Controls/designer/images/toolbutton-icon16.png
+qt6/qml/QtQuick/Controls/designer/images/toolbutton-icon%2x.png@localhost
+qt6/qml/QtQuick/Controls/designer/images/toolseparator-icon.png
+qt6/qml/QtQuick/Controls/designer/images/toolseparator-icon16.png
+qt6/qml/QtQuick/Controls/designer/images/toolseparator-icon%2x.png@localhost
+qt6/qml/QtQuick/Controls/designer/images/tumbler-icon.png
+qt6/qml/QtQuick/Controls/designer/images/tumbler-icon16.png
+qt6/qml/QtQuick/Controls/designer/images/tumbler-icon%2x.png@localhost
+qt6/qml/QtQuick/Controls/designer/qtquickcontrols2.metainfo
+qt6/qml/QtQuick/Controls/impl/libqtquickcontrols2implplugin.so
+qt6/qml/QtQuick/Controls/impl/plugins.qmltypes
+qt6/qml/QtQuick/Controls/impl/qmldir
+qt6/qml/QtQuick/Controls/libqtquickcontrols2plugin.so
+qt6/qml/QtQuick/Controls/plugins.qmltypes
+qt6/qml/QtQuick/Controls/qmldir
+qt6/qml/QtQuick/Dialogs/libqtquickdialogsplugin.so
+qt6/qml/QtQuick/Dialogs/plugins.qmltypes
+qt6/qml/QtQuick/Dialogs/qmldir
+qt6/qml/QtQuick/Dialogs/quickimpl/libqtquickdialogs2quickimplplugin.so
+qt6/qml/QtQuick/Dialogs/quickimpl/plugins.qmltypes
+qt6/qml/QtQuick/Dialogs/quickimpl/qml/+Fusion/FileDialog.qml
+qt6/qml/QtQuick/Dialogs/quickimpl/qml/+Fusion/FileDialogDelegate.qml
+qt6/qml/QtQuick/Dialogs/quickimpl/qml/+Fusion/FolderBreadcrumbBar.qml
+qt6/qml/QtQuick/Dialogs/quickimpl/qml/+Fusion/FontDialog.qml
+qt6/qml/QtQuick/Dialogs/quickimpl/qml/+Imagine/FileDialog.qml
+qt6/qml/QtQuick/Dialogs/quickimpl/qml/+Imagine/FileDialogDelegate.qml
+qt6/qml/QtQuick/Dialogs/quickimpl/qml/+Imagine/FolderBreadcrumbBar.qml
+qt6/qml/QtQuick/Dialogs/quickimpl/qml/+Imagine/FontDialog.qml
+qt6/qml/QtQuick/Dialogs/quickimpl/qml/+Material/FileDialog.qml
+qt6/qml/QtQuick/Dialogs/quickimpl/qml/+Material/FileDialogDelegate.qml
+qt6/qml/QtQuick/Dialogs/quickimpl/qml/+Material/FolderBreadcrumbBar.qml
+qt6/qml/QtQuick/Dialogs/quickimpl/qml/+Material/FontDialog.qml
+qt6/qml/QtQuick/Dialogs/quickimpl/qml/+Universal/FileDialog.qml
+qt6/qml/QtQuick/Dialogs/quickimpl/qml/+Universal/FileDialogDelegate.qml
+qt6/qml/QtQuick/Dialogs/quickimpl/qml/+Universal/FolderBreadcrumbBar.qml
+qt6/qml/QtQuick/Dialogs/quickimpl/qml/+Universal/FontDialog.qml
+qt6/qml/QtQuick/Dialogs/quickimpl/qml/FileDialog.qml
+qt6/qml/QtQuick/Dialogs/quickimpl/qml/FileDialogDelegate.qml
+qt6/qml/QtQuick/Dialogs/quickimpl/qml/FileDialogDelegateLabel.qml
+qt6/qml/QtQuick/Dialogs/quickimpl/qml/FolderBreadcrumbBar.qml
+qt6/qml/QtQuick/Dialogs/quickimpl/qml/FontDialog.qml
+qt6/qml/QtQuick/Dialogs/quickimpl/qml/FontDialogContent.qml
+qt6/qml/QtQuick/Dialogs/quickimpl/qmldir
 qt6/qml/QtQuick/Layouts/libqquicklayoutsplugin.so
 qt6/qml/QtQuick/Layouts/plugins.qmltypes
 qt6/qml/QtQuick/Layouts/qmldir
 qt6/qml/QtQuick/LocalStorage/libqmllocalstorageplugin.so
 qt6/qml/QtQuick/LocalStorage/plugins.qmltypes
 qt6/qml/QtQuick/LocalStorage/qmldir
+qt6/qml/QtQuick/NativeStyle/controls/DefaultButton.qml
+qt6/qml/QtQuick/NativeStyle/controls/DefaultCheckBox.qml
+qt6/qml/QtQuick/NativeStyle/controls/DefaultComboBox.qml
+qt6/qml/QtQuick/NativeStyle/controls/DefaultDial.qml
+qt6/qml/QtQuick/NativeStyle/controls/DefaultFrame.qml
+qt6/qml/QtQuick/NativeStyle/controls/DefaultGroupBox.qml
+qt6/qml/QtQuick/NativeStyle/controls/DefaultProgressBar.qml
+qt6/qml/QtQuick/NativeStyle/controls/DefaultRadioButton.qml
+qt6/qml/QtQuick/NativeStyle/controls/DefaultScrollBar.qml
+qt6/qml/QtQuick/NativeStyle/controls/DefaultSlider.qml
+qt6/qml/QtQuick/NativeStyle/controls/DefaultSpinBox.qml
+qt6/qml/QtQuick/NativeStyle/controls/DefaultTextArea.qml
+qt6/qml/QtQuick/NativeStyle/controls/DefaultTextField.qml
+qt6/qml/QtQuick/NativeStyle/libqtquickcontrols2nativestyleplugin.so
+qt6/qml/QtQuick/NativeStyle/plugins.qmltypes
+qt6/qml/QtQuick/NativeStyle/qmldir
 qt6/qml/QtQuick/Particles/libparticlesplugin.so
 qt6/qml/QtQuick/Particles/plugins.qmltypes
 qt6/qml/QtQuick/Particles/qmldir
 qt6/qml/QtQuick/Shapes/libqmlshapesplugin.so
 qt6/qml/QtQuick/Shapes/plugins.qmltypes
 qt6/qml/QtQuick/Shapes/qmldir
-qt6/qml/QtQuick/Window/libquickwindow.so
-qt6/qml/QtQuick/Window/plugins.qmltypes
+qt6/qml/QtQuick/Templates/libqtquicktemplates2plugin.so
+qt6/qml/QtQuick/Templates/plugins.qmltypes
+qt6/qml/QtQuick/Templates/qmldir
+qt6/qml/QtQuick/Window/libquickwindowplugin.so
 qt6/qml/QtQuick/Window/qmldir
+qt6/qml/QtQuick/Window/quickwindow.qmltypes
 qt6/qml/QtQuick/libqtquick2plugin.so
 qt6/qml/QtQuick/plugins.qmltypes
 qt6/qml/QtQuick/qmldir
@@ -1397,13 +2328,14 @@ qt6/qml/QtQuick/tooling/Module.qml
 qt6/qml/QtQuick/tooling/Parameter.qml
 qt6/qml/QtQuick/tooling/Property.qml
 qt6/qml/QtQuick/tooling/Signal.qml
-qt6/qml/QtQuick/tooling/libquicktooling.so
-qt6/qml/QtQuick/tooling/plugins.qmltypes
+qt6/qml/QtQuick/tooling/libquicktoolingplugin.so
 qt6/qml/QtQuick/tooling/qmldir
+qt6/qml/QtQuick/tooling/quicktooling.qmltypes
 qt6/qml/QtTest/SignalSpy.qml
 qt6/qml/QtTest/TestCase.qml
-qt6/qml/QtTest/libqmltestplugin.so
+qt6/qml/QtTest/libquicktestplugin.so
 qt6/qml/QtTest/plugins.qmltypes
 qt6/qml/QtTest/qmldir
 qt6/qml/QtTest/testlogger.js
 qt6/qml/builtins.qmltypes
+qt6/qml/jsroot.qmltypes
diff --git a/qt6-qtdeclarative/distinfo b/qt6-qtdeclarative/distinfo
index a1f3f68a93..58ba7bdde9 100644
--- a/qt6-qtdeclarative/distinfo
+++ b/qt6-qtdeclarative/distinfo
@@ -1,9 +1,9 @@
 $NetBSD$
 
-SHA1 (qtdeclarative-everywhere-src-6.1.3.tar.xz) = 97a98d8a3922302b1e24176391cd8ee0bf1ed983
-RMD160 (qtdeclarative-everywhere-src-6.1.3.tar.xz) = c8425c7cde4c9ebe1128b23e30248769e8d53e27
-SHA512 (qtdeclarative-everywhere-src-6.1.3.tar.xz) = ca8d29df689588e9db667afcf1c36fbdaf204b490df234720a6b4a64c1d09e33d5c3a948f17e5821157aa426e85bbc853ac82142865c1dbadd2798eabe4ba305
-Size (qtdeclarative-everywhere-src-6.1.3.tar.xz) = 20878836 bytes
+SHA1 (qtdeclarative-everywhere-src-6.2.0.tar.xz) = 4f686e6b3ac429c4178f52d92a6925aeeddf422a
+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
 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 6d50252544..c2ae70dcc7 100644
--- a/qt6-qtimageformats/PLIST
+++ b/qt6-qtimageformats/PLIST
@@ -1,47 +1,40 @@
 @comment $NetBSD$
-qt6/lib/cmake/Qt6/FindWrapJasper.cmake
 qt6/lib/cmake/Qt6/FindLibmng.cmake
+qt6/lib/cmake/Qt6/FindWrapJasper.cmake
 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/Qt6QICNSPluginDependencies.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/Qt6QJp2PluginDependencies.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/Qt6QMngPluginDependencies.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/Qt6QTgaPluginDependencies.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/Qt6QTiffPluginDependencies.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/Qt6QWbmpPluginDependencies.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/Qt6QWebpPluginDependencies.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 d3d2a32880..1319e077cd 100644
--- a/qt6-qtimageformats/distinfo
+++ b/qt6-qtimageformats/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (qtimageformats-everywhere-src-6.1.3.tar.xz) = 42c434c4a0b76de8f20261d5df5bfb5145c4035c
-RMD160 (qtimageformats-everywhere-src-6.1.3.tar.xz) = fbf0bd36881f34914d500d129c815a46d8fdcbbb
-SHA512 (qtimageformats-everywhere-src-6.1.3.tar.xz) = f9bd3a88e04d05a808a993f7619d7cdee25235dc5e346d363f8ef807d535379c412ae97802d37b719efdc1836d7cca1a13d3d85377ced6bb5e97084572a1e98e
-Size (qtimageformats-everywhere-src-6.1.3.tar.xz) = 1842380 bytes
+SHA1 (qtimageformats-everywhere-src-6.2.0.tar.xz) = 7df537a1d4e5db8d4ff0e670ce943808a5432f72
+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
diff --git a/qt6-qtlottie/PLIST b/qt6-qtlottie/PLIST
index 827458fe99..894f65a14b 100644
--- a/qt6-qtlottie/PLIST
+++ b/qt6-qtlottie/PLIST
@@ -31,26 +31,26 @@ qt6/include/QtBodymovin/QtBodymovinDepends
 qt6/include/QtBodymovin/QtBodymovinVersion
 qt6/include/QtBodymovin/bmglobal.h
 qt6/include/QtBodymovin/qtbodymovinversion.h
-qt6/lib/cmake/Qt6Bodymovin/Qt6BodymovinAdditionalTargetInfo.cmake
-qt6/lib/cmake/Qt6Bodymovin/Qt6BodymovinConfig.cmake
-qt6/lib/cmake/Qt6Bodymovin/Qt6BodymovinConfigVersion.cmake
-qt6/lib/cmake/Qt6Bodymovin/Qt6BodymovinDependencies.cmake
-qt6/lib/cmake/Qt6Bodymovin/Qt6BodymovinTargets-release.cmake
-qt6/lib/cmake/Qt6Bodymovin/Qt6BodymovinTargets.cmake
-qt6/lib/cmake/Qt6Bodymovin/Qt6BodymovinVersionlessTargets.cmake
+qt6/lib/cmake/Qt6BodymovinPrivate/Qt6BodymovinPrivateAdditionalTargetInfo.cmake
+qt6/lib/cmake/Qt6BodymovinPrivate/Qt6BodymovinPrivateConfig.cmake
+qt6/lib/cmake/Qt6BodymovinPrivate/Qt6BodymovinPrivateConfigVersion.cmake
+qt6/lib/cmake/Qt6BodymovinPrivate/Qt6BodymovinPrivateDependencies.cmake
+qt6/lib/cmake/Qt6BodymovinPrivate/Qt6BodymovinPrivateTargets-release.cmake
+qt6/lib/cmake/Qt6BodymovinPrivate/Qt6BodymovinPrivateTargets.cmake
+qt6/lib/cmake/Qt6BodymovinPrivate/Qt6BodymovinPrivateVersionlessTargets.cmake
 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/Qt6lottieqtpluginDependencies.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6lottieqtpluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6lottieqtpluginTargets.cmake
 qt6/lib/libQt6Bodymovin.prl
 qt6/lib/libQt6Bodymovin.so
 qt6/lib/libQt6Bodymovin.so.6
 qt6/lib/libQt6Bodymovin.so.${PKGVERSION}
+qt6/lib/metatypes/qt6bodymovinprivate_release_metatypes.json
 qt6/mkspecs/modules/qt_lib_bodymovin_private.pri
-qt6/modules/Bodymovin.json
+qt6/modules/BodymovinPrivate.json
 qt6/qml/Qt/labs/lottieqt/liblottieqtplugin.so
 qt6/qml/Qt/labs/lottieqt/plugins.qmltypes
 qt6/qml/Qt/labs/lottieqt/qmldir
diff --git a/qt6-qtlottie/distinfo b/qt6-qtlottie/distinfo
index 38acd7cdc7..24dcd7475b 100644
--- a/qt6-qtlottie/distinfo
+++ b/qt6-qtlottie/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (qtlottie-everywhere-src-6.1.3.tar.xz) = e058cc50406116de07d3eee8efe32bd02fb2f9d6
-RMD160 (qtlottie-everywhere-src-6.1.3.tar.xz) = cfaafc3a0d87aa7ef36dceb0f5bef35085103a4a
-SHA512 (qtlottie-everywhere-src-6.1.3.tar.xz) = 081dd69e1f349947b745bb5ef9f8af687af8d62c7cddeb03346baaa7af14422cbbfd0ab326311601898e4eb4e06901b3ff55fc321dc22f09f4b18c670f873199
-Size (qtlottie-everywhere-src-6.1.3.tar.xz) = 86888 bytes
+SHA1 (qtlottie-everywhere-src-6.2.0.tar.xz) = 86a2e6c9035108defb866e12f8a602d6814f82ed
+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
diff --git a/qt6-qtmultimedia/DESCR b/qt6-qtmultimedia/DESCR
new file mode 100644
index 0000000000..e9e3093528
--- /dev/null
+++ b/qt6-qtmultimedia/DESCR
@@ -0,0 +1 @@
+Qt6 module for multimedia
diff --git a/qt6-qtmultimedia/Makefile b/qt6-qtmultimedia/Makefile
new file mode 100644
index 0000000000..767c7b2168
--- /dev/null
+++ b/qt6-qtmultimedia/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	qtmultimedia-everywhere-src-${QTVERSION}
+PKGNAME=	qt6-qtmultimedia-${QTVERSION}
+COMMENT=	Qt6 module with multimedia
+CATEGORIES=	multimedia
+
+CONFIGURE_ARGS+=	-no-alsa
+
+.include "options.mk"
+
+.include "../../wip/qt6-qtbase/Makefile.common"
+
+
+.include "../../wip/qt6-qtbase/buildlink3.mk"
+.include "../../wip/qt6-qtdeclarative/buildlink3.mk"
+.include "../../wip/qt6-qtshadertools/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/qt6-qtmultimedia/PLIST b/qt6-qtmultimedia/PLIST
new file mode 100644
index 0000000000..3b27245152
--- /dev/null
+++ b/qt6-qtmultimedia/PLIST
@@ -0,0 +1,325 @@
+@comment $NetBSD$
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/androidcamera_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/androidmediametadataretriever_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/androidmediaplayer_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/androidmediarecorder_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/androidmultimediautils_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/androidsurfacetexture_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/androidsurfaceview_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/avfaudiodecoder_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/avfaudiopreviewdelegate_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/avfcamera_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/avfcameradebug_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/avfcamerarenderer_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/avfcameraservice_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/avfcamerasession_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/avfcamerautility_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/avfdisplaylink_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/avfimagecapture_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/avfmediaassetwriter_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/avfmediaencoder_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/avfmediaplayer_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/avfmetadata_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/avfvideobuffer_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/avfvideorenderercontrol_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/avfvideosink_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/bbcameraaudioencodersettingscontrol_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/bbcameracontrol_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/bbcameraexposurecontrol_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/bbcamerafocuscontrol_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/bbcameraimagecapturecontrol_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/bbcameraimageprocessingcontrol_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/bbcameramediarecordercontrol_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/bbcameraorientationhandler_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/bbcameraservice_p.h
+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
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/mfaudiodecodercontrol_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/mfdecodersourcereader_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/mfevrvideowindowcontrol_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/mfmetadata_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/mfplayercontrol_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/mfplayersession_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/mfstream_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/mftvideo_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/mfvideorenderercontrol_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/mmrenderermediaplayercontrol_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/mmrenderermetadata_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/mmrendererplayervideorenderercontrol_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/mmrendererutil_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/mmrenderervideowindowcontrol_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/mmreventmediaplayercontrol_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/mmreventthread_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qabstractvideobuffer_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qalsaaudiodevice_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qalsaaudiosink_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qalsaaudiosource_p.h
+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/qandroidaudiooutput_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qandroidaudiosink_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qandroidaudiosource_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qandroidcamera_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qandroidcamerasession_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qandroidcapturesession_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qandroidformatsinfo_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qandroidglobal_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qandroidimagecapture_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qandroidintegration_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qandroidmediacapturesession_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qandroidmediadevices_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qandroidmediaencoder_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qandroidmediaplayer_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qandroidmetadata_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qandroidmultimediautils_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qandroidvideooutput_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qandroidvideosink_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qaudiodevice_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qaudioengine_pulse_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qaudiohelpers_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qaudiosystem_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qcamera_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qcameradevice_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qcoreaudiosessionmanager_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qcoreaudioutils_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qdarwinaudiodevice_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qdarwinaudiosink_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qdarwinaudiosource_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qdarwinformatsinfo_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qdarwinintegration_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qdarwinmediadevices_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qgst_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qgstappsrc_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qgstpipeline_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qgstreameraudiodecoder_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qgstreameraudiodevice_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qgstreameraudioinput_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qgstreameraudiooutput_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qgstreameraudiosink_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qgstreameraudiosource_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qgstreamerbufferprobe_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qgstreamercamera_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qgstreamerformatinfo_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qgstreamerimagecapture_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qgstreamerintegration_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qgstreamermediacapture_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qgstreamermediadevices_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qgstreamermediaencoder_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qgstreamermediaplayer_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qgstreamermessage_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qgstreamermetadata_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qgstreamervideooutput_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qgstreamervideooverlay_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qgstreamervideosink_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qgstsubtitlesink_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qgstutils_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qgstvideobuffer_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qgstvideorenderersink_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qmediaplayer_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qmediarecorder_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qmediastoragelocation_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qmemoryvideobuffer_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qmultimediautils_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qnxaudioutils_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qopenslesengine_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qplatformaudiodecoder_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qplatformaudioinput_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qplatformaudiooutput_p.h
+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/qplatformvideosink_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qpulseaudiodevice_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qpulseaudiointegration_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qpulseaudiomediadevices_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qpulseaudiosink_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qpulseaudiosource_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qpulsehelpers_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qqnxaudiodevice_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qqnxaudiosink_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qqnxaudiosource_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qqnxdevicemanager_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qqnxintegration_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qsamplecache_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qtmultimedia-config_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qtmultimediaglobal_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qvideoframeconversionhelper_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qvideooutputorientationhandler_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qvideotexturehelper_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qvideowindow_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qwasmaudiodevice_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qwasmaudiosink_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qwasmaudiosource_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qwasmmediadevices_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qwasmmediaintegration_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qwindowsaudiodevice_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qwindowsaudiosink_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qwindowsaudiosource_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qwindowsaudioutils_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qwindowscamera_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qwindowsformatinfo_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qwindowsimagecapture_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qwindowsintegration_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qwindowsiupointer_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qwindowsmediacapture_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qwindowsmediadevicereader_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/qwindowsmediadevices_p.h
+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/samplegrabber_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/sourceresolver_p.h
+qt6/include/QtMultimedia/${PKGVERSION}/QtMultimedia/private/windowgrabber_p.h
+qt6/include/QtMultimedia/QAudio
+qt6/include/QtMultimedia/QAudioBuffer
+qt6/include/QtMultimedia/QAudioDecoder
+qt6/include/QtMultimedia/QAudioDevice
+qt6/include/QtMultimedia/QAudioFormat
+qt6/include/QtMultimedia/QAudioFrame
+qt6/include/QtMultimedia/QAudioInput
+qt6/include/QtMultimedia/QAudioOutput
+qt6/include/QtMultimedia/QAudioSink
+qt6/include/QtMultimedia/QAudioSource
+qt6/include/QtMultimedia/QCamera
+qt6/include/QtMultimedia/QCameraDevice
+qt6/include/QtMultimedia/QCameraFormat
+qt6/include/QtMultimedia/QImageCapture
+qt6/include/QtMultimedia/QMediaCaptureSession
+qt6/include/QtMultimedia/QMediaDevices
+qt6/include/QtMultimedia/QMediaFormat
+qt6/include/QtMultimedia/QMediaMetaData
+qt6/include/QtMultimedia/QMediaPlayer
+qt6/include/QtMultimedia/QMediaRecorder
+qt6/include/QtMultimedia/QMediaTimeRange
+qt6/include/QtMultimedia/QSoundEffect
+qt6/include/QtMultimedia/QVideoFrame
+qt6/include/QtMultimedia/QVideoFrameFormat
+qt6/include/QtMultimedia/QVideoSink
+qt6/include/QtMultimedia/QWaveDecoder
+qt6/include/QtMultimedia/QtMultimedia
+qt6/include/QtMultimedia/QtMultimediaDepends
+qt6/include/QtMultimedia/QtMultimediaVersion
+qt6/include/QtMultimedia/qaudio.h
+qt6/include/QtMultimedia/qaudiobuffer.h
+qt6/include/QtMultimedia/qaudiodecoder.h
+qt6/include/QtMultimedia/qaudiodevice.h
+qt6/include/QtMultimedia/qaudioformat.h
+qt6/include/QtMultimedia/qaudioinput.h
+qt6/include/QtMultimedia/qaudiooutput.h
+qt6/include/QtMultimedia/qaudiosink.h
+qt6/include/QtMultimedia/qaudiosource.h
+qt6/include/QtMultimedia/qcamera.h
+qt6/include/QtMultimedia/qcameradevice.h
+qt6/include/QtMultimedia/qimagecapture.h
+qt6/include/QtMultimedia/qmediacapturesession.h
+qt6/include/QtMultimedia/qmediadevices.h
+qt6/include/QtMultimedia/qmediaenumdebug.h
+qt6/include/QtMultimedia/qmediaformat.h
+qt6/include/QtMultimedia/qmediametadata.h
+qt6/include/QtMultimedia/qmediaplayer.h
+qt6/include/QtMultimedia/qmediarecorder.h
+qt6/include/QtMultimedia/qmediatimerange.h
+qt6/include/QtMultimedia/qsoundeffect.h
+qt6/include/QtMultimedia/qtmultimedia-config.h
+qt6/include/QtMultimedia/qtmultimediadefs.h
+qt6/include/QtMultimedia/qtmultimediaglobal.h
+qt6/include/QtMultimedia/qtmultimediaversion.h
+qt6/include/QtMultimedia/qvideoframe.h
+qt6/include/QtMultimedia/qvideoframeformat.h
+qt6/include/QtMultimedia/qvideosink.h
+qt6/include/QtMultimedia/qwavedecoder.h
+qt6/include/QtMultimediaQuick/${PKGVERSION}/QtMultimediaQuick/private/qquickimagecapture_p.h
+qt6/include/QtMultimediaQuick/${PKGVERSION}/QtMultimediaQuick/private/qquickimagepreviewprovider_p.h
+qt6/include/QtMultimediaQuick/${PKGVERSION}/QtMultimediaQuick/private/qquickplaylist_p.h
+qt6/include/QtMultimediaQuick/${PKGVERSION}/QtMultimediaQuick/private/qquickvideooutput_p.h
+qt6/include/QtMultimediaQuick/${PKGVERSION}/QtMultimediaQuick/private/qsgvideonode_p.h
+qt6/include/QtMultimediaQuick/${PKGVERSION}/QtMultimediaQuick/private/qsgvideotexture_p.h
+qt6/include/QtMultimediaQuick/${PKGVERSION}/QtMultimediaQuick/private/qtmultimediaquickglobal_p.h
+qt6/include/QtMultimediaQuick/${PKGVERSION}/QtMultimediaQuick/private/qtmultimediaquicktypes_p.h
+qt6/include/QtMultimediaQuick/QtMultimediaQuick
+qt6/include/QtMultimediaQuick/QtMultimediaQuickDepends
+qt6/include/QtMultimediaQuick/QtMultimediaQuickVersion
+qt6/include/QtMultimediaQuick/qtmultimediaquickversion.h
+qt6/include/QtMultimediaWidgets/${PKGVERSION}/QtMultimediaWidgets/private/qvideowidget_p.h
+qt6/include/QtMultimediaWidgets/QGraphicsVideoItem
+qt6/include/QtMultimediaWidgets/QVideoWidget
+qt6/include/QtMultimediaWidgets/QtMultimediaWidgets
+qt6/include/QtMultimediaWidgets/QtMultimediaWidgetsDepends
+qt6/include/QtMultimediaWidgets/QtMultimediaWidgetsVersion
+qt6/include/QtMultimediaWidgets/qgraphicsvideoitem.h
+qt6/include/QtMultimediaWidgets/qtmultimediawidgetdefs.h
+qt6/include/QtMultimediaWidgets/qtmultimediawidgetsversion.h
+qt6/include/QtMultimediaWidgets/qvideowidget.h
+qt6/lib/cmake/Qt6/FindAVFoundation.cmake
+qt6/lib/cmake/Qt6/FindGObject.cmake
+qt6/lib/cmake/Qt6/FindGStreamer.cmake
+qt6/lib/cmake/Qt6/FindMMRenderer.cmake
+qt6/lib/cmake/Qt6/FindWMF.cmake
+qt6/lib/cmake/Qt6/FindWrapPulseAudio.cmake
+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/Qt6MultimediaDependencies.cmake
+qt6/lib/cmake/Qt6Multimedia/Qt6MultimediaTargets-release.cmake
+qt6/lib/cmake/Qt6Multimedia/Qt6MultimediaTargets.cmake
+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/Qt6MultimediaQuickPrivateDependencies.cmake
+qt6/lib/cmake/Qt6MultimediaQuickPrivate/Qt6MultimediaQuickPrivateTargets-release.cmake
+qt6/lib/cmake/Qt6MultimediaQuickPrivate/Qt6MultimediaQuickPrivateTargets.cmake
+qt6/lib/cmake/Qt6MultimediaQuickPrivate/Qt6MultimediaQuickPrivateVersionlessTargets.cmake
+qt6/lib/cmake/Qt6MultimediaWidgets/Qt6MultimediaWidgetsAdditionalTargetInfo.cmake
+qt6/lib/cmake/Qt6MultimediaWidgets/Qt6MultimediaWidgetsConfig.cmake
+qt6/lib/cmake/Qt6MultimediaWidgets/Qt6MultimediaWidgetsConfigVersion.cmake
+qt6/lib/cmake/Qt6MultimediaWidgets/Qt6MultimediaWidgetsDependencies.cmake
+qt6/lib/cmake/Qt6MultimediaWidgets/Qt6MultimediaWidgetsTargets-release.cmake
+qt6/lib/cmake/Qt6MultimediaWidgets/Qt6MultimediaWidgetsTargets.cmake
+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/Qt6quickmultimediaTargets-release.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6quickmultimediaTargets.cmake
+qt6/lib/libQt6Multimedia.prl
+qt6/lib/libQt6Multimedia.so
+qt6/lib/libQt6Multimedia.so.6
+qt6/lib/libQt6Multimedia.so.${PKGVERSION}
+qt6/lib/libQt6MultimediaQuick.prl
+qt6/lib/libQt6MultimediaQuick.so
+qt6/lib/libQt6MultimediaQuick.so.6
+qt6/lib/libQt6MultimediaQuick.so.${PKGVERSION}
+qt6/lib/libQt6MultimediaWidgets.prl
+qt6/lib/libQt6MultimediaWidgets.so
+qt6/lib/libQt6MultimediaWidgets.so.6
+qt6/lib/libQt6MultimediaWidgets.so.${PKGVERSION}
+qt6/lib/metatypes/qt6multimedia_release_metatypes.json
+qt6/lib/metatypes/qt6multimediaquickprivate_release_metatypes.json
+qt6/lib/metatypes/qt6multimediawidgets_release_metatypes.json
+qt6/mkspecs/modules/qt_lib_multimedia.pri
+qt6/mkspecs/modules/qt_lib_multimedia_private.pri
+qt6/mkspecs/modules/qt_lib_multimediaquick_private.pri
+qt6/mkspecs/modules/qt_lib_multimediawidgets.pri
+qt6/mkspecs/modules/qt_lib_multimediawidgets_private.pri
+qt6/modules/Multimedia.json
+qt6/modules/MultimediaQuickPrivate.json
+qt6/modules/MultimediaWidgets.json
+qt6/qml/QtMultimedia/Video.qml
+qt6/qml/QtMultimedia/libquickmultimediaplugin.so
+qt6/qml/QtMultimedia/plugins.qmltypes
+qt6/qml/QtMultimedia/qmldir
diff --git a/qt6-qtmultimedia/buildlink3.mk b/qt6-qtmultimedia/buildlink3.mk
new file mode 100644
index 0000000000..9a0afd5d0d
--- /dev/null
+++ b/qt6-qtmultimedia/buildlink3.mk
@@ -0,0 +1,24 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	qt6-qtmultimedia
+
+.if !defined(QT6_QTMULTIMEDIA_BUILDLINK3_MK)
+QT6_QTMULTIMEDIA_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.qt6-qtmultimedia+=	qt6-qtmultimedia>=6.2.0
+BUILDLINK_PKGSRCDIR.qt6-qtmultimedia?=		../../wip/qt6-qtmultimedia
+
+pkgbase := qt6-qtmultimedia
+.include "../../mk/pkg-build-options.mk"
+
+.if !empty(PKG_BUILD_OPTIONS.qt6-qtmultimedia:Mgstreamer)
+.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
+.endif
+.if !empty(PKG_BUILD_OPTIONS.qt6-qtmultimedia:Mpulseaudio)
+.include "../../audio/pulseaudio/buildlink3.mk"
+.endif
+.include "../../wip/qt6-qtbase/buildlink3.mk"
+.include "../../wip/qt6-qtdeclarative/buildlink3.mk"
+.endif	# QT6_QTMULTIMEDIA_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-qt6-qtmultimedia
diff --git a/qt6-qtmultimedia/distinfo b/qt6-qtmultimedia/distinfo
new file mode 100644
index 0000000000..907746fa0c
--- /dev/null
+++ b/qt6-qtmultimedia/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (qtmultimedia-everywhere-src-6.2.0.tar.xz) = 99306293e41060c4d5e223404d3bc5109b35d05f
+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
diff --git a/qt6-qtmultimedia/options.mk b/qt6-qtmultimedia/options.mk
new file mode 100644
index 0000000000..aeb9d826fa
--- /dev/null
+++ b/qt6-qtmultimedia/options.mk
@@ -0,0 +1,33 @@
+# $NetBSD: options.mk,v 1.8 2021/07/16 13:33:02 nia Exp $
+
+PKG_OPTIONS_VAR=		PKG_OPTIONS.qt6-qtmultimedia
+PKG_OPTIONS_OPTIONAL_GROUPS=	platform
+PKG_OPTIONS_GROUP.platform=	gstreamer pulseaudio
+
+.include "../../mk/bsd.fast.prefs.mk"
+
+.if ${OPSYS} != "Darwin"
+PKG_SUGGESTED_OPTIONS+=		gstreamer
+.endif
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mgstreamer)
+CONFIGURE_ARGS+=	-gstreamer
+.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
+.else
+CONFIGURE_ARGS+=	-no-gstreamer
+.endif
+
+.if !empty(PKG_OPTIONS:Mpulseaudio)
+MAKE_ENV+=	LFLAGS=${COMPILER_RPATH_FLAG}${PREFIX}/lib/pulseaudio
+CONFIGURE_ARGS+=	-pulseaudio
+.include "../../audio/pulseaudio/buildlink3.mk"
+.else
+CONFIGURE_ARGS+=	-no-pulseaudio
+.endif
+
+PLIST_VARS+=		audioengine
+.if ${OPSYS} == "QNX" || ${OPSYS} == "Darwin" || empty(PKG_OPTIONS:Mgstreamer)
+PLIST.audioengine=	yes
+.endif
diff --git a/qt6-qtnetworkauth/PLIST b/qt6-qtnetworkauth/PLIST
index a454b51896..5b2fe5e2e3 100644
--- a/qt6-qtnetworkauth/PLIST
+++ b/qt6-qtnetworkauth/PLIST
@@ -39,6 +39,7 @@ qt6/lib/libQt6NetworkAuth.prl
 qt6/lib/libQt6NetworkAuth.so
 qt6/lib/libQt6NetworkAuth.so.6
 qt6/lib/libQt6NetworkAuth.so.${PKGVERSION}
+qt6/lib/metatypes/qt6networkauth_release_metatypes.json
 qt6/mkspecs/modules/qt_lib_networkauth.pri
 qt6/mkspecs/modules/qt_lib_networkauth_private.pri
 qt6/modules/NetworkAuth.json
diff --git a/qt6-qtnetworkauth/distinfo b/qt6-qtnetworkauth/distinfo
index 1708e5274c..fde71f5c9f 100644
--- a/qt6-qtnetworkauth/distinfo
+++ b/qt6-qtnetworkauth/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (qtnetworkauth-everywhere-src-6.1.3.tar.xz) = 1886f2b1bd7f732df50d94b44a66cdee5e33c572
-RMD160 (qtnetworkauth-everywhere-src-6.1.3.tar.xz) = 6ae43753150b0ccf438c598863faa6a2992f95a5
-SHA512 (qtnetworkauth-everywhere-src-6.1.3.tar.xz) = e97c18b0f966aea398bd37816a4b78f967ea35849db27428dffc57ee7a7c5978160727fcdce339672748b266e0015ae5f80945620feee8a114cc9bff6a71f67c
-Size (qtnetworkauth-everywhere-src-6.1.3.tar.xz) = 146104 bytes
+SHA1 (qtnetworkauth-everywhere-src-6.2.0.tar.xz) = e913fcc3a2e5ee55b4f4291330adb3098d2fa2e9
+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
diff --git a/qt6-qtquick3d/Makefile b/qt6-qtquick3d/Makefile
index 0c1f3dfc78..0028a64572 100644
--- a/qt6-qtquick3d/Makefile
+++ b/qt6-qtquick3d/Makefile
@@ -10,5 +10,6 @@ CATEGORIES=	graphics
 .include "../../multimedia/assimp/buildlink3.mk"
 .include "../../wip/qt6-qtbase/buildlink3.mk"
 .include "../../wip/qt6-qtdeclarative/buildlink3.mk"
+.include "../../wip/qt6-qtquicktimeline/buildlink3.mk"
 .include "../../wip/qt6-qtshadertools/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/qt6-qtquick3d/PLIST b/qt6-qtquick3d/PLIST
index f339273c08..4cc189511f 100644
--- a/qt6-qtquick3d/PLIST
+++ b/qt6-qtquick3d/PLIST
@@ -1,5 +1,7 @@
 @comment $NetBSD$
 qt6/bin/balsam
+qt6/bin/balsamui
+qt6/bin/instancer
 qt6/bin/meshdebug
 qt6/bin/shadergen
 qt6/include/QtQuick3D/${PKGVERSION}/QtQuick3D/private/qquick3dabstractlight_p.h
@@ -62,14 +64,28 @@ qt6/include/QtQuick3DAssetImport/${PKGVERSION}/QtQuick3DAssetImport/private/qssg
 qt6/include/QtQuick3DAssetImport/${PKGVERSION}/QtQuick3DAssetImport/private/qssgassetimporterfactory_p.h
 qt6/include/QtQuick3DAssetImport/${PKGVERSION}/QtQuick3DAssetImport/private/qssgassetimporterplugin_p.h
 qt6/include/QtQuick3DAssetImport/${PKGVERSION}/QtQuick3DAssetImport/private/qssgassetimportmanager_p.h
-qt6/include/QtQuick3DAssetImport/${PKGVERSION}/QtQuick3DAssetImport/private/qssgmesh_p.h
-qt6/include/QtQuick3DAssetImport/${PKGVERSION}/QtQuick3DAssetImport/private/qssgmeshbvhbuilder_p.h
-qt6/include/QtQuick3DAssetImport/${PKGVERSION}/QtQuick3DAssetImport/private/qssgqmlutilities_p.h
+qt6/include/QtQuick3DAssetImport/${PKGVERSION}/QtQuick3DAssetImport/private/qssglightmapuvgenerator_p.h
 qt6/include/QtQuick3DAssetImport/${PKGVERSION}/QtQuick3DAssetImport/private/qtquick3dassetimportglobal_p.h
 qt6/include/QtQuick3DAssetImport/QtQuick3DAssetImport
 qt6/include/QtQuick3DAssetImport/QtQuick3DAssetImportDepends
 qt6/include/QtQuick3DAssetImport/QtQuick3DAssetImportVersion
 qt6/include/QtQuick3DAssetImport/qtquick3dassetimportversion.h
+qt6/include/QtQuick3DAssetUtils/${PKGVERSION}/QtQuick3DAssetUtils/private/qquick3druntimeloader_p.h
+qt6/include/QtQuick3DAssetUtils/${PKGVERSION}/QtQuick3DAssetUtils/private/qssgqmlutilities_p.h
+qt6/include/QtQuick3DAssetUtils/${PKGVERSION}/QtQuick3DAssetUtils/private/qssgrtutilities_p.h
+qt6/include/QtQuick3DAssetUtils/${PKGVERSION}/QtQuick3DAssetUtils/private/qssgscenedesc_p.h
+qt6/include/QtQuick3DAssetUtils/${PKGVERSION}/QtQuick3DAssetUtils/private/qtquick3dassetutilsglobal_p.h
+qt6/include/QtQuick3DAssetUtils/QtQuick3DAssetUtils
+qt6/include/QtQuick3DAssetUtils/QtQuick3DAssetUtilsDepends
+qt6/include/QtQuick3DAssetUtils/QtQuick3DAssetUtilsVersion
+qt6/include/QtQuick3DAssetUtils/qtquick3dassetutilsversion.h
+qt6/include/QtQuick3DHelpers/${PKGVERSION}/QtQuick3DHelpers/private/gridgeometry_p.h
+qt6/include/QtQuick3DHelpers/${PKGVERSION}/QtQuick3DHelpers/private/qtquick3dhelpersglobal_p.h
+qt6/include/QtQuick3DHelpers/${PKGVERSION}/QtQuick3DHelpers/private/randominstancing_p.h
+qt6/include/QtQuick3DHelpers/QtQuick3DHelpers
+qt6/include/QtQuick3DHelpers/QtQuick3DHelpersDepends
+qt6/include/QtQuick3DHelpers/QtQuick3DHelpersVersion
+qt6/include/QtQuick3DHelpers/qtquick3dhelpersversion.h
 qt6/include/QtQuick3DIblBaker/${PKGVERSION}/QtQuick3DIblBaker/private/qssgiblbaker_p.h
 qt6/include/QtQuick3DIblBaker/${PKGVERSION}/QtQuick3DIblBaker/private/qtquick3diblbaker_p.h
 qt6/include/QtQuick3DIblBaker/QtQuick3DIblBaker
@@ -77,19 +93,22 @@ qt6/include/QtQuick3DIblBaker/QtQuick3DIblBakerDepends
 qt6/include/QtQuick3DIblBaker/QtQuick3DIblBakerVersion
 qt6/include/QtQuick3DIblBaker/qtquick3diblbakerversion.h
 qt6/include/QtQuick3DParticles/${PKGVERSION}/QtQuick3DParticles/private/qquick3dparticle_p.h
+qt6/include/QtQuick3DParticles/${PKGVERSION}/QtQuick3DParticles/private/qquick3dparticleabstractshape_p.h
 qt6/include/QtQuick3DParticles/${PKGVERSION}/QtQuick3DParticles/private/qquick3dparticleaffector_p.h
 qt6/include/QtQuick3DParticles/${PKGVERSION}/QtQuick3DParticles/private/qquick3dparticleattractor_p.h
 qt6/include/QtQuick3DParticles/${PKGVERSION}/QtQuick3DParticles/private/qquick3dparticledata_p.h
 qt6/include/QtQuick3DParticles/${PKGVERSION}/QtQuick3DParticles/private/qquick3dparticledirection_p.h
 qt6/include/QtQuick3DParticles/${PKGVERSION}/QtQuick3DParticles/private/qquick3dparticleemitburst_p.h
 qt6/include/QtQuick3DParticles/${PKGVERSION}/QtQuick3DParticles/private/qquick3dparticleemitter_p.h
-qt6/include/QtQuick3DParticles/${PKGVERSION}/QtQuick3DParticles/private/qquick3dparticleforeign_p.h
 qt6/include/QtQuick3DParticles/${PKGVERSION}/QtQuick3DParticles/private/qquick3dparticlegravity_p.h
+qt6/include/QtQuick3DParticles/${PKGVERSION}/QtQuick3DParticles/private/qquick3dparticlemodelblendparticle_p.h
 qt6/include/QtQuick3DParticles/${PKGVERSION}/QtQuick3DParticles/private/qquick3dparticlemodelparticle_p.h
+qt6/include/QtQuick3DParticles/${PKGVERSION}/QtQuick3DParticles/private/qquick3dparticlemodelshape_p.h
 qt6/include/QtQuick3DParticles/${PKGVERSION}/QtQuick3DParticles/private/qquick3dparticlepointrotator_p.h
 qt6/include/QtQuick3DParticles/${PKGVERSION}/QtQuick3DParticles/private/qquick3dparticlerandomizer_p.h
 qt6/include/QtQuick3DParticles/${PKGVERSION}/QtQuick3DParticles/private/qquick3dparticleshape_p.h
 qt6/include/QtQuick3DParticles/${PKGVERSION}/QtQuick3DParticles/private/qquick3dparticlespriteparticle_p.h
+qt6/include/QtQuick3DParticles/${PKGVERSION}/QtQuick3DParticles/private/qquick3dparticlespritesequence_p.h
 qt6/include/QtQuick3DParticles/${PKGVERSION}/QtQuick3DParticles/private/qquick3dparticlesystem_p.h
 qt6/include/QtQuick3DParticles/${PKGVERSION}/QtQuick3DParticles/private/qquick3dparticlesystemlogging_p.h
 qt6/include/QtQuick3DParticles/${PKGVERSION}/QtQuick3DParticles/private/qquick3dparticletargetdirection_p.h
@@ -124,13 +143,11 @@ qt6/include/QtQuick3DRuntimeRender/${PKGVERSION}/QtQuick3DRuntimeRender/private/
 qt6/include/QtQuick3DRuntimeRender/${PKGVERSION}/QtQuick3DRuntimeRender/private/qssgrendergraphobject_p.h
 qt6/include/QtQuick3DRuntimeRender/${PKGVERSION}/QtQuick3DRuntimeRender/private/qssgrenderimage_p.h
 qt6/include/QtQuick3DRuntimeRender/${PKGVERSION}/QtQuick3DRuntimeRender/private/qssgrenderimagetexture_p.h
-qt6/include/QtQuick3DRuntimeRender/${PKGVERSION}/QtQuick3DRuntimeRender/private/qssgrenderinputstreamfactory_p.h
 qt6/include/QtQuick3DRuntimeRender/${PKGVERSION}/QtQuick3DRuntimeRender/private/qssgrenderinstancetable_p.h
 qt6/include/QtQuick3DRuntimeRender/${PKGVERSION}/QtQuick3DRuntimeRender/private/qssgrenderitem2d_p.h
 qt6/include/QtQuick3DRuntimeRender/${PKGVERSION}/QtQuick3DRuntimeRender/private/qssgrenderjoint_p.h
 qt6/include/QtQuick3DRuntimeRender/${PKGVERSION}/QtQuick3DRuntimeRender/private/qssgrenderlayer_p.h
 qt6/include/QtQuick3DRuntimeRender/${PKGVERSION}/QtQuick3DRuntimeRender/private/qssgrenderlight_p.h
-qt6/include/QtQuick3DRuntimeRender/${PKGVERSION}/QtQuick3DRuntimeRender/private/qssgrenderlightmaps_p.h
 qt6/include/QtQuick3DRuntimeRender/${PKGVERSION}/QtQuick3DRuntimeRender/private/qssgrenderloadedtexture_p.h
 qt6/include/QtQuick3DRuntimeRender/${PKGVERSION}/QtQuick3DRuntimeRender/private/qssgrendermaterialdirty_p.h
 qt6/include/QtQuick3DRuntimeRender/${PKGVERSION}/QtQuick3DRuntimeRender/private/qssgrendermaterialshadergenerator_p.h
@@ -168,7 +185,9 @@ qt6/include/QtQuick3DUtils/${PKGVERSION}/QtQuick3DUtils/private/qqsbcollection_p
 qt6/include/QtQuick3DUtils/${PKGVERSION}/QtQuick3DUtils/private/qssgbounds3_p.h
 qt6/include/QtQuick3DUtils/${PKGVERSION}/QtQuick3DUtils/private/qssgdataref_p.h
 qt6/include/QtQuick3DUtils/${PKGVERSION}/QtQuick3DUtils/private/qssginvasivelinkedlist_p.h
+qt6/include/QtQuick3DUtils/${PKGVERSION}/QtQuick3DUtils/private/qssgmesh_p.h
 qt6/include/QtQuick3DUtils/${PKGVERSION}/QtQuick3DUtils/private/qssgmeshbvh_p.h
+qt6/include/QtQuick3DUtils/${PKGVERSION}/QtQuick3DUtils/private/qssgmeshbvhbuilder_p.h
 qt6/include/QtQuick3DUtils/${PKGVERSION}/QtQuick3DUtils/private/qssgoption_p.h
 qt6/include/QtQuick3DUtils/${PKGVERSION}/QtQuick3DUtils/private/qssgplane_p.h
 qt6/include/QtQuick3DUtils/${PKGVERSION}/QtQuick3DUtils/private/qssgrenderbasetypes_p.h
@@ -183,25 +202,26 @@ 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/Qt6qquick3dpluginDependencies.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/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/Qt6qtquick3deffectpluginDependencies.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/Qt6qtquick3dhelperspluginDependencies.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/Qt6qtquick3dparticles3dpluginDependencies.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticles3dpluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick3dparticles3dpluginTargets.cmake
 qt6/lib/cmake/Qt6Quick3D/Qt6Quick3DAdditionalTargetInfo.cmake
@@ -215,7 +235,6 @@ 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/Qt6AssimpImporterPluginDependencies.cmake
 qt6/lib/cmake/Qt6Quick3DAssetImport/Qt6AssimpImporterPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Quick3DAssetImport/Qt6AssimpImporterPluginTargets.cmake
 qt6/lib/cmake/Qt6Quick3DAssetImport/Qt6Quick3DAssetImportAdditionalTargetInfo.cmake
@@ -228,9 +247,29 @@ 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/Qt6UipAssetImporterPluginDependencies.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/Qt6Quick3DAssetUtilsDependencies.cmake
+qt6/lib/cmake/Qt6Quick3DAssetUtils/Qt6Quick3DAssetUtilsTargets-release.cmake
+qt6/lib/cmake/Qt6Quick3DAssetUtils/Qt6Quick3DAssetUtilsTargets.cmake
+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/Qt6Quick3DEffectsDependencies.cmake
+qt6/lib/cmake/Qt6Quick3DEffects/Qt6Quick3DEffectsTargets-release.cmake
+qt6/lib/cmake/Qt6Quick3DEffects/Qt6Quick3DEffectsTargets.cmake
+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/Qt6Quick3DHelpersDependencies.cmake
+qt6/lib/cmake/Qt6Quick3DHelpers/Qt6Quick3DHelpersTargets-release.cmake
+qt6/lib/cmake/Qt6Quick3DHelpers/Qt6Quick3DHelpersTargets.cmake
+qt6/lib/cmake/Qt6Quick3DHelpers/Qt6Quick3DHelpersVersionlessTargets.cmake
 qt6/lib/cmake/Qt6Quick3DIblBaker/Qt6Quick3DIblBakerAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Quick3DIblBaker/Qt6Quick3DIblBakerConfig.cmake
 qt6/lib/cmake/Qt6Quick3DIblBaker/Qt6Quick3DIblBakerConfigVersion.cmake
@@ -274,6 +313,18 @@ qt6/lib/libQt6Quick3DAssetImport.prl
 qt6/lib/libQt6Quick3DAssetImport.so
 qt6/lib/libQt6Quick3DAssetImport.so.6
 qt6/lib/libQt6Quick3DAssetImport.so.${PKGVERSION}
+qt6/lib/libQt6Quick3DAssetUtils.prl
+qt6/lib/libQt6Quick3DAssetUtils.so
+qt6/lib/libQt6Quick3DAssetUtils.so.6
+qt6/lib/libQt6Quick3DAssetUtils.so.${PKGVERSION}
+qt6/lib/libQt6Quick3DEffects.prl
+qt6/lib/libQt6Quick3DEffects.so
+qt6/lib/libQt6Quick3DEffects.so.6
+qt6/lib/libQt6Quick3DEffects.so.${PKGVERSION}
+qt6/lib/libQt6Quick3DHelpers.prl
+qt6/lib/libQt6Quick3DHelpers.so
+qt6/lib/libQt6Quick3DHelpers.so.6
+qt6/lib/libQt6Quick3DHelpers.so.${PKGVERSION}
 qt6/lib/libQt6Quick3DIblBaker.prl
 qt6/lib/libQt6Quick3DIblBaker.so
 qt6/lib/libQt6Quick3DIblBaker.so.6
@@ -290,14 +341,25 @@ qt6/lib/libQt6Quick3DUtils.prl
 qt6/lib/libQt6Quick3DUtils.so
 qt6/lib/libQt6Quick3DUtils.so.6
 qt6/lib/libQt6Quick3DUtils.so.${PKGVERSION}
-qt6/lib/metatypes/qt6qtquick3deffectplugin_release_metatypes.json
-qt6/lib/metatypes/qt6qtquick3dhelpersplugin_release_metatypes.json
 qt6/lib/metatypes/qt6quick3d_release_metatypes.json
+qt6/lib/metatypes/qt6quick3dassetimport_release_metatypes.json
+qt6/lib/metatypes/qt6quick3dassetutils_release_metatypes.json
+qt6/lib/metatypes/qt6quick3deffects_release_metatypes.json
+qt6/lib/metatypes/qt6quick3dhelpers_release_metatypes.json
+qt6/lib/metatypes/qt6quick3diblbaker_release_metatypes.json
 qt6/lib/metatypes/qt6quick3dparticles_release_metatypes.json
+qt6/lib/metatypes/qt6quick3druntimerender_release_metatypes.json
+qt6/lib/metatypes/qt6quick3dutils_release_metatypes.json
 qt6/mkspecs/modules/qt_lib_quick3d.pri
 qt6/mkspecs/modules/qt_lib_quick3d_private.pri
 qt6/mkspecs/modules/qt_lib_quick3dassetimport.pri
 qt6/mkspecs/modules/qt_lib_quick3dassetimport_private.pri
+qt6/mkspecs/modules/qt_lib_quick3dassetutils.pri
+qt6/mkspecs/modules/qt_lib_quick3dassetutils_private.pri
+qt6/mkspecs/modules/qt_lib_quick3deffects.pri
+qt6/mkspecs/modules/qt_lib_quick3deffects_private.pri
+qt6/mkspecs/modules/qt_lib_quick3dhelpers.pri
+qt6/mkspecs/modules/qt_lib_quick3dhelpers_private.pri
 qt6/mkspecs/modules/qt_lib_quick3diblbaker.pri
 qt6/mkspecs/modules/qt_lib_quick3diblbaker_private.pri
 qt6/mkspecs/modules/qt_lib_quick3dparticles.pri
@@ -308,12 +370,18 @@ qt6/mkspecs/modules/qt_lib_quick3dutils.pri
 qt6/mkspecs/modules/qt_lib_quick3dutils_private.pri
 qt6/modules/Quick3D.json
 qt6/modules/Quick3DAssetImport.json
+qt6/modules/Quick3DAssetUtils.json
+qt6/modules/Quick3DEffects.json
+qt6/modules/Quick3DHelpers.json
 qt6/modules/Quick3DIblBaker.json
 qt6/modules/Quick3DParticles.json
 qt6/modules/Quick3DRuntimeRender.json
 qt6/modules/Quick3DUtils.json
 qt6/plugins/assetimporters/libassimp.so
 qt6/plugins/assetimporters/libuip.so
+qt6/qml/QtQuick3D/AssetUtils/libqtquick3dassetutilsplugin.so
+qt6/qml/QtQuick3D/AssetUtils/plugins.qmltypes
+qt6/qml/QtQuick3D/AssetUtils/qmldir
 qt6/qml/QtQuick3D/Effects/AdditiveColorGradient.qml
 qt6/qml/QtQuick3D/Effects/Blur.qml
 qt6/qml/QtQuick3D/Effects/BrushStrokes.qml
@@ -331,6 +399,7 @@ qt6/qml/QtQuick3D/Effects/Fxaa.qml
 qt6/qml/QtQuick3D/Effects/GaussianBlur.qml
 qt6/qml/QtQuick3D/Effects/HDRBloomTonemap.qml
 qt6/qml/QtQuick3D/Effects/MotionBlur.qml
+qt6/qml/QtQuick3D/Effects/Quick3DEffects.qmltypes
 qt6/qml/QtQuick3D/Effects/SCurveTonemap.qml
 qt6/qml/QtQuick3D/Effects/Scatter.qml
 qt6/qml/QtQuick3D/Effects/TiltShift.qml
@@ -383,9 +452,6 @@ qt6/qml/QtQuick3D/Effects/designer/images/effect.png
 qt6/qml/QtQuick3D/Effects/designer/images/effect16.png
 qt6/qml/QtQuick3D/Effects/designer/images/effect%2x.png@localhost
 qt6/qml/QtQuick3D/Effects/libqtquick3deffectplugin.so
-qt6/qml/QtQuick3D/Effects/maps/brushnoise.png
-qt6/qml/QtQuick3D/Effects/maps/white.png
-qt6/qml/QtQuick3D/Effects/plugins.qmltypes
 qt6/qml/QtQuick3D/Effects/qmldir
 qt6/qml/QtQuick3D/Helpers/AxisHelper.qml
 qt6/qml/QtQuick3D/Helpers/DebugView.qml
@@ -394,15 +460,106 @@ qt6/qml/QtQuick3D/Helpers/libqtquick3dhelpersplugin.so
 qt6/qml/QtQuick3D/Helpers/meshes/axisGrid.mesh
 qt6/qml/QtQuick3D/Helpers/plugins.qmltypes
 qt6/qml/QtQuick3D/Helpers/qmldir
+qt6/qml/QtQuick3D/Particles3D/designer/Affector3DSection.qml
+qt6/qml/QtQuick3D/Particles3D/designer/Affector3DSpecifics.qml
+qt6/qml/QtQuick3D/Particles3D/designer/Attractor3DSection.qml
+qt6/qml/QtQuick3D/Particles3D/designer/Attractor3DSpecifics.qml
+qt6/qml/QtQuick3D/Particles3D/designer/EmitBurst3DSection.qml
+qt6/qml/QtQuick3D/Particles3D/designer/EmitBurst3DSpecifics.qml
+qt6/qml/QtQuick3D/Particles3D/designer/Gravity3DSection.qml
+qt6/qml/QtQuick3D/Particles3D/designer/Gravity3DSpecifics.qml
+qt6/qml/QtQuick3D/Particles3D/designer/IdComboBox.qml
+qt6/qml/QtQuick3D/Particles3D/designer/ModelBlendParticle3DSection.qml
+qt6/qml/QtQuick3D/Particles3D/designer/ModelBlendParticle3DSpecifics.qml
+qt6/qml/QtQuick3D/Particles3D/designer/ModelParticle3DSection.qml
+qt6/qml/QtQuick3D/Particles3D/designer/ModelParticle3DSpecifics.qml
+qt6/qml/QtQuick3D/Particles3D/designer/NodeSection.qml
+qt6/qml/QtQuick3D/Particles3D/designer/NodeSpecifics.qml
+qt6/qml/QtQuick3D/Particles3D/designer/Particle3DSection.qml
+qt6/qml/QtQuick3D/Particles3D/designer/Particle3DSpecifics.qml
+qt6/qml/QtQuick3D/Particles3D/designer/ParticleEmitter3DSection.qml
+qt6/qml/QtQuick3D/Particles3D/designer/ParticleEmitter3DSpecifics.qml
+qt6/qml/QtQuick3D/Particles3D/designer/ParticleModelShape3DSection.qml
+qt6/qml/QtQuick3D/Particles3D/designer/ParticleModelShape3DSpecifics.qml
+qt6/qml/QtQuick3D/Particles3D/designer/ParticleShape3DSection.qml
+qt6/qml/QtQuick3D/Particles3D/designer/ParticleShape3DSpecifics.qml
+qt6/qml/QtQuick3D/Particles3D/designer/ParticleSystem3DSection.qml
+qt6/qml/QtQuick3D/Particles3D/designer/ParticleSystem3DSpecifics.qml
+qt6/qml/QtQuick3D/Particles3D/designer/PointRotator3DSection.qml
+qt6/qml/QtQuick3D/Particles3D/designer/PointRotator3DSpecifics.qml
+qt6/qml/QtQuick3D/Particles3D/designer/SpriteParticle3DSection.qml
+qt6/qml/QtQuick3D/Particles3D/designer/SpriteParticle3DSpecifics.qml
+qt6/qml/QtQuick3D/Particles3D/designer/SpriteSequence3DSection.qml
+qt6/qml/QtQuick3D/Particles3D/designer/SpriteSequence3DSpecifics.qml
+qt6/qml/QtQuick3D/Particles3D/designer/TargetDirection3DSection.qml
+qt6/qml/QtQuick3D/Particles3D/designer/TargetDirection3DSpecifics.qml
+qt6/qml/QtQuick3D/Particles3D/designer/TrailEmitter3DSection.qml
+qt6/qml/QtQuick3D/Particles3D/designer/TrailEmitter3DSpecifics.qml
+qt6/qml/QtQuick3D/Particles3D/designer/VectorDirection3DSection.qml
+qt6/qml/QtQuick3D/Particles3D/designer/VectorDirection3DSpecifics.qml
+qt6/qml/QtQuick3D/Particles3D/designer/Wander3DSection.qml
+qt6/qml/QtQuick3D/Particles3D/designer/Wander3DSpecifics.qml
+qt6/qml/QtQuick3D/Particles3D/designer/images/attractor-16px.png
+qt6/qml/QtQuick3D/Particles3D/designer/images/attractor-24px.png
+qt6/qml/QtQuick3D/Particles3D/designer/images/attractor-24px%2x.png@localhost
+qt6/qml/QtQuick3D/Particles3D/designer/images/dummy.png
+qt6/qml/QtQuick3D/Particles3D/designer/images/dummy16.png
+qt6/qml/QtQuick3D/Particles3D/designer/images/dummy%2x.png@localhost
+qt6/qml/QtQuick3D/Particles3D/designer/images/emit-burst-16px.png
+qt6/qml/QtQuick3D/Particles3D/designer/images/emit-burst-24px.png
+qt6/qml/QtQuick3D/Particles3D/designer/images/emit-burst-24px%2x.png@localhost
+qt6/qml/QtQuick3D/Particles3D/designer/images/emitter-16px.png
+qt6/qml/QtQuick3D/Particles3D/designer/images/emitter-24px.png
+qt6/qml/QtQuick3D/Particles3D/designer/images/emitter-24px%2x.png@localhost
+qt6/qml/QtQuick3D/Particles3D/designer/images/gravity-16px.png
+qt6/qml/QtQuick3D/Particles3D/designer/images/gravity-24px.png
+qt6/qml/QtQuick3D/Particles3D/designer/images/gravity-24px%2x.png@localhost
+qt6/qml/QtQuick3D/Particles3D/designer/images/model-blend-particle-16px.png
+qt6/qml/QtQuick3D/Particles3D/designer/images/model-blend-particle-24px.png
+qt6/qml/QtQuick3D/Particles3D/designer/images/model-blend-particle-24px%2x.png@localhost
+qt6/qml/QtQuick3D/Particles3D/designer/images/model-particle-16px.png
+qt6/qml/QtQuick3D/Particles3D/designer/images/model-particle-24px.png
+qt6/qml/QtQuick3D/Particles3D/designer/images/model-particle-24px%2x.png@localhost
+qt6/qml/QtQuick3D/Particles3D/designer/images/model-shape-16px.png
+qt6/qml/QtQuick3D/Particles3D/designer/images/model-shape-24px.png
+qt6/qml/QtQuick3D/Particles3D/designer/images/model-shape-24px%2x.png@localhost
+qt6/qml/QtQuick3D/Particles3D/designer/images/particle-shape-16px.png
+qt6/qml/QtQuick3D/Particles3D/designer/images/particle-shape-24px.png
+qt6/qml/QtQuick3D/Particles3D/designer/images/particle-shape-24px%2x.png@localhost
+qt6/qml/QtQuick3D/Particles3D/designer/images/particle-system-16px.png
+qt6/qml/QtQuick3D/Particles3D/designer/images/particle-system-24px.png
+qt6/qml/QtQuick3D/Particles3D/designer/images/particle-system-24px%2x.png@localhost
+qt6/qml/QtQuick3D/Particles3D/designer/images/point-rotator-16px.png
+qt6/qml/QtQuick3D/Particles3D/designer/images/point-rotator-24px.png
+qt6/qml/QtQuick3D/Particles3D/designer/images/point-rotator-24px%2x.png@localhost
+qt6/qml/QtQuick3D/Particles3D/designer/images/sprite-particle-16px.png
+qt6/qml/QtQuick3D/Particles3D/designer/images/sprite-particle-24px.png
+qt6/qml/QtQuick3D/Particles3D/designer/images/sprite-particle-24px%2x.png@localhost
+qt6/qml/QtQuick3D/Particles3D/designer/images/sprite-sequence-16px.png
+qt6/qml/QtQuick3D/Particles3D/designer/images/sprite-sequence-24px.png
+qt6/qml/QtQuick3D/Particles3D/designer/images/sprite-sequence-24px%2x.png@localhost
+qt6/qml/QtQuick3D/Particles3D/designer/images/target-direction-16px.png
+qt6/qml/QtQuick3D/Particles3D/designer/images/target-direction-24px.png
+qt6/qml/QtQuick3D/Particles3D/designer/images/target-direction-24px%2x.png@localhost
+qt6/qml/QtQuick3D/Particles3D/designer/images/trail-emitter-16px.png
+qt6/qml/QtQuick3D/Particles3D/designer/images/trail-emitter-24px.png
+qt6/qml/QtQuick3D/Particles3D/designer/images/trail-emitter-24px%2x.png@localhost
+qt6/qml/QtQuick3D/Particles3D/designer/images/vector-direction-16px.png
+qt6/qml/QtQuick3D/Particles3D/designer/images/vector-direction-24px.png
+qt6/qml/QtQuick3D/Particles3D/designer/images/vector-direction-24px%2x.png@localhost
+qt6/qml/QtQuick3D/Particles3D/designer/images/wander-16px.png
+qt6/qml/QtQuick3D/Particles3D/designer/images/wander-24px.png
+qt6/qml/QtQuick3D/Particles3D/designer/images/wander-24px%2x.png@localhost
+qt6/qml/QtQuick3D/Particles3D/designer/particles3d.metainfo
+qt6/qml/QtQuick3D/Particles3D/designer/source/particlesystem_template.qml
 qt6/qml/QtQuick3D/Particles3D/libqtquick3dparticles3dplugin.so
 qt6/qml/QtQuick3D/Particles3D/plugins.qmltypes
 qt6/qml/QtQuick3D/Particles3D/qmldir
+qt6/qml/QtQuick3D/designer/AbstractLightSection.qml
 qt6/qml/QtQuick3D/designer/BufferInputSection.qml
 qt6/qml/QtQuick3D/designer/BufferInputSpecifics.qml
 qt6/qml/QtQuick3D/designer/BufferSection.qml
 qt6/qml/QtQuick3D/designer/BufferSpecifics.qml
-qt6/qml/QtQuick3D/designer/CustomCameraSection.qml
-qt6/qml/QtQuick3D/designer/CustomCameraSpecifics.qml
 qt6/qml/QtQuick3D/designer/CustomMaterialSection.qml
 qt6/qml/QtQuick3D/designer/CustomMaterialSpecifics.qml
 qt6/qml/QtQuick3D/designer/DefaultMaterialSection.qml
@@ -411,12 +568,24 @@ qt6/qml/QtQuick3D/designer/DirectionalLightSection.qml
 qt6/qml/QtQuick3D/designer/DirectionalLightSpecifics.qml
 qt6/qml/QtQuick3D/designer/EffectSection.qml
 qt6/qml/QtQuick3D/designer/EffectSpecifics.qml
+qt6/qml/QtQuick3D/designer/FileInstancingSection.qml
+qt6/qml/QtQuick3D/designer/FileInstancingSpecifics.qml
 qt6/qml/QtQuick3D/designer/FrustumCameraSection.qml
 qt6/qml/QtQuick3D/designer/FrustumCameraSpecifics.qml
 qt6/qml/QtQuick3D/designer/IdComboBox.qml
+qt6/qml/QtQuick3D/designer/InstanceListEntrySection.qml
+qt6/qml/QtQuick3D/designer/InstanceListEntrySpecifics.qml
+qt6/qml/QtQuick3D/designer/InstanceListSection.qml
+qt6/qml/QtQuick3D/designer/InstanceListSpecifics.qml
+qt6/qml/QtQuick3D/designer/JointSection.qml
+qt6/qml/QtQuick3D/designer/JointSpecifics.qml
+qt6/qml/QtQuick3D/designer/Loader3DSection.qml
+qt6/qml/QtQuick3D/designer/Loader3DSpecifics.qml
 qt6/qml/QtQuick3D/designer/MaterialSection.qml
 qt6/qml/QtQuick3D/designer/ModelSection.qml
 qt6/qml/QtQuick3D/designer/ModelSpecifics.qml
+qt6/qml/QtQuick3D/designer/MorphTargetSection.qml
+qt6/qml/QtQuick3D/designer/MorphTargetSpecifics.qml
 qt6/qml/QtQuick3D/designer/NodeSection.qml
 qt6/qml/QtQuick3D/designer/NodeSpecifics.qml
 qt6/qml/QtQuick3D/designer/Object3DSection.qml
@@ -430,6 +599,8 @@ qt6/qml/QtQuick3D/designer/PointLightSection.qml
 qt6/qml/QtQuick3D/designer/PointLightSpecifics.qml
 qt6/qml/QtQuick3D/designer/PrincipledMaterialSection.qml
 qt6/qml/QtQuick3D/designer/PrincipledMaterialSpecifics.qml
+qt6/qml/QtQuick3D/designer/Repeater3DSection.qml
+qt6/qml/QtQuick3D/designer/Repeater3DSpecifics.qml
 qt6/qml/QtQuick3D/designer/SceneEnvironmentSection.qml
 qt6/qml/QtQuick3D/designer/SceneEnvironmentSpecifics.qml
 qt6/qml/QtQuick3D/designer/SetUniformValueSection.qml
diff --git a/qt6-qtquick3d/distinfo b/qt6-qtquick3d/distinfo
index 8d592ce05c..068cd217af 100644
--- a/qt6-qtquick3d/distinfo
+++ b/qt6-qtquick3d/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (qtquick3d-everywhere-src-6.1.3.tar.xz) = acdafaaf015850a96f3af2301d2d0951f34c4b1d
-RMD160 (qtquick3d-everywhere-src-6.1.3.tar.xz) = b9c3a5d22cf7c4769d4db7f3018406fe7aa6514b
-SHA512 (qtquick3d-everywhere-src-6.1.3.tar.xz) = 3b3603e8dfe3990b7fc0e84589b8cb7eebe49181a28365d20779cca07242fc2eb45d6e0e85e1aec92bc54277a30978888d2126df012721e7b9ba3d1fd84508a4
-Size (qtquick3d-everywhere-src-6.1.3.tar.xz) = 49303340 bytes
+SHA1 (qtquick3d-everywhere-src-6.2.0.tar.xz) = f915e765dceb001f09acd8960d052cc3abec8213
+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
diff --git a/qt6-qtquickcontrols2/DESCR b/qt6-qtquickcontrols2/DESCR
deleted file mode 100644
index 5b74cc7422..0000000000
--- a/qt6-qtquickcontrols2/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-Qt6 module that provides a large set of Qt quick controls to build
-complete user interfaces with.
diff --git a/qt6-qtquickcontrols2/Makefile b/qt6-qtquickcontrols2/Makefile
deleted file mode 100644
index d29bce3331..0000000000
--- a/qt6-qtquickcontrols2/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	qtquickcontrols2-everywhere-src-${QTVERSION}
-PKGNAME=	qt6-qtquickcontrols2-${QTVERSION}
-COMMENT=	Qt6 module with Qt quick controls
-CATEGORIES=	x11
-
-.include "../../wip/qt6-qtbase/Makefile.common"
-
-.include "../../wip/qt6-qtbase/buildlink3.mk"
-.include "../../wip/qt6-qtdeclarative/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/qt6-qtquickcontrols2/PLIST b/qt6-qtquickcontrols2/PLIST
deleted file mode 100644
index 553339840a..0000000000
--- a/qt6-qtquickcontrols2/PLIST
+++ /dev/null
@@ -1,756 +0,0 @@
-@comment $NetBSD$
-qt6/include/QtQuickControls2/${PKGVERSION}/QtQuickControls2/private/qquickdummyregistration_p.h
-qt6/include/QtQuickControls2/${PKGVERSION}/QtQuickControls2/private/qquickstyle_p.h
-qt6/include/QtQuickControls2/${PKGVERSION}/QtQuickControls2/private/qquickstyleplugin_p.h
-qt6/include/QtQuickControls2/${PKGVERSION}/QtQuickControls2/private/qtquickcontrols2-config_p.h
-qt6/include/QtQuickControls2/QQuickStyle
-qt6/include/QtQuickControls2/QtQuickControls2
-qt6/include/QtQuickControls2/QtQuickControls2Depends
-qt6/include/QtQuickControls2/QtQuickControls2Version
-qt6/include/QtQuickControls2/qquickstyle.h
-qt6/include/QtQuickControls2/qtquickcontrols2-config.h
-qt6/include/QtQuickControls2/qtquickcontrols2global.h
-qt6/include/QtQuickControls2/qtquickcontrols2version.h
-qt6/include/QtQuickControls2Impl/${PKGVERSION}/QtQuickControls2Impl/private/qquickanimatednode_p.h
-qt6/include/QtQuickControls2Impl/${PKGVERSION}/QtQuickControls2Impl/private/qquickattachedobject_p.h
-qt6/include/QtQuickControls2Impl/${PKGVERSION}/QtQuickControls2Impl/private/qquickchecklabel_p.h
-qt6/include/QtQuickControls2Impl/${PKGVERSION}/QtQuickControls2Impl/private/qquickclippedtext_p.h
-qt6/include/QtQuickControls2Impl/${PKGVERSION}/QtQuickControls2Impl/private/qquickcolor_p.h
-qt6/include/QtQuickControls2Impl/${PKGVERSION}/QtQuickControls2Impl/private/qquickcolorimage_p.h
-qt6/include/QtQuickControls2Impl/${PKGVERSION}/QtQuickControls2Impl/private/qquickiconimage_p.h
-qt6/include/QtQuickControls2Impl/${PKGVERSION}/QtQuickControls2Impl/private/qquickiconimage_p_p.h
-qt6/include/QtQuickControls2Impl/${PKGVERSION}/QtQuickControls2Impl/private/qquickiconlabel_p.h
-qt6/include/QtQuickControls2Impl/${PKGVERSION}/QtQuickControls2Impl/private/qquickiconlabel_p_p.h
-qt6/include/QtQuickControls2Impl/${PKGVERSION}/QtQuickControls2Impl/private/qquickitemgroup_p.h
-qt6/include/QtQuickControls2Impl/${PKGVERSION}/QtQuickControls2Impl/private/qquickmnemoniclabel_p.h
-qt6/include/QtQuickControls2Impl/${PKGVERSION}/QtQuickControls2Impl/private/qquickpaddedrectangle_p.h
-qt6/include/QtQuickControls2Impl/${PKGVERSION}/QtQuickControls2Impl/private/qquickplaceholdertext_p.h
-qt6/include/QtQuickControls2Impl/${PKGVERSION}/QtQuickControls2Impl/private/qquicktumblerview_p.h
-qt6/include/QtQuickControls2Impl/${PKGVERSION}/QtQuickControls2Impl/private/qtquickcontrols2foreign_p.h
-qt6/include/QtQuickControls2Impl/${PKGVERSION}/QtQuickControls2Impl/private/qtquickcontrols2implglobal_p.h
-qt6/include/QtQuickControls2Impl/QtQuickControls2Impl
-qt6/include/QtQuickControls2Impl/QtQuickControls2ImplDepends
-qt6/include/QtQuickControls2Impl/QtQuickControls2ImplVersion
-qt6/include/QtQuickControls2Impl/qtquickcontrols2implversion.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qaccessiblequickpage_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickabstractbutton_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickabstractbutton_p_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickaction_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickaction_p_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickactiongroup_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickapplicationwindow_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickbusyindicator_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickbutton_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickbutton_p_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickbuttongroup_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickcheckbox_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickcheckdelegate_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickcombobox_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickcontainer_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickcontainer_p_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickcontentitem_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickcontrol_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickcontrol_p_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickdeferredexecute_p_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickdeferredpointer_p_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickdelaybutton_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickdial_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickdialog_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickdialog_p_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickdialogbuttonbox_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickdialogbuttonbox_p_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickdrawer_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickdrawer_p_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickframe_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickframe_p_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickgroupbox_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickheaderview_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickheaderview_p_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickicon_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickindicatorbutton_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickitemdelegate_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickitemdelegate_p_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquicklabel_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquicklabel_p_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickmenu_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickmenu_p_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickmenubar_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickmenubar_p_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickmenubaritem_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickmenubaritem_p_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickmenuitem_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickmenuitem_p_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickmenuseparator_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickoverlay_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickoverlay_p_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickpage_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickpage_p_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickpageindicator_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickpane_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickpane_p_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickpopup_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickpopup_p_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickpopupanchors_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickpopupanchors_p_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickpopupitem_p_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickpopuppositioner_p_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickpresshandler_p_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickprogressbar_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickradiobutton_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickradiodelegate_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickrangeslider_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickroundbutton_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickscrollbar_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickscrollbar_p_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickscrollindicator_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickscrollview_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickshortcutcontext_p_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickslider_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickspinbox_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquicksplitview_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquicksplitview_p_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickstackelement_p_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickstacktransition_p_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickstackview_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickstackview_p_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickswipe_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickswipedelegate_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickswipedelegate_p_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickswipeview_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickswitch_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickswitchdelegate_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquicktabbar_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquicktabbutton_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquicktextarea_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquicktextarea_p_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquicktextfield_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquicktextfield_p_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquicktheme_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquicktheme_p_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquicktoolbar_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquicktoolbutton_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquicktoolseparator_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquicktooltip_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquicktumbler_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquicktumbler_p_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qquickvelocitycalculator_p_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qtquicktemplates2-config_p.h
-qt6/include/QtQuickTemplates2/${PKGVERSION}/QtQuickTemplates2/private/qtquicktemplates2global_p.h
-qt6/include/QtQuickTemplates2/QtQuickTemplates2
-qt6/include/QtQuickTemplates2/QtQuickTemplates2Depends
-qt6/include/QtQuickTemplates2/QtQuickTemplates2Version
-qt6/include/QtQuickTemplates2/qtquicktemplates2-config.h
-qt6/include/QtQuickTemplates2/qtquicktemplates2version.h
-qt6/lib/cmake/Qt6BuildInternals/StandaloneTests/QtQuickControls2TestsConfig.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/Qt6qtlabsplatformpluginDependencies.cmake
-qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtlabsplatformpluginTargets-release.cmake
-qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtlabsplatformpluginTargets.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/Qt6qtquickcontrols2basicstyleimplpluginDependencies.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/Qt6qtquickcontrols2basicstylepluginDependencies.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/Qt6qtquickcontrols2fusionstyleimplpluginDependencies.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/Qt6qtquickcontrols2fusionstylepluginDependencies.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/Qt6qtquickcontrols2imaginestyleimplpluginDependencies.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/Qt6qtquickcontrols2imaginestylepluginDependencies.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/Qt6qtquickcontrols2implpluginDependencies.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/Qt6qtquickcontrols2materialstyleimplpluginDependencies.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/Qt6qtquickcontrols2materialstylepluginDependencies.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/Qt6qtquickcontrols2nativestylepluginDependencies.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/Qt6qtquickcontrols2pluginDependencies.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/Qt6qtquickcontrols2universalstyleimplpluginDependencies.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/Qt6qtquickcontrols2universalstylepluginDependencies.cmake
-qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginTargets-release.cmake
-qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginTargets.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/Qt6qtquicktemplates2pluginDependencies.cmake
-qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginTargets-release.cmake
-qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginTargets.cmake
-qt6/lib/cmake/Qt6QuickControls2/Qt6QuickControls2AdditionalTargetInfo.cmake
-qt6/lib/cmake/Qt6QuickControls2/Qt6QuickControls2Config.cmake
-qt6/lib/cmake/Qt6QuickControls2/Qt6QuickControls2ConfigVersion.cmake
-qt6/lib/cmake/Qt6QuickControls2/Qt6QuickControls2Dependencies.cmake
-qt6/lib/cmake/Qt6QuickControls2/Qt6QuickControls2Targets-release.cmake
-qt6/lib/cmake/Qt6QuickControls2/Qt6QuickControls2Targets.cmake
-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/Qt6QuickControls2ImplDependencies.cmake
-qt6/lib/cmake/Qt6QuickControls2Impl/Qt6QuickControls2ImplTargets-release.cmake
-qt6/lib/cmake/Qt6QuickControls2Impl/Qt6QuickControls2ImplTargets.cmake
-qt6/lib/cmake/Qt6QuickControls2Impl/Qt6QuickControls2ImplVersionlessTargets.cmake
-qt6/lib/cmake/Qt6QuickTemplates2/Qt6QuickTemplates2AdditionalTargetInfo.cmake
-qt6/lib/cmake/Qt6QuickTemplates2/Qt6QuickTemplates2Config.cmake
-qt6/lib/cmake/Qt6QuickTemplates2/Qt6QuickTemplates2ConfigVersion.cmake
-qt6/lib/cmake/Qt6QuickTemplates2/Qt6QuickTemplates2Dependencies.cmake
-qt6/lib/cmake/Qt6QuickTemplates2/Qt6QuickTemplates2Targets-release.cmake
-qt6/lib/cmake/Qt6QuickTemplates2/Qt6QuickTemplates2Targets.cmake
-qt6/lib/cmake/Qt6QuickTemplates2/Qt6QuickTemplates2VersionlessTargets.cmake
-qt6/lib/libQt6QuickControls2.prl
-qt6/lib/libQt6QuickControls2.so
-qt6/lib/libQt6QuickControls2.so.6
-qt6/lib/libQt6QuickControls2.so.${PKGVERSION}
-qt6/lib/libQt6QuickControls2Impl.prl
-qt6/lib/libQt6QuickControls2Impl.so
-qt6/lib/libQt6QuickControls2Impl.so.6
-qt6/lib/libQt6QuickControls2Impl.so.${PKGVERSION}
-qt6/lib/libQt6QuickTemplates2.prl
-qt6/lib/libQt6QuickTemplates2.so
-qt6/lib/libQt6QuickTemplates2.so.6
-qt6/lib/libQt6QuickTemplates2.so.${PKGVERSION}
-qt6/lib/metatypes/qt6qtlabsplatformplugin_release_metatypes.json
-qt6/lib/metatypes/qt6qtquickcontrols2basicstyleimplplugin_release_metatypes.json
-qt6/lib/metatypes/qt6qtquickcontrols2basicstyleplugin_release_metatypes.json
-qt6/lib/metatypes/qt6qtquickcontrols2fusionstyleimplplugin_release_metatypes.json
-qt6/lib/metatypes/qt6qtquickcontrols2fusionstyleplugin_release_metatypes.json
-qt6/lib/metatypes/qt6qtquickcontrols2imaginestyleimplplugin_release_metatypes.json
-qt6/lib/metatypes/qt6qtquickcontrols2imaginestyleplugin_release_metatypes.json
-qt6/lib/metatypes/qt6qtquickcontrols2materialstyleimplplugin_release_metatypes.json
-qt6/lib/metatypes/qt6qtquickcontrols2materialstyleplugin_release_metatypes.json
-qt6/lib/metatypes/qt6qtquickcontrols2nativestyleplugin_release_metatypes.json
-qt6/lib/metatypes/qt6qtquickcontrols2universalstyleimplplugin_release_metatypes.json
-qt6/lib/metatypes/qt6qtquickcontrols2universalstyleplugin_release_metatypes.json
-qt6/lib/metatypes/qt6quickcontrols2_release_metatypes.json
-qt6/lib/metatypes/qt6quickcontrols2impl_release_metatypes.json
-qt6/lib/metatypes/qt6quicktemplates2_release_metatypes.json
-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_quicktemplates2.pri
-qt6/mkspecs/modules/qt_lib_quicktemplates2_private.pri
-qt6/modules/QuickControls2.json
-qt6/modules/QuickControls2Impl.json
-qt6/modules/QuickTemplates2.json
-qt6/qml/Qt/labs/platform/libqtlabsplatformplugin.so
-qt6/qml/Qt/labs/platform/plugins.qmltypes
-qt6/qml/Qt/labs/platform/qmldir
-qt6/qml/QtQuick/Controls/Basic/AbstractButton.qml
-qt6/qml/QtQuick/Controls/Basic/Action.qml
-qt6/qml/QtQuick/Controls/Basic/ActionGroup.qml
-qt6/qml/QtQuick/Controls/Basic/ApplicationWindow.qml
-qt6/qml/QtQuick/Controls/Basic/BusyIndicator.qml
-qt6/qml/QtQuick/Controls/Basic/Button.qml
-qt6/qml/QtQuick/Controls/Basic/ButtonGroup.qml
-qt6/qml/QtQuick/Controls/Basic/CheckBox.qml
-qt6/qml/QtQuick/Controls/Basic/CheckDelegate.qml
-qt6/qml/QtQuick/Controls/Basic/ComboBox.qml
-qt6/qml/QtQuick/Controls/Basic/Container.qml
-qt6/qml/QtQuick/Controls/Basic/Control.qml
-qt6/qml/QtQuick/Controls/Basic/DelayButton.qml
-qt6/qml/QtQuick/Controls/Basic/Dial.qml
-qt6/qml/QtQuick/Controls/Basic/Dialog.qml
-qt6/qml/QtQuick/Controls/Basic/DialogButtonBox.qml
-qt6/qml/QtQuick/Controls/Basic/Drawer.qml
-qt6/qml/QtQuick/Controls/Basic/Frame.qml
-qt6/qml/QtQuick/Controls/Basic/GroupBox.qml
-qt6/qml/QtQuick/Controls/Basic/HorizontalHeaderView.qml
-qt6/qml/QtQuick/Controls/Basic/ItemDelegate.qml
-qt6/qml/QtQuick/Controls/Basic/Label.qml
-qt6/qml/QtQuick/Controls/Basic/Menu.qml
-qt6/qml/QtQuick/Controls/Basic/MenuBar.qml
-qt6/qml/QtQuick/Controls/Basic/MenuBarItem.qml
-qt6/qml/QtQuick/Controls/Basic/MenuItem.qml
-qt6/qml/QtQuick/Controls/Basic/MenuSeparator.qml
-qt6/qml/QtQuick/Controls/Basic/Page.qml
-qt6/qml/QtQuick/Controls/Basic/PageIndicator.qml
-qt6/qml/QtQuick/Controls/Basic/Pane.qml
-qt6/qml/QtQuick/Controls/Basic/Popup.qml
-qt6/qml/QtQuick/Controls/Basic/ProgressBar.qml
-qt6/qml/QtQuick/Controls/Basic/RadioButton.qml
-qt6/qml/QtQuick/Controls/Basic/RadioDelegate.qml
-qt6/qml/QtQuick/Controls/Basic/RangeSlider.qml
-qt6/qml/QtQuick/Controls/Basic/RoundButton.qml
-qt6/qml/QtQuick/Controls/Basic/ScrollBar.qml
-qt6/qml/QtQuick/Controls/Basic/ScrollIndicator.qml
-qt6/qml/QtQuick/Controls/Basic/ScrollView.qml
-qt6/qml/QtQuick/Controls/Basic/Slider.qml
-qt6/qml/QtQuick/Controls/Basic/SpinBox.qml
-qt6/qml/QtQuick/Controls/Basic/SplitView.qml
-qt6/qml/QtQuick/Controls/Basic/StackView.qml
-qt6/qml/QtQuick/Controls/Basic/SwipeDelegate.qml
-qt6/qml/QtQuick/Controls/Basic/SwipeView.qml
-qt6/qml/QtQuick/Controls/Basic/Switch.qml
-qt6/qml/QtQuick/Controls/Basic/SwitchDelegate.qml
-qt6/qml/QtQuick/Controls/Basic/TabBar.qml
-qt6/qml/QtQuick/Controls/Basic/TabButton.qml
-qt6/qml/QtQuick/Controls/Basic/TextArea.qml
-qt6/qml/QtQuick/Controls/Basic/TextField.qml
-qt6/qml/QtQuick/Controls/Basic/ToolBar.qml
-qt6/qml/QtQuick/Controls/Basic/ToolButton.qml
-qt6/qml/QtQuick/Controls/Basic/ToolSeparator.qml
-qt6/qml/QtQuick/Controls/Basic/ToolTip.qml
-qt6/qml/QtQuick/Controls/Basic/Tumbler.qml
-qt6/qml/QtQuick/Controls/Basic/VerticalHeaderView.qml
-qt6/qml/QtQuick/Controls/Basic/impl/libqtquickcontrols2basicstyleimplplugin.so
-qt6/qml/QtQuick/Controls/Basic/impl/plugins.qmltypes
-qt6/qml/QtQuick/Controls/Basic/impl/qmldir
-qt6/qml/QtQuick/Controls/Basic/libqtquickcontrols2basicstyleplugin.so
-qt6/qml/QtQuick/Controls/Basic/plugins.qmltypes
-qt6/qml/QtQuick/Controls/Basic/qmldir
-qt6/qml/QtQuick/Controls/Fusion/ApplicationWindow.qml
-qt6/qml/QtQuick/Controls/Fusion/BusyIndicator.qml
-qt6/qml/QtQuick/Controls/Fusion/Button.qml
-qt6/qml/QtQuick/Controls/Fusion/CheckBox.qml
-qt6/qml/QtQuick/Controls/Fusion/CheckDelegate.qml
-qt6/qml/QtQuick/Controls/Fusion/ComboBox.qml
-qt6/qml/QtQuick/Controls/Fusion/DelayButton.qml
-qt6/qml/QtQuick/Controls/Fusion/Dial.qml
-qt6/qml/QtQuick/Controls/Fusion/Dialog.qml
-qt6/qml/QtQuick/Controls/Fusion/DialogButtonBox.qml
-qt6/qml/QtQuick/Controls/Fusion/Drawer.qml
-qt6/qml/QtQuick/Controls/Fusion/Frame.qml
-qt6/qml/QtQuick/Controls/Fusion/GroupBox.qml
-qt6/qml/QtQuick/Controls/Fusion/HorizontalHeaderView.qml
-qt6/qml/QtQuick/Controls/Fusion/ItemDelegate.qml
-qt6/qml/QtQuick/Controls/Fusion/Label.qml
-qt6/qml/QtQuick/Controls/Fusion/Menu.qml
-qt6/qml/QtQuick/Controls/Fusion/MenuBar.qml
-qt6/qml/QtQuick/Controls/Fusion/MenuBarItem.qml
-qt6/qml/QtQuick/Controls/Fusion/MenuItem.qml
-qt6/qml/QtQuick/Controls/Fusion/MenuSeparator.qml
-qt6/qml/QtQuick/Controls/Fusion/Page.qml
-qt6/qml/QtQuick/Controls/Fusion/PageIndicator.qml
-qt6/qml/QtQuick/Controls/Fusion/Pane.qml
-qt6/qml/QtQuick/Controls/Fusion/Popup.qml
-qt6/qml/QtQuick/Controls/Fusion/ProgressBar.qml
-qt6/qml/QtQuick/Controls/Fusion/RadioButton.qml
-qt6/qml/QtQuick/Controls/Fusion/RadioDelegate.qml
-qt6/qml/QtQuick/Controls/Fusion/RangeSlider.qml
-qt6/qml/QtQuick/Controls/Fusion/RoundButton.qml
-qt6/qml/QtQuick/Controls/Fusion/ScrollBar.qml
-qt6/qml/QtQuick/Controls/Fusion/ScrollIndicator.qml
-qt6/qml/QtQuick/Controls/Fusion/ScrollView.qml
-qt6/qml/QtQuick/Controls/Fusion/Slider.qml
-qt6/qml/QtQuick/Controls/Fusion/SpinBox.qml
-qt6/qml/QtQuick/Controls/Fusion/SplitView.qml
-qt6/qml/QtQuick/Controls/Fusion/SwipeDelegate.qml
-qt6/qml/QtQuick/Controls/Fusion/Switch.qml
-qt6/qml/QtQuick/Controls/Fusion/SwitchDelegate.qml
-qt6/qml/QtQuick/Controls/Fusion/TabBar.qml
-qt6/qml/QtQuick/Controls/Fusion/TabButton.qml
-qt6/qml/QtQuick/Controls/Fusion/TextArea.qml
-qt6/qml/QtQuick/Controls/Fusion/TextField.qml
-qt6/qml/QtQuick/Controls/Fusion/ToolBar.qml
-qt6/qml/QtQuick/Controls/Fusion/ToolButton.qml
-qt6/qml/QtQuick/Controls/Fusion/ToolSeparator.qml
-qt6/qml/QtQuick/Controls/Fusion/ToolTip.qml
-qt6/qml/QtQuick/Controls/Fusion/Tumbler.qml
-qt6/qml/QtQuick/Controls/Fusion/VerticalHeaderView.qml
-qt6/qml/QtQuick/Controls/Fusion/impl/ButtonPanel.qml
-qt6/qml/QtQuick/Controls/Fusion/impl/CheckIndicator.qml
-qt6/qml/QtQuick/Controls/Fusion/impl/RadioIndicator.qml
-qt6/qml/QtQuick/Controls/Fusion/impl/SliderGroove.qml
-qt6/qml/QtQuick/Controls/Fusion/impl/SliderHandle.qml
-qt6/qml/QtQuick/Controls/Fusion/impl/SwitchIndicator.qml
-qt6/qml/QtQuick/Controls/Fusion/impl/libqtquickcontrols2fusionstyleimplplugin.so
-qt6/qml/QtQuick/Controls/Fusion/impl/plugins.qmltypes
-qt6/qml/QtQuick/Controls/Fusion/impl/qmldir
-qt6/qml/QtQuick/Controls/Fusion/libqtquickcontrols2fusionstyleplugin.so
-qt6/qml/QtQuick/Controls/Fusion/plugins.qmltypes
-qt6/qml/QtQuick/Controls/Fusion/qmldir
-qt6/qml/QtQuick/Controls/Imagine/ApplicationWindow.qml
-qt6/qml/QtQuick/Controls/Imagine/BusyIndicator.qml
-qt6/qml/QtQuick/Controls/Imagine/Button.qml
-qt6/qml/QtQuick/Controls/Imagine/CheckBox.qml
-qt6/qml/QtQuick/Controls/Imagine/CheckDelegate.qml
-qt6/qml/QtQuick/Controls/Imagine/ComboBox.qml
-qt6/qml/QtQuick/Controls/Imagine/DelayButton.qml
-qt6/qml/QtQuick/Controls/Imagine/Dial.qml
-qt6/qml/QtQuick/Controls/Imagine/Dialog.qml
-qt6/qml/QtQuick/Controls/Imagine/DialogButtonBox.qml
-qt6/qml/QtQuick/Controls/Imagine/Drawer.qml
-qt6/qml/QtQuick/Controls/Imagine/Frame.qml
-qt6/qml/QtQuick/Controls/Imagine/GroupBox.qml
-qt6/qml/QtQuick/Controls/Imagine/HorizontalHeaderView.qml
-qt6/qml/QtQuick/Controls/Imagine/ItemDelegate.qml
-qt6/qml/QtQuick/Controls/Imagine/Label.qml
-qt6/qml/QtQuick/Controls/Imagine/Menu.qml
-qt6/qml/QtQuick/Controls/Imagine/MenuItem.qml
-qt6/qml/QtQuick/Controls/Imagine/MenuSeparator.qml
-qt6/qml/QtQuick/Controls/Imagine/Page.qml
-qt6/qml/QtQuick/Controls/Imagine/PageIndicator.qml
-qt6/qml/QtQuick/Controls/Imagine/Pane.qml
-qt6/qml/QtQuick/Controls/Imagine/Popup.qml
-qt6/qml/QtQuick/Controls/Imagine/ProgressBar.qml
-qt6/qml/QtQuick/Controls/Imagine/RadioButton.qml
-qt6/qml/QtQuick/Controls/Imagine/RadioDelegate.qml
-qt6/qml/QtQuick/Controls/Imagine/RangeSlider.qml
-qt6/qml/QtQuick/Controls/Imagine/RoundButton.qml
-qt6/qml/QtQuick/Controls/Imagine/ScrollBar.qml
-qt6/qml/QtQuick/Controls/Imagine/ScrollIndicator.qml
-qt6/qml/QtQuick/Controls/Imagine/ScrollView.qml
-qt6/qml/QtQuick/Controls/Imagine/Slider.qml
-qt6/qml/QtQuick/Controls/Imagine/SpinBox.qml
-qt6/qml/QtQuick/Controls/Imagine/SplitView.qml
-qt6/qml/QtQuick/Controls/Imagine/StackView.qml
-qt6/qml/QtQuick/Controls/Imagine/SwipeDelegate.qml
-qt6/qml/QtQuick/Controls/Imagine/SwipeView.qml
-qt6/qml/QtQuick/Controls/Imagine/Switch.qml
-qt6/qml/QtQuick/Controls/Imagine/SwitchDelegate.qml
-qt6/qml/QtQuick/Controls/Imagine/TabBar.qml
-qt6/qml/QtQuick/Controls/Imagine/TabButton.qml
-qt6/qml/QtQuick/Controls/Imagine/TextArea.qml
-qt6/qml/QtQuick/Controls/Imagine/TextField.qml
-qt6/qml/QtQuick/Controls/Imagine/ToolBar.qml
-qt6/qml/QtQuick/Controls/Imagine/ToolButton.qml
-qt6/qml/QtQuick/Controls/Imagine/ToolSeparator.qml
-qt6/qml/QtQuick/Controls/Imagine/ToolTip.qml
-qt6/qml/QtQuick/Controls/Imagine/Tumbler.qml
-qt6/qml/QtQuick/Controls/Imagine/VerticalHeaderView.qml
-qt6/qml/QtQuick/Controls/Imagine/impl/OpacityMask.qml
-qt6/qml/QtQuick/Controls/Imagine/impl/libqtquickcontrols2imaginestyleimplplugin.so
-qt6/qml/QtQuick/Controls/Imagine/impl/plugins.qmltypes
-qt6/qml/QtQuick/Controls/Imagine/impl/qmldir
-qt6/qml/QtQuick/Controls/Imagine/libqtquickcontrols2imaginestyleplugin.so
-qt6/qml/QtQuick/Controls/Imagine/plugins.qmltypes
-qt6/qml/QtQuick/Controls/Imagine/qmldir
-qt6/qml/QtQuick/Controls/Material/ApplicationWindow.qml
-qt6/qml/QtQuick/Controls/Material/BusyIndicator.qml
-qt6/qml/QtQuick/Controls/Material/Button.qml
-qt6/qml/QtQuick/Controls/Material/CheckBox.qml
-qt6/qml/QtQuick/Controls/Material/CheckDelegate.qml
-qt6/qml/QtQuick/Controls/Material/ComboBox.qml
-qt6/qml/QtQuick/Controls/Material/DelayButton.qml
-qt6/qml/QtQuick/Controls/Material/Dial.qml
-qt6/qml/QtQuick/Controls/Material/Dialog.qml
-qt6/qml/QtQuick/Controls/Material/DialogButtonBox.qml
-qt6/qml/QtQuick/Controls/Material/Drawer.qml
-qt6/qml/QtQuick/Controls/Material/Frame.qml
-qt6/qml/QtQuick/Controls/Material/GroupBox.qml
-qt6/qml/QtQuick/Controls/Material/HorizontalHeaderView.qml
-qt6/qml/QtQuick/Controls/Material/ItemDelegate.qml
-qt6/qml/QtQuick/Controls/Material/Label.qml
-qt6/qml/QtQuick/Controls/Material/Menu.qml
-qt6/qml/QtQuick/Controls/Material/MenuBar.qml
-qt6/qml/QtQuick/Controls/Material/MenuBarItem.qml
-qt6/qml/QtQuick/Controls/Material/MenuItem.qml
-qt6/qml/QtQuick/Controls/Material/MenuSeparator.qml
-qt6/qml/QtQuick/Controls/Material/Page.qml
-qt6/qml/QtQuick/Controls/Material/PageIndicator.qml
-qt6/qml/QtQuick/Controls/Material/Pane.qml
-qt6/qml/QtQuick/Controls/Material/Popup.qml
-qt6/qml/QtQuick/Controls/Material/ProgressBar.qml
-qt6/qml/QtQuick/Controls/Material/RadioButton.qml
-qt6/qml/QtQuick/Controls/Material/RadioDelegate.qml
-qt6/qml/QtQuick/Controls/Material/RangeSlider.qml
-qt6/qml/QtQuick/Controls/Material/RoundButton.qml
-qt6/qml/QtQuick/Controls/Material/ScrollBar.qml
-qt6/qml/QtQuick/Controls/Material/ScrollIndicator.qml
-qt6/qml/QtQuick/Controls/Material/ScrollView.qml
-qt6/qml/QtQuick/Controls/Material/Slider.qml
-qt6/qml/QtQuick/Controls/Material/SpinBox.qml
-qt6/qml/QtQuick/Controls/Material/SplitView.qml
-qt6/qml/QtQuick/Controls/Material/StackView.qml
-qt6/qml/QtQuick/Controls/Material/SwipeDelegate.qml
-qt6/qml/QtQuick/Controls/Material/SwipeView.qml
-qt6/qml/QtQuick/Controls/Material/Switch.qml
-qt6/qml/QtQuick/Controls/Material/SwitchDelegate.qml
-qt6/qml/QtQuick/Controls/Material/TabBar.qml
-qt6/qml/QtQuick/Controls/Material/TabButton.qml
-qt6/qml/QtQuick/Controls/Material/TextArea.qml
-qt6/qml/QtQuick/Controls/Material/TextField.qml
-qt6/qml/QtQuick/Controls/Material/ToolBar.qml
-qt6/qml/QtQuick/Controls/Material/ToolButton.qml
-qt6/qml/QtQuick/Controls/Material/ToolSeparator.qml
-qt6/qml/QtQuick/Controls/Material/ToolTip.qml
-qt6/qml/QtQuick/Controls/Material/Tumbler.qml
-qt6/qml/QtQuick/Controls/Material/VerticalHeaderView.qml
-qt6/qml/QtQuick/Controls/Material/impl/BoxShadow.qml
-qt6/qml/QtQuick/Controls/Material/impl/CheckIndicator.qml
-qt6/qml/QtQuick/Controls/Material/impl/CursorDelegate.qml
-qt6/qml/QtQuick/Controls/Material/impl/ElevationEffect.qml
-qt6/qml/QtQuick/Controls/Material/impl/RadioIndicator.qml
-qt6/qml/QtQuick/Controls/Material/impl/RectangularGlow.qml
-qt6/qml/QtQuick/Controls/Material/impl/SliderHandle.qml
-qt6/qml/QtQuick/Controls/Material/impl/SwitchIndicator.qml
-qt6/qml/QtQuick/Controls/Material/impl/libqtquickcontrols2materialstyleimplplugin.so
-qt6/qml/QtQuick/Controls/Material/impl/plugins.qmltypes
-qt6/qml/QtQuick/Controls/Material/impl/qmldir
-qt6/qml/QtQuick/Controls/Material/libqtquickcontrols2materialstyleplugin.so
-qt6/qml/QtQuick/Controls/Material/plugins.qmltypes
-qt6/qml/QtQuick/Controls/Material/qmldir
-qt6/qml/QtQuick/Controls/Universal/ApplicationWindow.qml
-qt6/qml/QtQuick/Controls/Universal/BusyIndicator.qml
-qt6/qml/QtQuick/Controls/Universal/Button.qml
-qt6/qml/QtQuick/Controls/Universal/CheckBox.qml
-qt6/qml/QtQuick/Controls/Universal/CheckDelegate.qml
-qt6/qml/QtQuick/Controls/Universal/ComboBox.qml
-qt6/qml/QtQuick/Controls/Universal/DelayButton.qml
-qt6/qml/QtQuick/Controls/Universal/Dial.qml
-qt6/qml/QtQuick/Controls/Universal/Dialog.qml
-qt6/qml/QtQuick/Controls/Universal/DialogButtonBox.qml
-qt6/qml/QtQuick/Controls/Universal/Drawer.qml
-qt6/qml/QtQuick/Controls/Universal/Frame.qml
-qt6/qml/QtQuick/Controls/Universal/GroupBox.qml
-qt6/qml/QtQuick/Controls/Universal/HorizontalHeaderView.qml
-qt6/qml/QtQuick/Controls/Universal/ItemDelegate.qml
-qt6/qml/QtQuick/Controls/Universal/Label.qml
-qt6/qml/QtQuick/Controls/Universal/Menu.qml
-qt6/qml/QtQuick/Controls/Universal/MenuBar.qml
-qt6/qml/QtQuick/Controls/Universal/MenuBarItem.qml
-qt6/qml/QtQuick/Controls/Universal/MenuItem.qml
-qt6/qml/QtQuick/Controls/Universal/MenuSeparator.qml
-qt6/qml/QtQuick/Controls/Universal/Page.qml
-qt6/qml/QtQuick/Controls/Universal/PageIndicator.qml
-qt6/qml/QtQuick/Controls/Universal/Pane.qml
-qt6/qml/QtQuick/Controls/Universal/Popup.qml
-qt6/qml/QtQuick/Controls/Universal/ProgressBar.qml
-qt6/qml/QtQuick/Controls/Universal/RadioButton.qml
-qt6/qml/QtQuick/Controls/Universal/RadioDelegate.qml
-qt6/qml/QtQuick/Controls/Universal/RangeSlider.qml
-qt6/qml/QtQuick/Controls/Universal/RoundButton.qml
-qt6/qml/QtQuick/Controls/Universal/ScrollBar.qml
-qt6/qml/QtQuick/Controls/Universal/ScrollIndicator.qml
-qt6/qml/QtQuick/Controls/Universal/ScrollView.qml
-qt6/qml/QtQuick/Controls/Universal/Slider.qml
-qt6/qml/QtQuick/Controls/Universal/SpinBox.qml
-qt6/qml/QtQuick/Controls/Universal/SplitView.qml
-qt6/qml/QtQuick/Controls/Universal/StackView.qml
-qt6/qml/QtQuick/Controls/Universal/SwipeDelegate.qml
-qt6/qml/QtQuick/Controls/Universal/Switch.qml
-qt6/qml/QtQuick/Controls/Universal/SwitchDelegate.qml
-qt6/qml/QtQuick/Controls/Universal/TabBar.qml
-qt6/qml/QtQuick/Controls/Universal/TabButton.qml
-qt6/qml/QtQuick/Controls/Universal/TextArea.qml
-qt6/qml/QtQuick/Controls/Universal/TextField.qml
-qt6/qml/QtQuick/Controls/Universal/ToolBar.qml
-qt6/qml/QtQuick/Controls/Universal/ToolButton.qml
-qt6/qml/QtQuick/Controls/Universal/ToolSeparator.qml
-qt6/qml/QtQuick/Controls/Universal/ToolTip.qml
-qt6/qml/QtQuick/Controls/Universal/Tumbler.qml
-qt6/qml/QtQuick/Controls/Universal/VerticalHeaderView.qml
-qt6/qml/QtQuick/Controls/Universal/impl/CheckIndicator.qml
-qt6/qml/QtQuick/Controls/Universal/impl/RadioIndicator.qml
-qt6/qml/QtQuick/Controls/Universal/impl/SwitchIndicator.qml
-qt6/qml/QtQuick/Controls/Universal/impl/libqtquickcontrols2universalstyleimplplugin.so
-qt6/qml/QtQuick/Controls/Universal/impl/plugins.qmltypes
-qt6/qml/QtQuick/Controls/Universal/impl/qmldir
-qt6/qml/QtQuick/Controls/Universal/libqtquickcontrols2universalstyleplugin.so
-qt6/qml/QtQuick/Controls/Universal/plugins.qmltypes
-qt6/qml/QtQuick/Controls/Universal/qmldir
-qt6/qml/QtQuick/Controls/designer/AbstractButtonSection.qml
-qt6/qml/QtQuick/Controls/designer/BusyIndicatorSpecifics.qml
-qt6/qml/QtQuick/Controls/designer/ButtonSection.qml
-qt6/qml/QtQuick/Controls/designer/ButtonSpecifics.qml
-qt6/qml/QtQuick/Controls/designer/CheckBoxSpecifics.qml
-qt6/qml/QtQuick/Controls/designer/CheckDelegateSpecifics.qml
-qt6/qml/QtQuick/Controls/designer/CheckSection.qml
-qt6/qml/QtQuick/Controls/designer/ComboBoxSpecifics.qml
-qt6/qml/QtQuick/Controls/designer/ContainerSection.qml
-qt6/qml/QtQuick/Controls/designer/ControlSection.qml
-qt6/qml/QtQuick/Controls/designer/ControlSpecifics.qml
-qt6/qml/QtQuick/Controls/designer/DelayButtonSpecifics.qml
-qt6/qml/QtQuick/Controls/designer/DialSpecifics.qml
-qt6/qml/QtQuick/Controls/designer/FrameSpecifics.qml
-qt6/qml/QtQuick/Controls/designer/GroupBoxSpecifics.qml
-qt6/qml/QtQuick/Controls/designer/InsetSection.qml
-qt6/qml/QtQuick/Controls/designer/ItemDelegateSection.qml
-qt6/qml/QtQuick/Controls/designer/ItemDelegateSpecifics.qml
-qt6/qml/QtQuick/Controls/designer/LabelSpecifics.qml
-qt6/qml/QtQuick/Controls/designer/PaddingSection.qml
-qt6/qml/QtQuick/Controls/designer/PageIndicatorSpecifics.qml
-qt6/qml/QtQuick/Controls/designer/PageSpecifics.qml
-qt6/qml/QtQuick/Controls/designer/PaneSection.qml
-qt6/qml/QtQuick/Controls/designer/PaneSpecifics.qml
-qt6/qml/QtQuick/Controls/designer/ProgressBarSpecifics.qml
-qt6/qml/QtQuick/Controls/designer/RadioButtonSpecifics.qml
-qt6/qml/QtQuick/Controls/designer/RadioDelegateSpecifics.qml
-qt6/qml/QtQuick/Controls/designer/RangeSliderSpecifics.qml
-qt6/qml/QtQuick/Controls/designer/RoundButtonSpecifics.qml
-qt6/qml/QtQuick/Controls/designer/ScrollViewSpecifics.qml
-qt6/qml/QtQuick/Controls/designer/SliderSpecifics.qml
-qt6/qml/QtQuick/Controls/designer/SpinBoxSpecifics.qml
-qt6/qml/QtQuick/Controls/designer/StackViewSpecifics.qml
-qt6/qml/QtQuick/Controls/designer/SwipeDelegateSpecifics.qml
-qt6/qml/QtQuick/Controls/designer/SwipeViewSpecifics.qml
-qt6/qml/QtQuick/Controls/designer/SwitchDelegateSpecifics.qml
-qt6/qml/QtQuick/Controls/designer/SwitchSpecifics.qml
-qt6/qml/QtQuick/Controls/designer/TabBarSpecifics.qml
-qt6/qml/QtQuick/Controls/designer/TabButtonSpecifics.qml
-qt6/qml/QtQuick/Controls/designer/TextAreaSpecifics.qml
-qt6/qml/QtQuick/Controls/designer/TextFieldSpecifics.qml
-qt6/qml/QtQuick/Controls/designer/ToolBarSpecifics.qml
-qt6/qml/QtQuick/Controls/designer/ToolButtonSpecifics.qml
-qt6/qml/QtQuick/Controls/designer/ToolSeparatorSpecifics.qml
-qt6/qml/QtQuick/Controls/designer/TumblerSpecifics.qml
-qt6/qml/QtQuick/Controls/designer/images/busyindicator-icon.png
-qt6/qml/QtQuick/Controls/designer/images/busyindicator-icon16.png
-qt6/qml/QtQuick/Controls/designer/images/busyindicator-icon%2x.png@localhost
-qt6/qml/QtQuick/Controls/designer/images/button-icon.png
-qt6/qml/QtQuick/Controls/designer/images/button-icon16.png
-qt6/qml/QtQuick/Controls/designer/images/button-icon%2x.png@localhost
-qt6/qml/QtQuick/Controls/designer/images/checkbox-icon.png
-qt6/qml/QtQuick/Controls/designer/images/checkbox-icon16.png
-qt6/qml/QtQuick/Controls/designer/images/checkbox-icon%2x.png@localhost
-qt6/qml/QtQuick/Controls/designer/images/combobox-icon.png
-qt6/qml/QtQuick/Controls/designer/images/combobox-icon16.png
-qt6/qml/QtQuick/Controls/designer/images/combobox-icon%2x.png@localhost
-qt6/qml/QtQuick/Controls/designer/images/delaybutton-icon.png
-qt6/qml/QtQuick/Controls/designer/images/delaybutton-icon16.png
-qt6/qml/QtQuick/Controls/designer/images/delaybutton-icon%2x.png@localhost
-qt6/qml/QtQuick/Controls/designer/images/dial-icon.png
-qt6/qml/QtQuick/Controls/designer/images/dial-icon16.png
-qt6/qml/QtQuick/Controls/designer/images/dial-icon%2x.png@localhost
-qt6/qml/QtQuick/Controls/designer/images/frame-icon.png
-qt6/qml/QtQuick/Controls/designer/images/frame-icon16.png
-qt6/qml/QtQuick/Controls/designer/images/frame-icon%2x.png@localhost
-qt6/qml/QtQuick/Controls/designer/images/groupbox-icon.png
-qt6/qml/QtQuick/Controls/designer/images/groupbox-icon16.png
-qt6/qml/QtQuick/Controls/designer/images/groupbox-icon%2x.png@localhost
-qt6/qml/QtQuick/Controls/designer/images/itemdelegate-icon.png
-qt6/qml/QtQuick/Controls/designer/images/itemdelegate-icon16.png
-qt6/qml/QtQuick/Controls/designer/images/itemdelegate-icon%2x.png@localhost
-qt6/qml/QtQuick/Controls/designer/images/label-icon.png
-qt6/qml/QtQuick/Controls/designer/images/label-icon16.png
-qt6/qml/QtQuick/Controls/designer/images/label-icon%2x.png@localhost
-qt6/qml/QtQuick/Controls/designer/images/page-icon.png
-qt6/qml/QtQuick/Controls/designer/images/page-icon16.png
-qt6/qml/QtQuick/Controls/designer/images/page-icon%2x.png@localhost
-qt6/qml/QtQuick/Controls/designer/images/pageindicator-icon.png
-qt6/qml/QtQuick/Controls/designer/images/pageindicator-icon16.png
-qt6/qml/QtQuick/Controls/designer/images/pageindicator-icon%2x.png@localhost
-qt6/qml/QtQuick/Controls/designer/images/pane-icon.png
-qt6/qml/QtQuick/Controls/designer/images/pane-icon16.png
-qt6/qml/QtQuick/Controls/designer/images/pane-icon%2x.png@localhost
-qt6/qml/QtQuick/Controls/designer/images/progressbar-icon.png
-qt6/qml/QtQuick/Controls/designer/images/progressbar-icon16.png
-qt6/qml/QtQuick/Controls/designer/images/progressbar-icon%2x.png@localhost
-qt6/qml/QtQuick/Controls/designer/images/radiobutton-icon.png
-qt6/qml/QtQuick/Controls/designer/images/radiobutton-icon16.png
-qt6/qml/QtQuick/Controls/designer/images/radiobutton-icon%2x.png@localhost
-qt6/qml/QtQuick/Controls/designer/images/rangeslider-icon.png
-qt6/qml/QtQuick/Controls/designer/images/rangeslider-icon16.png
-qt6/qml/QtQuick/Controls/designer/images/rangeslider-icon%2x.png@localhost
-qt6/qml/QtQuick/Controls/designer/images/roundbutton-icon.png
-qt6/qml/QtQuick/Controls/designer/images/roundbutton-icon16.png
-qt6/qml/QtQuick/Controls/designer/images/roundbutton-icon%2x.png@localhost
-qt6/qml/QtQuick/Controls/designer/images/scrollview-icon.png
-qt6/qml/QtQuick/Controls/designer/images/scrollview-icon16.png
-qt6/qml/QtQuick/Controls/designer/images/scrollview-icon%2x.png@localhost
-qt6/qml/QtQuick/Controls/designer/images/slider-icon.png
-qt6/qml/QtQuick/Controls/designer/images/slider-icon16.png
-qt6/qml/QtQuick/Controls/designer/images/slider-icon%2x.png@localhost
-qt6/qml/QtQuick/Controls/designer/images/spinbox-icon.png
-qt6/qml/QtQuick/Controls/designer/images/spinbox-icon16.png
-qt6/qml/QtQuick/Controls/designer/images/spinbox-icon%2x.png@localhost
-qt6/qml/QtQuick/Controls/designer/images/stackview-icon.png
-qt6/qml/QtQuick/Controls/designer/images/stackview-icon16.png
-qt6/qml/QtQuick/Controls/designer/images/stackview-icon%2x.png@localhost
-qt6/qml/QtQuick/Controls/designer/images/swipeview-icon.png
-qt6/qml/QtQuick/Controls/designer/images/swipeview-icon16.png
-qt6/qml/QtQuick/Controls/designer/images/swipeview-icon%2x.png@localhost
-qt6/qml/QtQuick/Controls/designer/images/switch-icon.png
-qt6/qml/QtQuick/Controls/designer/images/switch-icon16.png
-qt6/qml/QtQuick/Controls/designer/images/switch-icon%2x.png@localhost
-qt6/qml/QtQuick/Controls/designer/images/textarea-icon.png
-qt6/qml/QtQuick/Controls/designer/images/textarea-icon16.png
-qt6/qml/QtQuick/Controls/designer/images/textarea-icon%2x.png@localhost
-qt6/qml/QtQuick/Controls/designer/images/textfield-icon.png
-qt6/qml/QtQuick/Controls/designer/images/textfield-icon16.png
-qt6/qml/QtQuick/Controls/designer/images/textfield-icon%2x.png@localhost
-qt6/qml/QtQuick/Controls/designer/images/toolbar-icon.png
-qt6/qml/QtQuick/Controls/designer/images/toolbar-icon16.png
-qt6/qml/QtQuick/Controls/designer/images/toolbar-icon%2x.png@localhost
-qt6/qml/QtQuick/Controls/designer/images/toolbutton-icon.png
-qt6/qml/QtQuick/Controls/designer/images/toolbutton-icon16.png
-qt6/qml/QtQuick/Controls/designer/images/toolbutton-icon%2x.png@localhost
-qt6/qml/QtQuick/Controls/designer/images/toolseparator-icon.png
-qt6/qml/QtQuick/Controls/designer/images/toolseparator-icon16.png
-qt6/qml/QtQuick/Controls/designer/images/toolseparator-icon%2x.png@localhost
-qt6/qml/QtQuick/Controls/designer/images/tumbler-icon.png
-qt6/qml/QtQuick/Controls/designer/images/tumbler-icon16.png
-qt6/qml/QtQuick/Controls/designer/images/tumbler-icon%2x.png@localhost
-qt6/qml/QtQuick/Controls/designer/qtquickcontrols2.metainfo
-qt6/qml/QtQuick/Controls/impl/libqtquickcontrols2implplugin.so
-qt6/qml/QtQuick/Controls/impl/plugins.qmltypes
-qt6/qml/QtQuick/Controls/impl/qmldir
-qt6/qml/QtQuick/Controls/libqtquickcontrols2plugin.so
-qt6/qml/QtQuick/Controls/plugins.qmltypes
-qt6/qml/QtQuick/Controls/qmldir
-qt6/qml/QtQuick/NativeStyle/controls/DefaultButton.qml
-qt6/qml/QtQuick/NativeStyle/controls/DefaultCheckBox.qml
-qt6/qml/QtQuick/NativeStyle/controls/DefaultComboBox.qml
-qt6/qml/QtQuick/NativeStyle/controls/DefaultDial.qml
-qt6/qml/QtQuick/NativeStyle/controls/DefaultFrame.qml
-qt6/qml/QtQuick/NativeStyle/controls/DefaultGroupBox.qml
-qt6/qml/QtQuick/NativeStyle/controls/DefaultProgressBar.qml
-qt6/qml/QtQuick/NativeStyle/controls/DefaultRadioButton.qml
-qt6/qml/QtQuick/NativeStyle/controls/DefaultScrollBar.qml
-qt6/qml/QtQuick/NativeStyle/controls/DefaultSlider.qml
-qt6/qml/QtQuick/NativeStyle/controls/DefaultSpinBox.qml
-qt6/qml/QtQuick/NativeStyle/controls/DefaultTextArea.qml
-qt6/qml/QtQuick/NativeStyle/controls/DefaultTextField.qml
-qt6/qml/QtQuick/NativeStyle/libqtquickcontrols2nativestyleplugin.so
-qt6/qml/QtQuick/NativeStyle/plugins.qmltypes
-qt6/qml/QtQuick/NativeStyle/qmldir
-qt6/qml/QtQuick/Templates/libqtquicktemplates2plugin.so
-qt6/qml/QtQuick/Templates/plugins.qmltypes
-qt6/qml/QtQuick/Templates/qmldir
diff --git a/qt6-qtquickcontrols2/buildlink3.mk b/qt6-qtquickcontrols2/buildlink3.mk
deleted file mode 100644
index 0874dcda07..0000000000
--- a/qt6-qtquickcontrols2/buildlink3.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+=	qt6-qtquickcontrols2
-
-.if !defined(QT6_QTQUICKCONTROLS2_BUILDLINK3_MK)
-QT6_QTQUICKCONTROLS2_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.qt6-qtquickcontrols2+=	qt6-qtquickcontrols2>=6.0.1
-BUILDLINK_PKGSRCDIR.qt6-qtquickcontrols2?=	../../wip/qt6-qtquickcontrols2
-
-.include "../../wip/qt6-qtdeclarative/buildlink3.mk"
-.endif	# QT6_QTQUICKCONTROLS2_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-qt6-qtquickcontrols2
diff --git a/qt6-qtquickcontrols2/distinfo b/qt6-qtquickcontrols2/distinfo
deleted file mode 100644
index 3ced35aa8e..0000000000
--- a/qt6-qtquickcontrols2/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (qtquickcontrols2-everywhere-src-6.1.3.tar.xz) = 8c81f44b7465d3357fa7085deb1b5e8081301785
-RMD160 (qtquickcontrols2-everywhere-src-6.1.3.tar.xz) = d146632bea155241aa7efd1724d5cf20d2a2c17d
-SHA512 (qtquickcontrols2-everywhere-src-6.1.3.tar.xz) = 809289b5d9a3373ab59b8b1162931682d446e4a69f4b47713e7a1558eb539309678ba28b8ac9a5df20088ffd8adbb1657d86639ae51a9106c7d8e6bbd81be97d
-Size (qtquickcontrols2-everywhere-src-6.1.3.tar.xz) = 8523144 bytes
diff --git a/qt6-qtquicktimeline/PLIST b/qt6-qtquicktimeline/PLIST
index a228c3a424..68c5d2a835 100644
--- a/qt6-qtquicktimeline/PLIST
+++ b/qt6-qtquicktimeline/PLIST
@@ -1,10 +1,35 @@
 @comment $NetBSD$
+qt6/include/QtQuickTimeline/${PKGVERSION}/QtQuickTimeline/private/qquickkeyframe_p.h
+qt6/include/QtQuickTimeline/${PKGVERSION}/QtQuickTimeline/private/qquickkeyframedatautils_p.h
+qt6/include/QtQuickTimeline/${PKGVERSION}/QtQuickTimeline/private/qquicktimeline_p.h
+qt6/include/QtQuickTimeline/${PKGVERSION}/QtQuickTimeline/private/qquicktimelineanimation_p.h
+qt6/include/QtQuickTimeline/${PKGVERSION}/QtQuickTimeline/private/qtquicktimelineglobal_p.h
+qt6/include/QtQuickTimeline/QtQuickTimeline
+qt6/include/QtQuickTimeline/QtQuickTimelineDepends
+qt6/include/QtQuickTimeline/QtQuickTimelineVersion
+qt6/include/QtQuickTimeline/qtquicktimelineglobal.h
+qt6/include/QtQuickTimeline/qtquicktimelineversion.h
+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/Qt6qtquicktimelinepluginDependencies.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/Qt6QuickTimelineDependencies.cmake
+qt6/lib/cmake/Qt6QuickTimeline/Qt6QuickTimelineTargets-release.cmake
+qt6/lib/cmake/Qt6QuickTimeline/Qt6QuickTimelineTargets.cmake
+qt6/lib/cmake/Qt6QuickTimeline/Qt6QuickTimelineVersionlessTargets.cmake
+qt6/lib/libQt6QuickTimeline.prl
+qt6/lib/libQt6QuickTimeline.so
+qt6/lib/libQt6QuickTimeline.so.6
+qt6/lib/libQt6QuickTimeline.so.${PKGVERSION}
+qt6/lib/metatypes/qt6quicktimeline_release_metatypes.json
+qt6/mkspecs/modules/qt_lib_quicktimeline.pri
+qt6/mkspecs/modules/qt_lib_quicktimeline_private.pri
+qt6/modules/QuickTimeline.json
 qt6/qml/QtQuick/Timeline/libqtquicktimelineplugin.so
 qt6/qml/QtQuick/Timeline/plugins.qmltypes
 qt6/qml/QtQuick/Timeline/qmldir
diff --git a/qt6-qtquicktimeline/buildlink3.mk b/qt6-qtquicktimeline/buildlink3.mk
new file mode 100644
index 0000000000..e6a0e04965
--- /dev/null
+++ b/qt6-qtquicktimeline/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	qt6-qtquicktimeline
+
+.if !defined(QT6_QTQUICKTIMELINE_BUILDLINK3_MK)
+QT6_QTQUICKTIMELINE_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.qt6-qtquicktimeline+=	qt6-qtquicktimeline>=6.2.0
+BUILDLINK_PKGSRCDIR.qt6-qtquicktimeline?=	../../wip/qt6-qtquicktimeline
+
+.include "../../wip/qt6-qtbase/buildlink3.mk"
+.include "../../wip/qt6-qtdeclarative/buildlink3.mk"
+.endif	# QT6_QTQUICKTIMELINE_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-qt6-qtquicktimeline
diff --git a/qt6-qtquicktimeline/distinfo b/qt6-qtquicktimeline/distinfo
index 82de2e9c17..ecf6a222d7 100644
--- a/qt6-qtquicktimeline/distinfo
+++ b/qt6-qtquicktimeline/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (qtquicktimeline-everywhere-src-6.1.3.tar.xz) = ab03b7ebd900d901aceb900d5349dfb04125cc3f
-RMD160 (qtquicktimeline-everywhere-src-6.1.3.tar.xz) = 95d81b9011e074de5e62335c804f690c4cdd18b9
-SHA512 (qtquicktimeline-everywhere-src-6.1.3.tar.xz) = 304e10cacc818ae8a5360a436c159a3f79391c9fffa9ce7379dd61d611f01b9ecc13fd3459370020614b0f34c0c55e689282fc8a98b365e0b4cea697ef08b52b
-Size (qtquicktimeline-everywhere-src-6.1.3.tar.xz) = 108980 bytes
+SHA1 (qtquicktimeline-everywhere-src-6.2.0.tar.xz) = cd68e48109f0e684ccfb6e5e937599bd1f483f6a
+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
diff --git a/qt6-qtscxml/PLIST b/qt6-qtscxml/PLIST
index c1f0c03974..5df304def7 100644
--- a/qt6-qtscxml/PLIST
+++ b/qt6-qtscxml/PLIST
@@ -103,19 +103,16 @@ 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_scxmlDependencies.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/Qt6qtqmlstatemachineDependencies.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/Qt6QScxmlEcmaScriptDataModelPluginDependencies.cmake
 qt6/lib/cmake/Qt6Scxml/Qt6QScxmlEcmaScriptDataModelPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Scxml/Qt6QScxmlEcmaScriptDataModelPluginTargets.cmake
 qt6/lib/cmake/Qt6Scxml/Qt6ScxmlAdditionalTargetInfo.cmake
@@ -172,6 +169,7 @@ qt6/lib/libQt6StateMachineQml.so.6
 qt6/lib/libQt6StateMachineQml.so.${PKGVERSION}
 qt6/lib/metatypes/qt6scxml_release_metatypes.json
 qt6/lib/metatypes/qt6scxmlqml_release_metatypes.json
+qt6/lib/metatypes/qt6statemachine_release_metatypes.json
 qt6/lib/metatypes/qt6statemachineqml_release_metatypes.json
 qt6/mkspecs/features/qscxmlc.prf
 qt6/mkspecs/modules/qt_lib_scxml.pri
@@ -187,9 +185,9 @@ qt6/modules/ScxmlQml.json
 qt6/modules/StateMachine.json
 qt6/modules/StateMachineQml.json
 qt6/plugins/scxmldatamodel/libqscxmlecmascriptdatamodel.so
-qt6/qml/QtQml/StateMachine/libqtqmlstatemachine.so
+qt6/qml/QtQml/StateMachine/libqtqmlstatemachineplugin.so
 qt6/qml/QtQml/StateMachine/plugins.qmltypes
 qt6/qml/QtQml/StateMachine/qmldir
-qt6/qml/QtScxml/libdeclarative_scxml.so
+qt6/qml/QtScxml/libdeclarative_scxmlplugin.so
 qt6/qml/QtScxml/plugins.qmltypes
 qt6/qml/QtScxml/qmldir
diff --git a/qt6-qtscxml/distinfo b/qt6-qtscxml/distinfo
index 966e7e4be5..665ceb8654 100644
--- a/qt6-qtscxml/distinfo
+++ b/qt6-qtscxml/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (qtscxml-everywhere-src-6.1.3.tar.xz) = 5c2256ba8d8037c908ececdceeece22d204e86da
-RMD160 (qtscxml-everywhere-src-6.1.3.tar.xz) = 9b6b68308e64fc48d73d54fd7bae1e2735dd252d
-SHA512 (qtscxml-everywhere-src-6.1.3.tar.xz) = c564d47eba1fb853cbacc9f0cb78e7c48c9302e330d60976725ebbdc3eb3e7e48ac66d9452d82dc3e46f301e3fd048db7c57582d5cfed0ff2405daf111d71c7b
-Size (qtscxml-everywhere-src-6.1.3.tar.xz) = 1775264 bytes
+SHA1 (qtscxml-everywhere-src-6.2.0.tar.xz) = 66b2509b311b8a5b0e4a0bc928f9a6025983c891
+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
diff --git a/qt6-qtshadertools/PLIST b/qt6-qtshadertools/PLIST
index a5bda05c83..c4eb9b0547 100644
--- a/qt6-qtshadertools/PLIST
+++ b/qt6-qtshadertools/PLIST
@@ -16,10 +16,10 @@ qt6/lib/cmake/Qt6ShaderTools/Qt6ShaderToolsAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6ShaderTools/Qt6ShaderToolsConfig.cmake
 qt6/lib/cmake/Qt6ShaderTools/Qt6ShaderToolsConfigVersion.cmake
 qt6/lib/cmake/Qt6ShaderTools/Qt6ShaderToolsDependencies.cmake
-qt6/lib/cmake/Qt6ShaderTools/Qt6ShaderToolsMacros.cmake
 qt6/lib/cmake/Qt6ShaderTools/Qt6ShaderToolsTargets-release.cmake
 qt6/lib/cmake/Qt6ShaderTools/Qt6ShaderToolsTargets.cmake
 qt6/lib/cmake/Qt6ShaderTools/Qt6ShaderToolsVersionlessTargets.cmake
+qt6/lib/cmake/Qt6ShaderToolsTools/Qt6ShaderToolsMacros.cmake
 qt6/lib/cmake/Qt6ShaderToolsTools/Qt6ShaderToolsToolsAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6ShaderToolsTools/Qt6ShaderToolsToolsConfig.cmake
 qt6/lib/cmake/Qt6ShaderToolsTools/Qt6ShaderToolsToolsConfigVersion.cmake
@@ -31,6 +31,7 @@ qt6/lib/libQt6ShaderTools.prl
 qt6/lib/libQt6ShaderTools.so
 qt6/lib/libQt6ShaderTools.so.6
 qt6/lib/libQt6ShaderTools.so.${PKGVERSION}
+qt6/lib/metatypes/qt6shadertools_release_metatypes.json
 qt6/mkspecs/modules/qt_lib_shadertools.pri
 qt6/mkspecs/modules/qt_lib_shadertools_private.pri
 qt6/modules/ShaderTools.json
diff --git a/qt6-qtshadertools/distinfo b/qt6-qtshadertools/distinfo
index 39605ebbcb..d0347a529c 100644
--- a/qt6-qtshadertools/distinfo
+++ b/qt6-qtshadertools/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (qtshadertools-everywhere-src-6.1.3.tar.xz) = 7bed3908958201eee80b279d594766455960f19e
-RMD160 (qtshadertools-everywhere-src-6.1.3.tar.xz) = 5ff7b191b03f8d80351f30beb4c665ac869301b8
-SHA512 (qtshadertools-everywhere-src-6.1.3.tar.xz) = a790bda2309f166990441d4ba59e4e71c5668a71cf19d8889810dcb2cb1a249896cf440bc01a684580621d8f422a5836434f016496fda7f3a6eb731fe1f966da
-Size (qtshadertools-everywhere-src-6.1.3.tar.xz) = 976368 bytes
+SHA1 (qtshadertools-everywhere-src-6.2.0.tar.xz) = 8ea0008088181dbde5b23eb8a5b67e7fa6c35815
+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
diff --git a/qt6-qtsvg/PLIST b/qt6-qtsvg/PLIST
index cc338a5b5d..493a675dc3 100644
--- a/qt6-qtsvg/PLIST
+++ b/qt6-qtsvg/PLIST
@@ -29,13 +29,11 @@ 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/Qt6QSvgIconPluginDependencies.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/Qt6QSvgPluginDependencies.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QSvgPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QSvgPluginTargets.cmake
 qt6/lib/cmake/Qt6Svg/Qt6SvgAdditionalTargetInfo.cmake
@@ -60,6 +58,8 @@ qt6/lib/libQt6SvgWidgets.prl
 qt6/lib/libQt6SvgWidgets.so
 qt6/lib/libQt6SvgWidgets.so.6
 qt6/lib/libQt6SvgWidgets.so.${PKGVERSION}
+qt6/lib/metatypes/qt6svg_release_metatypes.json
+qt6/lib/metatypes/qt6svgwidgets_release_metatypes.json
 qt6/mkspecs/modules/qt_lib_svg.pri
 qt6/mkspecs/modules/qt_lib_svg_private.pri
 qt6/mkspecs/modules/qt_lib_svgwidgets.pri
diff --git a/qt6-qtsvg/distinfo b/qt6-qtsvg/distinfo
index d678f7ae90..ffab7aa108 100644
--- a/qt6-qtsvg/distinfo
+++ b/qt6-qtsvg/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (qtsvg-everywhere-src-6.1.3.tar.xz) = 6582956d99cfceb01009d5c151eff452017e45e5
-RMD160 (qtsvg-everywhere-src-6.1.3.tar.xz) = 64b1d0164d6c07690a644db0cfa7f0552f2d7dad
-SHA512 (qtsvg-everywhere-src-6.1.3.tar.xz) = 9dfdcd432db540eab3d9193f2132166b3ed2e1f923a0323fe9c52442df32022c9e6a090444e200db916b26506965fb2d9bf64d0c21fabe370108995b44e79466
-Size (qtsvg-everywhere-src-6.1.3.tar.xz) = 1705472 bytes
+SHA1 (qtsvg-everywhere-src-6.2.0.tar.xz) = ca0c807a1c92bda0164cf8c5b830f068272947d7
+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
diff --git a/qt6-qttools/Makefile b/qt6-qttools/Makefile
index 87dc1ba940..4adea3cab4 100644
--- a/qt6-qttools/Makefile
+++ b/qt6-qttools/Makefile
@@ -8,6 +8,7 @@ CATEGORIES=	x11
 .include "../../wip/qt6-qtbase/Makefile.common"
 
 .include "../../lang/clang/buildlink3.mk"
+#.include "../../wip/litehtml/buildlink3.mk"
 .include "../../wip/qt6-qtbase/buildlink3.mk"
 .include "../../wip/qt6-qtdeclarative/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/qt6-qttools/PLIST b/qt6-qttools/PLIST
index 108d785ed7..2dd143b688 100644
--- a/qt6-qttools/PLIST
+++ b/qt6-qttools/PLIST
@@ -11,10 +11,8 @@ qt6/bin/qdbusviewer
 qt6/bin/qdistancefieldgenerator
 qt6/bin/qdoc
 qt6/bin/qhelpgenerator
-qt6/bin/qtattributionsscanner
 qt6/bin/qtdiag
 qt6/bin/qtdiag6
-qt6/bin/qtpaths
 qt6/bin/qtplugininfo
 qt6/include/QtDesigner/${PKGVERSION}/QtDesigner/private/abstractdialoggui_p.h
 qt6/include/QtDesigner/${PKGVERSION}/QtDesigner/private/abstractintrospection_p.h
@@ -272,16 +270,15 @@ 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/Qt6QQuickWidgetPluginDependencies.cmake
 qt6/lib/cmake/Qt6Designer/Qt6QQuickWidgetPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Designer/Qt6QQuickWidgetPluginTargets.cmake
-qt6/lib/cmake/Qt6DesignerComponents/Qt6DesignerComponentsAdditionalTargetInfo.cmake
-qt6/lib/cmake/Qt6DesignerComponents/Qt6DesignerComponentsConfig.cmake
-qt6/lib/cmake/Qt6DesignerComponents/Qt6DesignerComponentsConfigVersion.cmake
-qt6/lib/cmake/Qt6DesignerComponents/Qt6DesignerComponentsDependencies.cmake
-qt6/lib/cmake/Qt6DesignerComponents/Qt6DesignerComponentsTargets-release.cmake
-qt6/lib/cmake/Qt6DesignerComponents/Qt6DesignerComponentsTargets.cmake
-qt6/lib/cmake/Qt6DesignerComponents/Qt6DesignerComponentsVersionlessTargets.cmake
+qt6/lib/cmake/Qt6DesignerComponentsPrivate/Qt6DesignerComponentsPrivateAdditionalTargetInfo.cmake
+qt6/lib/cmake/Qt6DesignerComponentsPrivate/Qt6DesignerComponentsPrivateConfig.cmake
+qt6/lib/cmake/Qt6DesignerComponentsPrivate/Qt6DesignerComponentsPrivateConfigVersion.cmake
+qt6/lib/cmake/Qt6DesignerComponentsPrivate/Qt6DesignerComponentsPrivateDependencies.cmake
+qt6/lib/cmake/Qt6DesignerComponentsPrivate/Qt6DesignerComponentsPrivateTargets-release.cmake
+qt6/lib/cmake/Qt6DesignerComponentsPrivate/Qt6DesignerComponentsPrivateTargets.cmake
+qt6/lib/cmake/Qt6DesignerComponentsPrivate/Qt6DesignerComponentsPrivateVersionlessTargets.cmake
 qt6/lib/cmake/Qt6Help/Qt6HelpAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6Help/Qt6HelpConfig.cmake
 qt6/lib/cmake/Qt6Help/Qt6HelpConfigVersion.cmake
@@ -295,6 +292,7 @@ qt6/lib/cmake/Qt6Linguist/Qt6LinguistConfigVersion.cmake
 qt6/lib/cmake/Qt6Linguist/Qt6LinguistDependencies.cmake
 qt6/lib/cmake/Qt6Linguist/Qt6LinguistTargets.cmake
 qt6/lib/cmake/Qt6Linguist/Qt6LinguistVersionlessTargets.cmake
+qt6/lib/cmake/Qt6LinguistTools/GenerateLUpdateProject.cmake
 qt6/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsConfig.cmake
 qt6/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsConfigVersion.cmake
@@ -345,9 +343,14 @@ qt6/lib/libQt6UiTools.prl
 qt6/lib/libQt6UiTools.so
 qt6/lib/libQt6UiTools.so.6
 qt6/lib/libQt6UiTools.so.${PKGVERSION}
+qt6/lib/metatypes/qt6designer_release_metatypes.json
+qt6/lib/metatypes/qt6designercomponentsprivate_release_metatypes.json
+qt6/lib/metatypes/qt6help_release_metatypes.json
+qt6/lib/metatypes/qt6uitools_release_metatypes.json
 qt6/libexec/lprodump
 qt6/libexec/lrelease-pro
 qt6/libexec/lupdate-pro
+qt6/libexec/qtattributionsscanner
 qt6/mkspecs/modules/qt_lib_designer.pri
 qt6/mkspecs/modules/qt_lib_designer_private.pri
 qt6/mkspecs/modules/qt_lib_designercomponents_private.pri
@@ -360,7 +363,7 @@ qt6/mkspecs/modules/qt_lib_uiplugin.pri
 qt6/mkspecs/modules/qt_lib_uitools.pri
 qt6/mkspecs/modules/qt_lib_uitools_private.pri
 qt6/modules/Designer.json
-qt6/modules/DesignerComponents.json
+qt6/modules/DesignerComponentsPrivate.json
 qt6/modules/Help.json
 qt6/modules/Linguist.json
 qt6/modules/Tools.json
diff --git a/qt6-qttools/distinfo b/qt6-qttools/distinfo
index 9d8aa2bb74..87ebecb0bf 100644
--- a/qt6-qttools/distinfo
+++ b/qt6-qttools/distinfo
@@ -1,7 +1,7 @@
 $NetBSD$
 
-SHA1 (qttools-everywhere-src-6.1.3.tar.xz) = 601754bde3dab07935cf74bac4cb3318fdecf40e
-RMD160 (qttools-everywhere-src-6.1.3.tar.xz) = e22ce9768178d045e0bfba0c21ac32a8fc029ee6
-SHA512 (qttools-everywhere-src-6.1.3.tar.xz) = bdbaf246ff7e6e3051458fb0ca90d3bc3df638ead16a6065a399a81618bcc4eba02c8eb992d4f0604a0d35a0a5106d2b5a5145dce8ee827b73898ec09ad96eb9
-Size (qttools-everywhere-src-6.1.3.tar.xz) = 8515904 bytes
+SHA1 (qttools-everywhere-src-6.2.0.tar.xz) = 16181adfb9b34c3e1a562e075466df98c3631ea8
+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
 SHA1 (patch-src_linguist_lupdate_CMakeLists.txt) = d70ea348c3ba7f64bcc245de9445becefecf3a9c
diff --git a/qt6-qtwayland/PLIST b/qt6-qtwayland/PLIST
index e5c87c8058..52b1bfce85 100644
--- a/qt6-qtwayland/PLIST
+++ b/qt6-qtwayland/PLIST
@@ -1,8 +1,8 @@
 @comment $NetBSD$
-qt6/bin/qtwaylandscanner
 qt6/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qtwaylandclient-config_p.h
 qt6/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qtwaylandclientglobal_p.h
 qt6/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwayland-hardware-integration.h
+qt6/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwayland-pointer-gestures-unstable-v1.h
 qt6/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwayland-qt-key-unstable-v1.h
 qt6/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwayland-qt-text-input-method-unstable-v1.h
 qt6/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwayland-qt-windowmanager.h
@@ -40,6 +40,7 @@ qt6/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandinputd
 qt6/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandinputmethodcontext_p.h
 qt6/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandintegration_p.h
 qt6/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandnativeinterface_p.h
+qt6/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandpointergestures_p.h
 qt6/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandprimaryselectionv1_p.h
 qt6/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandqtkey_p.h
 qt6/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandscreen_p.h
@@ -62,6 +63,7 @@ qt6/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandvulkan
 qt6/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandwindow_p.h
 qt6/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandwindowmanagerintegration_p.h
 qt6/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/wayland-hardware-integration-client-protocol.h
+qt6/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/wayland-pointer-gestures-unstable-v1-client-protocol.h
 qt6/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/wayland-qt-key-unstable-v1-client-protocol.h
 qt6/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/wayland-qt-text-input-method-unstable-v1-client-protocol.h
 qt6/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/wayland-qt-windowmanager-client-protocol.h
@@ -122,6 +124,7 @@ qt6/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwayla
 qt6/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwaylandquickhardwarelayer_p.h
 qt6/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwaylandquickitem_p.h
 qt6/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwaylandquickshellsurfaceitem_p.h
+qt6/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwaylandquicksurface_p.h
 qt6/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwaylandseat_p.h
 qt6/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwaylandshell_p.h
 qt6/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwaylandsurface_p.h
@@ -274,121 +277,121 @@ qt6/include/QtWaylandCompositor/qwaylandwlshell.h
 qt6/include/QtWaylandCompositor/qwaylandxdgdecorationv1.h
 qt6/include/QtWaylandCompositor/qwaylandxdgoutputv1.h
 qt6/include/QtWaylandCompositor/qwaylandxdgshell.h
+qt6/include/QtWaylandEglClientHwIntegration/${PKGVERSION}/QtWaylandEglClientHwIntegration/private/qwaylandeglclientbufferintegration_p.h
+qt6/include/QtWaylandEglClientHwIntegration/${PKGVERSION}/QtWaylandEglClientHwIntegration/private/qwaylandeglinclude_p.h
+qt6/include/QtWaylandEglClientHwIntegration/${PKGVERSION}/QtWaylandEglClientHwIntegration/private/qwaylandeglwindow_p.h
+qt6/include/QtWaylandEglClientHwIntegration/${PKGVERSION}/QtWaylandEglClientHwIntegration/private/qwaylandglcontext_p.h
+qt6/include/QtWaylandEglClientHwIntegration/QtWaylandEglClientHwIntegration
+qt6/include/QtWaylandEglClientHwIntegration/QtWaylandEglClientHwIntegrationDepends
+qt6/include/QtWaylandEglClientHwIntegration/QtWaylandEglClientHwIntegrationVersion
+qt6/include/QtWaylandEglClientHwIntegration/qtwaylandeglclienthwintegrationversion.h
+qt6/include/QtWaylandEglCompositorHwIntegration/${PKGVERSION}/QtWaylandEglCompositorHwIntegration/private/waylandeglclientbufferintegration_p.h
+qt6/include/QtWaylandEglCompositorHwIntegration/QtWaylandEglCompositorHwIntegration
+qt6/include/QtWaylandEglCompositorHwIntegration/QtWaylandEglCompositorHwIntegrationDepends
+qt6/include/QtWaylandEglCompositorHwIntegration/QtWaylandEglCompositorHwIntegrationVersion
+qt6/include/QtWaylandEglCompositorHwIntegration/qtwaylandeglcompositorhwintegrationversion.h
+qt6/include/QtWlShellIntegration/${PKGVERSION}/QtWlShellIntegration/private/qwaylandwlshellintegration_p.h
+qt6/include/QtWlShellIntegration/${PKGVERSION}/QtWlShellIntegration/private/qwaylandwlshellsurface_p.h
+qt6/include/QtWlShellIntegration/QtWlShellIntegration
+qt6/include/QtWlShellIntegration/QtWlShellIntegrationDepends
+qt6/include/QtWlShellIntegration/QtWlShellIntegrationVersion
+qt6/include/QtWlShellIntegration/qtwlshellintegrationversion.h
 qt6/lib/cmake/Qt6/FindWaylandkms.cmake
 qt6/lib/cmake/Qt6/FindXComposite.cmake
 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/Qt6QWaylandEglPlatformIntegrationPluginDependencies.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/Qt6QWaylandIntegrationPluginDependencies.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/Qt6QWaylandXCompositeEglPlatformIntegrationPluginDependencies.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/Qt6QWaylandXCompositeGlxPlatformIntegrationPluginDependencies.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QWaylandXCompositeGlxPlatformIntegrationPluginTargets-release.cmake
 qt6/lib/cmake/Qt6Gui/Qt6QWaylandXCompositeGlxPlatformIntegrationPluginTargets.cmake
-qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qwaylandcompositoriviapplicationpluginAdditionalTargetInfo.cmake
-qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qwaylandcompositoriviapplicationpluginConfig.cmake
-qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qwaylandcompositoriviapplicationpluginConfigVersion.cmake
-qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qwaylandcompositoriviapplicationpluginDependencies.cmake
-qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qwaylandcompositoriviapplicationpluginTargets-release.cmake
-qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qwaylandcompositoriviapplicationpluginTargets.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/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/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/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/Qt6WaylandTextureSharingExtensionAdditionalTargetInfo.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6WaylandTextureSharingExtensionConfig.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6WaylandTextureSharingExtensionConfigVersion.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6WaylandTextureSharingExtensionTargets-release.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6WaylandTextureSharingExtensionTargets.cmake
+qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6WaylandTextureSharingTargets-release.cmake
+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/Qt6qwaylandcompositorpluginDependencies.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qwaylandcompositorpluginTargets-release.cmake
 qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qwaylandcompositorpluginTargets.cmake
-qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qwaylandcompositorwlshellpluginAdditionalTargetInfo.cmake
-qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qwaylandcompositorwlshellpluginConfig.cmake
-qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qwaylandcompositorwlshellpluginConfigVersion.cmake
-qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qwaylandcompositorwlshellpluginDependencies.cmake
-qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qwaylandcompositorwlshellpluginTargets-release.cmake
-qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qwaylandcompositorwlshellpluginTargets.cmake
-qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qwaylandcompositorxdgshellpluginAdditionalTargetInfo.cmake
-qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qwaylandcompositorxdgshellpluginConfig.cmake
-qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qwaylandcompositorxdgshellpluginConfigVersion.cmake
-qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qwaylandcompositorxdgshellpluginDependencies.cmake
-qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qwaylandcompositorxdgshellpluginTargets-release.cmake
-qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qwaylandcompositorxdgshellpluginTargets.cmake
-qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qwaylandtexturesharingAdditionalTargetInfo.cmake
-qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qwaylandtexturesharingConfig.cmake
-qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qwaylandtexturesharingConfigVersion.cmake
-qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qwaylandtexturesharingDependencies.cmake
-qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qwaylandtexturesharingTargets-release.cmake
-qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qwaylandtexturesharingTargets.cmake
-qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qwaylandtexturesharingextensionAdditionalTargetInfo.cmake
-qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qwaylandtexturesharingextensionConfig.cmake
-qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qwaylandtexturesharingextensionConfigVersion.cmake
-qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qwaylandtexturesharingextensionDependencies.cmake
-qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qwaylandtexturesharingextensionTargets-release.cmake
-qt6/lib/cmake/Qt6Qml/QmlPlugins/Qt6qwaylandtexturesharingextensionTargets.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandBradientDecorationPluginAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandBradientDecorationPluginConfig.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandBradientDecorationPluginConfigVersion.cmake
-qt6/lib/cmake/Qt6WaylandClient/Qt6QWaylandBradientDecorationPluginDependencies.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/Qt6QWaylandEglClientBufferPluginDependencies.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/Qt6QWaylandFullScreenShellV1IntegrationPluginDependencies.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/Qt6QWaylandIviShellIntegrationPluginDependencies.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/Qt6QWaylandWlShellIntegrationPluginDependencies.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/Qt6QWaylandXCompositeEglClientBufferPluginDependencies.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/Qt6QWaylandXCompositeGlxClientBufferPluginDependencies.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/Qt6QWaylandXdgShellIntegrationPluginDependencies.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/Qt6ShmServerBufferPluginDependencies.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6ShmServerBufferPluginTargets-release.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6ShmServerBufferPluginTargets.cmake
 qt6/lib/cmake/Qt6WaylandClient/Qt6WaylandClientAdditionalTargetInfo.cmake
@@ -402,31 +405,26 @@ 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/Qt6QWaylandEglClientBufferIntegrationPluginDependencies.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/Qt6QWaylandEglStreamClientBufferIntegrationPluginDependencies.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/Qt6QWaylandXCompositeEglClientBufferIntegrationPluginDependencies.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/Qt6QWaylandXCompositeGlxClientBufferIntegrationPluginDependencies.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/Qt6ShmServerBufferIntegrationPluginDependencies.cmake
 qt6/lib/cmake/Qt6WaylandCompositor/Qt6ShmServerBufferIntegrationPluginTargets-release.cmake
 qt6/lib/cmake/Qt6WaylandCompositor/Qt6ShmServerBufferIntegrationPluginTargets.cmake
 qt6/lib/cmake/Qt6WaylandCompositor/Qt6WaylandCompositorAdditionalTargetInfo.cmake
@@ -437,6 +435,20 @@ qt6/lib/cmake/Qt6WaylandCompositor/Qt6WaylandCompositorMacros.cmake
 qt6/lib/cmake/Qt6WaylandCompositor/Qt6WaylandCompositorTargets-release.cmake
 qt6/lib/cmake/Qt6WaylandCompositor/Qt6WaylandCompositorTargets.cmake
 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/Qt6WaylandEglClientHwIntegrationPrivateDependencies.cmake
+qt6/lib/cmake/Qt6WaylandEglClientHwIntegrationPrivate/Qt6WaylandEglClientHwIntegrationPrivateTargets-release.cmake
+qt6/lib/cmake/Qt6WaylandEglClientHwIntegrationPrivate/Qt6WaylandEglClientHwIntegrationPrivateTargets.cmake
+qt6/lib/cmake/Qt6WaylandEglClientHwIntegrationPrivate/Qt6WaylandEglClientHwIntegrationPrivateVersionlessTargets.cmake
+qt6/lib/cmake/Qt6WaylandEglCompositorHwIntegrationPrivate/Qt6WaylandEglCompositorHwIntegrationPrivateAdditionalTargetInfo.cmake
+qt6/lib/cmake/Qt6WaylandEglCompositorHwIntegrationPrivate/Qt6WaylandEglCompositorHwIntegrationPrivateConfig.cmake
+qt6/lib/cmake/Qt6WaylandEglCompositorHwIntegrationPrivate/Qt6WaylandEglCompositorHwIntegrationPrivateConfigVersion.cmake
+qt6/lib/cmake/Qt6WaylandEglCompositorHwIntegrationPrivate/Qt6WaylandEglCompositorHwIntegrationPrivateDependencies.cmake
+qt6/lib/cmake/Qt6WaylandEglCompositorHwIntegrationPrivate/Qt6WaylandEglCompositorHwIntegrationPrivateTargets-release.cmake
+qt6/lib/cmake/Qt6WaylandEglCompositorHwIntegrationPrivate/Qt6WaylandEglCompositorHwIntegrationPrivateTargets.cmake
+qt6/lib/cmake/Qt6WaylandEglCompositorHwIntegrationPrivate/Qt6WaylandEglCompositorHwIntegrationPrivateVersionlessTargets.cmake
 qt6/lib/cmake/Qt6WaylandScannerTools/Qt6WaylandScannerToolsAdditionalTargetInfo.cmake
 qt6/lib/cmake/Qt6WaylandScannerTools/Qt6WaylandScannerToolsConfig.cmake
 qt6/lib/cmake/Qt6WaylandScannerTools/Qt6WaylandScannerToolsConfigVersion.cmake
@@ -444,6 +456,12 @@ qt6/lib/cmake/Qt6WaylandScannerTools/Qt6WaylandScannerToolsDependencies.cmake
 qt6/lib/cmake/Qt6WaylandScannerTools/Qt6WaylandScannerToolsTargets-release.cmake
 qt6/lib/cmake/Qt6WaylandScannerTools/Qt6WaylandScannerToolsTargets.cmake
 qt6/lib/cmake/Qt6WaylandScannerTools/Qt6WaylandScannerToolsVersionlessTargets.cmake
+qt6/lib/cmake/Qt6WlShellIntegrationPrivate/Qt6WlShellIntegrationPrivateAdditionalTargetInfo.cmake
+qt6/lib/cmake/Qt6WlShellIntegrationPrivate/Qt6WlShellIntegrationPrivateConfig.cmake
+qt6/lib/cmake/Qt6WlShellIntegrationPrivate/Qt6WlShellIntegrationPrivateConfigVersion.cmake
+qt6/lib/cmake/Qt6WlShellIntegrationPrivate/Qt6WlShellIntegrationPrivateTargets-release.cmake
+qt6/lib/cmake/Qt6WlShellIntegrationPrivate/Qt6WlShellIntegrationPrivateTargets.cmake
+qt6/lib/cmake/Qt6WlShellIntegrationPrivate/Qt6WlShellIntegrationPrivateVersionlessTargets.cmake
 qt6/lib/libQt6WaylandClient.prl
 qt6/lib/libQt6WaylandClient.so
 qt6/lib/libQt6WaylandClient.so.6
@@ -452,13 +470,36 @@ qt6/lib/libQt6WaylandCompositor.prl
 qt6/lib/libQt6WaylandCompositor.so
 qt6/lib/libQt6WaylandCompositor.so.6
 qt6/lib/libQt6WaylandCompositor.so.${PKGVERSION}
+qt6/lib/libQt6WaylandEglClientHwIntegration.prl
+qt6/lib/libQt6WaylandEglClientHwIntegration.so
+qt6/lib/libQt6WaylandEglClientHwIntegration.so.6
+qt6/lib/libQt6WaylandEglClientHwIntegration.so.${PKGVERSION}
+qt6/lib/libQt6WaylandEglCompositorHwIntegration.prl
+qt6/lib/libQt6WaylandEglCompositorHwIntegration.so
+qt6/lib/libQt6WaylandEglCompositorHwIntegration.so.6
+qt6/lib/libQt6WaylandEglCompositorHwIntegration.so.${PKGVERSION}
+qt6/lib/libQt6WlShellIntegration.prl
+qt6/lib/libQt6WlShellIntegration.so
+qt6/lib/libQt6WlShellIntegration.so.6
+qt6/lib/libQt6WlShellIntegration.so.${PKGVERSION}
+qt6/lib/metatypes/qt6waylandclient_release_metatypes.json
 qt6/lib/metatypes/qt6waylandcompositor_release_metatypes.json
+qt6/lib/metatypes/qt6waylandeglclienthwintegrationprivate_release_metatypes.json
+qt6/lib/metatypes/qt6waylandeglcompositorhwintegrationprivate_release_metatypes.json
+qt6/lib/metatypes/qt6wlshellintegrationprivate_release_metatypes.json
+qt6/libexec/qtwaylandscanner
+qt6/mkspecs/modules/qt_lib_wayland_egl_client_hw_integration_private.pri
+qt6/mkspecs/modules/qt_lib_wayland_egl_compositor_hw_integration_private.pri
 qt6/mkspecs/modules/qt_lib_waylandclient.pri
 qt6/mkspecs/modules/qt_lib_waylandclient_private.pri
 qt6/mkspecs/modules/qt_lib_waylandcompositor.pri
 qt6/mkspecs/modules/qt_lib_waylandcompositor_private.pri
+qt6/mkspecs/modules/qt_lib_wl_shell_integration_private.pri
 qt6/modules/WaylandClient.json
 qt6/modules/WaylandCompositor.json
+qt6/modules/WaylandEglClientHwIntegrationPrivate.json
+qt6/modules/WaylandEglCompositorHwIntegrationPrivate.json
+qt6/modules/WlShellIntegrationPrivate.json
 qt6/plugins/platforms/libqwayland-egl.so
 qt6/plugins/platforms/libqwayland-generic.so
 qt6/plugins/platforms/libqwayland-xcomposite-egl.so
@@ -475,23 +516,23 @@ qt6/plugins/wayland-graphics-integration-server/libqt-wayland-compositor-xcompos
 qt6/plugins/wayland-graphics-integration-server/libqt-wayland-compositor-xcomposite-glx.so
 qt6/plugins/wayland-shell-integration/libfullscreen-shell-v1.so
 qt6/plugins/wayland-shell-integration/libivi-shell.so
-qt6/plugins/wayland-shell-integration/libwl-shell.so
+qt6/plugins/wayland-shell-integration/libwl-shell-plugin.so
 qt6/plugins/wayland-shell-integration/libxdg-shell.so
-qt6/qml/QtWayland/Client/TextureSharing/libqwaylandtexturesharing.so
+qt6/qml/QtWayland/Client/TextureSharing/libwaylandtexturesharingplugin.so
 qt6/qml/QtWayland/Client/TextureSharing/qmldir
-qt6/qml/QtWayland/Compositor/IviApplication/libqwaylandcompositoriviapplicationplugin.so
+qt6/qml/QtWayland/Compositor/IviApplication/libwaylandcompositoriviapplicationplugin.so
 qt6/qml/QtWayland/Compositor/IviApplication/plugins.qmltypes
 qt6/qml/QtWayland/Compositor/IviApplication/qmldir
-qt6/qml/QtWayland/Compositor/TextureSharingExtension/libqwaylandtexturesharingextension.so
+qt6/qml/QtWayland/Compositor/TextureSharingExtension/libwaylandtexturesharingextensionplugin.so
 qt6/qml/QtWayland/Compositor/TextureSharingExtension/qmldir
-qt6/qml/QtWayland/Compositor/WaylandCursorItem.qml
-qt6/qml/QtWayland/Compositor/WaylandOutputWindow.qml
-qt6/qml/QtWayland/Compositor/WlShell/libqwaylandcompositorwlshellplugin.so
+qt6/qml/QtWayland/Compositor/WaylandCompositor.qmltypes
+qt6/qml/QtWayland/Compositor/WlShell/libwaylandcompositorwlshellplugin.so
 qt6/qml/QtWayland/Compositor/WlShell/plugins.qmltypes
 qt6/qml/QtWayland/Compositor/WlShell/qmldir
-qt6/qml/QtWayland/Compositor/XdgShell/libqwaylandcompositorxdgshellplugin.so
+qt6/qml/QtWayland/Compositor/XdgShell/libwaylandcompositorxdgshellplugin.so
 qt6/qml/QtWayland/Compositor/XdgShell/plugins.qmltypes
 qt6/qml/QtWayland/Compositor/XdgShell/qmldir
 qt6/qml/QtWayland/Compositor/libqwaylandcompositorplugin.so
-qt6/qml/QtWayland/Compositor/plugins.qmltypes
 qt6/qml/QtWayland/Compositor/qmldir
+qt6/qml/QtWayland/Compositor/qmlfiles/WaylandCursorItem.qml
+qt6/qml/QtWayland/Compositor/qmlfiles/WaylandOutputWindow.qml
diff --git a/qt6-qtwayland/distinfo b/qt6-qtwayland/distinfo
index 71199c43b6..60b81a8fdc 100644
--- a/qt6-qtwayland/distinfo
+++ b/qt6-qtwayland/distinfo
@@ -1,7 +1,7 @@
 $NetBSD$
 
-SHA1 (qtwayland-everywhere-src-6.1.3.tar.xz) = 28078b7e9f03c4c2db434a5e7f2370156c7ee309
-RMD160 (qtwayland-everywhere-src-6.1.3.tar.xz) = 0e6d757b285c6ea1230f71a8f2ae252709751dbe
-SHA512 (qtwayland-everywhere-src-6.1.3.tar.xz) = 17a5c07965283bfb2c07c9d1420639a30074491f4c825dfacf9f7001149129da040c5150a82f2e9ea16e266c723cd06703b1f6f618f41e9913f1fa2bec1ec6ec
-Size (qtwayland-everywhere-src-6.1.3.tar.xz) = 555500 bytes
+SHA1 (qtwayland-everywhere-src-6.2.0.tar.xz) = 0521d15210952d7ed873b4ab0098170c9ac31b65
+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
 SHA1 (patch-CMakeLists.txt) = 15eda7d0287098f7efc2acd70b05b524de1aebc6
diff --git a/qt6/Makefile.common b/qt6/Makefile.common
index f6196a1fea..5206ae5487 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.1.3
+QTVERSION=	6.2.0
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index