Ravenports generated: 10 Feb 2024 22:55
[ravenports.git] / bucket_49 / qt6-qtbase
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               qt6-qtbase
4 VERSION=                6.5.2
5 REVISION=               3
6 KEYWORDS=               x11_toolkits devel
7 VARIANTS=               standard
8 SDESC[standard]=        Qt6 - QtBase component
9 HOMEPAGE=               https://www.qt.io/
10 CONTACT=                nobody
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            https://qt.mirror.constant.com/official_releases/qt/6.5/6.5.2/submodules/
14                         https://download.qt.io/official_releases/qt/6.5/6.5.2/submodules/
15 DISTFILE[1]=            qtbase-everywhere-src-6.5.2.tar.xz:main
16 DF_INDEX=               1
17 SPKGS[standard]=        complete
18                         primary
19                         dev
20                         docs
21
22 OPTIONS_AVAILABLE=      none
23 OPTIONS_STANDARD=       none
24
25 BUILD_DEPENDS=          evdev-proto:single:standard
26                         elftoolchain:libraries:standard
27                         harfbuzz:dev:standard
28                         icu:dev:standard
29                         fontconfig:dev:standard
30                         libglvnd:dev:standard
31                         cups:dev:standard
32                         libxkbcommon:dev:standard
33 BUILDRUN_DEPENDS=       harfbuzz:icu:standard
34                         icu:primary:standard
35                         libxkbcommon:primary:standard
36                         libb2:single:standard
37                         cups:primary:standard
38 EXRUN[dev]=             libglvnd:dev:standard
39                         libxkbcommon:dev:standard
40
41 USES=                   qt6 zlib png sqlite jpeg pkgconfig execinfo iconv
42                         perl:build shebangfix ssl:openssl11 cpe cmake ninja
43                         zstd pcre2 freetype clang
44 GNOME_COMPONENTS=       atk
45 XORG_COMPONENTS=        x11 xcb xcb-util xcb-util-image xcb-util-keysyms
46                         xcb-util-wm xcb-render-util x11
47
48 DISTNAME=               qtbase-everywhere-src-6.5.2
49
50 CPE_PRODUCT=            qt
51 CPE_VENDOR=             qt
52 SHEBANG_FILES=          mkspecs/features/uikit/devices.py
53                         mkspecs/features/uikit/device_destinations.sh
54                         mkspecs/features/data/mac/objc_namespace.sh
55                         util/android/android_emulator_launcher.sh
56
57 INSTALL_REQ_TOOLCHAIN=  yes
58 SOVERSION=              6.5.2
59 PLIST_SUB=              QTVER=6.5.2
60                         SOMAJORMIN=6.5
61                         INPSUPPORT={{FEAT_INPSUPPORT}}
62                         XCB={{FEAT_XCB}}
63                         EVDEV={{FEAT_EVDEV}}
64 SUB_FILES=              qmake.conf
65 SUB_LIST=               LDFLAGS={{LDFLAGS:Q}}
66                         CFLAGS={{CFLAGS:Q}}
67                         CXXFLAGS={{CXXFLAGS:Q}}
68                         AR={{AR:Q}}
69                         PTHREAD_LIBS={{QMAKE_LIBS_THREAD:Q}}
70                         PTHREAD_LDFLAGS={{QMAKE_LFLAGS_THREAD:Q}}
71                         SYS_LIBS={{QMAKE_X11_SYS_LIBS:Q}}
72                         PLATFORM={{VAR1}}
73
74 CMAKE_ARGS=             -DFEATURE_system_zlib=ON
75                         -DFEATURE_system_pcre2=ON
76                         -DFEATURE_system_harfbuzz=ON
77                         -DFEATURE_system_sqlite=ON
78                         -DFEATURE_system_freetype=ON
79                         -DFEATURE_libpng=ON
80                         -DFEATURE_libjpeg=ON
81                         -DFEATURE_icu=ON
82                         -DFEATURE_sql_sqlite=ON
83                         -DFEATURE_accessibility=ON
84                         -DFEATURE_fontconfig=ON
85                         -DFEATURE_openssl_linked=ON
86                         -DFEATURE_opensslv11=ON
87                         -DFEATURE_dbus_linked=OFF
88                         -DBUILD_SHARED_LIBS=ON
89                         -DQT_BUILD_TESTS=OFF
90                         -DQT_BUILD_EXAMPLES=OFF
91                         -DQT_EXTRA_LIBDIRS="{{LOCALBASE}}/lib{{VAR2}}"
92                         -DQT_EXTRA_INCLUDEPATHS={{LOCALBASE}}/include
93                         -DCMAKE_INSTALL_RPATH:STRING="{{LOCALBASE}}/lib:{{LOCALBASE}}/lib/qt6"
94                         -DOPENSSL_ROOT_DIR:STRING="{{OPENSSLBASE}}"
95 VAR_OPSYS[freebsd]=     VAR1=freebsd
96                         CMAKE_ARGS=-DBUILD_WITH_PCH=OFF
97 VAR_OPSYS[sunos]=       VAR1=solaris
98                         VAR2=" /lib/64"
99 VAR_OPSYS[linux]=       VAR1=linux
100                         VAR2=" /usr/lib/x86_64-linux-gnu"
101 VAR_OPSYS[netbsd]=      VAR1=netbsd
102                         MAKEFILE_LINE=FEAT_EVDEV="@comment "
103 VAR_OPSYS[dragonfly]=   VAR1=dragonfly
104                         MAKEFILE_LINE=FEAT_EVDEV="@comment "
105 VAR_OPSYS[midnightbsd]= VAR1=midnightbsd
106                         CMAKE_ARGS=-DBUILD_WITH_PCH=OFF
107
108 post-patch:
109         ${MKDIR} ${WRKSRC}/mkspecs/dragonfly-g++
110         ${MKDIR} ${WRKSRC}/mkspecs/midnightbsd-g++
111 .for platform in dragonfly-g++ netbsd-g++ midnightbsd-g++
112         ${INSTALL_DATA} ${WRKSRC}/mkspecs/freebsd-g++/qplatformdefs.h \
113                 ${WRKSRC}/mkspecs/${platform}/
114 .endfor
115 .for MKS in dragonfly-g++ freebsd-g++ linux-g++ solaris-g++-64 netbsd-g++ midnightbsd-g++
116         ${INSTALL_DATA} ${WRKDIR}/qmake.conf ${WRKSRC}/mkspecs/${MKS}/
117 .endfor
118         # Clean up files created by patching
119         find ${WRKSRC}/mkspecs/ -name "*.orig" -delete
120
121 post-install:
122         ${FIND} ${STAGEDIR}${PREFIX} -type d -empty -delete
123         ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/qt6/*.so
124         ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/qt6/plugins/*/*.so
125 .for F in androiddeployqt androidtestrunner qdbuscpp2xml \
126         qdbusxml2cpp qmake qmake6 qtpaths qtpaths6
127         ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/qt6/bin/${F}
128 .endfor
129 .for F in cmake_automoc_parser moc qlalr rcc uic qvkgen tracegen syncqt tracepointgen
130         ${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/qt6/${F}
131 .endfor
132
133 post-patch-sunos:
134         # getauxval test triggers false positive on Solaris
135         ${REINPLACE_CMD} -e 's|sys/auxv.h|sys/auxvnope.h|' \
136                 ${WRKSRC}/src/corelib/global/qconfig-bootstrapped.h
137         # sun linker doesn't support -O1
138         ${REINPLACE_CMD} -e '/QMAKE_LFLAGS_RELEASE/d' \
139                 ${WRKSRC}/mkspecs/common/g++-unix.conf
140         # sun linker doesn't support GNU version scripts
141         ${REINPLACE_CMD} \
142                 -e '/QMAKE_LFLAGS_VERSION_SCRIPT/d' \
143                 -e '/QMAKE_LFLAGS_RPATHLINK/d' \
144                 ${WRKSRC}/mkspecs/common/gcc-base-unix.conf
145
146 [FILE:267:descriptions/desc.primary]
147 Qt is a complete cross-platform software framework with ready-made UI
148 elements, C++ libraries, and a complete integrated development environment
149 with tools for everything one needs to develop software for any project.
150
151 This package contains the Qt6 qtbase submodule.
152
153
154 [FILE:113:distinfo]
155 3db4c729b4d80a9d8fda8dd77128406353baff4755ca619177eda4cddae71269     48410716 qtbase-everywhere-src-6.5.2.tar.xz
156
157
158 [FILE:1851:manifests/plist.primary]
159 %%EVDEV%%lib/qt6/plugins/generic/
160  libqevdevkeyboardplugin.so
161  libqevdevmouseplugin.so
162  libqevdevtabletplugin.so
163  libqevdevtouchplugin.so
164 %%INPSUPPORT%%lib/qt6/plugins/platforminputcontexts/
165  libcomposeplatforminputcontextplugin.so
166  libibusplatforminputcontextplugin.so
167 %%ONLY-LINUX%%lib/qt6/plugins/networkinformation/libqnetworkmanager.so
168 %%ONLY-LINUX%%lib/qt6/plugins/platforms/libqlinuxfb.so
169 %%XCB%%lib/qt6/plugins/egldeviceintegrations/libqeglfs-x11-integration.so
170 lib/qt6/
171  libQt6Concurrent.so.%%SOMAJOR%%
172  libQt6Concurrent.so.%%SOVERSION%%
173  libQt6Core.so.%%SOMAJOR%%
174  libQt6Core.so.%%SOVERSION%%
175  libQt6DBus.so.%%SOMAJOR%%
176  libQt6DBus.so.%%SOVERSION%%
177  libQt6EglFSDeviceIntegration.so.%%SOMAJOR%%
178  libQt6EglFSDeviceIntegration.so.%%SOVERSION%%
179  libQt6Gui.so.%%SOMAJOR%%
180  libQt6Gui.so.%%SOVERSION%%
181  libQt6Network.so.%%SOMAJOR%%
182  libQt6Network.so.%%SOVERSION%%
183  libQt6OpenGL.so.%%SOMAJOR%%
184  libQt6OpenGL.so.%%SOVERSION%%
185  libQt6OpenGLWidgets.so.%%SOMAJOR%%
186  libQt6OpenGLWidgets.so.%%SOVERSION%%
187  libQt6PrintSupport.so.%%SOMAJOR%%
188  libQt6PrintSupport.so.%%SOVERSION%%
189  libQt6Sql.so.%%SOMAJOR%%
190  libQt6Sql.so.%%SOVERSION%%
191  libQt6Test.so.%%SOMAJOR%%
192  libQt6Test.so.%%SOVERSION%%
193  libQt6Widgets.so.%%SOMAJOR%%
194  libQt6Widgets.so.%%SOVERSION%%
195  libQt6Xml.so.%%SOMAJOR%%
196  libQt6Xml.so.%%SOVERSION%%
197 lib/qt6/plugins/egldeviceintegrations/libqeglfs-emu-integration.so
198 lib/qt6/plugins/generic/libqtuiotouchplugin.so
199 lib/qt6/plugins/imageformats/
200  libqgif.so
201  libqico.so
202  libqjpeg.so
203 lib/qt6/plugins/networkinformation/libqglib.so
204 lib/qt6/plugins/platforms/
205  libqeglfs.so
206  libqminimal.so
207  libqminimalegl.so
208  libqoffscreen.so
209  libqvnc.so
210 lib/qt6/plugins/platformthemes/libqxdgdesktopportal.so
211 lib/qt6/plugins/printsupport/libcupsprintersupport.so
212 lib/qt6/plugins/sqldrivers/libqsqlite.so
213 lib/qt6/plugins/tls/
214  libqcertonlybackend.so
215  libqopensslbackend.so
216
217
218 [FILE:80289:manifests/plist.dev]
219 %%EVDEV%%lib/qt6/cmake/Qt6Gui/
220  Qt6QEvdevKeyboardPluginAdditionalTargetInfo.cmake
221  Qt6QEvdevKeyboardPluginConfig.cmake
222  Qt6QEvdevKeyboardPluginConfigVersion.cmake
223  Qt6QEvdevKeyboardPluginConfigVersionImpl.cmake
224  Qt6QEvdevKeyboardPluginTargets-release.cmake
225  Qt6QEvdevKeyboardPluginTargets.cmake
226  Qt6QEvdevMousePluginAdditionalTargetInfo.cmake
227  Qt6QEvdevMousePluginConfig.cmake
228  Qt6QEvdevMousePluginConfigVersion.cmake
229  Qt6QEvdevMousePluginConfigVersionImpl.cmake
230  Qt6QEvdevMousePluginTargets-release.cmake
231  Qt6QEvdevMousePluginTargets.cmake
232  Qt6QEvdevTabletPluginAdditionalTargetInfo.cmake
233  Qt6QEvdevTabletPluginConfig.cmake
234  Qt6QEvdevTabletPluginConfigVersion.cmake
235  Qt6QEvdevTabletPluginConfigVersionImpl.cmake
236  Qt6QEvdevTabletPluginTargets-release.cmake
237  Qt6QEvdevTabletPluginTargets.cmake
238  Qt6QEvdevTouchScreenPluginAdditionalTargetInfo.cmake
239  Qt6QEvdevTouchScreenPluginConfig.cmake
240  Qt6QEvdevTouchScreenPluginConfigVersion.cmake
241  Qt6QEvdevTouchScreenPluginConfigVersionImpl.cmake
242  Qt6QEvdevTouchScreenPluginTargets-release.cmake
243  Qt6QEvdevTouchScreenPluginTargets.cmake
244 %%EVDEV-OFF%%include/qt6/QtDeviceDiscoverySupport/%%QTVER%%/QtDeviceDiscoverySupport/private/qdevicediscovery_dummy_p.h
245 %%INPSUPPORT%%%%EVDEV%%include/qt6/QtDeviceDiscoverySupport/%%QTVER%%/QtDeviceDiscoverySupport/private/qdevicediscovery_%%DSSTYPE%%_p.h
246 %%INPSUPPORT%%%%EVDEV%%include/qt6/QtInputSupport/%%QTVER%%/QtInputSupport/private/
247  devicehandlerlist_p.h
248  qevdevkeyboard_defaultmap_p.h
249  qevdevkeyboardhandler_p.h
250  qevdevkeyboardmanager_p.h
251  qevdevmousehandler_p.h
252  qevdevmousemanager_p.h
253  qevdevtablethandler_p.h
254  qevdevtabletmanager_p.h
255  qevdevtouchfilter_p.h
256  qevdevtouchhandler_p.h
257  qevdevtouchmanager_p.h
258  qevdevutil_p.h
259  qoutputmapping_p.h
260 %%INPSUPPORT%%include/qt6/QtInputSupport/
261  QtInputSupport
262  QtInputSupportDepends
263  QtInputSupportVersion
264  qtinputsupportversion.h
265 %%INPSUPPORT%%lib/qt6/
266  libQt6InputSupport.a
267  libQt6InputSupport.prl
268 %%INPSUPPORT%%lib/qt6/cmake/Qt6Gui/
269  Qt6QComposePlatformInputContextPluginAdditionalTargetInfo.cmake
270  Qt6QComposePlatformInputContextPluginConfig.cmake
271  Qt6QComposePlatformInputContextPluginConfigVersion.cmake
272  Qt6QComposePlatformInputContextPluginConfigVersionImpl.cmake
273  Qt6QComposePlatformInputContextPluginTargets-release.cmake
274  Qt6QComposePlatformInputContextPluginTargets.cmake
275  Qt6QIbusPlatformInputContextPluginAdditionalTargetInfo.cmake
276  Qt6QIbusPlatformInputContextPluginConfig.cmake
277  Qt6QIbusPlatformInputContextPluginConfigVersion.cmake
278  Qt6QIbusPlatformInputContextPluginConfigVersionImpl.cmake
279  Qt6QIbusPlatformInputContextPluginTargets-release.cmake
280  Qt6QIbusPlatformInputContextPluginTargets.cmake
281 %%INPSUPPORT%%lib/qt6/cmake/Qt6InputSupportPrivate/
282  Qt6InputSupportPrivateAdditionalTargetInfo.cmake
283  Qt6InputSupportPrivateConfig.cmake
284  Qt6InputSupportPrivateConfigVersion.cmake
285  Qt6InputSupportPrivateConfigVersionImpl.cmake
286  Qt6InputSupportPrivateDependencies.cmake
287  Qt6InputSupportPrivateTargets-release.cmake
288  Qt6InputSupportPrivateTargets.cmake
289  Qt6InputSupportPrivateVersionlessTargets.cmake
290 %%INPSUPPORT%%lib/qt6/metatypes/qt6inputsupportprivate_release_metatypes.json
291 %%ONLY-LINUX%%include/qt6/QtCore/%%QTVER%%/QtCore/private/minimum-linux_p.h
292 %%ONLY-LINUX%%include/qt6/QtTest/%%QTVER%%/QtTest/private/
293  callgrind_p.h
294  qbenchmarkvalgrind_p.h
295  valgrind_p.h
296 %%ONLY-LINUX%%lib/qt6/cmake/Qt6Gui/
297  Qt6QLinuxFbIntegrationPluginAdditionalTargetInfo.cmake
298  Qt6QLinuxFbIntegrationPluginConfig.cmake
299  Qt6QLinuxFbIntegrationPluginConfigVersion.cmake
300  Qt6QLinuxFbIntegrationPluginConfigVersionImpl.cmake
301  Qt6QLinuxFbIntegrationPluginTargets-release.cmake
302  Qt6QLinuxFbIntegrationPluginTargets.cmake
303 %%ONLY-LINUX%%lib/qt6/cmake/Qt6Network/
304  Qt6QNetworkManagerNetworkInformationPluginAdditionalTargetInfo.cmake
305  Qt6QNetworkManagerNetworkInformationPluginConfig.cmake
306  Qt6QNetworkManagerNetworkInformationPluginConfigVersion.cmake
307  Qt6QNetworkManagerNetworkInformationPluginConfigVersionImpl.cmake
308  Qt6QNetworkManagerNetworkInformationPluginTargets-release.cmake
309  Qt6QNetworkManagerNetworkInformationPluginTargets.cmake
310 %%XCB%%lib/qt6/cmake/Qt6Gui/
311  Qt6QEglFSX11IntegrationPluginAdditionalTargetInfo.cmake
312  Qt6QEglFSX11IntegrationPluginConfig.cmake
313  Qt6QEglFSX11IntegrationPluginConfigVersion.cmake
314  Qt6QEglFSX11IntegrationPluginConfigVersionImpl.cmake
315  Qt6QEglFSX11IntegrationPluginTargets-release.cmake
316  Qt6QEglFSX11IntegrationPluginTargets.cmake
317 include/qt6/QtConcurrent/
318  QtConcurrent
319  QtConcurrentDepends
320  QtConcurrentFilter
321  QtConcurrentMap
322  QtConcurrentRun
323  QtConcurrentVersion
324  qtaskbuilder.h
325  qtconcurrent_global.h
326  qtconcurrentcompilertest.h
327  qtconcurrentexports.h
328  qtconcurrentfilter.h
329  qtconcurrentfilterkernel.h
330  qtconcurrentfunctionwrappers.h
331  qtconcurrentiteratekernel.h
332  qtconcurrentmap.h
333  qtconcurrentmapkernel.h
334  qtconcurrentmedian.h
335  qtconcurrentreducekernel.h
336  qtconcurrentrun.h
337  qtconcurrentrunbase.h
338  qtconcurrentstoredfunctioncall.h
339  qtconcurrenttask.h
340  qtconcurrentthreadengine.h
341  qtconcurrentversion.h
342 include/qt6/QtCore/
343  QAbstractAnimation
344  QAbstractEventDispatcher
345  QAbstractItemModel
346  QAbstractListModel
347  QAbstractNativeEventFilter
348  QAbstractProxyModel
349  QAbstractTableModel
350  QAnimationDriver
351  QAnimationGroup
352  QAnyStringView
353  QArgument
354  QArrayData
355  QArrayDataOps
356  QArrayDataPointer
357  QAssociativeConstIterator
358  QAssociativeIterable
359  QAssociativeIterator
360  QAtomicInt
361  QAtomicInteger
362  QAtomicPointer
363  QBEInteger
364  QBaseIterator
365  QBasicMutex
366  QBasicTimer
367  QBasicUtf8StringView
368  QBigEndianStorageType
369  QBindable
370  QBindingStatus
371  QBindingStorage
372  QBitArray
373  QBitRef
374  QBuffer
375  QByteArray
376  QByteArrayAlgorithms
377  QByteArrayList
378  QByteArrayListIterator
379  QByteArrayMatcher
380  QByteArrayView
381  QCache
382  QCalendar
383  QCborArray
384  QCborError
385  QCborMap
386  QCborParserError
387  QCborStreamReader
388  QCborStreamWriter
389  QCborValue
390  QCborValueConstRef
391  QCborValueRef
392  QChar
393  QChildEvent
394  QCollator
395  QCollatorSortKey
396  QCommandLineOption
397  QCommandLineParser
398  QConcatenateTablesProxyModel
399  QConstIterator
400  QConstOverload
401  QContiguousCache
402  QContiguousCacheData
403  QContiguousCacheTypedData
404  QCoreApplication
405  QCryptographicHash
406  QDataStream
407  QDate
408  QDateTime
409  QDeadlineTimer
410  QDebug
411  QDebugStateSaver
412  QDeferredDeleteEvent
413  QDir
414  QDirIterator
415  QDynamicPropertyChangeEvent
416  QEasingCurve
417  QElapsedTimer
418  QEnableSharedFromThis
419  QEvent
420  QEventLoop
421  QEventLoopLocker
422  QException
423  QExplicitlySharedDataPointer
424  QFactoryInterface
425  QFile
426  QFileDevice
427  QFileInfo
428  QFileInfoList
429  QFileSelector
430  QFileSystemWatcher
431  QFlag
432  QFlags
433  QFloat16
434  QForeach
435  QFunctionPointer
436  QFuture
437  QFutureInterface
438  QFutureInterfaceBase
439  QFutureIterator
440  QFutureSynchronizer
441  QFutureWatcher
442  QFutureWatcherBase
443  QGenericArgument
444  QGenericReturnArgument
445  QGlobalStatic
446  QHash
447  QHashDummyValue
448  QHashFunctions
449  QHashIterator
450  QHashSeed
451  QIODevice
452  QIODeviceBase
453  QIdentityProxyModel
454  QIncompatibleFlag
455  QIntegerForSize
456  QInternal
457  QItemSelection
458  QItemSelectionModel
459  QItemSelectionRange
460  QIterable
461  QIterator
462  QJsonArray
463  QJsonDocument
464  QJsonObject
465  QJsonParseError
466  QJsonValue
467  QJsonValueConstRef
468  QJsonValueRef
469  QKeyCombination
470  QKeyValueIterator
471  QLEInteger
472  QLatin1Char
473  QLatin1String
474  QLatin1StringMatcher
475  QLatin1StringView
476  QLibrary
477  QLibraryInfo
478  QLine
479  QLineF
480  QList
481  QListIterator
482  QListSpecialMethods
483  QListSpecialMethodsBase
484  QLittleEndianStorageType
485  QLocale
486  QLockFile
487  QLoggingCategory
488  QMap
489  QMapData
490  QMapIterator
491  QMargins
492  QMarginsF
493  QMessageAuthenticationCode
494  QMessageLogContext
495  QMessageLogger
496  QMetaAssociation
497  QMetaClassInfo
498  QMetaContainer
499  QMetaEnum
500  QMetaMethod
501  QMetaMethodArgument
502  QMetaMethodReturnArgument
503  QMetaObject
504  QMetaProperty
505  QMetaSequence
506  QMetaType
507  QMetaTypeId
508  QMetaTypeId2
509  QMetaTypeIdQObject
510  QMethodRawArguments
511  QMimeData
512  QMimeDatabase
513  QMimeType
514  QModelIndex
515  QModelIndexList
516  QModelRoleData
517  QModelRoleDataSpan
518  QMultiHash
519  QMultiHashIterator
520  QMultiMap
521  QMultiMapIterator
522  QMutableByteArrayListIterator
523  QMutableFutureIterator
524  QMutableHashIterator
525  QMutableListIterator
526  QMutableMapIterator
527  QMutableMultiHashIterator
528  QMutableMultiMapIterator
529  QMutableSetIterator
530  QMutableVectorIterator
531  QMutex
532  QMutexLocker
533  QNoDebug
534  QNonConstOverload
535  QObject
536  QObjectBindableProperty
537  QObjectCleanupHandler
538  QObjectComputedProperty
539  QObjectData
540  QObjectList
541  QOperatingSystemVersion
542  QOperatingSystemVersionBase
543  QOverload
544  QPair
545  QParallelAnimationGroup
546  QPartialOrdering
547  QPauseAnimation
548  QPersistentModelIndex
549  QPluginLoader
550  QPluginMetaData
551  QPluginMetaDataV2
552  QPoint
553  QPointF
554  QPointer
555  QProcess
556  QProcessEnvironment
557  QPromise
558  QProperty
559  QPropertyAlias
560  QPropertyAnimation
561  QPropertyBinding
562  QPropertyBindingError
563  QPropertyBindingPrivatePtr
564  QPropertyBindingSourceLocation
565  QPropertyChangeHandler
566  QPropertyData
567  QPropertyNotifier
568  QPropertyObserver
569  QPropertyObserverBase
570  QPropertyProxyBindingData
571  QQueue
572  QRandomGenerator
573  QRandomGenerator64
574  QReadLocker
575  QReadWriteLock
576  QRect
577  QRectF
578  QRecursiveMutex
579  QRegularExpression
580  QRegularExpressionMatch
581  QRegularExpressionMatchIterator
582  QResource
583  QReturnArgument
584  QRunnable
585  QSaveFile
586  QScopeGuard
587  QScopedArrayPointer
588  QScopedPointer
589  QScopedPointerArrayDeleter
590  QScopedPointerDeleteLater
591  QScopedPointerDeleter
592  QScopedPointerObjectDeleteLater
593  QScopedPointerPodDeleter
594  QScopedValueRollback
595  QSemaphore
596  QSemaphoreReleaser
597  QSequentialAnimationGroup
598  QSequentialConstIterator
599  QSequentialIterable
600  QSequentialIterator
601  QSet
602  QSetIterator
603  QSettings
604  QSharedData
605  QSharedDataPointer
606  QSharedMemory
607  QSharedPointer
608  QSignalBlocker
609  QSignalMapper
610  QSize
611  QSizeF
612  QSocketDescriptor
613  QSocketNotifier
614  QSortFilterProxyModel
615  QSpecialInteger
616  QStack
617  QStandardPaths
618  QStaticByteArrayMatcher
619  QStaticByteArrayMatcherBase
620  QStaticPlugin
621  QStorageInfo
622  QString
623  QStringAlgorithms
624  QStringBuilder
625  QStringConverter
626  QStringConverterBase
627  QStringDecoder
628  QStringEncoder
629  QStringList
630  QStringListModel
631  QStringLiteral
632  QStringMatcher
633  QStringTokenizer
634  QStringTokenizerBase
635  QStringTokenizerBaseBase
636  QStringView
637  QSysInfo
638  QSystemSemaphore
639  QTaggedIterator
640  QTaggedPointer
641  QTemporaryDir
642  QTemporaryFile
643  QTextBoundaryFinder
644  QTextStream
645  QTextStreamFunction
646  QTextStreamManipulator
647  QThread
648  QThreadPool
649  QThreadStorage
650  QThreadStorageData
651  QTime
652  QTimeLine
653  QTimeZone
654  QTimer
655  QTimerEvent
656  QTranslator
657  QTransposeProxyModel
658  QTypeInfo
659  QTypeInfoMerger
660  QTypeRevision
661  QTypedArrayData
662  QUnhandledException
663  QUntypedBindable
664  QUntypedPropertyBinding
665  QUntypedPropertyData
666  QUrl
667  QUrlQuery
668  QUrlTwoFlags
669  QUtf8StringView
670  QUuid
671  QVarLengthArray
672  QVariant
673  QVariantAnimation
674  QVariantConstPointer
675  QVariantHash
676  QVariantList
677  QVariantMap
678  QVariantPointer
679  QVariantRef
680  QVector
681  QVectorIterator
682  QVersionNumber
683  QWaitCondition
684  QWeakPointer
685  QWinEventNotifier
686  QWriteLocker
687  QXmlStreamAttribute
688  QXmlStreamAttributes
689  QXmlStreamEntityDeclaration
690  QXmlStreamEntityDeclarations
691  QXmlStreamEntityResolver
692  QXmlStreamNamespaceDeclaration
693  QXmlStreamNamespaceDeclarations
694  QXmlStreamNotationDeclaration
695  QXmlStreamNotationDeclarations
696  QXmlStreamReader
697  QXmlStreamWriter
698  Qt
699  QtAlgorithms
700  QtAssert
701  QtCborCommon
702  QtClassHelperMacros
703  QtCleanUpFunction
704  QtCompare
705  QtCompilerDetection
706  QtConfig
707  QtConstructorMacros
708  QtContainerFwd
709  QtCore
710  QtCoreDepends
711  QtCoreVersion
712  QtDarwinHelpers
713  QtDebug
714  QtDeprecationMarkers
715  QtEndian
716  QtEnvironmentVariables
717  QtExceptionHandling
718  QtGlobal
719  QtLogging
720  QtMalloc
721  QtMath
722  QtMessageHandler
723  QtMinMax
724  QtNumeric
725  QtPlugin
726  QtPluginInstanceFunction
727  QtPluginMetaDataFunction
728  QtPreprocessorSupport
729  QtProcessorDetection
730  QtResource
731  QtStartUpFunction
732  QtSwap
733  QtSystemDetection
734  QtTranslation
735  QtTypeTraits
736  QtTypes
737  QtVersion
738  QtVersionChecks
739  q20algorithm.h
740  q20functional.h
741  q20iterator.h
742  q20memory.h
743  q20type_traits.h
744  q23functional.h
745  qabstractanimation.h
746  qabstracteventdispatcher.h
747  qabstractitemmodel.h
748  qabstractnativeeventfilter.h
749  qabstractproxymodel.h
750  qalgorithms.h
751  qanimationgroup.h
752  qanystringview.h
753  qapplicationstatic.h
754  qarraydata.h
755  qarraydataops.h
756  qarraydatapointer.h
757  qassert.h
758  qassociativeiterable.h
759  qatomic.h
760  qatomic_cxx11.h
761  qbasicatomic.h
762  qbasictimer.h
763  qbindingstorage.h
764  qbitarray.h
765  qbuffer.h
766  qbytearray.h
767  qbytearrayalgorithms.h
768  qbytearraylist.h
769  qbytearraymatcher.h
770  qbytearrayview.h
771  qcache.h
772  qcalendar.h
773  qcborarray.h
774  qcborcommon.h
775  qcbormap.h
776  qcborstream.h
777  qcborstreamreader.h
778  qcborstreamwriter.h
779  qcborvalue.h
780  qchar.h
781  qcollator.h
782  qcommandlineoption.h
783  qcommandlineparser.h
784  qcompare.h
785  qcompare_impl.h
786  qcompilerdetection.h
787  qconcatenatetablesproxymodel.h
788  qconfig.h
789  qconstructormacros.h
790  qcontainerfwd.h
791  qcontainerinfo.h
792  qcontainertools_impl.h
793  qcontiguouscache.h
794  qcoreapplication.h
795  qcoreapplication_platform.h
796  qcoreevent.h
797  qcryptographichash.h
798  qdarwinhelpers.h
799  qdatastream.h
800  qdatetime.h
801  qdeadlinetimer.h
802  qdebug.h
803  qdir.h
804  qdiriterator.h
805  qeasingcurve.h
806  qelapsedtimer.h
807  qendian.h
808  qeventloop.h
809  qexception.h
810  qexceptionhandling.h
811  qfactoryinterface.h
812  qfile.h
813  qfiledevice.h
814  qfileinfo.h
815  qfileselector.h
816  qfilesystemwatcher.h
817  qflags.h
818  qfloat16.h
819  qforeach.h
820  qfunctionpointer.h
821  qfuture.h
822  qfuture_impl.h
823  qfutureinterface.h
824  qfuturesynchronizer.h
825  qfuturewatcher.h
826  qgenericatomic.h
827  qglobal.h
828  qglobalstatic.h
829  qhash.h
830  qhashfunctions.h
831  qidentityproxymodel.h
832  qiodevice.h
833  qiodevicebase.h
834  qitemselectionmodel.h
835  qiterable.h
836  qiterator.h
837  qjsonarray.h
838  qjsondocument.h
839  qjsonobject.h
840  qjsonvalue.h
841  qlatin1stringmatcher.h
842  qlibrary.h
843  qlibraryinfo.h
844  qline.h
845  qlist.h
846  qlocale.h
847  qlockfile.h
848  qlogging.h
849  qloggingcategory.h
850  qmalloc.h
851  qmap.h
852  qmargins.h
853  qmath.h
854  qmessageauthenticationcode.h
855  qmetacontainer.h
856  qmetaobject.h
857  qmetatype.h
858  qmimedata.h
859  qmimedatabase.h
860  qmimetype.h
861  qminmax.h
862  qmutex.h
863  qnamespace.h
864  qnativeinterface.h
865  qnumeric.h
866  qobject.h
867  qobject_impl.h
868  qobjectcleanuphandler.h
869  qobjectdefs.h
870  qobjectdefs_impl.h
871  qoperatingsystemversion.h
872  qoverload.h
873  qpair.h
874  qparallelanimationgroup.h
875  qpauseanimation.h
876  qplugin.h
877  qpluginloader.h
878  qpoint.h
879  qpointer.h
880  qprocess.h
881  qprocessordetection.h
882  qpromise.h
883  qproperty.h
884  qpropertyanimation.h
885  qpropertyprivate.h
886  qqueue.h
887  qrandom.h
888  qreadwritelock.h
889  qrect.h
890  qrefcount.h
891  qregularexpression.h
892  qresource.h
893  qresultstore.h
894  qrunnable.h
895  qsavefile.h
896  qscopedpointer.h
897  qscopedvaluerollback.h
898  qscopeguard.h
899  qsemaphore.h
900  qsequentialanimationgroup.h
901  qsequentialiterable.h
902  qset.h
903  qsettings.h
904  qshareddata.h
905  qshareddata_impl.h
906  qsharedmemory.h
907  qsharedpointer.h
908  qsharedpointer_impl.h
909  qsignalmapper.h
910  qsimd.h
911  qsize.h
912  qsocketnotifier.h
913  qsortfilterproxymodel.h
914  qstack.h
915  qstandardpaths.h
916  qstorageinfo.h
917  qstring.h
918  qstringalgorithms.h
919  qstringbuilder.h
920  qstringconverter.h
921  qstringconverter_base.h
922  qstringfwd.h
923  qstringlist.h
924  qstringlistmodel.h
925  qstringliteral.h
926  qstringmatcher.h
927  qstringtokenizer.h
928  qstringview.h
929  qswap.h
930  qsysinfo.h
931  qsystemdetection.h
932  qsystemsemaphore.h
933  qtaggedpointer.h
934  qtclasshelpermacros.h
935  qtconfigmacros.h
936  qtcore-config.h
937  qtcoreexports.h
938  qtcoreversion.h
939  qtdeprecationmarkers.h
940  qtemporarydir.h
941  qtemporaryfile.h
942  qtenvironmentvariables.h
943  qtestsupport_core.h
944  qtextboundaryfinder.h
945  qtextstream.h
946  qthread.h
947  qthreadpool.h
948  qthreadstorage.h
949  qtimeline.h
950  qtimer.h
951  qtimezone.h
952  qtmetamacros.h
953  qtmochelpers.h
954  qtnoop.h
955  qtpreprocessorsupport.h
956  qtranslator.h
957  qtransposeproxymodel.h
958  qtresource.h
959  qtsan_impl.h
960  qttranslation.h
961  qttypetraits.h
962  qtversion.h
963  qtversionchecks.h
964  qtypeinfo.h
965  qtypes.h
966  qurl.h
967  qurlquery.h
968  qutf8stringview.h
969  quuid.h
970  qvariant.h
971  qvariantanimation.h
972  qvarianthash.h
973  qvariantlist.h
974  qvariantmap.h
975  qvarlengtharray.h
976  qvector.h
977  qversionnumber.h
978  qversiontagging.h
979  qwaitcondition.h
980  qwineventnotifier.h
981  qxmlstream.h
982  qxpfunctional.h
983  qxptype_traits.h
984 include/qt6/QtCore/%%QTVER%%/QtCore/private/
985  qabstractanimation_p.h
986  qabstracteventdispatcher_p.h
987  qabstractfileengine_p.h
988  qabstractitemmodel_p.h
989  qabstractproxymodel_p.h
990  qanimationgroup_p.h
991  qatomicscopedvaluerollback_p.h
992  qbytearray_p.h
993  qbytedata_p.h
994  qcalendarbackend_p.h
995  qcalendarmath_p.h
996  qcborcommon_p.h
997  qcborvalue_p.h
998  qcollator_p.h
999  qconfig_p.h
1000  qcore_unix_p.h
1001  qcoreapplication_p.h
1002  qcorecmdlineargs_p.h
1003  qdatastream_p.h
1004  qdataurl_p.h
1005  qdatetime_p.h
1006  qdatetimeparser_p.h
1007  qdeadlinetimer_p.h
1008  qdebug_p.h
1009  qdir_p.h
1010  qdoublescanprint_p.h
1011  qduplicatetracker_p.h
1012  qelfparser_p.h
1013  qendian_p.h
1014  qeventdispatcher_glib_p.h
1015  qeventdispatcher_unix_p.h
1016  qeventloop_p.h
1017  qfactoryloader_p.h
1018  qfile_p.h
1019  qfiledevice_p.h
1020  qfileinfo_p.h
1021  qfileselector_p.h
1022  qfilesystemengine_p.h
1023  qfilesystementry_p.h
1024  qfilesystemiterator_p.h
1025  qfilesystemmetadata_p.h
1026  qfilesystemwatcher_%%FSWTYPE%%_p.h
1027  qfilesystemwatcher_p.h
1028  qfilesystemwatcher_polling_p.h
1029  qflatmap_p.h
1030  qfreelist_p.h
1031  qfsfileengine_iterator_p.h
1032  qfsfileengine_p.h
1033  qfunctions_p.h
1034  qfutex_p.h
1035  qfutureinterface_p.h
1036  qfuturewatcher_p.h
1037  qglobal_p.h
1038  qgregoriancalendar_p.h
1039  qhijricalendar_data_p.h
1040  qhijricalendar_p.h
1041  qhooks_p.h
1042  qidentityproxymodel_p.h
1043  qiodevice_p.h
1044  qipaddress_p.h
1045  qislamiccivilcalendar_p.h
1046  qitemselectionmodel_p.h
1047  qiterable_p.h
1048  qjalalicalendar_data_p.h
1049  qjalalicalendar_p.h
1050  qjson_p.h
1051  qjsonparser_p.h
1052  qjsonwriter_p.h
1053  qjuliancalendar_p.h
1054  qlibrary_p.h
1055  qlibraryinfo_p.h
1056  qlocale_data_p.h
1057  qlocale_p.h
1058  qlocale_tools_p.h
1059  qlocaltime_p.h
1060  qlockfile_p.h
1061  qlocking_p.h
1062  qlogging_p.h
1063  qloggingregistry_p.h
1064  qmakearray_p.h
1065  qmetaobject_moc_p.h
1066  qmetaobject_p.h
1067  qmetaobjectbuilder_p.h
1068  qmetatype_p.h
1069  qmilankoviccalendar_p.h
1070  qmimedatabase_p.h
1071  qmimeglobpattern_p.h
1072  qmimemagicrule_p.h
1073  qmimemagicrulematcher_p.h
1074  qmimeprovider_p.h
1075  qmimetype_p.h
1076  qmimetypeparser_p.h
1077  qmutex_p.h
1078  qnativeinterface_p.h
1079  qnoncontiguousbytedevice_p.h
1080  qnumeric_p.h
1081  qobject_p.h
1082  qobject_p_p.h
1083  qoffsetstringarray_p.h
1084  qoperatingsystemversion_p.h
1085  qorderedmutexlocker_p.h
1086  qparallelanimationgroup_p.h
1087  qplugin_p.h
1088  qpoll_p.h
1089  qprocess_p.h
1090  qproperty_p.h
1091  qpropertyanimation_p.h
1092  qrandom_p.h
1093  qreadwritelock_p.h
1094  qresource_iterator_p.h
1095  qresource_p.h
1096  qringbuffer_p.h
1097  qromancalendar_data_p.h
1098  qromancalendar_p.h
1099  qsavefile_p.h
1100  qsequentialanimationgroup_p.h
1101  qsettings_p.h
1102  qsharedmemory_p.h
1103  qsimd_p.h
1104  qsimd_x86_p.h
1105  qstorageinfo_p.h
1106  qstringalgorithms_p.h
1107  qstringconverter_p.h
1108  qstringiterator_p.h
1109  qsystemerror_p.h
1110  qsystemsemaphore_p.h
1111  qtcore-config_p.h
1112  qtemporaryfile_p.h
1113  qtextstream_p.h
1114  qthread_p.h
1115  qthreadpool_p.h
1116  qtimer_p.h
1117  qtimerinfo_unix_p.h
1118  qtimezoneprivate_data_p.h
1119  qtimezoneprivate_p.h
1120  qtools_p.h
1121  qtrace_p.h
1122  qtranslator_p.h
1123  qtransposeproxymodel_p.h
1124  qunicodetables_p.h
1125  qunicodetools_p.h
1126  qurl_p.h
1127  qvariantanimation_p.h
1128  qvolatile_p.h
1129  qwaitcondition_p.h
1130  qxmlstream_p.h
1131  qxmlstreamgrammar_p.h
1132  qxmlstreamparser_p.h
1133  qxmlutils_p.h
1134 include/qt6/QtDBus/
1135  QDBusAbstractAdaptor
1136  QDBusAbstractInterface
1137  QDBusAbstractInterfaceBase
1138  QDBusArgument
1139  QDBusConnection
1140  QDBusConnectionInterface
1141  QDBusContext
1142  QDBusError
1143  QDBusInterface
1144  QDBusMessage
1145  QDBusMetaType
1146  QDBusObjectPath
1147  QDBusPendingCall
1148  QDBusPendingCallWatcher
1149  QDBusPendingReply
1150  QDBusPendingReplyBase
1151  QDBusReply
1152  QDBusServer
1153  QDBusServiceWatcher
1154  QDBusSignature
1155  QDBusUnixFileDescriptor
1156  QDBusVariant
1157  QDBusVirtualObject
1158  QtDBus
1159  QtDBusDepends
1160  QtDBusVersion
1161  qdbusabstractadaptor.h
1162  qdbusabstractinterface.h
1163  qdbusargument.h
1164  qdbusconnection.h
1165  qdbusconnectioninterface.h
1166  qdbuscontext.h
1167  qdbuserror.h
1168  qdbusextratypes.h
1169  qdbusinterface.h
1170  qdbusmessage.h
1171  qdbusmetatype.h
1172  qdbuspendingcall.h
1173  qdbuspendingreply.h
1174  qdbusreply.h
1175  qdbusserver.h
1176  qdbusservicewatcher.h
1177  qdbusunixfiledescriptor.h
1178  qdbusvirtualobject.h
1179  qtdbusexports.h
1180  qtdbusglobal.h
1181  qtdbusversion.h
1182 include/qt6/QtDBus/%%QTVER%%/QtDBus/private/
1183  dbus_minimal_p.h
1184  qdbus_symbols_p.h
1185  qdbusabstractadaptor_p.h
1186  qdbusabstractinterface_p.h
1187  qdbusargument_p.h
1188  qdbusconnection_p.h
1189  qdbusconnectionmanager_p.h
1190  qdbuscontext_p.h
1191  qdbusintegrator_p.h
1192  qdbusinterface_p.h
1193  qdbusintrospection_p.h
1194  qdbusmessage_p.h
1195  qdbusmetaobject_p.h
1196  qdbusmetatype_p.h
1197  qdbuspendingcall_p.h
1198  qdbusthreaddebug_p.h
1199  qdbusutil_p.h
1200  qdbusxmlparser_p.h
1201  qtdbusglobal_p.h
1202 include/qt6/QtDeviceDiscoverySupport/
1203  QtDeviceDiscoverySupport
1204  QtDeviceDiscoverySupportDepends
1205  QtDeviceDiscoverySupportVersion
1206  qtdevicediscoverysupportversion.h
1207 include/qt6/QtDeviceDiscoverySupport/%%QTVER%%/QtDeviceDiscoverySupport/private/qdevicediscovery_p.h
1208 include/qt6/QtEglFSDeviceIntegration/
1209  QtEglFSDeviceIntegration
1210  QtEglFSDeviceIntegrationDepends
1211  QtEglFSDeviceIntegrationVersion
1212  qteglfsdeviceintegrationversion.h
1213 include/qt6/QtEglFSDeviceIntegration/%%QTVER%%/QtEglFSDeviceIntegration/private/
1214  qeglfscontext_p.h
1215  qeglfscursor_p.h
1216  qeglfsdeviceintegration_p.h
1217  qeglfsglobal_p.h
1218  qeglfshooks_p.h
1219  qeglfsintegration_p.h
1220  qeglfsoffscreenwindow_p.h
1221  qeglfsscreen_p.h
1222  qeglfswindow_p.h
1223 include/qt6/QtExampleIcons/
1224  QtExampleIcons
1225  QtExampleIconsDepends
1226  QtExampleIconsVersion
1227  qtexampleiconsversion.h
1228 include/qt6/QtFbSupport/
1229  QtFbSupport
1230  QtFbSupportDepends
1231  QtFbSupportVersion
1232  qtfbsupportversion.h
1233 include/qt6/QtFbSupport/%%QTVER%%/QtFbSupport/private/
1234  qfbbackingstore_p.h
1235  qfbcursor_p.h
1236  qfbscreen_p.h
1237  qfbvthandler_p.h
1238  qfbwindow_p.h
1239 include/qt6/QtGui/
1240  QAbstractFileIconProvider
1241  QAbstractTextDocumentLayout
1242  QAbstractUndoItem
1243  QAccessible
1244  QAccessibleActionInterface
1245  QAccessibleApplication
1246  QAccessibleBridge
1247  QAccessibleBridgePlugin
1248  QAccessibleEditableTextInterface
1249  QAccessibleEvent
1250  QAccessibleHyperlinkInterface
1251  QAccessibleImageInterface
1252  QAccessibleInterface
1253  QAccessibleObject
1254  QAccessiblePlugin
1255  QAccessibleSelectionInterface
1256  QAccessibleStateChangeEvent
1257  QAccessibleTableCellInterface
1258  QAccessibleTableInterface
1259  QAccessibleTableModelChangeEvent
1260  QAccessibleTextCursorEvent
1261  QAccessibleTextInsertEvent
1262  QAccessibleTextInterface
1263  QAccessibleTextRemoveEvent
1264  QAccessibleTextSelectionEvent
1265  QAccessibleTextUpdateEvent
1266  QAccessibleValueChangeEvent
1267  QAccessibleValueInterface
1268  QAction
1269  QActionEvent
1270  QActionGroup
1271  QApplicationStateChangeEvent
1272  QBackingStore
1273  QBitmap
1274  QBrush
1275  QBrushData
1276  QBrushDataPointerDeleter
1277  QClipboard
1278  QCloseEvent
1279  QColor
1280  QColorSpace
1281  QColorTransform
1282  QConicalGradient
1283  QContextMenuEvent
1284  QCursor
1285  QDesktopServices
1286  QDoubleValidator
1287  QDrag
1288  QDragEnterEvent
1289  QDragLeaveEvent
1290  QDragMoveEvent
1291  QDropEvent
1292  QEnterEvent
1293  QEventPoint
1294  QExposeEvent
1295  QFileOpenEvent
1296  QFileSystemModel
1297  QFocusEvent
1298  QFont
1299  QFontDatabase
1300  QFontInfo
1301  QFontMetrics
1302  QFontMetricsF
1303  QGenericMatrix
1304  QGenericPlugin
1305  QGenericPluginFactory
1306  QGlyphRun
1307  QGradient
1308  QGradientStop
1309  QGradientStops
1310  QGuiApplication
1311  QHelpEvent
1312  QHideEvent
1313  QHoverEvent
1314  QIcon
1315  QIconDragEvent
1316  QIconEngine
1317  QIconEnginePlugin
1318  QImage
1319  QImageCleanupFunction
1320  QImageIOHandler
1321  QImageIOPlugin
1322  QImageReader
1323  QImageWriter
1324  QInputDevice
1325  QInputEvent
1326  QInputMethod
1327  QInputMethodEvent
1328  QInputMethodQueryEvent
1329  QIntValidator
1330  QKeyEvent
1331  QKeySequence
1332  QLinearGradient
1333  QMatrix2x2
1334  QMatrix2x3
1335  QMatrix2x4
1336  QMatrix3x2
1337  QMatrix3x3
1338  QMatrix3x4
1339  QMatrix4x2
1340  QMatrix4x3
1341  QMatrix4x4
1342  QMouseEvent
1343  QMoveEvent
1344  QMovie
1345  QNativeGestureEvent
1346  QOffscreenSurface
1347  QOpenGLContext
1348  QOpenGLContextGroup
1349  QOpenGLExtraFunctions
1350  QOpenGLExtraFunctionsPrivate
1351  QOpenGLFunctions
1352  QOpenGLFunctionsPrivate
1353  QPageLayout
1354  QPageRanges
1355  QPageSize
1356  QPagedPaintDevice
1357  QPaintDevice
1358  QPaintDeviceWindow
1359  QPaintEngine
1360  QPaintEngineState
1361  QPaintEvent
1362  QPainter
1363  QPainterPath
1364  QPainterPathStroker
1365  QPalette
1366  QPdfWriter
1367  QPen
1368  QPicture
1369  QPixelFormat
1370  QPixmap
1371  QPixmapCache
1372  QPlatformSurfaceEvent
1373  QPointerEvent
1374  QPointingDevice
1375  QPointingDeviceUniqueId
1376  QPolygon
1377  QPolygonF
1378  QQuaternion
1379  QRadialGradient
1380  QRasterWindow
1381  QRawFont
1382  QRegion
1383  QRegularExpressionValidator
1384  QResizeEvent
1385  QRgb
1386  QRgba64
1387  QRgbaFloat16
1388  QRgbaFloat32
1389  QScreen
1390  QScreenOrientationChangeEvent
1391  QScrollEvent
1392  QScrollPrepareEvent
1393  QSessionManager
1394  QShortcut
1395  QShortcutEvent
1396  QShowEvent
1397  QSinglePointEvent
1398  QStandardItem
1399  QStandardItemModel
1400  QStaticText
1401  QStatusTipEvent
1402  QStyleHints
1403  QSurface
1404  QSurfaceFormat
1405  QSyntaxHighlighter
1406  QTabletEvent
1407  QTextBlock
1408  QTextBlockFormat
1409  QTextBlockGroup
1410  QTextBlockUserData
1411  QTextCharFormat
1412  QTextCursor
1413  QTextDocument
1414  QTextDocumentFragment
1415  QTextDocumentWriter
1416  QTextFormat
1417  QTextFragment
1418  QTextFrame
1419  QTextFrameFormat
1420  QTextFrameLayoutData
1421  QTextImageFormat
1422  QTextInlineObject
1423  QTextItem
1424  QTextLayout
1425  QTextLength
1426  QTextLine
1427  QTextList
1428  QTextListFormat
1429  QTextObject
1430  QTextObjectInterface
1431  QTextOption
1432  QTextTable
1433  QTextTableCell
1434  QTextTableCellFormat
1435  QTextTableFormat
1436  QToolBarChangeEvent
1437  QTouchEvent
1438  QTransform
1439  QUndoCommand
1440  QUndoGroup
1441  QUndoStack
1442  QValidator
1443  QVector2D
1444  QVector3D
1445  QVector4D
1446  QWhatsThisClickedEvent
1447  QWheelEvent
1448  QWidgetList
1449  QWidgetMapper
1450  QWidgetSet
1451  QWindow
1452  QWindowList
1453  QWindowStateChangeEvent
1454  QtEvents
1455  QtGui
1456  QtGuiDepends
1457  QtGuiVersion
1458  qabstractfileiconprovider.h
1459  qabstracttextdocumentlayout.h
1460  qaccessible.h
1461  qaccessible_base.h
1462  qaccessiblebridge.h
1463  qaccessibleobject.h
1464  qaccessibleplugin.h
1465  qaction.h
1466  qactiongroup.h
1467  qbackingstore.h
1468  qbitmap.h
1469  qbrush.h
1470  qclipboard.h
1471  qcolor.h
1472  qcolorspace.h
1473  qcolortransform.h
1474  qcursor.h
1475  qdesktopservices.h
1476  qdrag.h
1477  qevent.h
1478  qeventpoint.h
1479  qfilesystemmodel.h
1480  qfont.h
1481  qfontdatabase.h
1482  qfontinfo.h
1483  qfontmetrics.h
1484  qgenericmatrix.h
1485  qgenericplugin.h
1486  qgenericpluginfactory.h
1487  qglyphrun.h
1488  qguiapplication.h
1489  qguiapplication_platform.h
1490  qicon.h
1491  qiconengine.h
1492  qiconengineplugin.h
1493  qimage.h
1494  qimageiohandler.h
1495  qimagereader.h
1496  qimagewriter.h
1497  qinputdevice.h
1498  qinputmethod.h
1499  qkeysequence.h
1500  qmatrix4x4.h
1501  qmovie.h
1502  qoffscreensurface.h
1503  qoffscreensurface_platform.h
1504  qopengl.h
1505  qopenglcontext.h
1506  qopenglcontext_platform.h
1507  qopenglext.h
1508  qopenglextrafunctions.h
1509  qopenglfunctions.h
1510  qpagedpaintdevice.h
1511  qpagelayout.h
1512  qpageranges.h
1513  qpagesize.h
1514  qpaintdevice.h
1515  qpaintdevicewindow.h
1516  qpaintengine.h
1517  qpainter.h
1518  qpainterpath.h
1519  qpalette.h
1520  qpdfwriter.h
1521  qpen.h
1522  qpicture.h
1523  qpixelformat.h
1524  qpixmap.h
1525  qpixmapcache.h
1526  qpointingdevice.h
1527  qpolygon.h
1528  qquaternion.h
1529  qrasterwindow.h
1530  qrawfont.h
1531  qregion.h
1532  qrgb.h
1533  qrgba64.h
1534  qrgbafloat.h
1535  qscreen.h
1536  qsessionmanager.h
1537  qshortcut.h
1538  qstandarditemmodel.h
1539  qstatictext.h
1540  qstylehints.h
1541  qsurface.h
1542  qsurfaceformat.h
1543  qsyntaxhighlighter.h
1544  qtestsupport_gui.h
1545  qtextcursor.h
1546  qtextdocument.h
1547  qtextdocumentfragment.h
1548  qtextdocumentwriter.h
1549  qtextformat.h
1550  qtextlayout.h
1551  qtextlist.h
1552  qtextobject.h
1553  qtextoption.h
1554  qtexttable.h
1555  qtgui-config.h
1556  qtguiexports.h
1557  qtguiglobal.h
1558  qtguiversion.h
1559  qtransform.h
1560  qundogroup.h
1561  qundostack.h
1562  qvalidator.h
1563  qvector2d.h
1564  qvector3d.h
1565  qvector4d.h
1566  qvectornd.h
1567  qwindow.h
1568  qwindowdefs.h
1569 include/qt6/QtGui/%%QTVER%%/QtGui/private/
1570  qabstractfileiconengine_p.h
1571  qabstractfileiconprovider_p.h
1572  qabstractlayoutstyleinfo_p.h
1573  qabstracttextdocumentlayout_p.h
1574  qaccessiblebridgeutils_p.h
1575  qaccessiblecache_p.h
1576  qaction_p.h
1577  qactiongroup_p.h
1578  qastchandler_p.h
1579  qbackingstoredefaultcompositor_p.h
1580  qbackingstorerhisupport_p.h
1581  qbezier_p.h
1582  qblendfunctions_p.h
1583  qblittable_p.h
1584  qbmphandler_p.h
1585  qcolor_p.h
1586  qcolormatrix_p.h
1587  qcolorspace_p.h
1588  qcolortransferfunction_p.h
1589  qcolortransfertable_p.h
1590  qcolortransform_p.h
1591  qcolortrc_p.h
1592  qcolortrclut_p.h
1593  qcosmeticstroker_p.h
1594  qcssparser_p.h
1595  qcssutil_p.h
1596  qcursor_p.h
1597  qdatabuffer_p.h
1598  qdbusmenuadaptor_p.h
1599  qdbusmenubar_p.h
1600  qdbusmenuconnection_p.h
1601  qdbusmenuregistrarproxy_p.h
1602  qdbusmenutypes_p.h
1603  qdbusplatformmenu_p.h
1604  qdbustrayicon_p.h
1605  qdbustraytypes_p.h
1606  qdistancefield_p.h
1607  qdnd_p.h
1608  qdrawhelper_neon_p.h
1609  qdrawhelper_p.h
1610  qdrawhelper_x86_p.h
1611  qdrawingprimitive_sse2_p.h
1612  qedidparser_p.h
1613  qedidvendortable_p.h
1614  qeglconvenience_p.h
1615  qeglpbuffer_p.h
1616  qeglplatformcontext_p.h
1617  qeglstreamconvenience_p.h
1618  qemulationpaintengine_p.h
1619  qevent_p.h
1620  qeventdispatcher_glib_p.h
1621  qeventpoint_p.h
1622  qfileinfogatherer_p.h
1623  qfilesystemmodel_p.h
1624  qfixed_p.h
1625  qfont_p.h
1626  qfontconfigdatabase_p.h
1627  qfontdatabase_p.h
1628  qfontengine_ft_p.h
1629  qfontengine_p.h
1630  qfontengineglyphcache_p.h
1631  qfontenginemultifontconfig_p.h
1632  qfontsubset_p.h
1633  qfragmentmap_p.h
1634  qfreetypefontdatabase_p.h
1635  qgenericunixeventdispatcher_p.h
1636  qgenericunixfontdatabase_p.h
1637  qgenericunixservices_p.h
1638  qgenericunixthemes_p.h
1639  qglxconvenience_p.h
1640  qglyphrun_p.h
1641  qgrayraster_p.h
1642  qgridlayoutengine_p.h
1643  qguiapplication_p.h
1644  qharfbuzzng_p.h
1645  qhexstring_p.h
1646  qhighdpiscaling_p.h
1647  qicc_p.h
1648  qicon_p.h
1649  qiconloader_p.h
1650  qimage_p.h
1651  qimagepixmapcleanuphooks_p.h
1652  qimagereaderwriterhelpers_p.h
1653  qimagescale_p.h
1654  qinputcontrol_p.h
1655  qinputdevice_p.h
1656  qinputdevicemanager_p.h
1657  qinputdevicemanager_p_p.h
1658  qinputmethod_p.h
1659  qinternalmimedata_p.h
1660  qkeymapper_p.h
1661  qkeysequence_p.h
1662  qktxhandler_p.h
1663  qlayoutpolicy_p.h
1664  qmath_p.h
1665  qmemrotate_p.h
1666  qoffscreensurface_p.h
1667  qopengl_p.h
1668  qopenglcontext_p.h
1669  qopenglextensions_p.h
1670  qopenglprogrambinarycache_p.h
1671  qoutlinemapper_p.h
1672  qpagedpaintdevice_p.h
1673  qpageranges_p.h
1674  qpaintdevicewindow_p.h
1675  qpaintengine_blitter_p.h
1676  qpaintengine_p.h
1677  qpaintengine_pic_p.h
1678  qpaintengine_raster_p.h
1679  qpaintengineex_p.h
1680  qpainter_p.h
1681  qpainterpath_p.h
1682  qpathclipper_p.h
1683  qpathsimplifier_p.h
1684  qpdf_p.h
1685  qpen_p.h
1686  qpicture_p.h
1687  qpixellayout_p.h
1688  qpixmap_blitter_p.h
1689  qpixmap_raster_p.h
1690  qpixmapcache_p.h
1691  qpkmhandler_p.h
1692  qpnghandler_p.h
1693  qpointingdevice_p.h
1694  qppmhandler_p.h
1695  qrasterdefs_p.h
1696  qrasterizer_p.h
1697  qrawfont_p.h
1698  qrbtree_p.h
1699  qrgba64_p.h
1700  qrhi_p.h
1701  qrhi_p_p.h
1702  qrhigles2_p.h
1703  qrhigles2_p_p.h
1704  qrhinull_p.h
1705  qrhinull_p_p.h
1706  qscreen_p.h
1707  qsessionmanager_p.h
1708  qshader_p.h
1709  qshader_p_p.h
1710  qshaderdescription_p.h
1711  qshaderdescription_p_p.h
1712  qshapedpixmapdndwindow_p.h
1713  qshortcut_p.h
1714  qshortcutmap_p.h
1715  qsimpledrag_p.h
1716  qstandarditemmodel_p.h
1717  qstatictext_p.h
1718  qstatusnotifieritemadaptor_p.h
1719  qstroker_p.h
1720  qstylehints_p.h
1721  qt_egl_p.h
1722  qtextcursor_p.h
1723  qtextdocument_p.h
1724  qtextdocumentfragment_p.h
1725  qtextdocumentlayout_p.h
1726  qtextengine_p.h
1727  qtextformat_p.h
1728  qtexthtmlparser_p.h
1729  qtextimagehandler_p.h
1730  qtextmarkdownimporter_p.h
1731  qtextmarkdownwriter_p.h
1732  qtextobject_p.h
1733  qtextodfwriter_p.h
1734  qtexttable_p.h
1735  qtexturefiledata_p.h
1736  qtexturefilehandler_p.h
1737  qtexturefilereader_p.h
1738  qtextureglyphcache_p.h
1739  qtgui-config_p.h
1740  qtguiglobal_p.h
1741  qtriangulatingstroker_p.h
1742  qtriangulator_p.h
1743  qundostack_p.h
1744  qunixeventdispatcher_qpa_p.h
1745  qvectorpath_p.h
1746  qwindow_p.h
1747  qxbmhandler_p.h
1748  qxdgnotificationproxy_p.h
1749  qxkbcommon_p.h
1750  qxpmhandler_p.h
1751  qzipreader_p.h
1752  qzipwriter_p.h
1753 include/qt6/QtGui/%%QTVER%%/QtGui/qpa/
1754  qplatformaccessibility.h
1755  qplatformbackingstore.h
1756  qplatformclipboard.h
1757  qplatformcursor.h
1758  qplatformdialoghelper.h
1759  qplatformdrag.h
1760  qplatformfontdatabase.h
1761  qplatformgraphicsbuffer.h
1762  qplatformgraphicsbufferhelper.h
1763  qplatforminputcontext.h
1764  qplatforminputcontext_p.h
1765  qplatforminputcontextfactory_p.h
1766  qplatforminputcontextplugin_p.h
1767  qplatformintegration.h
1768  qplatformintegrationfactory_p.h
1769  qplatformintegrationplugin.h
1770  qplatformmenu.h
1771  qplatformmenu_p.h
1772  qplatformnativeinterface.h
1773  qplatformoffscreensurface.h
1774  qplatformopenglcontext.h
1775  qplatformpixmap.h
1776  qplatformscreen.h
1777  qplatformscreen_p.h
1778  qplatformservices.h
1779  qplatformsessionmanager.h
1780  qplatformsharedgraphicscache.h
1781  qplatformsurface.h
1782  qplatformsystemtrayicon.h
1783  qplatformtheme.h
1784  qplatformtheme_p.h
1785  qplatformthemefactory_p.h
1786  qplatformthemeplugin.h
1787  qplatformwindow.h
1788  qplatformwindow_p.h
1789  qwindowsysteminterface.h
1790  qwindowsysteminterface_p.h
1791 include/qt6/QtNetwork/
1792  QAbstractNetworkCache
1793  QAbstractSocket
1794  QAuthenticator
1795  QDnsDomainNameRecord
1796  QDnsHostAddressRecord
1797  QDnsLookup
1798  QDnsMailExchangeRecord
1799  QDnsServiceRecord
1800  QDnsTextRecord
1801  QDtls
1802  QDtlsClientVerifier
1803  QHostAddress
1804  QHostInfo
1805  QHstsPolicy
1806  QHttp1Configuration
1807  QHttp2Configuration
1808  QHttpMultiPart
1809  QHttpPart
1810  QIPv6Address
1811  QLocalServer
1812  QLocalSocket
1813  QNetworkAccessManager
1814  QNetworkAddressEntry
1815  QNetworkCacheMetaData
1816  QNetworkCookie
1817  QNetworkCookieJar
1818  QNetworkDatagram
1819  QNetworkDiskCache
1820  QNetworkInformation
1821  QNetworkInterface
1822  QNetworkProxy
1823  QNetworkProxyFactory
1824  QNetworkProxyQuery
1825  QNetworkReply
1826  QNetworkRequest
1827  QOcspResponse
1828  QPasswordDigestor
1829  QSsl
1830  QSslCertificate
1831  QSslCertificateExtension
1832  QSslCipher
1833  QSslConfiguration
1834  QSslDiffieHellmanParameters
1835  QSslEllipticCurve
1836  QSslError
1837  QSslKey
1838  QSslPreSharedKeyAuthenticator
1839  QSslServer
1840  QSslSocket
1841  QTcpServer
1842  QTcpSocket
1843  QUdpSocket
1844  Q_IPV6ADDR
1845  QtNetwork
1846  QtNetworkDepends
1847  QtNetworkVersion
1848  qabstractnetworkcache.h
1849  qabstractsocket.h
1850  qauthenticator.h
1851  qdnslookup.h
1852  qdtls.h
1853  qhostaddress.h
1854  qhostinfo.h
1855  qhstspolicy.h
1856  qhttp1configuration.h
1857  qhttp2configuration.h
1858  qhttpmultipart.h
1859  qlocalserver.h
1860  qlocalsocket.h
1861  qnetworkaccessmanager.h
1862  qnetworkcookie.h
1863  qnetworkcookiejar.h
1864  qnetworkdatagram.h
1865  qnetworkdiskcache.h
1866  qnetworkinformation.h
1867  qnetworkinterface.h
1868  qnetworkproxy.h
1869  qnetworkreply.h
1870  qnetworkrequest.h
1871  qocspresponse.h
1872  qpassworddigestor.h
1873  qssl.h
1874  qsslcertificate.h
1875  qsslcertificateextension.h
1876  qsslcipher.h
1877  qsslconfiguration.h
1878  qssldiffiehellmanparameters.h
1879  qsslellipticcurve.h
1880  qsslerror.h
1881  qsslkey.h
1882  qsslpresharedkeyauthenticator.h
1883  qsslserver.h
1884  qsslsocket.h
1885  qtcpserver.h
1886  qtcpsocket.h
1887  qtnetwork-config.h
1888  qtnetworkexports.h
1889  qtnetworkglobal.h
1890  qtnetworkversion.h
1891  qudpsocket.h
1892 include/qt6/QtNetwork/%%QTVER%%/QtNetwork/private/
1893  bitstreams_p.h
1894  hpack_p.h
1895  hpacktable_p.h
1896  http2frames_p.h
1897  http2protocol_p.h
1898  http2streams_p.h
1899  huffman_p.h
1900  qabstractnetworkcache_p.h
1901  qabstractprotocolhandler_p.h
1902  qabstractsocket_p.h
1903  qabstractsocketengine_p.h
1904  qauthenticator_p.h
1905  qdecompresshelper_p.h
1906  qdnslookup_p.h
1907  qdtls_p.h
1908  qhostaddress_p.h
1909  qhostinfo_p.h
1910  qhsts_p.h
1911  qhstsstore_p.h
1912  qhttp2protocolhandler_p.h
1913  qhttpheaderparser_p.h
1914  qhttpmultipart_p.h
1915  qhttpnetworkconnection_p.h
1916  qhttpnetworkconnectionchannel_p.h
1917  qhttpnetworkheader_p.h
1918  qhttpnetworkreply_p.h
1919  qhttpnetworkrequest_p.h
1920  qhttpprotocolhandler_p.h
1921  qhttpsocketengine_p.h
1922  qhttpthreaddelegate_p.h
1923  qlocalserver_p.h
1924  qlocalsocket_p.h
1925  qnativesocketengine_p.h
1926  qnativesocketengine_p_p.h
1927  qnet_unix_p.h
1928  qnetconmonitor_p.h
1929  qnetworkaccessauthenticationmanager_p.h
1930  qnetworkaccessbackend_p.h
1931  qnetworkaccesscache_p.h
1932  qnetworkaccesscachebackend_p.h
1933  qnetworkaccessfilebackend_p.h
1934  qnetworkaccessmanager_p.h
1935  qnetworkcookie_p.h
1936  qnetworkcookiejar_p.h
1937  qnetworkdatagram_p.h
1938  qnetworkdiskcache_p.h
1939  qnetworkfile_p.h
1940  qnetworkinformation_p.h
1941  qnetworkinterface_p.h
1942  qnetworkinterface_unix_p.h
1943  qnetworkreply_p.h
1944  qnetworkreplydataimpl_p.h
1945  qnetworkreplyfileimpl_p.h
1946  qnetworkreplyhttpimpl_p.h
1947  qnetworkreplyimpl_p.h
1948  qnetworkrequest_p.h
1949  qocsp_p.h
1950  qocspresponse_p.h
1951  qsocks5socketengine_p.h
1952  qssl_p.h
1953  qsslcertificate_p.h
1954  qsslcertificateextension_p.h
1955  qsslcipher_p.h
1956  qsslconfiguration_p.h
1957  qssldiffiehellmanparameters_p.h
1958  qsslkey_p.h
1959  qsslpresharedkeyauthenticator_p.h
1960  qsslserver_p.h
1961  qsslsocket_p.h
1962  qtcpserver_p.h
1963  qtcpsocket_p.h
1964  qtldurl_p.h
1965  qtlsbackend_p.h
1966  qtnetwork-config_p.h
1967  qtnetworkexports_p.h
1968  qtnetworkglobal_p.h
1969 include/qt6/QtOpenGL/
1970  QOpenGLBuffer
1971  QOpenGLDebugLogger
1972  QOpenGLDebugMessage
1973  QOpenGLFramebufferObject
1974  QOpenGLFramebufferObjectFormat
1975  QOpenGLFunctions_1_0
1976  QOpenGLFunctions_1_1
1977  QOpenGLFunctions_1_2
1978  QOpenGLFunctions_1_3
1979  QOpenGLFunctions_1_4
1980  QOpenGLFunctions_1_5
1981  QOpenGLFunctions_2_0
1982  QOpenGLFunctions_2_1
1983  QOpenGLFunctions_3_0
1984  QOpenGLFunctions_3_1
1985  QOpenGLFunctions_3_2_Compatibility
1986  QOpenGLFunctions_3_2_Core
1987  QOpenGLFunctions_3_3_Compatibility
1988  QOpenGLFunctions_3_3_Core
1989  QOpenGLFunctions_4_0_Compatibility
1990  QOpenGLFunctions_4_0_Core
1991  QOpenGLFunctions_4_1_Compatibility
1992  QOpenGLFunctions_4_1_Core
1993  QOpenGLFunctions_4_2_Compatibility
1994  QOpenGLFunctions_4_2_Core
1995  QOpenGLFunctions_4_3_Compatibility
1996  QOpenGLFunctions_4_3_Core
1997  QOpenGLFunctions_4_4_Compatibility
1998  QOpenGLFunctions_4_4_Core
1999  QOpenGLFunctions_4_5_Compatibility
2000  QOpenGLFunctions_4_5_Core
2001  QOpenGLPaintDevice
2002  QOpenGLPixelTransferOptions
2003  QOpenGLShader
2004  QOpenGLShaderProgram
2005  QOpenGLTexture
2006  QOpenGLTextureBlitter
2007  QOpenGLTimeMonitor
2008  QOpenGLTimerQuery
2009  QOpenGLVersionFunctions
2010  QOpenGLVersionFunctionsFactory
2011  QOpenGLVersionProfile
2012  QOpenGLVertexArrayObject
2013  QOpenGLWindow
2014  QtOpenGL
2015  QtOpenGLDepends
2016  QtOpenGLVersion
2017  qopenglbuffer.h
2018  qopengldebug.h
2019  qopenglframebufferobject.h
2020  qopenglfunctions_1_0.h
2021  qopenglfunctions_1_1.h
2022  qopenglfunctions_1_2.h
2023  qopenglfunctions_1_3.h
2024  qopenglfunctions_1_4.h
2025  qopenglfunctions_1_5.h
2026  qopenglfunctions_2_0.h
2027  qopenglfunctions_2_1.h
2028  qopenglfunctions_3_0.h
2029  qopenglfunctions_3_1.h
2030  qopenglfunctions_3_2_compatibility.h
2031  qopenglfunctions_3_2_core.h
2032  qopenglfunctions_3_3_compatibility.h
2033  qopenglfunctions_3_3_core.h
2034  qopenglfunctions_4_0_compatibility.h
2035  qopenglfunctions_4_0_core.h
2036  qopenglfunctions_4_1_compatibility.h
2037  qopenglfunctions_4_1_core.h
2038  qopenglfunctions_4_2_compatibility.h
2039  qopenglfunctions_4_2_core.h
2040  qopenglfunctions_4_3_compatibility.h
2041  qopenglfunctions_4_3_core.h
2042  qopenglfunctions_4_4_compatibility.h
2043  qopenglfunctions_4_4_core.h
2044  qopenglfunctions_4_5_compatibility.h
2045  qopenglfunctions_4_5_core.h
2046  qopenglpaintdevice.h
2047  qopenglpixeltransferoptions.h
2048  qopenglshaderprogram.h
2049  qopengltexture.h
2050  qopengltextureblitter.h
2051  qopengltimerquery.h
2052  qopenglversionfunctions.h
2053  qopenglversionfunctionsfactory.h
2054  qopenglversionprofile.h
2055  qopenglvertexarrayobject.h
2056  qopenglwindow.h
2057  qtopenglexports.h
2058  qtopenglglobal.h
2059  qtopenglversion.h
2060 include/qt6/QtOpenGL/%%QTVER%%/QtOpenGL/private/
2061  qopengl2pexvertexarray_p.h
2062  qopenglcompositor_p.h
2063  qopenglcompositorbackingstore_p.h
2064  qopenglcustomshaderstage_p.h
2065  qopenglengineshadermanager_p.h
2066  qopenglengineshadersource_p.h
2067  qopenglframebufferobject_p.h
2068  qopenglgradientcache_p.h
2069  qopenglpaintdevice_p.h
2070  qopenglpaintengine_p.h
2071  qopenglqueryhelper_p.h
2072  qopenglshadercache_p.h
2073  qopengltexture_p.h
2074  qopengltexturecache_p.h
2075  qopengltextureglyphcache_p.h
2076  qopengltexturehelper_p.h
2077  qopengltextureuploader_p.h
2078  qopenglversionfunctions_p.h
2079  qopenglvertexarrayobject_p.h
2080 include/qt6/QtOpenGLWidgets/
2081  QOpenGLWidget
2082  QtOpenGLWidgets
2083  QtOpenGLWidgetsDepends
2084  QtOpenGLWidgetsVersion
2085  qopenglwidget.h
2086  qtopenglwidgetsexports.h
2087  qtopenglwidgetsglobal.h
2088  qtopenglwidgetsversion.h
2089 include/qt6/QtPrintSupport/
2090  QAbstractPrintDialog
2091  QPageSetupDialog
2092  QPrintDialog
2093  QPrintEngine
2094  QPrintPreviewDialog
2095  QPrintPreviewWidget
2096  QPrinter
2097  QPrinterInfo
2098  QtPrintSupport
2099  QtPrintSupportDepends
2100  QtPrintSupportVersion
2101  qabstractprintdialog.h
2102  qpagesetupdialog.h
2103  qprintdialog.h
2104  qprintengine.h
2105  qprinter.h
2106  qprinterinfo.h
2107  qprintpreviewdialog.h
2108  qprintpreviewwidget.h
2109  qtprintsupport-config.h
2110  qtprintsupportexports.h
2111  qtprintsupportglobal.h
2112  qtprintsupportversion.h
2113 include/qt6/QtPrintSupport/%%QTVER%%/QtPrintSupport/private/
2114  qabstractprintdialog_p.h
2115  qcups_p.h
2116  qcupsjobwidget_p.h
2117  qpagesetupdialog_p.h
2118  qpagesetupdialog_unix_p.h
2119  qpaintengine_alpha_p.h
2120  qpaintengine_preview_p.h
2121  qprint_p.h
2122  qprintdevice_p.h
2123  qprintengine_pdf_p.h
2124  qprinter_p.h
2125  qprinterinfo_p.h
2126  qtprintsupport-config_p.h
2127  qtprintsupportglobal_p.h
2128 include/qt6/QtPrintSupport/%%QTVER%%/QtPrintSupport/qpa/
2129  qplatformprintdevice.h
2130  qplatformprintersupport.h
2131  qplatformprintplugin.h
2132 include/qt6/QtSql/
2133  QSql
2134  QSqlDatabase
2135  QSqlDriver
2136  QSqlDriverCreator
2137  QSqlDriverCreatorBase
2138  QSqlDriverPlugin
2139  QSqlError
2140  QSqlField
2141  QSqlIndex
2142  QSqlQuery
2143  QSqlQueryModel
2144  QSqlRecord
2145  QSqlRelation
2146  QSqlRelationalDelegate
2147  QSqlRelationalTableModel
2148  QSqlResult
2149  QSqlTableModel
2150  QtSql
2151  QtSqlDepends
2152  QtSqlVersion
2153  qsqldatabase.h
2154  qsqldriver.h
2155  qsqldriverplugin.h
2156  qsqlerror.h
2157  qsqlfield.h
2158  qsqlindex.h
2159  qsqlquery.h
2160  qsqlquerymodel.h
2161  qsqlrecord.h
2162  qsqlrelationaldelegate.h
2163  qsqlrelationaltablemodel.h
2164  qsqlresult.h
2165  qsqltablemodel.h
2166  qtsql-config.h
2167  qtsqlexports.h
2168  qtsqlglobal.h
2169  qtsqlversion.h
2170 include/qt6/QtSql/%%QTVER%%/QtSql/private/
2171  qsqlcachedresult_p.h
2172  qsqldriver_p.h
2173  qsqlnulldriver_p.h
2174  qsqlquerymodel_p.h
2175  qsqlresult_p.h
2176  qsqltablemodel_p.h
2177  qtsql-config_p.h
2178  qtsqlglobal_p.h
2179 include/qt6/QtTest/
2180  QAbstractItemModelTester
2181  QSignalSpy
2182  QSpontaneKeyEvent
2183  QTest
2184  QTestAccessibility
2185  QTestData
2186  QTestDelayEvent
2187  QTestEvent
2188  QTestEventList
2189  QTestEventLoop
2190  QTestKeyClicksEvent
2191  QTestKeyEvent
2192  QTestMouseEvent
2193  QtCoverageScanner
2194  QtTest
2195  QtTestDepends
2196  QtTestGui
2197  QtTestNetwork
2198  QtTestVersion
2199  QtTestWidgets
2200  qabstractitemmodeltester.h
2201  qbenchmark.h
2202  qbenchmarkmetric.h
2203  qsignalspy.h
2204  qtest.h
2205  qtest_gui.h
2206  qtest_network.h
2207  qtest_widgets.h
2208  qtestaccessible.h
2209  qtestassert.h
2210  qtestcase.h
2211  qtestdata.h
2212  qtestevent.h
2213  qtesteventloop.h
2214  qtestkeyboard.h
2215  qtestmouse.h
2216  qtestspontaneevent.h
2217  qtestsystem.h
2218  qtesttouch.h
2219  qttestexports.h
2220  qttestglobal.h
2221  qttestlib-config.h
2222  qttestversion.h
2223 include/qt6/QtTest/%%QTVER%%/QtTest/private/
2224  cycle_p.h
2225  qabstracttestlogger_p.h
2226  qbenchmark_p.h
2227  qbenchmarkevent_p.h
2228  qbenchmarkmeasurement_p.h
2229  qbenchmarkmetric_p.h
2230  qbenchmarkperfevents_p.h
2231  qbenchmarktimemeasurers_p.h
2232  qcsvbenchmarklogger_p.h
2233  qemulationdetector_p.h
2234  qjunittestlogger_p.h
2235  qplaintestlogger_p.h
2236  qpropertytesthelper_p.h
2237  qsignaldumper_p.h
2238  qtaptestlogger_p.h
2239  qteamcitylogger_p.h
2240  qtestblacklist_p.h
2241  qtestcase_p.h
2242  qtestcoreelement_p.h
2243  qtestelement_p.h
2244  qtestelementattribute_p.h
2245  qtesthelpers_p.h
2246  qtestjunitstreamer_p.h
2247  qtestlog_p.h
2248  qtestresult_p.h
2249  qtesttable_p.h
2250  qttestexports_p.h
2251  qttestlib-config_p.h
2252  qxmltestlogger_p.h
2253 include/qt6/QtWidgets/
2254  QAbstractButton
2255  QAbstractGraphicsShapeItem
2256  QAbstractItemDelegate
2257  QAbstractItemView
2258  QAbstractScrollArea
2259  QAbstractSlider
2260  QAbstractSpinBox
2261  QAccessibleWidget
2262  QApplication
2263  QBoxLayout
2264  QButtonGroup
2265  QCalendarWidget
2266  QCheckBox
2267  QColorDialog
2268  QColormap
2269  QColumnView
2270  QComboBox
2271  QCommandLinkButton
2272  QCommonStyle
2273  QCompleter
2274  QDataWidgetMapper
2275  QDateEdit
2276  QDateTimeEdit
2277  QDial
2278  QDialog
2279  QDialogButtonBox
2280  QDockWidget
2281  QDoubleSpinBox
2282  QErrorMessage
2283  QFileDialog
2284  QFileIconProvider
2285  QFocusFrame
2286  QFontComboBox
2287  QFontDialog
2288  QFormLayout
2289  QFrame
2290  QGesture
2291  QGestureEvent
2292  QGestureRecognizer
2293  QGraphicsAnchor
2294  QGraphicsAnchorLayout
2295  QGraphicsBlurEffect
2296  QGraphicsColorizeEffect
2297  QGraphicsDropShadowEffect
2298  QGraphicsEffect
2299  QGraphicsEllipseItem
2300  QGraphicsGridLayout
2301  QGraphicsItem
2302  QGraphicsItemAnimation
2303  QGraphicsItemGroup
2304  QGraphicsLayout
2305  QGraphicsLayoutItem
2306  QGraphicsLineItem
2307  QGraphicsLinearLayout
2308  QGraphicsObject
2309  QGraphicsOpacityEffect
2310  QGraphicsPathItem
2311  QGraphicsPixmapItem
2312  QGraphicsPolygonItem
2313  QGraphicsProxyWidget
2314  QGraphicsRectItem
2315  QGraphicsRotation
2316  QGraphicsScale
2317  QGraphicsScene
2318  QGraphicsSceneContextMenuEvent
2319  QGraphicsSceneDragDropEvent
2320  QGraphicsSceneEvent
2321  QGraphicsSceneHelpEvent
2322  QGraphicsSceneHoverEvent
2323  QGraphicsSceneMouseEvent
2324  QGraphicsSceneMoveEvent
2325  QGraphicsSceneResizeEvent
2326  QGraphicsSceneWheelEvent
2327  QGraphicsSimpleTextItem
2328  QGraphicsTextItem
2329  QGraphicsTransform
2330  QGraphicsView
2331  QGraphicsWidget
2332  QGridLayout
2333  QGroupBox
2334  QHBoxLayout
2335  QHeaderView
2336  QInputDialog
2337  QItemDelegate
2338  QItemEditorCreator
2339  QItemEditorCreatorBase
2340  QItemEditorFactory
2341  QKeySequenceEdit
2342  QLCDNumber
2343  QLabel
2344  QLayout
2345  QLayoutItem
2346  QLineEdit
2347  QListView
2348  QListWidget
2349  QListWidgetItem
2350  QMainWindow
2351  QMdiArea
2352  QMdiSubWindow
2353  QMenu
2354  QMenuBar
2355  QMessageBox
2356  QPanGesture
2357  QPinchGesture
2358  QPlainTextDocumentLayout
2359  QPlainTextEdit
2360  QProgressBar
2361  QProgressDialog
2362  QProxyStyle
2363  QPushButton
2364  QRadioButton
2365  QRubberBand
2366  QScrollArea
2367  QScrollBar
2368  QScroller
2369  QScrollerProperties
2370  QSizeGrip
2371  QSizePolicy
2372  QSlider
2373  QSpacerItem
2374  QSpinBox
2375  QSplashScreen
2376  QSplitter
2377  QSplitterHandle
2378  QStackedLayout
2379  QStackedWidget
2380  QStandardItemEditorCreator
2381  QStatusBar
2382  QStyle
2383  QStyleFactory
2384  QStyleHintReturn
2385  QStyleHintReturnMask
2386  QStyleHintReturnVariant
2387  QStyleOption
2388  QStyleOptionButton
2389  QStyleOptionComboBox
2390  QStyleOptionComplex
2391  QStyleOptionDockWidget
2392  QStyleOptionFocusRect
2393  QStyleOptionFrame
2394  QStyleOptionGraphicsItem
2395  QStyleOptionGroupBox
2396  QStyleOptionHeader
2397  QStyleOptionHeaderV2
2398  QStyleOptionMenuItem
2399  QStyleOptionProgressBar
2400  QStyleOptionRubberBand
2401  QStyleOptionSizeGrip
2402  QStyleOptionSlider
2403  QStyleOptionSpinBox
2404  QStyleOptionTab
2405  QStyleOptionTabBarBase
2406  QStyleOptionTabWidgetFrame
2407  QStyleOptionTitleBar
2408  QStyleOptionToolBar
2409  QStyleOptionToolBox
2410  QStyleOptionToolButton
2411  QStyleOptionViewItem
2412  QStylePainter
2413  QStylePlugin
2414  QStyledItemDelegate
2415  QSwipeGesture
2416  QSystemTrayIcon
2417  QTabBar
2418  QTabWidget
2419  QTableView
2420  QTableWidget
2421  QTableWidgetItem
2422  QTableWidgetSelectionRange
2423  QTapAndHoldGesture
2424  QTapGesture
2425  QTextBrowser
2426  QTextEdit
2427  QTileRules
2428  QTimeEdit
2429  QToolBar
2430  QToolBox
2431  QToolButton
2432  QToolTip
2433  QTreeView
2434  QTreeWidget
2435  QTreeWidgetItem
2436  QTreeWidgetItemIterator
2437  QUndoView
2438  QVBoxLayout
2439  QWhatsThis
2440  QWidget
2441  QWidgetAction
2442  QWidgetData
2443  QWidgetItem
2444  QWidgetItemV2
2445  QWizard
2446  QWizardPage
2447  QtWidgets
2448  QtWidgetsDepends
2449  QtWidgetsVersion
2450  qabstractbutton.h
2451  qabstractitemdelegate.h
2452  qabstractitemview.h
2453  qabstractscrollarea.h
2454  qabstractslider.h
2455  qabstractspinbox.h
2456  qaccessiblewidget.h
2457  qaction.h
2458  qactiongroup.h
2459  qapplication.h
2460  qboxlayout.h
2461  qbuttongroup.h
2462  qcalendarwidget.h
2463  qcheckbox.h
2464  qcolordialog.h
2465  qcolormap.h
2466  qcolumnview.h
2467  qcombobox.h
2468  qcommandlinkbutton.h
2469  qcommonstyle.h
2470  qcompleter.h
2471  qdatawidgetmapper.h
2472  qdatetimeedit.h
2473  qdial.h
2474  qdialog.h
2475  qdialogbuttonbox.h
2476  qdockwidget.h
2477  qdrawutil.h
2478  qerrormessage.h
2479  qfiledialog.h
2480  qfileiconprovider.h
2481  qfilesystemmodel.h
2482  qfocusframe.h
2483  qfontcombobox.h
2484  qfontdialog.h
2485  qformlayout.h
2486  qframe.h
2487  qgesture.h
2488  qgesturerecognizer.h
2489  qgraphicsanchorlayout.h
2490  qgraphicseffect.h
2491  qgraphicsgridlayout.h
2492  qgraphicsitem.h
2493  qgraphicsitemanimation.h
2494  qgraphicslayout.h
2495  qgraphicslayoutitem.h
2496  qgraphicslinearlayout.h
2497  qgraphicsproxywidget.h
2498  qgraphicsscene.h
2499  qgraphicssceneevent.h
2500  qgraphicstransform.h
2501  qgraphicsview.h
2502  qgraphicswidget.h
2503  qgridlayout.h
2504  qgroupbox.h
2505  qheaderview.h
2506  qinputdialog.h
2507  qitemdelegate.h
2508  qitemeditorfactory.h
2509  qkeysequenceedit.h
2510  qlabel.h
2511  qlayout.h
2512  qlayoutitem.h
2513  qlcdnumber.h
2514  qlineedit.h
2515  qlistview.h
2516  qlistwidget.h
2517  qmainwindow.h
2518  qmdiarea.h
2519  qmdisubwindow.h
2520  qmenu.h
2521  qmenubar.h
2522  qmessagebox.h
2523  qplaintextedit.h
2524  qprogressbar.h
2525  qprogressdialog.h
2526  qproxystyle.h
2527  qpushbutton.h
2528  qradiobutton.h
2529  qrubberband.h
2530  qscrollarea.h
2531  qscrollbar.h
2532  qscroller.h
2533  qscrollerproperties.h
2534  qshortcut.h
2535  qsizegrip.h
2536  qsizepolicy.h
2537  qslider.h
2538  qspinbox.h
2539  qsplashscreen.h
2540  qsplitter.h
2541  qstackedlayout.h
2542  qstackedwidget.h
2543  qstatusbar.h
2544  qstyle.h
2545  qstyleditemdelegate.h
2546  qstylefactory.h
2547  qstyleoption.h
2548  qstylepainter.h
2549  qstyleplugin.h
2550  qsystemtrayicon.h
2551  qtabbar.h
2552  qtableview.h
2553  qtablewidget.h
2554  qtabwidget.h
2555  qtestsupport_widgets.h
2556  qtextbrowser.h
2557  qtextedit.h
2558  qtoolbar.h
2559  qtoolbox.h
2560  qtoolbutton.h
2561  qtooltip.h
2562  qtreeview.h
2563  qtreewidget.h
2564  qtreewidgetitemiterator.h
2565  qtwidgets-config.h
2566  qtwidgetsexports.h
2567  qtwidgetsglobal.h
2568  qtwidgetsversion.h
2569  qundogroup.h
2570  qundostack.h
2571  qundoview.h
2572  qwhatsthis.h
2573  qwidget.h
2574  qwidgetaction.h
2575  qwizard.h
2576 include/qt6/QtWidgets/%%QTVER%%/QtWidgets/private/
2577  complexwidgets_p.h
2578  itemviews_p.h
2579  qabstractbutton_p.h
2580  qabstractitemdelegate_p.h
2581  qabstractitemview_p.h
2582  qabstractscrollarea_p.h
2583  qabstractslider_p.h
2584  qabstractspinbox_p.h
2585  qaccessiblemenu_p.h
2586  qaccessiblewidgetfactory_p.h
2587  qaccessiblewidgets_p.h
2588  qaction_widgets_p.h
2589  qapplication_p.h
2590  qbsptree_p.h
2591  qbuttongroup_p.h
2592  qcolumnview_p.h
2593  qcolumnviewgrip_p.h
2594  qcombobox_p.h
2595  qcommonstyle_p.h
2596  qcommonstylepixmaps_p.h
2597  qcompleter_p.h
2598  qdatetimeedit_p.h
2599  qdialog_p.h
2600  qdockarealayout_p.h
2601  qdockwidget_p.h
2602  qeffects_p.h
2603  qfiledialog_p.h
2604  qfileiconprovider_p.h
2605  qflickgesture_p.h
2606  qfontdialog_p.h
2607  qframe_p.h
2608  qfscompleter_p.h
2609  qfusionstyle_p.h
2610  qfusionstyle_p_p.h
2611  qgesture_p.h
2612  qgesturemanager_p.h
2613  qgraph_p.h
2614  qgraphicsanchorlayout_p.h
2615  qgraphicseffect_p.h
2616  qgraphicsgridlayoutengine_p.h
2617  qgraphicsitem_p.h
2618  qgraphicslayout_p.h
2619  qgraphicslayoutitem_p.h
2620  qgraphicslayoutstyleinfo_p.h
2621  qgraphicsproxywidget_p.h
2622  qgraphicsscene_bsp_p.h
2623  qgraphicsscene_p.h
2624  qgraphicsscenebsptreeindex_p.h
2625  qgraphicssceneindex_p.h
2626  qgraphicsscenelinearindex_p.h
2627  qgraphicstransform_p.h
2628  qgraphicsview_p.h
2629  qgraphicswidget_p.h
2630  qheaderview_p.h
2631  qitemeditorfactory_p.h
2632  qkeysequenceedit_p.h
2633  qlabel_p.h
2634  qlayout_p.h
2635  qlayoutengine_p.h
2636  qlineedit_p.h
2637  qlistview_p.h
2638  qlistwidget_p.h
2639  qmainwindowlayout_p.h
2640  qmdiarea_p.h
2641  qmdisubwindow_p.h
2642  qmenu_p.h
2643  qmenubar_p.h
2644  qpixmapfilter_p.h
2645  qpixmapstyle_p.h
2646  qpixmapstyle_p_p.h
2647  qplaintextedit_p.h
2648  qproxystyle_p.h
2649  qpushbutton_p.h
2650  qscrollarea_p.h
2651  qscrollbar_p.h
2652  qscroller_p.h
2653  qscrollerproperties_p.h
2654  qsidebar_p.h
2655  qsimplex_p.h
2656  qsplitter_p.h
2657  qstandardgestures_p.h
2658  qstyle_p.h
2659  qstyleanimation_p.h
2660  qstylehelper_p.h
2661  qstylesheetstyle_p.h
2662  qsystemtrayicon_p.h
2663  qtabbar_p.h
2664  qtableview_p.h
2665  qtablewidget_p.h
2666  qtextedit_p.h
2667  qtoolbar_p.h
2668  qtoolbararealayout_p.h
2669  qtoolbarextension_p.h
2670  qtoolbarlayout_p.h
2671  qtoolbarseparator_p.h
2672  qtreeview_p.h
2673  qtreewidget_p.h
2674  qtreewidgetitemiterator_p.h
2675  qtwidgets-config_p.h
2676  qtwidgetsglobal_p.h
2677  qwidget_p.h
2678  qwidgetaction_p.h
2679  qwidgetanimator_p.h
2680  qwidgetitemdata_p.h
2681  qwidgetlinecontrol_p.h
2682  qwidgetrepaintmanager_p.h
2683  qwidgetresizehandler_p.h
2684  qwidgettextcontrol_p.h
2685  qwidgettextcontrol_p_p.h
2686  qwidgetwindow_p.h
2687  qwindowcontainer_p.h
2688  qwindowsstyle_p.h
2689  qwindowsstyle_p_p.h
2690  rangecontrols_p.h
2691  simplewidgets_p.h
2692 include/qt6/QtXml/
2693  QDomAttr
2694  QDomCDATASection
2695  QDomCharacterData
2696  QDomComment
2697  QDomDocument
2698  QDomDocumentFragment
2699  QDomDocumentType
2700  QDomElement
2701  QDomEntity
2702  QDomEntityReference
2703  QDomImplementation
2704  QDomNamedNodeMap
2705  QDomNode
2706  QDomNodeList
2707  QDomNotation
2708  QDomProcessingInstruction
2709  QDomText
2710  QtXml
2711  QtXmlDepends
2712  QtXmlVersion
2713  qdom.h
2714  qtxml-config.h
2715  qtxmlexports.h
2716  qtxmlglobal.h
2717  qtxmlversion.h
2718 include/qt6/QtXml/%%QTVER%%/QtXml/private/
2719  qdom_p.h
2720  qdomhelpers_p.h
2721  qtxml-config_p.h
2722 lib/qt6/
2723  libQt6Concurrent.prl
2724  libQt6Concurrent.so
2725  libQt6Core.prl
2726  libQt6Core.so
2727  libQt6DBus.prl
2728  libQt6DBus.so
2729  libQt6DeviceDiscoverySupport.a
2730  libQt6DeviceDiscoverySupport.prl
2731  libQt6EglFSDeviceIntegration.prl
2732  libQt6EglFSDeviceIntegration.so
2733  libQt6ExampleIcons.a
2734  libQt6ExampleIcons.prl
2735  libQt6FbSupport.a
2736  libQt6FbSupport.prl
2737  libQt6Gui.prl
2738  libQt6Gui.so
2739  libQt6Network.prl
2740  libQt6Network.so
2741  libQt6OpenGL.prl
2742  libQt6OpenGL.so
2743  libQt6OpenGLWidgets.prl
2744  libQt6OpenGLWidgets.so
2745  libQt6PrintSupport.prl
2746  libQt6PrintSupport.so
2747  libQt6Sql.prl
2748  libQt6Sql.so
2749  libQt6Test.prl
2750  libQt6Test.so
2751  libQt6Widgets.prl
2752  libQt6Widgets.so
2753  libQt6Xml.prl
2754  libQt6Xml.so
2755 lib/qt6/bin/
2756  androiddeployqt
2757  androiddeployqt6
2758  androidtestrunner
2759  qdbuscpp2xml
2760  qdbusxml2cpp
2761  qmake
2762  qmake6
2763  qt-cmake
2764  qt-configure-module
2765  qtpaths
2766  qtpaths6
2767 lib/qt6/cmake/Qt6/
2768  FindATSPI2.cmake
2769  FindDB2.cmake
2770  FindDirectFB.cmake
2771  FindGLESv2.cmake
2772  FindGSSAPI.cmake
2773  FindGTK3.cmake
2774  FindInterbase.cmake
2775  FindLibb2.cmake
2776  FindLibproxy.cmake
2777  FindLibsystemd.cmake
2778  FindLibudev.cmake
2779  FindMtdev.cmake
2780  FindMySQL.cmake
2781  FindOracle.cmake
2782  FindPPS.cmake
2783  FindPostgreSQL.cmake
2784  FindSlog2.cmake
2785  FindTslib.cmake
2786  FindWrapAtomic.cmake
2787  FindWrapBacktrace.cmake
2788  FindWrapBrotli.cmake
2789  FindWrapBundledFreetypeConfigExtra.cmake
2790  FindWrapBundledHarfbuzzConfigExtra.cmake
2791  FindWrapBundledLibjpegConfigExtra.cmake
2792  FindWrapBundledLibpngConfigExtra.cmake
2793  FindWrapBundledPcre2ConfigExtra.cmake
2794  FindWrapBundledZLIBConfigExtra.cmake
2795  FindWrapDBus1.cmake
2796  FindWrapFreetype.cmake
2797  FindWrapHarfbuzz.cmake
2798  FindWrapJpeg.cmake
2799  FindWrapOpenGL.cmake
2800  FindWrapOpenSSL.cmake
2801  FindWrapOpenSSLHeaders.cmake
2802  FindWrapPCRE2.cmake
2803  FindWrapPNG.cmake
2804  FindWrapRt.cmake
2805  FindWrapSystemDoubleConversion.cmake
2806  FindWrapSystemFreetype.cmake
2807  FindWrapSystemHarfbuzz.cmake
2808  FindWrapSystemJpeg.cmake
2809  FindWrapSystemMd4c.cmake
2810  FindWrapSystemPCRE2.cmake
2811  FindWrapSystemPNG.cmake
2812  FindWrapSystemZLIB.cmake
2813  FindWrapVulkan.cmake
2814  FindWrapVulkanHeaders.cmake
2815  FindWrapZLIB.cmake
2816  FindWrapZSTD.cmake
2817  FindXKB_COMMON_X11.cmake
2818  FindXRender.cmake
2819  ModuleDescription.json.in
2820  PkgConfigLibrary.pc.in
2821  Qt3rdPartyLibraryConfig.cmake.in
2822  Qt3rdPartyLibraryHelpers.cmake
2823  Qt6Config.cmake
2824  Qt6ConfigExtras.cmake
2825  Qt6ConfigVersion.cmake
2826  Qt6ConfigVersionImpl.cmake
2827  Qt6Dependencies.cmake
2828  Qt6Targets.cmake
2829  Qt6VersionlessTargets.cmake
2830  QtAndroidHelpers.cmake
2831  QtAppHelpers.cmake
2832  QtAutogenHelpers.cmake
2833  QtBuild.cmake
2834  QtBuildInformation.cmake
2835  QtCMakeHelpers.cmake
2836  QtCMakePackageVersionFile.cmake.in
2837  QtCMakeVersionHelpers.cmake
2838  QtCompilerFlags.cmake
2839  QtCompilerOptimization.cmake
2840  QtConfigDependencies.cmake.in
2841  QtConfigureTimeExecutableCMakeLists.txt.in
2842  QtCopyFileIfDifferent.cmake
2843  QtDbusHelpers.cmake
2844  QtDeferredDependenciesHelpers.cmake
2845  QtDocsHelpers.cmake
2846  QtExecutableHelpers.cmake
2847  QtFeature.cmake
2848  QtFeatureCommon.cmake
2849  QtFileConfigure.txt.in
2850  QtFindPackageHelpers.cmake
2851  QtFindWrapConfigExtra.cmake.in
2852  QtFindWrapHelper.cmake
2853  QtFinishPkgConfigFile.cmake
2854  QtFinishPrlFile.cmake
2855  QtFlagHandlingHelpers.cmake
2856  QtFrameworkHelpers.cmake
2857  QtGenerateExtPri.cmake
2858  QtGenerateLibHelpers.cmake
2859  QtGenerateLibPri.cmake
2860  QtGenerateVersionScript.cmake
2861  QtGlobalStateHelpers.cmake
2862  QtHeadersClean.cmake
2863  QtInstallHelpers.cmake
2864  QtJavaHelpers.cmake
2865  QtLalrHelpers.cmake
2866  QtModuleConfig.cmake.in
2867  QtModuleDependencies.cmake.in
2868  QtModuleHeadersCheck.cmake
2869  QtModuleHelpers.cmake
2870  QtModuleToolsConfig.cmake.in
2871  QtModuleToolsDependencies.cmake.in
2872  QtModuleToolsVersionlessTargets.cmake.in
2873  QtNoLinkTargetHelpers.cmake
2874  QtPkgConfigHelpers.cmake
2875  QtPlatformAndroid.cmake
2876  QtPlatformSupport.cmake
2877  QtPlatformTargetHelpers.cmake
2878  QtPluginConfig.cmake.in
2879  QtPluginDependencies.cmake.in
2880  QtPluginHelpers.cmake
2881  QtPlugins.cmake.in
2882  QtPostProcess.cmake
2883  QtPostProcessHelpers.cmake
2884  QtPrecompiledHeadersHelpers.cmake
2885  QtPriHelpers.cmake
2886  QtPrlHelpers.cmake
2887  QtProcessConfigureArgs.cmake
2888  QtPublicAppleHelpers.cmake
2889  QtPublicCMakeHelpers.cmake
2890  QtPublicCMakeVersionHelpers.cmake
2891  QtPublicDependencyHelpers.cmake
2892  QtPublicFinalizerHelpers.cmake
2893  QtPublicFindPackageHelpers.cmake
2894  QtPublicPluginHelpers.cmake
2895  QtPublicTargetHelpers.cmake
2896  QtPublicTestHelpers.cmake
2897  QtPublicToolHelpers.cmake
2898  QtPublicWalkLibsHelpers.cmake
2899  QtPublicWasmToolchainHelpers.cmake
2900  QtQmakeHelpers.cmake
2901  QtResourceHelpers.cmake
2902  QtRpathHelpers.cmake
2903  QtSanitizerHelpers.cmake
2904  QtScopeFinalizerHelpers.cmake
2905  QtSeparateDebugInfo.Info.plist.in
2906  QtSeparateDebugInfo.cmake
2907  QtSetup.cmake
2908  QtSimdHelpers.cmake
2909  QtSingleRepoTargetSetBuildHelpers.cmake
2910  QtStandaloneTestsConfig.cmake.in
2911  QtSyncQtHelpers.cmake
2912  QtTargetHelpers.cmake
2913  QtTestHelpers.cmake
2914  QtToolHelpers.cmake
2915  QtToolchainHelpers.cmake
2916  QtUnityBuildHelpers.cmake
2917  QtWasmHelpers.cmake
2918  QtWrapperScriptHelpers.cmake
2919  QtWriteArgsFile.cmake
2920  modulecppexports.h.in
2921  modulecppexports_p.h.in
2922  qbatchedtestrunner.in.cpp
2923  qt.toolchain.cmake
2924 lib/qt6/cmake/Qt6/3rdparty/extra-cmake-modules/
2925  COPYING-CMAKE-SCRIPTS
2926  qt_attribution.json
2927 lib/qt6/cmake/Qt6/3rdparty/extra-cmake-modules/find-modules/
2928  ECMFindModuleHelpersStub.cmake
2929  FindEGL.cmake
2930  FindGLIB2.cmake
2931  FindWayland.cmake
2932  FindWaylandScanner.cmake
2933  FindX11_XCB.cmake
2934  FindXCB.cmake
2935 lib/qt6/cmake/Qt6/3rdparty/extra-cmake-modules/modules/
2936  ECMEnableSanitizers.cmake
2937  ECMFindModuleHelpers.cmake
2938 lib/qt6/cmake/Qt6/3rdparty/kwin/
2939  COPYING-CMAKE-SCRIPTS
2940  FindLibdrm.cmake
2941  FindLibinput.cmake
2942  FindXKB.cmake
2943  Findgbm.cmake
2944  qt_attribution.json
2945 lib/qt6/cmake/Qt6/config.tests/binary_for_strip/
2946  CMakeLists.txt
2947  lib1.cpp
2948 lib/qt6/cmake/Qt6/config.tests/static_link_order/
2949  CMakeLists.txt
2950  main.cpp
2951  objlib.cpp
2952  staticlib1.cpp
2953  staticlib2.cpp
2954 lib/qt6/cmake/Qt6/libexec/
2955  qt-internal-ninja.bat.in
2956  qt-internal-ninja.in
2957  qt-internal-strip.bat.in
2958  qt-internal-strip.in
2959 lib/qt6/cmake/Qt6/platforms/FindIntegrityPlatformGraphics.cmake
2960 lib/qt6/cmake/Qt6/platforms/Platform/Integrity.cmake
2961 lib/qt6/cmake/Qt6BuildInternals/
2962  Qt6BuildInternalsConfig.cmake
2963  Qt6BuildInternalsConfigVersion.cmake
2964  Qt6BuildInternalsConfigVersionImpl.cmake
2965  QtBuildInternalsExtra.cmake
2966 lib/qt6/cmake/Qt6BuildInternals/QtStandaloneTestTemplateProject/
2967  CMakeLists.txt
2968  Main.cmake
2969 lib/qt6/cmake/Qt6BuildInternals/StandaloneTests/QtBaseTestsConfig.cmake
2970 lib/qt6/cmake/Qt6Concurrent/
2971  Qt6ConcurrentAdditionalTargetInfo.cmake
2972  Qt6ConcurrentConfig.cmake
2973  Qt6ConcurrentConfigVersion.cmake
2974  Qt6ConcurrentConfigVersionImpl.cmake
2975  Qt6ConcurrentDependencies.cmake
2976  Qt6ConcurrentTargets-release.cmake
2977  Qt6ConcurrentTargets.cmake
2978  Qt6ConcurrentVersionlessTargets.cmake
2979 lib/qt6/cmake/Qt6Core/
2980  Qt6CTestMacros.cmake
2981  Qt6CoreAdditionalTargetInfo.cmake
2982  Qt6CoreConfig.cmake
2983  Qt6CoreConfigExtras.cmake
2984  Qt6CoreConfigVersion.cmake
2985  Qt6CoreConfigVersionImpl.cmake
2986  Qt6CoreConfigureFileTemplate.in
2987  Qt6CoreDependencies.cmake
2988  Qt6CoreDeploySupport.cmake
2989  Qt6CoreMacros.cmake
2990  Qt6CoreTargets-release.cmake
2991  Qt6CoreTargets.cmake
2992  Qt6CoreVersionlessTargets.cmake
2993  QtInstallPaths.cmake
2994 lib/qt6/cmake/Qt6CoreTools/
2995  Qt6CoreToolsAdditionalTargetInfo.cmake
2996  Qt6CoreToolsConfig.cmake
2997  Qt6CoreToolsConfigVersion.cmake
2998  Qt6CoreToolsConfigVersionImpl.cmake
2999  Qt6CoreToolsDependencies.cmake
3000  Qt6CoreToolsTargets-release.cmake
3001  Qt6CoreToolsTargets.cmake
3002  Qt6CoreToolsVersionlessTargets.cmake
3003 lib/qt6/cmake/Qt6DBus/
3004  Qt6DBusAdditionalTargetInfo.cmake
3005  Qt6DBusConfig.cmake
3006  Qt6DBusConfigVersion.cmake
3007  Qt6DBusConfigVersionImpl.cmake
3008  Qt6DBusDependencies.cmake
3009  Qt6DBusMacros.cmake
3010  Qt6DBusTargets-release.cmake
3011  Qt6DBusTargets.cmake
3012  Qt6DBusVersionlessTargets.cmake
3013 lib/qt6/cmake/Qt6DBusTools/
3014  Qt6DBusToolsAdditionalTargetInfo.cmake
3015  Qt6DBusToolsConfig.cmake
3016  Qt6DBusToolsConfigVersion.cmake
3017  Qt6DBusToolsConfigVersionImpl.cmake
3018  Qt6DBusToolsDependencies.cmake
3019  Qt6DBusToolsTargets-release.cmake
3020  Qt6DBusToolsTargets.cmake
3021  Qt6DBusToolsVersionlessTargets.cmake
3022 lib/qt6/cmake/Qt6DeviceDiscoverySupportPrivate/
3023  Qt6DeviceDiscoverySupportPrivateAdditionalTargetInfo.cmake
3024  Qt6DeviceDiscoverySupportPrivateConfig.cmake
3025  Qt6DeviceDiscoverySupportPrivateConfigVersion.cmake
3026  Qt6DeviceDiscoverySupportPrivateConfigVersionImpl.cmake
3027  Qt6DeviceDiscoverySupportPrivateDependencies.cmake
3028  Qt6DeviceDiscoverySupportPrivateTargets-release.cmake
3029  Qt6DeviceDiscoverySupportPrivateTargets.cmake
3030  Qt6DeviceDiscoverySupportPrivateVersionlessTargets.cmake
3031 lib/qt6/cmake/Qt6EglFSDeviceIntegrationPrivate/
3032  Qt6EglFSDeviceIntegrationPrivateAdditionalTargetInfo.cmake
3033  Qt6EglFSDeviceIntegrationPrivateConfig.cmake
3034  Qt6EglFSDeviceIntegrationPrivateConfigVersion.cmake
3035  Qt6EglFSDeviceIntegrationPrivateConfigVersionImpl.cmake
3036  Qt6EglFSDeviceIntegrationPrivateDependencies.cmake
3037  Qt6EglFSDeviceIntegrationPrivateTargets-release.cmake
3038  Qt6EglFSDeviceIntegrationPrivateTargets.cmake
3039  Qt6EglFSDeviceIntegrationPrivateVersionlessTargets.cmake
3040 lib/qt6/cmake/Qt6ExampleIconsPrivate/
3041  Qt6ExampleIconsPrivateAdditionalTargetInfo.cmake
3042  Qt6ExampleIconsPrivateConfig.cmake
3043  Qt6ExampleIconsPrivateConfigVersion.cmake
3044  Qt6ExampleIconsPrivateConfigVersionImpl.cmake
3045  Qt6ExampleIconsPrivateTargets-release.cmake
3046  Qt6ExampleIconsPrivateTargets.cmake
3047  Qt6ExampleIconsPrivateVersionlessTargets.cmake
3048 lib/qt6/cmake/Qt6FbSupportPrivate/
3049  Qt6FbSupportPrivateAdditionalTargetInfo.cmake
3050  Qt6FbSupportPrivateConfig.cmake
3051  Qt6FbSupportPrivateConfigVersion.cmake
3052  Qt6FbSupportPrivateConfigVersionImpl.cmake
3053  Qt6FbSupportPrivateDependencies.cmake
3054  Qt6FbSupportPrivateTargets-release.cmake
3055  Qt6FbSupportPrivateTargets.cmake
3056  Qt6FbSupportPrivateVersionlessTargets.cmake
3057 lib/qt6/cmake/Qt6Gui/
3058  Qt6GuiAdditionalTargetInfo.cmake
3059  Qt6GuiConfig.cmake
3060  Qt6GuiConfigVersion.cmake
3061  Qt6GuiConfigVersionImpl.cmake
3062  Qt6GuiDependencies.cmake
3063  Qt6GuiPlugins.cmake
3064  Qt6GuiTargets-release.cmake
3065  Qt6GuiTargets.cmake
3066  Qt6GuiVersionlessTargets.cmake
3067  Qt6QEglFSEmulatorIntegrationPluginAdditionalTargetInfo.cmake
3068  Qt6QEglFSEmulatorIntegrationPluginConfig.cmake
3069  Qt6QEglFSEmulatorIntegrationPluginConfigVersion.cmake
3070  Qt6QEglFSEmulatorIntegrationPluginConfigVersionImpl.cmake
3071  Qt6QEglFSEmulatorIntegrationPluginTargets-release.cmake
3072  Qt6QEglFSEmulatorIntegrationPluginTargets.cmake
3073  Qt6QEglFSIntegrationPluginAdditionalTargetInfo.cmake
3074  Qt6QEglFSIntegrationPluginConfig.cmake
3075  Qt6QEglFSIntegrationPluginConfigVersion.cmake
3076  Qt6QEglFSIntegrationPluginConfigVersionImpl.cmake
3077  Qt6QEglFSIntegrationPluginTargets-release.cmake
3078  Qt6QEglFSIntegrationPluginTargets.cmake
3079  Qt6QGifPluginAdditionalTargetInfo.cmake
3080  Qt6QGifPluginConfig.cmake
3081  Qt6QGifPluginConfigVersion.cmake
3082  Qt6QGifPluginConfigVersionImpl.cmake
3083  Qt6QGifPluginTargets-release.cmake
3084  Qt6QGifPluginTargets.cmake
3085  Qt6QICOPluginAdditionalTargetInfo.cmake
3086  Qt6QICOPluginConfig.cmake
3087  Qt6QICOPluginConfigVersion.cmake
3088  Qt6QICOPluginConfigVersionImpl.cmake
3089  Qt6QICOPluginTargets-release.cmake
3090  Qt6QICOPluginTargets.cmake
3091  Qt6QJpegPluginAdditionalTargetInfo.cmake
3092  Qt6QJpegPluginConfig.cmake
3093  Qt6QJpegPluginConfigVersion.cmake
3094  Qt6QJpegPluginConfigVersionImpl.cmake
3095  Qt6QJpegPluginTargets-release.cmake
3096  Qt6QJpegPluginTargets.cmake
3097  Qt6QMinimalEglIntegrationPluginAdditionalTargetInfo.cmake
3098  Qt6QMinimalEglIntegrationPluginConfig.cmake
3099  Qt6QMinimalEglIntegrationPluginConfigVersion.cmake
3100  Qt6QMinimalEglIntegrationPluginConfigVersionImpl.cmake
3101  Qt6QMinimalEglIntegrationPluginTargets-release.cmake
3102  Qt6QMinimalEglIntegrationPluginTargets.cmake
3103  Qt6QMinimalIntegrationPluginAdditionalTargetInfo.cmake
3104  Qt6QMinimalIntegrationPluginConfig.cmake
3105  Qt6QMinimalIntegrationPluginConfigVersion.cmake
3106  Qt6QMinimalIntegrationPluginConfigVersionImpl.cmake
3107  Qt6QMinimalIntegrationPluginTargets-release.cmake
3108  Qt6QMinimalIntegrationPluginTargets.cmake
3109  Qt6QOffscreenIntegrationPluginAdditionalTargetInfo.cmake
3110  Qt6QOffscreenIntegrationPluginConfig.cmake
3111  Qt6QOffscreenIntegrationPluginConfigVersion.cmake
3112  Qt6QOffscreenIntegrationPluginConfigVersionImpl.cmake
3113  Qt6QOffscreenIntegrationPluginTargets-release.cmake
3114  Qt6QOffscreenIntegrationPluginTargets.cmake
3115  Qt6QTuioTouchPluginAdditionalTargetInfo.cmake
3116  Qt6QTuioTouchPluginConfig.cmake
3117  Qt6QTuioTouchPluginConfigVersion.cmake
3118  Qt6QTuioTouchPluginConfigVersionImpl.cmake
3119  Qt6QTuioTouchPluginTargets-release.cmake
3120  Qt6QTuioTouchPluginTargets.cmake
3121  Qt6QVncIntegrationPluginAdditionalTargetInfo.cmake
3122  Qt6QVncIntegrationPluginConfig.cmake
3123  Qt6QVncIntegrationPluginConfigVersion.cmake
3124  Qt6QVncIntegrationPluginConfigVersionImpl.cmake
3125  Qt6QVncIntegrationPluginTargets-release.cmake
3126  Qt6QVncIntegrationPluginTargets.cmake
3127  Qt6QXdgDesktopPortalThemePluginAdditionalTargetInfo.cmake
3128  Qt6QXdgDesktopPortalThemePluginConfig.cmake
3129  Qt6QXdgDesktopPortalThemePluginConfigVersion.cmake
3130  Qt6QXdgDesktopPortalThemePluginConfigVersionImpl.cmake
3131  Qt6QXdgDesktopPortalThemePluginTargets-release.cmake
3132  Qt6QXdgDesktopPortalThemePluginTargets.cmake
3133 lib/qt6/cmake/Qt6GuiTools/
3134  Qt6GuiToolsAdditionalTargetInfo.cmake
3135  Qt6GuiToolsConfig.cmake
3136  Qt6GuiToolsConfigVersion.cmake
3137  Qt6GuiToolsConfigVersionImpl.cmake
3138  Qt6GuiToolsDependencies.cmake
3139  Qt6GuiToolsTargets-release.cmake
3140  Qt6GuiToolsTargets.cmake
3141  Qt6GuiToolsVersionlessTargets.cmake
3142 lib/qt6/cmake/Qt6HostInfo/Qt6HostInfoConfig.cmake
3143 lib/qt6/cmake/Qt6Network/
3144  Qt6NetworkAdditionalTargetInfo.cmake
3145  Qt6NetworkConfig.cmake
3146  Qt6NetworkConfigVersion.cmake
3147  Qt6NetworkConfigVersionImpl.cmake
3148  Qt6NetworkDependencies.cmake
3149  Qt6NetworkPlugins.cmake
3150  Qt6NetworkTargets-release.cmake
3151  Qt6NetworkTargets.cmake
3152  Qt6NetworkVersionlessTargets.cmake
3153  Qt6QGlibNetworkInformationPluginAdditionalTargetInfo.cmake
3154  Qt6QGlibNetworkInformationPluginConfig.cmake
3155  Qt6QGlibNetworkInformationPluginConfigVersion.cmake
3156  Qt6QGlibNetworkInformationPluginConfigVersionImpl.cmake
3157  Qt6QGlibNetworkInformationPluginTargets-release.cmake
3158  Qt6QGlibNetworkInformationPluginTargets.cmake
3159  Qt6QTlsBackendCertOnlyPluginAdditionalTargetInfo.cmake
3160  Qt6QTlsBackendCertOnlyPluginConfig.cmake
3161  Qt6QTlsBackendCertOnlyPluginConfigVersion.cmake
3162  Qt6QTlsBackendCertOnlyPluginConfigVersionImpl.cmake
3163  Qt6QTlsBackendCertOnlyPluginTargets-release.cmake
3164  Qt6QTlsBackendCertOnlyPluginTargets.cmake
3165  Qt6QTlsBackendOpenSSLPluginAdditionalTargetInfo.cmake
3166  Qt6QTlsBackendOpenSSLPluginConfig.cmake
3167  Qt6QTlsBackendOpenSSLPluginConfigVersion.cmake
3168  Qt6QTlsBackendOpenSSLPluginConfigVersionImpl.cmake
3169  Qt6QTlsBackendOpenSSLPluginTargets-release.cmake
3170  Qt6QTlsBackendOpenSSLPluginTargets.cmake
3171 lib/qt6/cmake/Qt6OpenGL/
3172  Qt6OpenGLAdditionalTargetInfo.cmake
3173  Qt6OpenGLConfig.cmake
3174  Qt6OpenGLConfigVersion.cmake
3175  Qt6OpenGLConfigVersionImpl.cmake
3176  Qt6OpenGLDependencies.cmake
3177  Qt6OpenGLTargets-release.cmake
3178  Qt6OpenGLTargets.cmake
3179  Qt6OpenGLVersionlessTargets.cmake
3180 lib/qt6/cmake/Qt6OpenGLWidgets/
3181  Qt6OpenGLWidgetsAdditionalTargetInfo.cmake
3182  Qt6OpenGLWidgetsConfig.cmake
3183  Qt6OpenGLWidgetsConfigVersion.cmake
3184  Qt6OpenGLWidgetsConfigVersionImpl.cmake
3185  Qt6OpenGLWidgetsDependencies.cmake
3186  Qt6OpenGLWidgetsTargets-release.cmake
3187  Qt6OpenGLWidgetsTargets.cmake
3188  Qt6OpenGLWidgetsVersionlessTargets.cmake
3189 lib/qt6/cmake/Qt6PrintSupport/
3190  Qt6PrintSupportAdditionalTargetInfo.cmake
3191  Qt6PrintSupportConfig.cmake
3192  Qt6PrintSupportConfigVersion.cmake
3193  Qt6PrintSupportConfigVersionImpl.cmake
3194  Qt6PrintSupportDependencies.cmake
3195  Qt6PrintSupportPlugins.cmake
3196  Qt6PrintSupportTargets-release.cmake
3197  Qt6PrintSupportTargets.cmake
3198  Qt6PrintSupportVersionlessTargets.cmake
3199  Qt6QCupsPrinterSupportPluginAdditionalTargetInfo.cmake
3200  Qt6QCupsPrinterSupportPluginConfig.cmake
3201  Qt6QCupsPrinterSupportPluginConfigVersion.cmake
3202  Qt6QCupsPrinterSupportPluginConfigVersionImpl.cmake
3203  Qt6QCupsPrinterSupportPluginTargets-release.cmake
3204  Qt6QCupsPrinterSupportPluginTargets.cmake
3205 lib/qt6/cmake/Qt6Sql/
3206  Qt6QSQLiteDriverPluginAdditionalTargetInfo.cmake
3207  Qt6QSQLiteDriverPluginConfig.cmake
3208  Qt6QSQLiteDriverPluginConfigVersion.cmake
3209  Qt6QSQLiteDriverPluginConfigVersionImpl.cmake
3210  Qt6QSQLiteDriverPluginTargets-release.cmake
3211  Qt6QSQLiteDriverPluginTargets.cmake
3212  Qt6SqlAdditionalTargetInfo.cmake
3213  Qt6SqlConfig.cmake
3214  Qt6SqlConfigVersion.cmake
3215  Qt6SqlConfigVersionImpl.cmake
3216  Qt6SqlDependencies.cmake
3217  Qt6SqlPlugins.cmake
3218  Qt6SqlTargets-release.cmake
3219  Qt6SqlTargets.cmake
3220  Qt6SqlVersionlessTargets.cmake
3221 lib/qt6/cmake/Qt6Test/
3222  Qt6TestAdditionalTargetInfo.cmake
3223  Qt6TestConfig.cmake
3224  Qt6TestConfigVersion.cmake
3225  Qt6TestConfigVersionImpl.cmake
3226  Qt6TestDependencies.cmake
3227  Qt6TestTargets-release.cmake
3228  Qt6TestTargets.cmake
3229  Qt6TestVersionlessTargets.cmake
3230 lib/qt6/cmake/Qt6Widgets/
3231  Qt6WidgetsAdditionalTargetInfo.cmake
3232  Qt6WidgetsConfig.cmake
3233  Qt6WidgetsConfigVersion.cmake
3234  Qt6WidgetsConfigVersionImpl.cmake
3235  Qt6WidgetsDependencies.cmake
3236  Qt6WidgetsMacros.cmake
3237  Qt6WidgetsTargets-release.cmake
3238  Qt6WidgetsTargets.cmake
3239  Qt6WidgetsVersionlessTargets.cmake
3240 lib/qt6/cmake/Qt6WidgetsTools/
3241  Qt6WidgetsToolsAdditionalTargetInfo.cmake
3242  Qt6WidgetsToolsConfig.cmake
3243  Qt6WidgetsToolsConfigVersion.cmake
3244  Qt6WidgetsToolsConfigVersionImpl.cmake
3245  Qt6WidgetsToolsDependencies.cmake
3246  Qt6WidgetsToolsTargets-release.cmake
3247  Qt6WidgetsToolsTargets.cmake
3248  Qt6WidgetsToolsVersionlessTargets.cmake
3249 lib/qt6/cmake/Qt6Xml/
3250  Qt6XmlAdditionalTargetInfo.cmake
3251  Qt6XmlConfig.cmake
3252  Qt6XmlConfigVersion.cmake
3253  Qt6XmlConfigVersionImpl.cmake
3254  Qt6XmlDependencies.cmake
3255  Qt6XmlTargets-release.cmake
3256  Qt6XmlTargets.cmake
3257  Qt6XmlVersionlessTargets.cmake
3258 lib/qt6/metatypes/
3259  qt6concurrent_release_metatypes.json
3260  qt6core_release_metatypes.json
3261  qt6dbus_release_metatypes.json
3262  qt6devicediscoverysupportprivate_release_metatypes.json
3263  qt6eglfsdeviceintegrationprivate_release_metatypes.json
3264  qt6exampleiconsprivate_release_metatypes.json
3265  qt6fbsupportprivate_release_metatypes.json
3266  qt6gui_release_metatypes.json
3267  qt6network_release_metatypes.json
3268  qt6opengl_release_metatypes.json
3269  qt6openglwidgets_release_metatypes.json
3270  qt6printsupport_release_metatypes.json
3271  qt6sql_release_metatypes.json
3272  qt6test_release_metatypes.json
3273  qt6widgets_release_metatypes.json
3274  qt6xml_release_metatypes.json
3275 lib/qt6/mkspecs/
3276  qconfig.pri
3277  qmodule.pri
3278 lib/qt6/mkspecs/aix-g++/
3279  qmake.conf
3280  qplatformdefs.h
3281 lib/qt6/mkspecs/aix-g++-64/
3282  qmake.conf
3283  qplatformdefs.h
3284 lib/qt6/mkspecs/android-clang/
3285  qmake.conf
3286  qplatformdefs.h
3287 lib/qt6/mkspecs/common/
3288  clang-mac.conf
3289  clang.conf
3290  g++-base.conf
3291  g++-macx.conf
3292  g++-unix.conf
3293  g++-win32.conf
3294  g++.conf
3295  gcc-base-mac.conf
3296  gcc-base-unix.conf
3297  gcc-base.conf
3298  ghs-base.conf
3299  ghs-integrity-armv7.conf
3300  ghs-integrity-armv8.conf
3301  ghs-integrity-x86.conf
3302  icc-base-unix.conf
3303  ios.conf
3304  linux.conf
3305  llvm.conf
3306  mac.conf
3307  macx.conf
3308  msvc-based-version.conf
3309  msvc-desktop.conf
3310  msvc-version.conf
3311  qcc-base-qnx-aarch64le.conf
3312  qcc-base-qnx-armle-v7.conf
3313  qcc-base-qnx-x86-64.conf
3314  qcc-base-qnx-x86.conf
3315  qcc-base-qnx.conf
3316  qcc-base.conf
3317  rtems-base.conf
3318  sanitize.conf
3319  shell-unix.conf
3320  shell-win32.conf
3321  solaris.conf
3322  tvos.conf
3323  uikit.conf
3324  unix.conf
3325  watchos.conf
3326  windows-desktop.conf
3327  windows-vulkan.conf
3328 lib/qt6/mkspecs/common/aix/qplatformdefs.h
3329 lib/qt6/mkspecs/common/android/qplatformdefs.h
3330 lib/qt6/mkspecs/common/bsd/
3331  bsd.conf
3332  qplatformdefs.h
3333 lib/qt6/mkspecs/common/c89/qplatformdefs.h
3334 lib/qt6/mkspecs/common/integrity/qplatformdefs.h
3335 lib/qt6/mkspecs/common/mac/qplatformdefs.h
3336 lib/qt6/mkspecs/common/nacl/
3337  g++-nacl32.conf
3338  g++-nacl64.conf
3339  nacl-base.conf
3340  qplatformdefs.h
3341 lib/qt6/mkspecs/common/posix/qplatformdefs.h
3342 lib/qt6/mkspecs/common/qnx/qplatformdefs.h
3343 lib/qt6/mkspecs/common/rtems/qplatformdefs.h
3344 lib/qt6/mkspecs/common/uikit/
3345  clang.conf
3346  qmake.conf
3347 lib/qt6/mkspecs/common/uikit/GLES2/gl2.h
3348 lib/qt6/mkspecs/common/wasm/
3349  qplatformdefs.h
3350  wasm.conf
3351 lib/qt6/mkspecs/cygwin-g++/
3352  qmake.conf
3353  qplatformdefs.h
3354 lib/qt6/mkspecs/darwin-g++/
3355  qmake.conf
3356  qplatformdefs.h
3357 lib/qt6/mkspecs/devices/common/
3358  freebsd_device_post.conf
3359  freebsd_device_pre.conf
3360  linux_arm_device_post.conf
3361  linux_device_post.conf
3362  linux_device_pre.conf
3363 lib/qt6/mkspecs/devices/freebsd-generic-clang/
3364  qmake.conf
3365  qplatformdefs.h
3366 lib/qt6/mkspecs/devices/freebsd-rasp-pi-clang/
3367  qmake.conf
3368  qplatformdefs.h
3369 lib/qt6/mkspecs/devices/integrity-armv8-SA8155P/
3370  qmake.conf
3371  qplatformdefs.h
3372 lib/qt6/mkspecs/devices/integrity-armv8-drive-cx/
3373  qmake.conf
3374  qplatformdefs.h
3375 lib/qt6/mkspecs/devices/integrity-armv8-msm8996au/
3376  qmake.conf
3377  qplatformdefs.h
3378 lib/qt6/mkspecs/devices/linux-archos-gen8-g++/
3379  qmake.conf
3380  qplatformdefs.h
3381 lib/qt6/mkspecs/devices/linux-arm-amlogic-8726M-g++/
3382  qeglfshooks_8726m.cpp
3383  qmake.conf
3384  qplatformdefs.h
3385 lib/qt6/mkspecs/devices/linux-arm-generic-g++/
3386  qmake.conf
3387  qplatformdefs.h
3388 lib/qt6/mkspecs/devices/linux-arm-hisilicon-hix5hd2-g++/
3389  qmake.conf
3390  qplatformdefs.h
3391 lib/qt6/mkspecs/devices/linux-arm-trident-pnx8473-g++/
3392  qmake.conf
3393  qplatformdefs.h
3394 lib/qt6/mkspecs/devices/linux-beagleboard-g++/
3395  qmake.conf
3396  qplatformdefs.h
3397 lib/qt6/mkspecs/devices/linux-colibri-vf-g++/
3398  qmake.conf
3399  qplatformdefs.h
3400 lib/qt6/mkspecs/devices/linux-drive-cx-g++/
3401  qmake.conf
3402  qplatformdefs.h
3403 lib/qt6/mkspecs/devices/linux-emu-g++/
3404  qmake.conf
3405  qplatformdefs.h
3406 lib/qt6/mkspecs/devices/linux-generic-g++/
3407  qmake.conf
3408  qplatformdefs.h
3409 lib/qt6/mkspecs/devices/linux-imx53qsb-g++/
3410  qmake.conf
3411  qplatformdefs.h
3412 lib/qt6/mkspecs/devices/linux-imx6-g++/
3413  qmake.conf
3414  qplatformdefs.h
3415 lib/qt6/mkspecs/devices/linux-imx7-g++/
3416  qmake.conf
3417  qplatformdefs.h
3418 lib/qt6/mkspecs/devices/linux-imx8-g++/
3419  qmake.conf
3420  qplatformdefs.h
3421 lib/qt6/mkspecs/devices/linux-jetson-tk1-g++/
3422  qmake.conf
3423  qplatformdefs.h
3424 lib/qt6/mkspecs/devices/linux-jetson-tk1-pro-g++/
3425  qmake.conf
3426  qplatformdefs.h
3427 lib/qt6/mkspecs/devices/linux-jetson-tx1-g++/
3428  qmake.conf
3429  qplatformdefs.h
3430 lib/qt6/mkspecs/devices/linux-mipsel-broadcom-97425-g++/
3431  qdirectfbeglhooks_bcm97425.cpp
3432  qmake.conf
3433  qplatformdefs.h
3434 lib/qt6/mkspecs/devices/linux-mipsel-ci20-g++/
3435  qmake.conf
3436  qplatformdefs.h
3437 lib/qt6/mkspecs/devices/linux-nuc-g++/
3438  qmake.conf
3439  qplatformdefs.h
3440 lib/qt6/mkspecs/devices/linux-odroid-xu3-g++/
3441  qmake.conf
3442  qplatformdefs.h
3443 lib/qt6/mkspecs/devices/linux-rasp-pi-g++/
3444  qmake.conf
3445  qplatformdefs.h
3446 lib/qt6/mkspecs/devices/linux-rasp-pi2-g++/
3447  qmake.conf
3448  qplatformdefs.h
3449 lib/qt6/mkspecs/devices/linux-rasp-pi3-g++/
3450  qmake.conf
3451  qplatformdefs.h
3452 lib/qt6/mkspecs/devices/linux-rasp-pi3-vc4-g++/
3453  qmake.conf
3454  qplatformdefs.h
3455 lib/qt6/mkspecs/devices/linux-rasp-pi4-aarch64/
3456  qmake.conf
3457  qplatformdefs.h
3458 lib/qt6/mkspecs/devices/linux-rasp-pi4-v3d-g++/
3459  qmake.conf
3460  qplatformdefs.h
3461 lib/qt6/mkspecs/devices/linux-rcar-h2-g++/
3462  qmake.conf
3463  qplatformdefs.h
3464 lib/qt6/mkspecs/devices/linux-rcar-m3-g++/
3465  qmake.conf
3466  qplatformdefs.h
3467 lib/qt6/mkspecs/devices/linux-sh4-stmicro-ST7108-g++/
3468  qmake.conf
3469  qplatformdefs.h
3470 lib/qt6/mkspecs/devices/linux-sh4-stmicro-ST7540-g++/
3471  qmake.conf
3472  qplatformdefs.h
3473 lib/qt6/mkspecs/devices/linux-snowball-g++/
3474  qmake.conf
3475  qplatformdefs.h
3476 lib/qt6/mkspecs/devices/linux-tegra2-g++/
3477  qmake.conf
3478  qplatformdefs.h
3479 lib/qt6/mkspecs/devices/linux-tinkerboard-g++/
3480  qmake.conf
3481  qplatformdefs.h
3482 lib/qt6/mkspecs/dragonfly-g++/
3483  qmake.conf
3484  qplatformdefs.h
3485 lib/qt6/mkspecs/dummy/qmake.conf
3486 lib/qt6/mkspecs/features/
3487  benchmark.prf
3488  build_pass.prf
3489  cmake_functions.prf
3490  cmdline.prf
3491  configure.prf
3492  configure_base.prf
3493  coverage.prf
3494  create_cmake.prf
3495  ctest_testcase.prf
3496  ctest_testcase_common.prf
3497  ctest_testcase_installed.prf
3498  dbusadaptors.prf
3499  dbuscommon.pri
3500  dbusinterfaces.prf
3501  declarative_debug.prf
3502  default_post.prf
3503  default_pre.prf
3504  designer_defines.prf
3505  device_config.prf
3506  egl.prf
3507  entrypoint.prf
3508  exceptions.prf
3509  exceptions_off.prf
3510  exclusive_builds.prf
3511  exclusive_builds_post.prf
3512  file_copies.prf
3513  gc_binaries.prf
3514  gcov.prf
3515  include_source_dir.prf
3516  incredibuild_xge.prf
3517  java.prf
3518  lex.prf
3519  link_ltcg.prf
3520  link_pkgconfig.prf
3521  lrelease.prf
3522  ltcg.prf
3523  metatypes.prf
3524  moc.prf
3525  no_debug_info.prf
3526  permissions.prf
3527  plugin_bundle.prf
3528  precompile_header.prf
3529  qgltf.prf
3530  qlalr.prf
3531  qmake_use.prf
3532  qml_debug.prf
3533  qml_module.prf
3534  qml_plugin.prf
3535  qmltestcase.prf
3536  qt.prf
3537  qt_config.prf
3538  qt_functions.prf
3539  resolve_config.prf
3540  resolve_target.prf
3541  resources.prf
3542  resources_functions.prf
3543  rtti.prf
3544  rtti_off.prf
3545  sanitizer.prf
3546  silent.prf
3547  simd.prf
3548  spec_post.prf
3549  spec_pre.prf
3550  static_runtime.prf
3551  testcase.prf
3552  testcase_targets.prf
3553  testcocoon.prf
3554  testlib_defines.prf
3555  toolchain.prf
3556  uic.prf
3557  use_c_linker.prf
3558  vxworks.prf
3559  warn_off.prf
3560  warn_on.prf
3561  wayland-scanner.prf
3562  xctest.prf
3563  yacc.prf
3564 lib/qt6/mkspecs/features/android/
3565  android.prf
3566  android_deployment_settings.prf
3567  default_pre.prf
3568  resolve_config.prf
3569  resolve_target.prf
3570  sdk.prf
3571  spec_post.prf
3572 lib/qt6/mkspecs/features/data/
3573  configure.json
3574  dummy.cpp
3575  dumpvcvars.bat
3576  macros.cpp
3577 lib/qt6/mkspecs/features/data/mac/objc_namespace.sh
3578 lib/qt6/mkspecs/features/data/testserver/
3579  Dockerfile
3580  docker-compose-common.yml
3581 lib/qt6/mkspecs/features/mac/
3582  asset_catalogs.prf
3583  default_post.prf
3584  default_pre.prf
3585  mac.prf
3586  no_warn_empty_obj_files.prf
3587  objective_c.prf
3588  rez.prf
3589  sdk.mk
3590  sdk.prf
3591  toolchain.prf
3592 lib/qt6/mkspecs/features/mac/unsupported/objc_namespace.prf
3593 lib/qt6/mkspecs/features/uikit/
3594  bitcode.prf
3595  default_post.prf
3596  default_pre.prf
3597  device_destinations.sh
3598  devices.py
3599  exclusive_builds_post.prf
3600  gc_binaries.prf
3601  resolve_config.prf
3602  sdk.prf
3603  testcase.prf
3604  testcase_targets.prf
3605  watchos_coretext.prf
3606  xcodebuild.mk
3607  xcodebuild.prf
3608 lib/qt6/mkspecs/features/unix/
3609  bsymbolic_functions.prf
3610  ccache.prf
3611  hide_symbols.prf
3612  largefile.prf
3613  no_direct_extern_access.prf
3614  opengl.prf
3615  separate_debug_info.prf
3616  thread.prf
3617  x11.prf
3618  x11inc.prf
3619  x11lib.prf
3620  x11sm.prf
3621 lib/qt6/mkspecs/features/unsupported/testserver.prf
3622 lib/qt6/mkspecs/features/wasm/
3623  default_pre.prf
3624  emcc_ver.prf
3625  wasm.prf
3626 lib/qt6/mkspecs/features/win32/
3627  console.prf
3628  default_pre.prf
3629  dumpcpp.prf
3630  idcidl.prf
3631  msvc_mp.prf
3632  opengl.prf
3633  separate_debug_info.prf
3634  stl.prf
3635  stl_off.prf
3636  windeployqt.prf
3637  windows.prf
3638  windows_vulkan_sdk.prf
3639 lib/qt6/mkspecs/freebsd-clang/
3640  qmake.conf
3641  qplatformdefs.h
3642 lib/qt6/mkspecs/freebsd-g++/
3643  qmake.conf
3644  qplatformdefs.h
3645 lib/qt6/mkspecs/haiku-g++/
3646  qmake.conf
3647  qplatformdefs.h
3648 lib/qt6/mkspecs/hpuxi-g++-64/
3649  qmake.conf
3650  qplatformdefs.h
3651 lib/qt6/mkspecs/hurd-g++/
3652  qmake.conf
3653  qplatformdefs.h
3654 lib/qt6/mkspecs/integrity-armv7/
3655  qmake.conf
3656  qplatformdefs.h
3657 lib/qt6/mkspecs/integrity-armv7-imx6/
3658  qmake.conf
3659  qplatformdefs.h
3660 lib/qt6/mkspecs/integrity-armv8-rcar/
3661  qmake.conf
3662  qplatformdefs.h
3663 lib/qt6/mkspecs/integrity-x86/
3664  qmake.conf
3665  qplatformdefs.h
3666 lib/qt6/mkspecs/linux-aarch64-gnu-g++/
3667  qmake.conf
3668  qplatformdefs.h
3669 lib/qt6/mkspecs/linux-arm-gnueabi-g++/
3670  qmake.conf
3671  qplatformdefs.h
3672 lib/qt6/mkspecs/linux-clang/
3673  qmake.conf
3674  qplatformdefs.h
3675 lib/qt6/mkspecs/linux-clang-32/
3676  qmake.conf
3677  qplatformdefs.h
3678 lib/qt6/mkspecs/linux-clang-libc++/
3679  qmake.conf
3680  qplatformdefs.h
3681 lib/qt6/mkspecs/linux-clang-libc++-32/
3682  qmake.conf
3683  qplatformdefs.h
3684 lib/qt6/mkspecs/linux-g++/
3685  qmake.conf
3686  qplatformdefs.h
3687 lib/qt6/mkspecs/linux-g++-32/
3688  qmake.conf
3689  qplatformdefs.h
3690 lib/qt6/mkspecs/linux-g++-64/
3691  qmake.conf
3692  qplatformdefs.h
3693 lib/qt6/mkspecs/linux-icc/
3694  qmake.conf
3695  qplatformdefs.h
3696 lib/qt6/mkspecs/linux-icc-32/
3697  qmake.conf
3698  qplatformdefs.h
3699 lib/qt6/mkspecs/linux-icc-64/
3700  qmake.conf
3701  qplatformdefs.h
3702 lib/qt6/mkspecs/linux-icc-k1om/
3703  qmake.conf
3704  qplatformdefs.h
3705 lib/qt6/mkspecs/linux-llvm/
3706  qmake.conf
3707  qplatformdefs.h
3708 lib/qt6/mkspecs/linux-lsb-g++/
3709  qmake.conf
3710  qplatformdefs.h
3711 lib/qt6/mkspecs/lynxos-g++/
3712  qmake.conf
3713  qplatformdefs.h
3714 lib/qt6/mkspecs/macx-clang/
3715  Info.plist.app
3716  Info.plist.dSYM.in
3717  Info.plist.disable_highdpi
3718  Info.plist.lib
3719  qmake.conf
3720  qplatformdefs.h
3721 lib/qt6/mkspecs/macx-g++/
3722  Info.plist.app
3723  Info.plist.dSYM.in
3724  Info.plist.lib
3725  qmake.conf
3726  qplatformdefs.h
3727 lib/qt6/mkspecs/macx-icc/
3728  Info.plist.app
3729  Info.plist.dSYM.in
3730  Info.plist.lib
3731  qmake.conf
3732  qplatformdefs.h
3733 lib/qt6/mkspecs/macx-ios-clang/
3734  Info.plist.app
3735  Info.plist.dSYM.in
3736  Info.plist.lib
3737  LaunchScreen.storyboard
3738  qmake.conf
3739  qplatformdefs.h
3740 lib/qt6/mkspecs/macx-ios-clang/features/default_post.prf
3741 lib/qt6/mkspecs/macx-xcode/
3742  QtTest.plist
3743  WorkspaceSettings.xcsettings
3744  default.xcscheme
3745  qmake.conf
3746  qplatformdefs.h
3747 lib/qt6/mkspecs/midnightbsd-g++/
3748  qmake.conf
3749  qplatformdefs.h
3750 lib/qt6/mkspecs/modules/
3751  README
3752  qt_lib_concurrent.pri
3753  qt_lib_concurrent_private.pri
3754  qt_lib_core.pri
3755  qt_lib_core_private.pri
3756  qt_lib_dbus.pri
3757  qt_lib_dbus_private.pri
3758  qt_lib_devicediscovery_support_private.pri
3759  qt_lib_eglfsdeviceintegration_private.pri
3760  qt_lib_example_icons_private.pri
3761  qt_lib_fb_support_private.pri
3762  qt_lib_gui.pri
3763  qt_lib_gui_private.pri
3764  qt_lib_input_support_private.pri
3765  qt_lib_network.pri
3766  qt_lib_network_private.pri
3767  qt_lib_opengl.pri
3768  qt_lib_opengl_private.pri
3769  qt_lib_openglwidgets.pri
3770  qt_lib_openglwidgets_private.pri
3771  qt_lib_printsupport.pri
3772  qt_lib_printsupport_private.pri
3773  qt_lib_sql.pri
3774  qt_lib_sql_private.pri
3775  qt_lib_testlib.pri
3776  qt_lib_testlib_private.pri
3777  qt_lib_widgets.pri
3778  qt_lib_widgets_private.pri
3779  qt_lib_xml.pri
3780  qt_lib_xml_private.pri
3781 lib/qt6/mkspecs/netbsd-g++/
3782  qmake.conf
3783  qplatformdefs.h
3784 lib/qt6/mkspecs/openbsd-g++/
3785  qmake.conf
3786  qplatformdefs.h
3787 lib/qt6/mkspecs/qnx-aarch64le-qcc/
3788  qmake.conf
3789  qplatformdefs.h
3790 lib/qt6/mkspecs/qnx-armle-v7-qcc/
3791  qmake.conf
3792  qplatformdefs.h
3793 lib/qt6/mkspecs/qnx-x86-64-qcc/
3794  qmake.conf
3795  qplatformdefs.h
3796 lib/qt6/mkspecs/qnx-x86-qcc/
3797  qmake.conf
3798  qplatformdefs.h
3799 lib/qt6/mkspecs/solaris-cc/
3800  qmake.conf
3801  qplatformdefs.h
3802 lib/qt6/mkspecs/solaris-cc-64/
3803  qmake.conf
3804  qplatformdefs.h
3805 lib/qt6/mkspecs/solaris-cc-64-stlport/
3806  qmake.conf
3807  qplatformdefs.h
3808 lib/qt6/mkspecs/solaris-cc-stlport/
3809  qmake.conf
3810  qplatformdefs.h
3811 lib/qt6/mkspecs/solaris-g++/
3812  qmake.conf
3813  qplatformdefs.h
3814 lib/qt6/mkspecs/solaris-g++-64/
3815  qmake.conf
3816  qplatformdefs.h
3817 lib/qt6/mkspecs/unsupported/linux-host-g++/
3818  qmake.conf
3819  qplatformdefs.h
3820 lib/qt6/mkspecs/unsupported/linux-scratchbox2-g++/
3821  qmake.conf
3822  qplatformdefs.h
3823 lib/qt6/mkspecs/unsupported/macx-tvos-clang/
3824  Info.plist.app
3825  Info.plist.lib
3826  qmake.conf
3827  qplatformdefs.h
3828 lib/qt6/mkspecs/unsupported/macx-watchos-clang/
3829  Info.plist.app
3830  Info.plist.lib
3831  qmake.conf
3832  qplatformdefs.h
3833 lib/qt6/mkspecs/unsupported/nacl-g++/
3834  qmake.conf
3835  qplatformdefs.h
3836 lib/qt6/mkspecs/unsupported/nacl64-g++/
3837  qmake.conf
3838  qplatformdefs.h
3839 lib/qt6/mkspecs/unsupported/qnx-X11-g++/
3840  qmake.conf
3841  qplatformdefs.h
3842 lib/qt6/mkspecs/unsupported/vxworks-ppc-dcc/
3843  qmake.conf
3844  qplatformdefs.h
3845 lib/qt6/mkspecs/unsupported/vxworks-ppc-g++/
3846  qmake.conf
3847  qplatformdefs.h
3848 lib/qt6/mkspecs/unsupported/vxworks-simpentium-dcc/
3849  qmake.conf
3850  qplatformdefs.h
3851 lib/qt6/mkspecs/unsupported/vxworks-simpentium-g++/
3852  qmake.conf
3853  qplatformdefs.h
3854 lib/qt6/mkspecs/wasm-emscripten/
3855  qmake.conf
3856  qplatformdefs.h
3857 lib/qt6/mkspecs/wasm-emscripten-64/
3858  qmake.conf
3859  qplatformdefs.h
3860 lib/qt6/mkspecs/win32-arm64-msvc/
3861  qmake.conf
3862  qplatformdefs.h
3863 lib/qt6/mkspecs/win32-clang-g++/
3864  qmake.conf
3865  qplatformdefs.h
3866 lib/qt6/mkspecs/win32-clang-msvc/
3867  qmake.conf
3868  qplatformdefs.h
3869 lib/qt6/mkspecs/win32-g++/
3870  qmake.conf
3871  qplatformdefs.h
3872 lib/qt6/mkspecs/win32-icc/
3873  qmake.conf
3874  qplatformdefs.h
3875 lib/qt6/mkspecs/win32-icc-k1om/
3876  qmake.conf
3877  qplatformdefs.h
3878 lib/qt6/mkspecs/win32-msvc/
3879  qmake.conf
3880  qplatformdefs.h
3881 lib/qt6/modules/
3882  Concurrent.json
3883  Core.json
3884  DBus.json
3885  DeviceDiscoverySupportPrivate.json
3886  EglFSDeviceIntegrationPrivate.json
3887  ExampleIconsPrivate.json
3888  FbSupportPrivate.json
3889  Gui.json
3890  InputSupportPrivate.json
3891  Network.json
3892  OpenGL.json
3893  OpenGLWidgets.json
3894  PrintSupport.json
3895  Sql.json
3896  Test.json
3897  Widgets.json
3898  Xml.json
3899 lib/qt6/objects-Release/ExampleIconsPrivate_resources_1/.rcc/qrc_example_icons.cpp.o
3900 lib/qt6/pkgconfig/
3901  Qt6Concurrent.pc
3902  Qt6Core.pc
3903  Qt6DBus.pc
3904  Qt6Gui.pc
3905  Qt6Network.pc
3906  Qt6OpenGL.pc
3907  Qt6OpenGLWidgets.pc
3908  Qt6Platform.pc
3909  Qt6PrintSupport.pc
3910  Qt6Sql.pc
3911  Qt6Test.pc
3912  Qt6Widgets.pc
3913  Qt6Xml.pc
3914 libexec/qt6/
3915  android_emulator_launcher.sh
3916  cmake_automoc_parser
3917  ensure_pro_file.cmake
3918  moc
3919  qlalr
3920  qt-cmake-private
3921  qt-cmake-private-install.cmake
3922  qt-cmake-standalone-test
3923  qt-internal-configure-tests
3924  qt-testrunner.py
3925  qvkgen
3926  rcc
3927  sanitizer-testrunner.py
3928  syncqt
3929  tracegen
3930  tracepointgen
3931  uic
3932
3933
3934 [FILE:3298:manifests/plist.docs]
3935 share/doc/qt6/config/
3936  exampleurl-qt3d.qdocconf
3937  exampleurl-qtactiveqt.qdocconf
3938  exampleurl-qtandroidextras.qdocconf
3939  exampleurl-qtbase.qdocconf
3940  exampleurl-qtcharts.qdocconf
3941  exampleurl-qtconnectivity.qdocconf
3942  exampleurl-qtdatavis3d.qdocconf
3943  exampleurl-qtdeclarative.qdocconf
3944  exampleurl-qtdoc.qdocconf
3945  exampleurl-qtgamepad.qdocconf
3946  exampleurl-qtgraphicaleffects.qdocconf
3947  exampleurl-qtimageformats.qdocconf
3948  exampleurl-qtlocation.qdocconf
3949  exampleurl-qtlottie.qdocconf
3950  exampleurl-qtmacextras.qdocconf
3951  exampleurl-qtmultimedia.qdocconf
3952  exampleurl-qtnetworkauth.qdocconf
3953  exampleurl-qtpositioning.qdocconf
3954  exampleurl-qtpurchasing.qdocconf
3955  exampleurl-qtquickcontrols.qdocconf
3956  exampleurl-qtquickcontrols2.qdocconf
3957  exampleurl-qtremoteobjects.qdocconf
3958  exampleurl-qtscript.qdocconf
3959  exampleurl-qtscxml.qdocconf
3960  exampleurl-qtsensors.qdocconf
3961  exampleurl-qtserialbus.qdocconf
3962  exampleurl-qtserialport.qdocconf
3963  exampleurl-qtspeech.qdocconf
3964  exampleurl-qtsvg.qdocconf
3965  exampleurl-qttools.qdocconf
3966  exampleurl-qtvirtualkeyboard.qdocconf
3967  exampleurl-qtwayland.qdocconf
3968  exampleurl-qtwebchannel.qdocconf
3969  exampleurl-qtwebengine.qdocconf
3970  exampleurl-qtwebsockets.qdocconf
3971  exampleurl-qtwebview.qdocconf
3972  exampleurl-qtwinextras.qdocconf
3973  exampleurl-qtx11extras.qdocconf
3974  exampleurl-qtxmlpatterns.qdocconf
3975 share/doc/qt6/global/
3976  compat.qdocconf
3977  config.qdocconf
3978  externalsites.qdocconf
3979  fileextensions.qdocconf
3980  html-config.qdocconf
3981  html-footer-online.qdocconf
3982  html-footer.qdocconf
3983  html-header-offline.qdocconf
3984  html-header-online.qdocconf
3985  htmltabs.qdocconf
3986  macros-online.qdocconf
3987  macros.qdocconf
3988  manifest-meta.qdocconf
3989  qt-cpp-defines.qdocconf
3990  qt-html-templates-offline-simple.qdocconf
3991  qt-html-templates-offline.qdocconf
3992  qt-html-templates-online.qdocconf
3993  qt-module-defaults-offline.qdocconf
3994  qt-module-defaults-online-commercial.qdocconf
3995  qt-module-defaults-online.qdocconf
3996  qt-module-defaults.qdocconf
3997 share/doc/qt6/global/externalsites/
3998  external-resources.qdoc
3999  qt-webpages.qdoc
4000  qtcreator.qdoc
4001  qtdesignstudio.qdoc
4002  rfc.qdoc
4003 share/doc/qt6/global/includes/
4004  cli-build-cmake.qdocinc
4005  examples-run.qdocinc
4006  module-use.qdocinc
4007 share/doc/qt6/global/includes-online/search.qdoc
4008 share/doc/qt6/global/includes/corelib/port-from-qregexp.qdocinc
4009 share/doc/qt6/global/includes/standardpath/functiondocs.qdocinc
4010 share/doc/qt6/global/snippets/code/doc_src_port_from_qregexp.cpp
4011 share/doc/qt6/global/template/images/
4012  Qt-dark_gradient.png
4013  Qt-footer-bg.jpg
4014  Qt-footer_shadow.png
4015  Qt-gradient.png
4016  Qt-header-bg.jpg
4017  Qt-logo.png
4018  arrow.png
4019  arrow_bc.png
4020  arrow_down.png
4021  bg_l.png
4022  bg_l_blank.png
4023  bg_ll_blank.png
4024  bg_r.png
4025  bg_ul_blank.png
4026  bgrContent.png
4027  blu_dot.png
4028  box_bg.png
4029  breadcrumb.png
4030  btn_next.png
4031  btn_prev.png
4032  bullet_dn.png
4033  bullet_gt.png
4034  bullet_sq.png
4035  bullet_up.png
4036  feedbackground.png
4037  header_bg.png
4038  home.png
4039  horBar.png
4040  ico_note.png
4041  ico_note_attention.png
4042  ico_out.png
4043  logo.png
4044  page.png
4045  page_bg.png
4046  spinner.gif
4047  sprites-combined.png
4048 share/doc/qt6/global/template/scripts/
4049  extras.js
4050  main.js
4051 share/doc/qt6/global/template/style/
4052  cookie-confirm.css
4053  cookiebar-x.png
4054  doc_search.png
4055  gsc.css
4056  htmltabs.css
4057  icomoon.eot
4058  icomoon.svg
4059  icomoon.ttf
4060  icomoon.woff
4061  list_arrow.png
4062  list_expand.png
4063  offline-dark.css
4064  offline-simple.css
4065  offline.css
4066  online.css
4067  theqtcompany.png
4068
4069
4070 [FILE:504:patches/patch-cmake_QtFlagHandlingHelpers.cmake]
4071 --- cmake/QtFlagHandlingHelpers.cmake.orig      2023-07-06 10:02:03 UTC
4072 +++ cmake/QtFlagHandlingHelpers.cmake
4073 @@ -110,7 +110,6 @@ function(qt_internal_add_link_flags_no_u
4074          if (NOT HAVE_DASH_UNDEFINED_SYMBOLS AND NOT HAVE_DASH_DASH_NO_UNDEFINED)
4075              message(FATAL_ERROR "Platform linker doesn't support erroring upon encountering undefined symbols. Target:\"${target}\".")
4076          endif()
4077 -        target_link_options("${target}" PRIVATE "${no_undefined_flag}")
4078      endif()
4079  endfunction()
4080  
4081
4082
4083 [FILE:1221:patches/patch-cmake_QtPlatformSupport.cmake]
4084 --- cmake/QtPlatformSupport.cmake.orig  2023-07-06 10:02:03 UTC
4085 +++ cmake/QtPlatformSupport.cmake
4086 @@ -19,6 +19,8 @@ qt_set01(QNX CMAKE_SYSTEM_NAME STREQUAL
4087  qt_set01(OPENBSD CMAKE_SYSTEM_NAME STREQUAL "OpenBSD") # FIXME: How to identify this?
4088  qt_set01(FREEBSD CMAKE_SYSTEM_NAME STREQUAL "FreeBSD") # FIXME: How to identify this?
4089  qt_set01(NETBSD CMAKE_SYSTEM_NAME STREQUAL "NetBSD") # FIXME: How to identify this?
4090 +qt_set01(DRAGONFLY CMAKE_SYSTEM_NAME STREQUAL "DragonFly") # FIXME: How to identify this?
4091 +qt_set01(MIDNIGHT CMAKE_SYSTEM_NAME STREQUAL "MidnightBSD") # FIXME: How to identify this?
4092  qt_set01(WASM CMAKE_SYSTEM_NAME STREQUAL "Emscripten" OR EMSCRIPTEN)
4093  qt_set01(WASM64 QT_QMAKE_TARGET_MKSPEC STREQUAL "wasm-emscripten-64")
4094  qt_set01(SOLARIS CMAKE_SYSTEM_NAME STREQUAL "SunOS")
4095 @@ -28,7 +30,7 @@ qt_set01(HURD CMAKE_SYSTEM_NAME STREQUAL
4096  # compile definition into its generated toolchain.cmake file
4097  qt_set01(WEBOS CMAKE_CXX_FLAGS MATCHES "-D__WEBOS__")
4098  
4099 -qt_set01(BSD APPLE OR OPENBSD OR FREEBSD OR NETBSD)
4100 +qt_set01(BSD APPLE OR OPENBSD OR FREEBSD OR NETBSD OR DRAGONFLY OR MIDNIGHT)
4101  
4102  qt_set01(IOS APPLE AND CMAKE_SYSTEM_NAME STREQUAL "iOS")
4103  qt_set01(TVOS APPLE AND CMAKE_SYSTEM_NAME STREQUAL "tvOS")
4104
4105
4106 [FILE:481:patches/patch-cmake_QtRpathHelpers.cmake]
4107 --- cmake/QtRpathHelpers.cmake.orig     2023-07-06 10:02:03 UTC
4108 +++ cmake/QtRpathHelpers.cmake
4109 @@ -8,6 +8,8 @@ function(qt_internal_get_relative_rpath_
4110          set(rpath_rel_base "@loader_path")
4111      elseif(LINUX OR SOLARIS OR FREEBSD OR HURD OR OPENBSD)
4112          set(rpath_rel_base "$ORIGIN")
4113 +    elseif(CMAKE_SYSTEM_NAME MATCHES "FreeBSD|DragonFly|MidnightBSD")
4114 +        set(rpath_rel_base "$ORIGIN")
4115      else()
4116          set(rpath_rel_base "NO_KNOWN_RPATH_REL_BASE")
4117      endif()
4118
4119
4120 [FILE:607:patches/patch-mkspecs_features_qt__functions.prf]
4121 --- mkspecs/features/qt_functions.prf.orig      2023-07-06 10:02:03 UTC
4122 +++ mkspecs/features/qt_functions.prf
4123 @@ -234,7 +234,7 @@ defineTest(qtAddTargetEnv) {
4124              libs = bins
4125              deppath.CONFIG = always_prepend
4126              deppath.name = PATH
4127 -        } else:contains(QMAKE_HOST.os, Linux|FreeBSD|OpenBSD|NetBSD|DragonFly|SunOS|HP-UX|QNX|GNU) {
4128 +        } else:contains(QMAKE_HOST.os, Linux|FreeBSD|OpenBSD|NetBSD|DragonFly|SunOS|MidnightBSD|HP-UX|QNX|GNU) {
4129              deppath.name = LD_LIBRARY_PATH
4130          } else:contains(QMAKE_HOST.os, Haiku) {
4131              deppath.name = LIBRARY_PATH
4132
4133
4134 [FILE:618:patches/patch-qmake_generators_makefile.cpp]
4135 --- qmake/generators/makefile.cpp.orig  2023-07-06 10:02:03 UTC
4136 +++ qmake/generators/makefile.cpp
4137 @@ -3382,7 +3382,7 @@ MakefileGenerator::writePkgConfigFile()
4138              pkgConfiglibName = bundle.toQString();
4139          } else {
4140              if (!project->values("QMAKE_DEFAULT_LIBDIRS").contains(libDir))
4141 -                t << "-L${libdir} ";
4142 +                t << "-L${libdir} -Wl,-rpath,${libdir} ";
4143              pkgConfiglibName = "-l" + project->first("QMAKE_ORIG_TARGET");
4144              if (project->isActiveConfig("shared"))
4145                  pkgConfiglibName += project->first("TARGET_VERSION_EXT").toQString();
4146
4147
4148 [FILE:1768:patches/patch-qmake_generators_unix_unixmake2.cpp]
4149 --- qmake/generators/unix/unixmake2.cpp.orig    2023-07-06 10:02:03 UTC
4150 +++ qmake/generators/unix/unixmake2.cpp
4151 @@ -170,12 +170,12 @@ UnixMakefileGenerator::writeMakeParts(QT
4152      t << "####### Compiler, tools and options\n\n";
4153      t << "CC            = " << var("QMAKE_CC") << Qt::endl;
4154      t << "CXX           = " << var("QMAKE_CXX") << Qt::endl;
4155 -    t << "DEFINES       = "
4156 +    t << "DEFINES       += "
4157        << varGlue("PRL_EXPORT_DEFINES","-D"," -D"," ")
4158        << varGlue("DEFINES","-D"," -D","") << Qt::endl;
4159 -    t << "CFLAGS        = " << var("QMAKE_CFLAGS") << " $(DEFINES)\n";
4160 -    t << "CXXFLAGS      = " << var("QMAKE_CXXFLAGS") << " $(DEFINES)\n";
4161 -    t << "INCPATH       =";
4162 +    t << "CFLAGS        += " << var("QMAKE_CFLAGS") << " $(DEFINES)\n";
4163 +    t << "CXXFLAGS      += " << var("QMAKE_CXXFLAGS") << " $(DEFINES)\n";
4164 +    t << "INCPATH       +=";
4165      {
4166          const ProStringList &incs = project->values("INCLUDEPATH");
4167          for(int i = 0; i < incs.size(); ++i) {
4168 @@ -194,8 +194,8 @@ UnixMakefileGenerator::writeMakeParts(QT
4169  
4170      if(!project->isActiveConfig("staticlib")) {
4171          t << "LINK          = " << var("QMAKE_LINK") << Qt::endl;
4172 -        t << "LFLAGS        = " << var("QMAKE_LFLAGS") << Qt::endl;
4173 -        t << "LIBS          = $(SUBLIBS) " << fixLibFlags("LIBS").join(' ') << ' '
4174 +        t << "LFLAGS        += " << var("QMAKE_LFLAGS") << Qt::endl;
4175 +        t << "LIBS          += $(SUBLIBS) " << fixLibFlags("LIBS").join(' ') << ' '
4176                                             << fixLibFlags("LIBS_PRIVATE").join(' ') << ' '
4177                                             << fixLibFlags("QMAKE_LIBS").join(' ') << ' '
4178                                             << fixLibFlags("QMAKE_LIBS_PRIVATE").join(' ') << Qt::endl;
4179
4180
4181 [FILE:585:patches/patch-src_3rdparty_forkfd_forkfd.c]
4182 --- src/3rdparty/forkfd/forkfd.c.orig   2023-07-06 10:02:03 UTC
4183 +++ src/3rdparty/forkfd/forkfd.c
4184 @@ -74,9 +74,11 @@
4185  
4186  #if (defined(__FreeBSD__) && defined(__FreeBSD_version) && __FreeBSD_version >= 1000032) || \
4187      (defined(__OpenBSD__) && OpenBSD >= 201505) || \
4188 +    defined(__MidnightBSD__) || \
4189      (defined(__NetBSD__) && __NetBSD_Version__ >= 600000000)
4190  #  define HAVE_PIPE2    1
4191  #endif
4192 +
4193  #if defined(__FreeBSD__) || defined(__DragonFly__) || defined(__FreeBSD_kernel__) || \
4194      defined(__OpenBSD__) || defined(__NetBSD__) || defined(__APPLE__)
4195  #  define HAVE_WAIT4    1
4196
4197
4198 [FILE:649:patches/patch-src_3rdparty_sha3_brg__endian.h]
4199 --- src/3rdparty/sha3/brg_endian.h.orig 2023-07-06 10:02:03 UTC
4200 +++ src/3rdparty/sha3/brg_endian.h
4201 @@ -34,7 +34,7 @@ Changes for ARM 9/9/2010 [Downstream rel
4202  /* Include files where endian defines and byteswap functions may reside */
4203  #if defined( __sun )
4204  #  include <sys/isa_defs.h>
4205 -#elif defined( __FreeBSD__ ) || defined( __OpenBSD__ ) || defined( __NetBSD__ )
4206 +#elif defined( __FreeBSD__ ) || defined( __OpenBSD__ ) || defined( __NetBSD__ ) || defined(__DragonFly__)
4207  #  include <sys/endian.h>
4208  #elif defined( BSD ) && ( BSD >= 199103 ) || defined( __APPLE__ ) || \
4209        defined( __CYGWIN32__ ) || defined( __DJGPP__ ) || defined( __osf__ )
4210
4211
4212 [FILE:904:patches/patch-src_corelib_CMakeLists.txt]
4213 --- src/corelib/CMakeLists.txt.orig     2023-07-06 10:02:03 UTC
4214 +++ src/corelib/CMakeLists.txt
4215 @@ -761,6 +761,7 @@ qt_internal_extend_target(Core CONDITION
4216  qt_internal_extend_target(Core CONDITION UNIX AND NOT HAIKU AND NOT INTEGRITY AND NOT VXWORKS AND NOT WASM AND NOT MACOS
4217      LIBRARIES
4218          m
4219 +        execinfo
4220  )
4221  
4222  qt_internal_extend_target(Core CONDITION APPLE AND NOT NACL
4223 @@ -903,7 +904,7 @@ qt_internal_extend_target(Core CONDITION
4224          io/qfilesystemwatcher_inotify.cpp io/qfilesystemwatcher_inotify_p.h
4225  )
4226  
4227 -qt_internal_extend_target(Core CONDITION QT_FEATURE_filesystemwatcher AND UNIX AND NOT MACOS AND NOT QT_FEATURE_inotify AND (APPLE OR FREEBSD OR NETBSD OR OPENBSD)
4228 +qt_internal_extend_target(Core CONDITION QT_FEATURE_filesystemwatcher AND UNIX AND NOT MACOS AND NOT QT_FEATURE_inotify
4229      SOURCES
4230          io/qfilesystemwatcher_kqueue.cpp io/qfilesystemwatcher_kqueue_p.h
4231  )
4232
4233
4234 [FILE:477:patches/patch-src_corelib_global_qlogging.cpp]
4235 --- src/corelib/global/qlogging.cpp.orig        2023-07-06 10:02:03 UTC
4236 +++ src/corelib/global/qlogging.cpp
4237 @@ -103,6 +103,12 @@ static int qt_gettid()
4238      pthread_threadid_np(NULL, &tid);
4239      return tid;
4240  }
4241 +#elif defined __MidnightBSD__
4242 +#  include <pthread_np.h>
4243 +static int qt_gettid()
4244 +{
4245 +    return pthread_getthreadid_np();
4246 +}
4247  #elif defined(Q_OS_FREEBSD_KERNEL) && defined(__FreeBSD_version) && __FreeBSD_version >= 900031
4248  #  include <pthread_np.h>
4249  static int qt_gettid()
4250
4251
4252 [FILE:483:patches/patch-src_corelib_io_qfilesystemwatcher.cpp]
4253 --- src/corelib/io/qfilesystemwatcher.cpp.orig  2023-07-06 10:02:03 UTC
4254 +++ src/corelib/io/qfilesystemwatcher.cpp
4255 @@ -22,6 +22,8 @@
4256  #  include "qfilesystemwatcher_inotify_p.h"
4257  #elif defined(Q_OS_FREEBSD) || defined(Q_OS_NETBSD) || defined(Q_OS_OPENBSD) || defined(QT_PLATFORM_UIKIT)
4258  #  include "qfilesystemwatcher_kqueue_p.h"
4259 +#elif defined(__DragonFly__)
4260 +#  include "qfilesystemwatcher_kqueue_p.h"
4261  #elif defined(Q_OS_MACOS)
4262  #  include "qfilesystemwatcher_fsevents_p.h"
4263  #endif
4264
4265
4266 [FILE:562:patches/patch-src_corelib_io_qlockfile__unix.cpp]
4267 --- src/corelib/io/qlockfile_unix.cpp.orig      2023-07-06 10:02:03 UTC
4268 +++ src/corelib/io/qlockfile_unix.cpp
4269 @@ -237,9 +237,15 @@ QString QLockFilePrivate::processNameByP
4270          return QString();
4271      QString name = QFile::decodeName(kp.p_comm);
4272  # else
4273 +#  if defined __DragonFly__
4274 +    if (kp.kp_pid != pid)
4275 +        return QString();
4276 +    QString name = QFile::decodeName(kp.kp_comm);
4277 +#  else
4278      if (kp.ki_pid != pid)
4279          return QString();
4280      QString name = QFile::decodeName(kp.ki_comm);
4281 +#  endif
4282  # endif
4283      return name;
4284  #elif defined(Q_OS_QNX)
4285
4286
4287 [FILE:475:patches/patch-src_corelib_plugin_qelfparser__p.cpp]
4288 --- src/corelib/plugin/qelfparser_p.cpp.orig    2023-07-06 10:02:03 UTC
4289 +++ src/corelib/plugin/qelfparser_p.cpp
4290 @@ -12,12 +12,12 @@
4291  #include <qnumeric.h>
4292  #include <qsysinfo.h>
4293  
4294 -#if __has_include(<elf.h>)
4295 -#  include <elf.h>
4296 -#elif __has_include(<sys/elf.h>)
4297 -#  include <sys/elf.h>
4298 -#else
4299 -#  error "Need ELF header to parse plugins."
4300 +#include <libelf.h>
4301 +#ifndef ELFMAG
4302 +#define        ELFMAG          "\177ELF"
4303 +#endif
4304 +#ifndef SELFMAG
4305 +#define SELFMAG                4
4306  #endif
4307  
4308  QT_BEGIN_NAMESPACE
4309
4310
4311 [FILE:991:patches/patch-src_corelib_thread_qthread__unix.cpp]
4312 --- src/corelib/thread/qthread_unix.cpp.orig    2023-07-06 10:02:03 UTC
4313 +++ src/corelib/thread/qthread_unix.cpp
4314 @@ -34,7 +34,7 @@
4315  #include <sched.h>
4316  #include <errno.h>
4317  
4318 -#if defined(Q_OS_FREEBSD)
4319 +#if (defined(Q_OS_FREEBSD) || defined(__MidnightBSD__)) && !defined(__DragonFly__)
4320  #  include <sys/cpuset.h>
4321  #elif defined(Q_OS_BSD4)
4322  #  include <sys/sysctl.h>
4323 @@ -411,8 +411,8 @@ int QThread::idealThreadCount() noexcept
4324      } else {
4325          cores = (int)psd.psd_proc_cnt;
4326      }
4327 -#elif (defined(Q_OS_LINUX) && !defined(Q_OS_ANDROID)) || defined(Q_OS_FREEBSD)
4328 -#  if defined(Q_OS_FREEBSD) && !defined(CPU_COUNT_S)
4329 +#elif defined(__MidnightBSD__) || (defined(Q_OS_LINUX) && !defined(Q_OS_ANDROID)) || defined(Q_OS_FREEBSD) && !defined(__DragonFly__)
4330 +#  if (defined(Q_OS_FREEBSD) || defined(__MidnightBSD__)) && !defined(CPU_COUNT_S)
4331  #    define CPU_COUNT_S(setsize, cpusetp)   ((int)BIT_COUNT(setsize, cpusetp))
4332      // match the Linux API for simplicity
4333      using cpu_set_t = cpuset_t;
4334
4335
4336 [FILE:677:patches/patch-src_gui_configure.cmake]
4337 --- src/gui/configure.cmake.orig        2023-07-06 10:02:03 UTC
4338 +++ src/gui/configure.cmake
4339 @@ -28,7 +28,7 @@ set_property(CACHE INPUT_libpng PROPERTY
4340  
4341  
4342  #### Libraries
4343 -qt_set01(X11_SUPPORTED LINUX OR HPUX OR FREEBSD OR NETBSD OR OPENBSD OR SOLARIS OR HURD) # special case
4344 +qt_set01(X11_SUPPORTED LINUX OR HPUX OR FREEBSD OR NETBSD OR OPENBSD OR SOLARIS OR HURD OR MIDNIGHT OR DRAGONFLY) # special case
4345  qt_find_package(ATSPI2 PROVIDED_TARGETS PkgConfig::ATSPI2 MODULE_NAME gui QMAKE_LIB atspi)
4346  qt_find_package(DirectFB PROVIDED_TARGETS PkgConfig::DirectFB MODULE_NAME gui QMAKE_LIB directfb)
4347  qt_find_package(Libdrm PROVIDED_TARGETS Libdrm::Libdrm MODULE_NAME gui QMAKE_LIB drm)
4348
4349
4350 [FILE:1023:patches/patch-src_gui_platform_unix_qxkbcommon.cpp]
4351 --- src/gui/platform/unix/qxkbcommon.cpp.orig   2023-07-06 10:02:03 UTC
4352 +++ src/gui/platform/unix/qxkbcommon.cpp
4353 @@ -239,10 +239,14 @@ static constexpr const auto KeyTbl = qMa
4354          Xkb2Qt<XKB_KEY_dead_small_schwa,        Qt::Key_Dead_Small_Schwa>,
4355          Xkb2Qt<XKB_KEY_dead_capital_schwa,      Qt::Key_Dead_Capital_Schwa>,
4356          Xkb2Qt<XKB_KEY_dead_greek,              Qt::Key_Dead_Greek>,
4357 +/* The following four XKB_KEY_dead keys got removed in libxkbcommon 1.6.0
4358 +   The define check is kind of version check here. */
4359 +#ifdef XKB_KEY_dead_lowline
4360          Xkb2Qt<XKB_KEY_dead_lowline,            Qt::Key_Dead_Lowline>,
4361          Xkb2Qt<XKB_KEY_dead_aboveverticalline,  Qt::Key_Dead_Aboveverticalline>,
4362          Xkb2Qt<XKB_KEY_dead_belowverticalline,  Qt::Key_Dead_Belowverticalline>,
4363          Xkb2Qt<XKB_KEY_dead_longsolidusoverlay, Qt::Key_Dead_Longsolidusoverlay>,
4364 +#endif
4365  
4366          // Special keys from X.org - This include multimedia keys,
4367          // wireless/bluetooth/uwb keys, special launcher keys, etc.
4368
4369
4370 [FILE:1102:patches/patch-src_network_kernel_qnetworkinterface__unix.cpp]
4371 --- src/network/kernel/qnetworkinterface_unix.cpp.orig  2023-07-06 10:02:03 UTC
4372 +++ src/network/kernel/qnetworkinterface_unix.cpp
4373 @@ -63,7 +63,7 @@ uint QNetworkInterfaceManager::interface
4374  {
4375  #ifndef QT_NO_IPV6IFNAME
4376      return ::if_nametoindex(name.toLatin1());
4377 -#elif defined(SIOCGIFINDEX)
4378 +#elif defined(SIOCGIFINDEX) && !defined(__sun__)
4379      struct ifreq req;
4380      int socket = qt_safe_socket(AF_INET, SOCK_STREAM, 0);
4381      if (socket < 0)
4382 @@ -117,7 +117,7 @@ QString QNetworkInterfaceManager::interf
4383  
4384  static int getMtu(int socket, struct ifreq *req)
4385  {
4386 -#ifdef SIOCGIFMTU
4387 +#if defined(SIOCGIFMTU) && !defined(__sun__) 
4388      if (qt_safe_ioctl(socket, SIOCGIFMTU, req) == 0)
4389          return req->ifr_mtu;
4390  #endif
4391 @@ -185,7 +185,7 @@ static QNetworkInterfacePrivate *findInt
4392      QNetworkInterfacePrivate *iface = nullptr;
4393      int ifindex = 0;
4394  
4395 -#if !defined(QT_NO_IPV6IFNAME) || defined(SIOCGIFINDEX)
4396 +#if !defined(QT_NO_IPV6IFNAME) || (defined(SIOCGIFINDEX) && !defined(__sun__))
4397      // Get the interface index
4398  #  ifdef SIOCGIFINDEX
4399      if (qt_safe_ioctl(socket, SIOCGIFINDEX, &req) >= 0)
4400
4401
4402 [FILE:452:patches/patch-src_platformsupport_devicediscovery_qdevicediscovery__static.cpp]
4403 --- src/platformsupport/devicediscovery/qdevicediscovery_static.cpp.orig        2023-07-06 10:02:03 UTC
4404 +++ src/platformsupport/devicediscovery/qdevicediscovery_static.cpp
4405 @@ -11,11 +11,7 @@
4406  #include <QLoggingCategory>
4407  #include <QtCore/private/qcore_unix_p.h>
4408  
4409 -#ifdef Q_OS_FREEBSD
4410 -#include <dev/evdev/input.h>
4411 -#else
4412  #include <linux/input.h>
4413 -#endif
4414  #include <fcntl.h>
4415  
4416  /* android (and perhaps some other linux-derived stuff) don't define everything
4417
4418
4419 [FILE:412:patches/patch-src_platformsupport_input_evdevkeyboard_qevdevkeyboard__defaultmap__p.h]
4420 --- src/platformsupport/input/evdevkeyboard/qevdevkeyboard_defaultmap_p.h.orig  2023-07-06 10:02:03 UTC
4421 +++ src/platformsupport/input/evdevkeyboard/qevdevkeyboard_defaultmap_p.h
4422 @@ -17,11 +17,7 @@
4423  
4424  #include "qnamespace.h"
4425  #include "private/qglobal_p.h"
4426 -#ifdef Q_OS_FREEBSD
4427 -#include <dev/evdev/input.h>
4428 -#else
4429  #include "linux/input.h"
4430 -#endif
4431  
4432  // no QT_BEGIN_NAMESPACE, since we include it internally...
4433  
4434
4435
4436 [FILE:442:patches/patch-src_platformsupport_input_evdevkeyboard_qevdevkeyboardhandler.cpp]
4437 --- src/platformsupport/input/evdevkeyboard/qevdevkeyboardhandler.cpp.orig      2023-07-06 10:02:03 UTC
4438 +++ src/platformsupport/input/evdevkeyboard/qevdevkeyboardhandler.cpp
4439 @@ -17,11 +17,7 @@
4440  #include <QtGui/private/qguiapplication_p.h>
4441  #include <QtGui/private/qinputdevicemanager_p.h>
4442  
4443 -#ifdef Q_OS_FREEBSD
4444 -#include <dev/evdev/input.h>
4445 -#else
4446  #include <linux/input.h>
4447 -#endif
4448  
4449  #ifndef input_event_sec
4450  #define input_event_sec time.tv_sec
4451
4452
4453 [FILE:382:patches/patch-src_platformsupport_input_evdevmouse_qevdevmousehandler.cpp]
4454 --- src/platformsupport/input/evdevmouse/qevdevmousehandler.cpp.orig    2023-07-06 10:02:03 UTC
4455 +++ src/platformsupport/input/evdevmouse/qevdevmousehandler.cpp
4456 @@ -17,12 +17,7 @@
4457  
4458  #include <errno.h>
4459  
4460 -#ifdef Q_OS_FREEBSD
4461 -#include <dev/evdev/input.h>
4462 -#else
4463 -#include <linux/kd.h>
4464  #include <linux/input.h>
4465 -#endif
4466  
4467  #define TEST_BIT(array, bit)    (array[bit/8] & (1<<(bit%8)))
4468  
4469
4470
4471 [FILE:408:patches/patch-src_platformsupport_input_evdevtablet_qevdevtablethandler.cpp]
4472 --- src/platformsupport/input/evdevtablet/qevdevtablethandler.cpp.orig  2023-07-06 10:02:03 UTC
4473 +++ src/platformsupport/input/evdevtablet/qevdevtablethandler.cpp
4474 @@ -10,11 +10,7 @@
4475  #include <QLoggingCategory>
4476  #include <QtCore/private/qcore_unix_p.h>
4477  #include <qpa/qwindowsysteminterface.h>
4478 -#ifdef Q_OS_FREEBSD
4479 -#include <dev/evdev/input.h>
4480 -#else
4481  #include <linux/input.h>
4482 -#endif
4483  
4484  QT_BEGIN_NAMESPACE
4485  
4486
4487
4488 [FILE:354:patches/patch-src_platformsupport_input_evdevtouch_qevdevtouchhandler.cpp]
4489 --- src/platformsupport/input/evdevtouch/qevdevtouchhandler.cpp.orig    2023-07-06 10:02:03 UTC
4490 +++ src/platformsupport/input/evdevtouch/qevdevtouchhandler.cpp
4491 @@ -17,11 +17,7 @@
4492  
4493  #include <mutex>
4494  
4495 -#ifdef Q_OS_FREEBSD
4496 -#include <dev/evdev/input.h>
4497 -#else
4498  #include <linux/input.h>
4499 -#endif
4500  
4501  #ifndef input_event_sec
4502  #define input_event_sec time.tv_sec
4503
4504
4505 [FILE:390:patches/patch-src_plugins_platforms_eglfs_deviceintegration_eglfs__kms_qeglfskmsgbmdevice.cpp]
4506 --- src/plugins/platforms/eglfs/deviceintegration/eglfs_kms/qeglfskmsgbmdevice.cpp.orig 2023-07-06 10:02:03 UTC
4507 +++ src/plugins/platforms/eglfs/deviceintegration/eglfs_kms/qeglfskmsgbmdevice.cpp
4508 @@ -13,6 +13,10 @@
4509  
4510  #define ARRAY_LENGTH(a) (sizeof (a) / sizeof (a)[0])
4511  
4512 +#ifndef O_CLOEXEC
4513 +#define O_CLOEXEC 0
4514 +#endif
4515 +
4516  QT_BEGIN_NAMESPACE
4517  
4518  Q_DECLARE_LOGGING_CATEGORY(qLcEglfsKmsDebug)
4519
4520
4521 [FILE:369:patches/patch-tests_auto_corelib_plugin_qpluginloader_tst__qpluginloader.cpp]
4522 --- tests/auto/corelib/plugin/qpluginloader/tst_qpluginloader.cpp.orig  2023-07-06 10:02:03 UTC
4523 +++ tests/auto/corelib/plugin/qpluginloader/tst_qpluginloader.cpp
4524 @@ -70,11 +70,7 @@
4525  #endif
4526  
4527  #if defined(Q_OF_ELF)
4528 -#if __has_include(<elf.h>)
4529 -# include <elf.h>
4530 -#else
4531 -# include <sys/elf.h>
4532 -#endif
4533 +#  include <libelf.h>
4534  #  include <memory>
4535  #  include <functional>
4536  
4537
4538
4539 [FILE:583:patches/patch-tests_auto_corelib_serialization_qcborstreamreader_tst__qcborstreamreader.cpp]
4540 --- tests/auto/corelib/serialization/qcborstreamreader/tst_qcborstreamreader.cpp.orig   2023-07-06 10:02:03 UTC
4541 +++ tests/auto/corelib/serialization/qcborstreamreader/tst_qcborstreamreader.cpp
4542 @@ -333,7 +333,8 @@ template <typename T> static inline bool
4543      // converting FP to integral is UB if it can't be represented.;
4544      static_assert(std::numeric_limits<T>::is_integer);
4545  
4546 -    double supremum = ldexp(1, std::numeric_limits<T>::digits);
4547 +    double fred = 1;
4548 +    double supremum = ldexp(fred, std::numeric_limits<T>::digits);
4549      if (v >= supremum)
4550          return false;
4551  
4552
4553
4554 [FILE:2044:files/qmake.conf.in]
4555 #
4556 # qmake configuration for Ravenports
4557 #
4558
4559 MAKEFILE_GENERATOR      = UNIX
4560 QMAKE_PLATFORM          = %%PLATFORM%%
4561 CONFIG += qt warn_on release link_prl incremental gdb_dwarf_index
4562 QMAKE_INCREMENTAL_STYLE = sublib
4563
4564 include(../common/gcc-base-unix.conf)
4565 include(../common/g++-unix.conf)
4566 include(../common/unix.conf)
4567
4568 QMAKE_COMPILER          = cc
4569
4570 QMAKE_CC                = cc
4571 QMAKE_CXX               = c++
4572 QMAKE_CFLAGS            = %%CFLAGS%%
4573 QMAKE_CXXFLAGS          = %%CXXFLAGS%%
4574 QMAKE_LEX               = /usr/bin/flex
4575 QMAKE_YACC              = /usr/bin/yacc
4576
4577 QMAKE_INCDIR            = %%LOCALBASE%%/include
4578 QMAKE_LIBDIR            = %%LOCALBASE%%/lib
4579 QMAKE_INCDIR_X11        = %%LOCALBASE%%/include
4580 QMAKE_LIBDIR_X11        = %%LOCALBASE%%/lib
4581 QMAKE_INCDIR_OPENGL     = %%LOCALBASE%%/include
4582 QMAKE_LIBDIR_OPENGL     = %%LOCALBASE%%/lib
4583
4584 QMAKE_LINK_SHLIB_CMD    = $$QMAKE_LINK_SHLIB $$QMAKE_LFLAGS_SHLIB $(LFLAGS) $$QMAKE_LFLAGS -o $(TARGETD) $(OBJECTS) $(OBJMOC) $(LIBS)
4585
4586 QMAKE_LFLAGS            = %%LDFLAGS%%
4587 QMAKE_LFLAGS_GCSECTIONS = -Wl,--gc-sections
4588 QMAKE_LFLAGS_THREAD     = %%PTHREAD_LDFLAGS%%
4589
4590 # QtCore can't be compiled with -Wl,-no-undefined because it uses the "environ"
4591 # variable and on FreeBSD, DragonFly and OpenBSD, this variable is in the final
4592 # executable itself.  OpenBSD 6.0 will include environ in libc.
4593 # (Why does any platform need -no-undefined??)
4594
4595 QMAKE_LFLAGS_NOUNDEF    =
4596
4597 QMAKE_LIBS              =
4598 QMAKE_LIBS_DYNLOAD      =
4599 QMAKE_LIBS_EXECINFO     = -lexecinfo
4600 QMAKE_LIBS_X11          = -lXext -lX11 %%SYS_LIBS%%
4601 QMAKE_LIBS_OPENGL       = -lGL
4602 QMAKE_LIBS_OPENGL_QT    = -lGL
4603 QMAKE_LIBS_THREAD       = %%PTHREAD_LIBS%%
4604
4605 QMAKE_AR                = /raven/toolchain/bin/ar cqs
4606 QMAKE_OBJCOPY           = /raven/toolchain/bin/objcopy
4607 QMAKE_NM                = /raven/toolchain/bin/nm -P
4608 QMAKE_RANLIB            = /raven/toolchain/bin/ranlib
4609
4610 QMAKE_MOC               = $(QTDIR)/bin/moc
4611 QMAKE_UIC               = $(QTDIR)/bin/uic
4612 QMAKE_UIC3              = $(QTDIR)/bin/uic3
4613 QMAKE_RCC               = $(QTDIR)/bin/rcc
4614
4615 QMAKE_MKDIR             = /bin/mkdir
4616
4617 QMAKE_STRIP             = strip
4618 QMAKE_STRIPFLAGS_LIB   += --strip-unneeded
4619 QMAKE_INSTALL_FILE      = install -m 644 -p
4620 QMAKE_INSTALL_PROGRAM   = install -m 755 -p
4621
4622 # stop message: Variable QMAKE_CXX.COMPILER_MACROS is not defined
4623
4624 QMAKE_CXX.COMPILER_MACROS       =
4625
4626 load(qt_config)
4627
4628
4629 [FILE:229:files/special.mk]
4630 .if empty(FEAT_EVDEV)
4631 PLIST_SUB+=EVDEV-OFF="@comment "
4632 .else
4633 PLIST_SUB+=EVDEV-OFF=
4634 .endif
4635
4636 .if ${OPSYS} == Linux
4637 PLIST_SUB+=FSWTYPE=inotify
4638 PLIST_SUB+=DSSTYPE=udev
4639 .else
4640 PLIST_SUB+=FSWTYPE=kqueue
4641 PLIST_SUB+=DSSTYPE=static
4642 .endif
4643