mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Qt6: Update to 6.9.1
June 03, 2024 by Jani Heikkinen We have released Qt 6.9.1 today. As a patch release, Qt 6.9.1 does not introduce new features but contains more than 450 bug fixes, security updates, and other improvements on top of Qt 6.9.0 release. See more information about the most important changes and bug fixes from the Qt 6.9.1 release note. Announcement: https://www.qt.io/blog/qt-6.9.1-released Release note: https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.9.1/release-note.md We (kde@) skipped shipping Qt 6.9.0 due to unacceptable rendering bugs in the WebEngine component, but here are the announcements and release notes from Qt 6.9.0. Announcement: https://www.qt.io/blog/qt-6.9-released Release note: https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.9.0/release-note.md PySide6: Update to 6.9.1 PySide6 and its related components have been updated alongside the Qt release for compatibility. Older versions will not build with Qt 6.9.x. Announcement: https://www.qt.io/blog/qt-for-python-release-6.9 PyQt6: Update to 6.9.1 As with PySide6, older versions of PyQt6 will not build with Qt 6.9.x. Support tools like py-sip and py-qtbuilder have also been updated to their latest versions. Announcement: https://www.riverbankcomputing.com/news/PyQt_v6.9.0_Released https://www.riverbankcomputing.com/news/PyQt_v6.9.1_Released PR: 286051 Exp-run by: antoine
This commit is contained in:
parent
e2517da27f
commit
03b02222d6
906 changed files with 7872 additions and 5222 deletions
|
@ -108,9 +108,9 @@ MASTER_SITES_PYQTWEBENGINE= ${MASTER_SITES_PYQT${_PYQT_VERSION}WEBENGINE}
|
||||||
# below, should have a suitable epoch appended to the version.
|
# below, should have a suitable epoch appended to the version.
|
||||||
|
|
||||||
# Qt version-agnostic components
|
# Qt version-agnostic components
|
||||||
PYQTBUILDER_VERSION= 1.18.0
|
PYQTBUILDER_VERSION= 1.18.2
|
||||||
QSCI2_VERSION= 2.14.1
|
QSCI2_VERSION= 2.14.1
|
||||||
SIP_VERSION= 6.10.0 # ,1
|
SIP_VERSION= 6.12.0 # ,1
|
||||||
|
|
||||||
# Qt 5 components
|
# Qt 5 components
|
||||||
PYQT5SIP_VERSION= 12.17.0
|
PYQT5SIP_VERSION= 12.17.0
|
||||||
|
@ -122,14 +122,14 @@ PYQT5NETWORKAUTH_VERSION= 5.15.6
|
||||||
PYQT5WEBENGINE_VERSION= 5.15.7
|
PYQT5WEBENGINE_VERSION= 5.15.7
|
||||||
|
|
||||||
# Qt 6 components
|
# Qt 6 components
|
||||||
PYQT6SIP_VERSION= 13.10.0
|
PYQT6SIP_VERSION= 13.10.2
|
||||||
PYQT6_VERSION= 6.8.1
|
PYQT6_VERSION= 6.9.1
|
||||||
PYQT63D_VERSION= 6.8.0
|
PYQT63D_VERSION= 6.9.0
|
||||||
PYQT6CHARTS_VERSION= 6.8.0
|
PYQT6CHARTS_VERSION= 6.9.0
|
||||||
PYQT6DATAVIS3D_VERSION= 6.8.0
|
PYQT6DATAVIS3D_VERSION= 6.9.0
|
||||||
PYQT6GRAPHS_VERSION= 6.8.0
|
PYQT6GRAPHS_VERSION= 6.9.0
|
||||||
PYQT6NETWORKAUTH_VERSION= 6.8.0
|
PYQT6NETWORKAUTH_VERSION= 6.9.0
|
||||||
PYQT6WEBENGINE_VERSION= 6.8.0
|
PYQT6WEBENGINE_VERSION= 6.9.0
|
||||||
|
|
||||||
# Qt version-agnostic components
|
# Qt version-agnostic components
|
||||||
PYQTBUILDER_DISTNAME= pyqt_builder-${PYQTBUILDER_VERSION}
|
PYQTBUILDER_DISTNAME= pyqt_builder-${PYQTBUILDER_VERSION}
|
||||||
|
@ -147,12 +147,12 @@ PYQT5WEBENGINE_DISTNAME= PyQtWebEngine-${PYQT5WEBENGINE_VERSION}
|
||||||
# Qt 6 components
|
# Qt 6 components
|
||||||
PYQT6SIP_DISTNAME= pyqt6_sip-${PYQT6SIP_VERSION}
|
PYQT6SIP_DISTNAME= pyqt6_sip-${PYQT6SIP_VERSION}
|
||||||
PYQT6_DISTNAME= pyqt6-${PYQT6_VERSION}
|
PYQT6_DISTNAME= pyqt6-${PYQT6_VERSION}
|
||||||
PYQT63D_DISTNAME= PyQt6_3D-${PYQT63D_VERSION}
|
PYQT63D_DISTNAME= pyqt6_3d-${PYQT63D_VERSION}
|
||||||
PYQT6CHARTS_DISTNAME= PyQt6_Charts-${PYQT6CHARTS_VERSION}
|
PYQT6CHARTS_DISTNAME= pyqt6_charts-${PYQT6CHARTS_VERSION}
|
||||||
PYQT6DATAVIS3D_DISTNAME= PyQt6_DataVisualization-${PYQT6DATAVIS3D_VERSION}
|
PYQT6DATAVIS3D_DISTNAME= pyqt6_datavisualization-${PYQT6DATAVIS3D_VERSION}
|
||||||
PYQT6GRAPHS_DISTNAME= PyQt6_Graphs-${PYQT6GRAPHS_VERSION}
|
PYQT6GRAPHS_DISTNAME= pyqt6_graphs-${PYQT6GRAPHS_VERSION}
|
||||||
PYQT6NETWORKAUTH_DISTNAME= PyQt6_NetworkAuth-${PYQT6NETWORKAUTH_VERSION}
|
PYQT6NETWORKAUTH_DISTNAME= pyqt6_networkauth-${PYQT6NETWORKAUTH_VERSION}
|
||||||
PYQT6WEBENGINE_DISTNAME= PyQt6_WebEngine-${PYQT6WEBENGINE_VERSION}
|
PYQT6WEBENGINE_DISTNAME= pyqt6_webengine-${PYQT6WEBENGINE_VERSION}
|
||||||
|
|
||||||
PYQT5_DISTINFO_FILE= ${.CURDIR:H:H}/devel/${PYQT_RELNAME}/distinfo
|
PYQT5_DISTINFO_FILE= ${.CURDIR:H:H}/devel/${PYQT_RELNAME}/distinfo
|
||||||
PYQT6_DISTINFO_FILE= ${.CURDIR:H:H}/devel/${PYQT_RELNAME}/distinfo
|
PYQT6_DISTINFO_FILE= ${.CURDIR:H:H}/devel/${PYQT_RELNAME}/distinfo
|
||||||
|
@ -160,7 +160,7 @@ PYQT6_DISTINFO_FILE= ${.CURDIR:H:H}/devel/${PYQT_RELNAME}/distinfo
|
||||||
PYQT5_LICENSE= GPLv3
|
PYQT5_LICENSE= GPLv3
|
||||||
PYQT6_LICENSE= GPLv3
|
PYQT6_LICENSE= GPLv3
|
||||||
|
|
||||||
_USE_PYQT_ALL= pyqt5 pyqt6 3d charts datavis3d networkauth webengine
|
_USE_PYQT_ALL= pyqt5 pyqt6 3d charts graphs datavis3d networkauth webengine
|
||||||
_USE_SIP_ALL= pysip sip
|
_USE_SIP_ALL= pysip sip
|
||||||
_USE_QSCINTILLA= qscintilla2
|
_USE_QSCINTILLA= qscintilla2
|
||||||
_USE_PYQTBUILDER= qtbuilder
|
_USE_PYQTBUILDER= qtbuilder
|
||||||
|
|
|
@ -23,8 +23,8 @@ _QT_MK_INCLUDED= qt.mk
|
||||||
# Qt versions currently supported by the framework.
|
# Qt versions currently supported by the framework.
|
||||||
_QT_SUPPORTED?= 5 6
|
_QT_SUPPORTED?= 5 6
|
||||||
QT5_VERSION?= 5.15.16
|
QT5_VERSION?= 5.15.16
|
||||||
QT6_VERSION?= 6.8.3
|
QT6_VERSION?= 6.9.1
|
||||||
PYSIDE6_VERSION?= 6.8.3
|
PYSIDE6_VERSION?= 6.9.1
|
||||||
|
|
||||||
# Support for intermediate Qt6 releases. This partially defines
|
# Support for intermediate Qt6 releases. This partially defines
|
||||||
# _QT6_MASTER_SITE_SUBDIR and would probably be better in qt-dist.mk,
|
# _QT6_MASTER_SITE_SUBDIR and would probably be better in qt-dist.mk,
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1743027793
|
TIMESTAMP = 1749159365
|
||||||
SHA256 (KDE/Qt/6.8.3/qtspeech-everywhere-src-6.8.3.tar.xz) = b0dd3e3bf993e15dc03d3486ee1b452c2b92f0460a621eb32d261eecc040504b
|
SHA256 (KDE/Qt/6.9.1/qtspeech-everywhere-src-6.9.1.tar.xz) = 6807f59fcae2ef8f1f64210cfbfc8bcee1a40ed2d21eaee6673aba36bb7c1428
|
||||||
SIZE (KDE/Qt/6.8.3/qtspeech-everywhere-src-6.8.3.tar.xz) = 264416
|
SIZE (KDE/Qt/6.9.1/qtspeech-everywhere-src-6.9.1.tar.xz) = 262724
|
||||||
|
|
|
@ -52,6 +52,14 @@ lib/cmake/Qt6TextToSpeech/Qt6TextToSpeechTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt6TextToSpeech/Qt6TextToSpeechTargets.cmake
|
lib/cmake/Qt6TextToSpeech/Qt6TextToSpeechTargets.cmake
|
||||||
lib/cmake/Qt6TextToSpeech/Qt6TextToSpeechVersionlessAliasTargets.cmake
|
lib/cmake/Qt6TextToSpeech/Qt6TextToSpeechVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt6TextToSpeech/Qt6TextToSpeechVersionlessTargets.cmake
|
lib/cmake/Qt6TextToSpeech/Qt6TextToSpeechVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt6TextToSpeechPrivate/Qt6TextToSpeechPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6TextToSpeechPrivate/Qt6TextToSpeechPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6TextToSpeechPrivate/Qt6TextToSpeechPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6TextToSpeechPrivate/Qt6TextToSpeechPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6TextToSpeechPrivate/Qt6TextToSpeechPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6TextToSpeechPrivate/Qt6TextToSpeechPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6TextToSpeechPrivate/Qt6TextToSpeechPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6TextToSpeechPrivate/Qt6TextToSpeechPrivateVersionlessTargets.cmake
|
||||||
%%QT_LIBDIR%%/libQt6TextToSpeech.prl
|
%%QT_LIBDIR%%/libQt6TextToSpeech.prl
|
||||||
%%QT_LIBDIR%%/libQt6TextToSpeech.so
|
%%QT_LIBDIR%%/libQt6TextToSpeech.so
|
||||||
%%QT_LIBDIR%%/libQt6TextToSpeech.so.6
|
%%QT_LIBDIR%%/libQt6TextToSpeech.so.6
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1743027794
|
TIMESTAMP = 1749158721
|
||||||
SHA256 (KDE/Qt/6.8.3/qtconnectivity-everywhere-src-6.8.3.tar.xz) = 477176383308ce77f974a16f118027e833061caed57aeb30eeb4306a583c9b39
|
SHA256 (KDE/Qt/6.9.1/qtconnectivity-everywhere-src-6.9.1.tar.xz) = 4988e50112104d5ad85e5b3cef66036ca445f18c22cf375d3dac9dcca95e0a17
|
||||||
SIZE (KDE/Qt/6.8.3/qtconnectivity-everywhere-src-6.8.3.tar.xz) = 1071152
|
SIZE (KDE/Qt/6.9.1/qtconnectivity-everywhere-src-6.9.1.tar.xz) = 1072040
|
||||||
|
|
|
@ -64,6 +64,12 @@
|
||||||
%%QT_INCDIR%%/QtBluetooth/qtbluetoothexports.h
|
%%QT_INCDIR%%/QtBluetooth/qtbluetoothexports.h
|
||||||
%%QT_INCDIR%%/QtBluetooth/qtbluetoothglobal.h
|
%%QT_INCDIR%%/QtBluetooth/qtbluetoothglobal.h
|
||||||
%%QT_INCDIR%%/QtBluetooth/qtbluetoothversion.h
|
%%QT_INCDIR%%/QtBluetooth/qtbluetoothversion.h
|
||||||
|
%%QT_INCDIR%%/QtConnectivity/%%FULLVER%%/QtConnectivity/private/qtconnectivity-config_p.h
|
||||||
|
%%QT_INCDIR%%/QtConnectivity/QtConnectivity
|
||||||
|
%%QT_INCDIR%%/QtConnectivity/QtConnectivityDepends
|
||||||
|
%%QT_INCDIR%%/QtConnectivity/QtConnectivityVersion
|
||||||
|
%%QT_INCDIR%%/QtConnectivity/qtconnectivity-config.h
|
||||||
|
%%QT_INCDIR%%/QtConnectivity/qtconnectivityversion.h
|
||||||
%%QT_INCDIR%%/QtNfc/%%FULLVER%%/QtNfc/private/qapduutils_p.h
|
%%QT_INCDIR%%/QtNfc/%%FULLVER%%/QtNfc/private/qapduutils_p.h
|
||||||
%%QT_INCDIR%%/QtNfc/%%FULLVER%%/QtNfc/private/qndefaccessfsm_p.h
|
%%QT_INCDIR%%/QtNfc/%%FULLVER%%/QtNfc/private/qndefaccessfsm_p.h
|
||||||
%%QT_INCDIR%%/QtNfc/%%FULLVER%%/QtNfc/private/qndefnfcsmartposterrecord_p.h
|
%%QT_INCDIR%%/QtNfc/%%FULLVER%%/QtNfc/private/qndefnfcsmartposterrecord_p.h
|
||||||
|
@ -114,7 +120,22 @@ lib/cmake/Qt6Bluetooth/Qt6BluetoothTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt6Bluetooth/Qt6BluetoothTargets.cmake
|
lib/cmake/Qt6Bluetooth/Qt6BluetoothTargets.cmake
|
||||||
lib/cmake/Qt6Bluetooth/Qt6BluetoothVersionlessAliasTargets.cmake
|
lib/cmake/Qt6Bluetooth/Qt6BluetoothVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt6Bluetooth/Qt6BluetoothVersionlessTargets.cmake
|
lib/cmake/Qt6Bluetooth/Qt6BluetoothVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt6BluetoothPrivate/Qt6BluetoothPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6BluetoothPrivate/Qt6BluetoothPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6BluetoothPrivate/Qt6BluetoothPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6BluetoothPrivate/Qt6BluetoothPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6BluetoothPrivate/Qt6BluetoothPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6BluetoothPrivate/Qt6BluetoothPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6BluetoothPrivate/Qt6BluetoothPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6BluetoothPrivate/Qt6BluetoothPrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt6BuildInternals/StandaloneTests/QtConnectivityTestsConfig.cmake
|
lib/cmake/Qt6BuildInternals/StandaloneTests/QtConnectivityTestsConfig.cmake
|
||||||
|
lib/cmake/Qt6Connectivity/Qt6ConnectivityAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6Connectivity/Qt6ConnectivityConfig.cmake
|
||||||
|
lib/cmake/Qt6Connectivity/Qt6ConnectivityConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6Connectivity/Qt6ConnectivityConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6Connectivity/Qt6ConnectivityTargets.cmake
|
||||||
|
lib/cmake/Qt6Connectivity/Qt6ConnectivityVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6Connectivity/Qt6ConnectivityVersionlessTargets.cmake
|
||||||
lib/cmake/Qt6Nfc/Qt6NfcAdditionalTargetInfo.cmake
|
lib/cmake/Qt6Nfc/Qt6NfcAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt6Nfc/Qt6NfcConfig.cmake
|
lib/cmake/Qt6Nfc/Qt6NfcConfig.cmake
|
||||||
lib/cmake/Qt6Nfc/Qt6NfcConfigVersion.cmake
|
lib/cmake/Qt6Nfc/Qt6NfcConfigVersion.cmake
|
||||||
|
@ -124,6 +145,14 @@ lib/cmake/Qt6Nfc/Qt6NfcTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt6Nfc/Qt6NfcTargets.cmake
|
lib/cmake/Qt6Nfc/Qt6NfcTargets.cmake
|
||||||
lib/cmake/Qt6Nfc/Qt6NfcVersionlessAliasTargets.cmake
|
lib/cmake/Qt6Nfc/Qt6NfcVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt6Nfc/Qt6NfcVersionlessTargets.cmake
|
lib/cmake/Qt6Nfc/Qt6NfcVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt6NfcPrivate/Qt6NfcPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6NfcPrivate/Qt6NfcPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6NfcPrivate/Qt6NfcPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6NfcPrivate/Qt6NfcPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6NfcPrivate/Qt6NfcPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6NfcPrivate/Qt6NfcPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6NfcPrivate/Qt6NfcPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6NfcPrivate/Qt6NfcPrivateVersionlessTargets.cmake
|
||||||
%%QT_LIBDIR%%/libQt6Bluetooth.prl
|
%%QT_LIBDIR%%/libQt6Bluetooth.prl
|
||||||
%%QT_LIBDIR%%/libQt6Bluetooth.so
|
%%QT_LIBDIR%%/libQt6Bluetooth.so
|
||||||
%%QT_LIBDIR%%/libQt6Bluetooth.so.6
|
%%QT_LIBDIR%%/libQt6Bluetooth.so.6
|
||||||
|
@ -136,10 +165,12 @@ lib/cmake/Qt6Nfc/Qt6NfcVersionlessTargets.cmake
|
||||||
%%QT_LIBDIR%%/metatypes/qt6nfc_%%CMAKE_BUILD_TYPE%%_metatypes.json
|
%%QT_LIBDIR%%/metatypes/qt6nfc_%%CMAKE_BUILD_TYPE%%_metatypes.json
|
||||||
%%QT_MKSPECDIR%%/modules/qt_lib_bluetooth.pri
|
%%QT_MKSPECDIR%%/modules/qt_lib_bluetooth.pri
|
||||||
%%QT_MKSPECDIR%%/modules/qt_lib_bluetooth_private.pri
|
%%QT_MKSPECDIR%%/modules/qt_lib_bluetooth_private.pri
|
||||||
|
%%QT_MKSPECDIR%%/modules/qt_lib_connectivity_private.pri
|
||||||
%%QT_MKSPECDIR%%/modules/qt_lib_nfc.pri
|
%%QT_MKSPECDIR%%/modules/qt_lib_nfc.pri
|
||||||
%%QT_MKSPECDIR%%/modules/qt_lib_nfc_private.pri
|
%%QT_MKSPECDIR%%/modules/qt_lib_nfc_private.pri
|
||||||
%%QT_SBOMDIR%%/qtconnectivity-%%FULLVER%%.spdx
|
%%QT_SBOMDIR%%/qtconnectivity-%%FULLVER%%.spdx
|
||||||
libdata/pkgconfig/Qt6Bluetooth.pc
|
libdata/pkgconfig/Qt6Bluetooth.pc
|
||||||
libdata/pkgconfig/Qt6Nfc.pc
|
libdata/pkgconfig/Qt6Nfc.pc
|
||||||
%%QT_DATADIR%%/modules/Bluetooth.json
|
%%QT_DATADIR%%/modules/Bluetooth.json
|
||||||
|
%%QT_DATADIR%%/modules/Connectivity.json
|
||||||
%%QT_DATADIR%%/modules/Nfc.json
|
%%QT_DATADIR%%/modules/Nfc.json
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1743027795
|
TIMESTAMP = 1749159355
|
||||||
SHA256 (KDE/Qt/6.8.3/qtsensors-everywhere-src-6.8.3.tar.xz) = b871a7501f9fa609f35260ea39a0f198427d6d6b9ee8d1a6ddb987cc26511eae
|
SHA256 (KDE/Qt/6.9.1/qtsensors-everywhere-src-6.9.1.tar.xz) = f04b131acacfd42dfe056bd5861ff1e12e2ab57b3e20332becefa3644a409c6c
|
||||||
SIZE (KDE/Qt/6.8.3/qtsensors-everywhere-src-6.8.3.tar.xz) = 1500140
|
SIZE (KDE/Qt/6.9.1/qtsensors-everywhere-src-6.9.1.tar.xz) = 1500332
|
||||||
|
|
|
@ -149,6 +149,14 @@ lib/cmake/Qt6Sensors/Qt6genericSensorPluginConfigVersion.cmake
|
||||||
lib/cmake/Qt6Sensors/Qt6genericSensorPluginConfigVersionImpl.cmake
|
lib/cmake/Qt6Sensors/Qt6genericSensorPluginConfigVersionImpl.cmake
|
||||||
lib/cmake/Qt6Sensors/Qt6genericSensorPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
lib/cmake/Qt6Sensors/Qt6genericSensorPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt6Sensors/Qt6genericSensorPluginTargets.cmake
|
lib/cmake/Qt6Sensors/Qt6genericSensorPluginTargets.cmake
|
||||||
|
lib/cmake/Qt6SensorsPrivate/Qt6SensorsPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6SensorsPrivate/Qt6SensorsPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6SensorsPrivate/Qt6SensorsPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6SensorsPrivate/Qt6SensorsPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6SensorsPrivate/Qt6SensorsPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6SensorsPrivate/Qt6SensorsPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6SensorsPrivate/Qt6SensorsPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6SensorsPrivate/Qt6SensorsPrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt6SensorsQuick/Qt6SensorsQuickAdditionalTargetInfo.cmake
|
lib/cmake/Qt6SensorsQuick/Qt6SensorsQuickAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt6SensorsQuick/Qt6SensorsQuickConfig.cmake
|
lib/cmake/Qt6SensorsQuick/Qt6SensorsQuickConfig.cmake
|
||||||
lib/cmake/Qt6SensorsQuick/Qt6SensorsQuickConfigVersion.cmake
|
lib/cmake/Qt6SensorsQuick/Qt6SensorsQuickConfigVersion.cmake
|
||||||
|
@ -158,6 +166,14 @@ lib/cmake/Qt6SensorsQuick/Qt6SensorsQuickTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt6SensorsQuick/Qt6SensorsQuickTargets.cmake
|
lib/cmake/Qt6SensorsQuick/Qt6SensorsQuickTargets.cmake
|
||||||
lib/cmake/Qt6SensorsQuick/Qt6SensorsQuickVersionlessAliasTargets.cmake
|
lib/cmake/Qt6SensorsQuick/Qt6SensorsQuickVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt6SensorsQuick/Qt6SensorsQuickVersionlessTargets.cmake
|
lib/cmake/Qt6SensorsQuick/Qt6SensorsQuickVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt6SensorsQuickPrivate/Qt6SensorsQuickPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6SensorsQuickPrivate/Qt6SensorsQuickPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6SensorsQuickPrivate/Qt6SensorsQuickPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6SensorsQuickPrivate/Qt6SensorsQuickPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6SensorsQuickPrivate/Qt6SensorsQuickPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6SensorsQuickPrivate/Qt6SensorsQuickPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6SensorsQuickPrivate/Qt6SensorsQuickPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6SensorsQuickPrivate/Qt6SensorsQuickPrivateVersionlessTargets.cmake
|
||||||
%%QT_LIBDIR%%/libQt6Sensors.prl
|
%%QT_LIBDIR%%/libQt6Sensors.prl
|
||||||
%%QT_LIBDIR%%/libQt6Sensors.so
|
%%QT_LIBDIR%%/libQt6Sensors.so
|
||||||
%%QT_LIBDIR%%/libQt6Sensors.so.6
|
%%QT_LIBDIR%%/libQt6Sensors.so.6
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1743027796
|
TIMESTAMP = 1749159359
|
||||||
SHA256 (KDE/Qt/6.8.3/qtserialbus-everywhere-src-6.8.3.tar.xz) = 43480eeb7172757d2af2c5717cfed84a9254bef775cd715fd27258a81c7b7e9e
|
SHA256 (KDE/Qt/6.9.1/qtserialbus-everywhere-src-6.9.1.tar.xz) = 491ece4583565f5d809ea9dd8caa2779a97c23a7d4d8352ba8a7a660e1ab04d7
|
||||||
SIZE (KDE/Qt/6.8.3/qtserialbus-everywhere-src-6.8.3.tar.xz) = 550256
|
SIZE (KDE/Qt/6.9.1/qtserialbus-everywhere-src-6.9.1.tar.xz) = 550652
|
||||||
|
|
|
@ -108,6 +108,14 @@ lib/cmake/Qt6SerialBus/Qt6VirtualCanBusPluginConfigVersion.cmake
|
||||||
lib/cmake/Qt6SerialBus/Qt6VirtualCanBusPluginConfigVersionImpl.cmake
|
lib/cmake/Qt6SerialBus/Qt6VirtualCanBusPluginConfigVersionImpl.cmake
|
||||||
lib/cmake/Qt6SerialBus/Qt6VirtualCanBusPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
lib/cmake/Qt6SerialBus/Qt6VirtualCanBusPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt6SerialBus/Qt6VirtualCanBusPluginTargets.cmake
|
lib/cmake/Qt6SerialBus/Qt6VirtualCanBusPluginTargets.cmake
|
||||||
|
lib/cmake/Qt6SerialBusPrivate/Qt6SerialBusPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6SerialBusPrivate/Qt6SerialBusPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6SerialBusPrivate/Qt6SerialBusPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6SerialBusPrivate/Qt6SerialBusPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6SerialBusPrivate/Qt6SerialBusPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6SerialBusPrivate/Qt6SerialBusPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6SerialBusPrivate/Qt6SerialBusPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6SerialBusPrivate/Qt6SerialBusPrivateVersionlessTargets.cmake
|
||||||
%%QT_BINDIR%%/canbusutil
|
%%QT_BINDIR%%/canbusutil
|
||||||
%%QT_LIBDIR%%/libQt6SerialBus.prl
|
%%QT_LIBDIR%%/libQt6SerialBus.prl
|
||||||
%%QT_LIBDIR%%/libQt6SerialBus.so
|
%%QT_LIBDIR%%/libQt6SerialBus.so
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1743027797
|
TIMESTAMP = 1749159362
|
||||||
SHA256 (KDE/Qt/6.8.3/qtserialport-everywhere-src-6.8.3.tar.xz) = c164a0392dc7cab3d072fa8fdcacc8fc4f3e685234b021b3128020719cdf5fa5
|
SHA256 (KDE/Qt/6.9.1/qtserialport-everywhere-src-6.9.1.tar.xz) = 808fed52380c74ae89268306ce4d04b00f8f6b81f8c442489c390006d93eff10
|
||||||
SIZE (KDE/Qt/6.8.3/qtserialport-everywhere-src-6.8.3.tar.xz) = 276532
|
SIZE (KDE/Qt/6.9.1/qtserialport-everywhere-src-6.9.1.tar.xz) = 278276
|
||||||
|
|
|
@ -22,6 +22,14 @@ lib/cmake/Qt6SerialPort/Qt6SerialPortTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt6SerialPort/Qt6SerialPortTargets.cmake
|
lib/cmake/Qt6SerialPort/Qt6SerialPortTargets.cmake
|
||||||
lib/cmake/Qt6SerialPort/Qt6SerialPortVersionlessAliasTargets.cmake
|
lib/cmake/Qt6SerialPort/Qt6SerialPortVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt6SerialPort/Qt6SerialPortVersionlessTargets.cmake
|
lib/cmake/Qt6SerialPort/Qt6SerialPortVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt6SerialPortPrivate/Qt6SerialPortPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6SerialPortPrivate/Qt6SerialPortPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6SerialPortPrivate/Qt6SerialPortPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6SerialPortPrivate/Qt6SerialPortPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6SerialPortPrivate/Qt6SerialPortPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6SerialPortPrivate/Qt6SerialPortPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6SerialPortPrivate/Qt6SerialPortPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6SerialPortPrivate/Qt6SerialPortPrivateVersionlessTargets.cmake
|
||||||
%%QT_LIBDIR%%/libQt6SerialPort.prl
|
%%QT_LIBDIR%%/libQt6SerialPort.prl
|
||||||
%%QT_LIBDIR%%/libQt6SerialPort.so
|
%%QT_LIBDIR%%/libQt6SerialPort.so
|
||||||
%%QT_LIBDIR%%/libQt6SerialPort.so.6
|
%%QT_LIBDIR%%/libQt6SerialPort.so.6
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1743027799
|
TIMESTAMP = 1749162799
|
||||||
SHA256 (KDE/Qt/6.8.3/qtbase-everywhere-src-6.8.3.tar.xz) = 56001b905601bb9023d399f3ba780d7fa940f3e4861e496a7c490331f49e0b80
|
SHA256 (KDE/Qt/6.9.1/qtbase-everywhere-src-6.9.1.tar.xz) = 40caedbf83cc9a1959610830563565889878bc95f115868bbf545d1914acf28e
|
||||||
SIZE (KDE/Qt/6.8.3/qtbase-everywhere-src-6.8.3.tar.xz) = 48426536
|
SIZE (KDE/Qt/6.9.1/qtbase-everywhere-src-6.9.1.tar.xz) = 49755912
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
PORTNAME= pyqt
|
PORTNAME= pyqt
|
||||||
DISTVERSION= ${PYQT_VERSION}
|
DISTVERSION= ${PYQT_VERSION}
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= devel python
|
CATEGORIES= devel python
|
||||||
MASTER_SITES= ${MASTER_SITES_PYQT}
|
MASTER_SITES= ${MASTER_SITES_PYQT}
|
||||||
PKGNAMEPREFIX= ${PYQT_PY_RELNAME}-
|
PKGNAMEPREFIX= ${PYQT_PY_RELNAME}-
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1739071690
|
TIMESTAMP = 1749201625
|
||||||
SHA256 (pyqt6-6.8.1.tar.gz) = 91d937d6166274fafd70f4dee11a8da6dbfdb0da53de05f5d62361ddf775e256
|
SHA256 (pyqt6-6.9.1.tar.gz) = 50642be03fb40f1c2111a09a1f5a0f79813e039c15e78267e6faaf8a96c1c3a6
|
||||||
SIZE (pyqt6-6.8.1.tar.gz) = 1064723
|
SIZE (pyqt6-6.9.1.tar.gz) = 1067230
|
||||||
|
|
|
@ -3,9 +3,6 @@ bin/pyuic6
|
||||||
%%PYQT_APIDIR%%/PyQt6.api
|
%%PYQT_APIDIR%%/PyQt6.api
|
||||||
%%PYQT_DESIGNERDIR%%/libpyqt6.so
|
%%PYQT_DESIGNERDIR%%/libpyqt6.so
|
||||||
%%PYQT_QMLDIR%%/libpyqt6qmlplugin.so
|
%%PYQT_QMLDIR%%/libpyqt6qmlplugin.so
|
||||||
%%PYTHON_SITELIBDIR%%/PyQt6-%%PYQT_PYQTVERSION%%.dist-info/INSTALLER
|
|
||||||
%%PYTHON_SITELIBDIR%%/PyQt6-%%PYQT_PYQTVERSION%%.dist-info/METADATA
|
|
||||||
%%PYTHON_SITELIBDIR%%/PyQt6-%%PYQT_PYQTVERSION%%.dist-info/RECORD
|
|
||||||
%%PYTHON_SITELIBDIR%%/PyQt6/QtBluetooth.abi%%PYTHON_MAJOR_VER%%.so
|
%%PYTHON_SITELIBDIR%%/PyQt6/QtBluetooth.abi%%PYTHON_MAJOR_VER%%.so
|
||||||
%%PYTHON_SITELIBDIR%%/PyQt6/QtCore.abi%%PYTHON_MAJOR_VER%%.so
|
%%PYTHON_SITELIBDIR%%/PyQt6/QtCore.abi%%PYTHON_MAJOR_VER%%.so
|
||||||
%%PYTHON_SITELIBDIR%%/PyQt6/QtDBus.abi%%PYTHON_MAJOR_VER%%.so
|
%%PYTHON_SITELIBDIR%%/PyQt6/QtDBus.abi%%PYTHON_MAJOR_VER%%.so
|
||||||
|
@ -121,6 +118,7 @@ bin/pyuic6
|
||||||
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtCore/qjsonarray.sip
|
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtCore/qjsonarray.sip
|
||||||
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtCore/qjsondocument.sip
|
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtCore/qjsondocument.sip
|
||||||
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtCore/qjsonobject.sip
|
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtCore/qjsonobject.sip
|
||||||
|
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtCore/qjsonparseerror.sip
|
||||||
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtCore/qjsonvalue.sip
|
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtCore/qjsonvalue.sip
|
||||||
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtCore/qlibrary.sip
|
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtCore/qlibrary.sip
|
||||||
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtCore/qlibraryinfo.sip
|
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtCore/qlibraryinfo.sip
|
||||||
|
@ -155,6 +153,7 @@ bin/pyuic6
|
||||||
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtCore/qpycore_qlist.sip
|
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtCore/qpycore_qlist.sip
|
||||||
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtCore/qpycore_qmap.sip
|
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtCore/qpycore_qmap.sip
|
||||||
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtCore/qpycore_qset.sip
|
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtCore/qpycore_qset.sip
|
||||||
|
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtCore/qpycore_std_chrono_duration.sip
|
||||||
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtCore/qpycore_std_optional.sip
|
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtCore/qpycore_std_optional.sip
|
||||||
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtCore/qpycore_std_pair.sip
|
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtCore/qpycore_std_pair.sip
|
||||||
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtCore/qpycore_virtual_error_handler.sip
|
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtCore/qpycore_virtual_error_handler.sip
|
||||||
|
@ -275,6 +274,7 @@ bin/pyuic6
|
||||||
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtGui/qfontdatabase.sip
|
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtGui/qfontdatabase.sip
|
||||||
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtGui/qfontinfo.sip
|
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtGui/qfontinfo.sip
|
||||||
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtGui/qfontmetrics.sip
|
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtGui/qfontmetrics.sip
|
||||||
|
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtGui/qfontvariableaxis.sip
|
||||||
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtGui/qgenericmatrix.sip
|
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtGui/qgenericmatrix.sip
|
||||||
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtGui/qglyphrun.sip
|
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtGui/qglyphrun.sip
|
||||||
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtGui/qguiapplication.sip
|
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtGui/qguiapplication.sip
|
||||||
|
@ -300,6 +300,7 @@ bin/pyuic6
|
||||||
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtGui/qpaintengine.sip
|
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtGui/qpaintengine.sip
|
||||||
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtGui/qpainter.sip
|
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtGui/qpainter.sip
|
||||||
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtGui/qpainterpath.sip
|
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtGui/qpainterpath.sip
|
||||||
|
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtGui/qpainterstateguard.sip
|
||||||
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtGui/qpalette.sip
|
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtGui/qpalette.sip
|
||||||
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtGui/qpdfoutputintent.sip
|
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtGui/qpdfoutputintent.sip
|
||||||
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtGui/qpdfwriter.sip
|
%%PYTHON_SITELIBDIR%%/PyQt6/bindings/QtGui/qpdfwriter.sip
|
||||||
|
@ -925,4 +926,8 @@ bin/pyuic6
|
||||||
%%PYTHON_SITELIBDIR%%/PyQt6/uic/widget-plugins/qtprintsupport.py
|
%%PYTHON_SITELIBDIR%%/PyQt6/uic/widget-plugins/qtprintsupport.py
|
||||||
%%PYTHON_SITELIBDIR%%/PyQt6/uic/widget-plugins/qtquickwidgets.py
|
%%PYTHON_SITELIBDIR%%/PyQt6/uic/widget-plugins/qtquickwidgets.py
|
||||||
%%PYTHON_SITELIBDIR%%/PyQt6/uic/widget-plugins/qtwebenginewidgets.py
|
%%PYTHON_SITELIBDIR%%/PyQt6/uic/widget-plugins/qtwebenginewidgets.py
|
||||||
|
%%PYTHON_SITELIBDIR%%/pyqt6-%%PYQT_PYQTVERSION%%.dist-info/INSTALLER
|
||||||
|
%%PYTHON_SITELIBDIR%%/pyqt6-%%PYQT_PYQTVERSION%%.dist-info/METADATA
|
||||||
|
%%PYTHON_SITELIBDIR%%/pyqt6-%%PYQT_PYQTVERSION%%.dist-info/RECORD
|
||||||
|
%%PYTHON_SITELIBDIR%%/pyqt6-%%PYQT_PYQTVERSION%%.dist-info/licenses/LICENSE
|
||||||
%%PYTHON_SITELIBDIR%%/dbus/mainloop/pyqt6.abi%%PYTHON_MAJOR_VER%%.so
|
%%PYTHON_SITELIBDIR%%/dbus/mainloop/pyqt6.abi%%PYTHON_MAJOR_VER%%.so
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1738581058
|
TIMESTAMP = 1749539600
|
||||||
SHA256 (pyqt6_sip-13.10.0.tar.gz) = d6daa95a0bd315d9ec523b549e0ce97455f61ded65d5eafecd83ed2aa4ae5350
|
SHA256 (pyqt6_sip-13.10.2.tar.gz) = 464ad156bf526500ce6bd05cac7a82280af6309974d816739b4a9a627156fafe
|
||||||
SIZE (pyqt6_sip-13.10.0.tar.gz) = 92464
|
SIZE (pyqt6_sip-13.10.2.tar.gz) = 92548
|
||||||
|
|
|
@ -3,9 +3,9 @@ with 63.x.
|
||||||
|
|
||||||
[1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270358
|
[1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270358
|
||||||
|
|
||||||
--- pyproject.toml.orig 2024-12-12 10:04:05 UTC
|
--- pyproject.toml.orig 2025-05-23 11:58:12 UTC
|
||||||
+++ pyproject.toml
|
+++ pyproject.toml
|
||||||
@@ -1,2 +1,2 @@
|
@@ -1,2 +1,2 @@
|
||||||
[build-system]
|
[build-system]
|
||||||
-requires = ["setuptools >=69.5"]
|
-requires = ["setuptools >=75.8.1"]
|
||||||
+requires = ["setuptools >=63"]
|
+requires = ["setuptools >=63"]
|
||||||
|
|
|
@ -9,6 +9,6 @@ WWW= https://riverbankcomputing.com/software/pyqt
|
||||||
|
|
||||||
USES= metaport python pyqt:6
|
USES= metaport python pyqt:6
|
||||||
USE_PYTHON= concurrent flavors py3kplist
|
USE_PYTHON= concurrent flavors py3kplist
|
||||||
USE_PYQT= pyqt6 3d charts datavis3d networkauth
|
USE_PYQT= pyqt6 3d charts datavis3d graphs networkauth
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1738580901
|
TIMESTAMP = 1749201539
|
||||||
SHA256 (pyqt_builder-1.18.0.tar.gz) = ce9930aafc1ce0af928a6944bcc80ecf78c23ffdcad6ac111306c4c71057848e
|
SHA256 (pyqt_builder-1.18.2.tar.gz) = 56dfea461484a87a8f0c8b0229190defc436d7ec5de71102e20b35e5639180bc
|
||||||
SIZE (pyqt_builder-1.18.0.tar.gz) = 3671854
|
SIZE (pyqt_builder-1.18.2.tar.gz) = 3671864
|
||||||
|
|
|
@ -3,14 +3,25 @@ with 63.x.
|
||||||
|
|
||||||
[1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270358
|
[1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270358
|
||||||
|
|
||||||
--- pyproject.toml.orig 2024-04-20 11:55:50 UTC
|
--- pyproject.toml.orig 2025-06-03 14:12:19 UTC
|
||||||
+++ pyproject.toml
|
+++ pyproject.toml
|
||||||
@@ -1,7 +1,7 @@
|
@@ -1,7 +1,7 @@
|
||||||
# The project configuration for sip.
|
# The project configuration for PyQt-builder.
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
-requires = ["setuptools>=64", "setuptools_scm>=8"]
|
-requires = ["setuptools>=77", "setuptools_scm>=8"]
|
||||||
+requires = ["setuptools>=63", "setuptools_scm>=8"]
|
+requires = ["setuptools>=63", "setuptools_scm>=8"]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[tool.setuptools_scm]
|
[tool.setuptools_scm]
|
||||||
|
@@ -14,8 +14,8 @@ requires-python = ">=3.8"
|
||||||
|
urls.homepage = "https://github.com/Python-PyQt/PyQt-builder"
|
||||||
|
dependencies = ["packaging", "sip >=6.7, <7"]
|
||||||
|
requires-python = ">=3.8"
|
||||||
|
-license = "BSD-2-Clause"
|
||||||
|
-license-files = ["LICENSE"]
|
||||||
|
+license = {file = "LICENSE"}
|
||||||
|
+classifiers = ["License :: OSI Approved :: BSD License"]
|
||||||
|
dynamic = ["version"]
|
||||||
|
|
||||||
|
[[project.authors]]
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1738580988
|
TIMESTAMP = 1749201576
|
||||||
SHA256 (sip-6.10.0.tar.gz) = fa0515697d4c98dbe04d9e898d816de1427e5b9ae5d0e152169109fd21f5d29c
|
SHA256 (sip-6.12.0.tar.gz) = 083ced94f85315493231119a63970b2ba42b1d38b38e730a70e02a99191a89c6
|
||||||
SIZE (sip-6.10.0.tar.gz) = 2344536
|
SIZE (sip-6.12.0.tar.gz) = 2348425
|
||||||
|
|
|
@ -3,23 +3,28 @@ with 63.x.
|
||||||
|
|
||||||
[1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270358
|
[1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270358
|
||||||
|
|
||||||
--- pyproject.toml.orig 2024-12-12 09:56:29 UTC
|
--- pyproject.toml.orig 2025-05-16 11:58:37 UTC
|
||||||
+++ pyproject.toml
|
+++ pyproject.toml
|
||||||
@@ -1,7 +1,7 @@
|
@@ -1,7 +1,7 @@
|
||||||
# The project configuration for sip.
|
# The project configuration for sip.
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
-requires = ["setuptools>=64", "setuptools_scm>=8"]
|
-requires = ["setuptools>=77", "setuptools_scm>=8"]
|
||||||
+requires = ["setuptools>=63", "setuptools_scm>=8"]
|
+requires = ["setuptools>=63", "setuptools_scm>=8"]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[tool.setuptools_scm]
|
[tool.setuptools_scm]
|
||||||
@@ -12,7 +12,7 @@ urls.homepage = "https://github.com/Python-SIP/sip"
|
@@ -12,10 +12,10 @@ urls.homepage = "https://github.com/Python-SIP/sip"
|
||||||
description = "A Python bindings generator for C/C++ libraries"
|
description = "A Python bindings generator for C/C++ libraries"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
urls.homepage = "https://github.com/Python-SIP/sip"
|
urls.homepage = "https://github.com/Python-SIP/sip"
|
||||||
-dependencies = ["packaging", "setuptools>=69.5", "tomli; python_version<'3.11'"]
|
-dependencies = ["packaging>=24.2", "setuptools>=75.8.1", "tomli; python_version<'3.11'"]
|
||||||
+dependencies = ["packaging", "setuptools>=63", "tomli; python_version<'3.11'"]
|
+dependencies = ["packaging>=24.2", "setuptools>=63", "tomli; python_version<'3.11'"]
|
||||||
requires-python = ">=3.9"
|
requires-python = ">=3.9"
|
||||||
license = {file = "LICENSE"}
|
-license = "BSD-2-Clause"
|
||||||
classifiers = ["License :: OSI Approved :: BSD License"]
|
-license-files = ["LICENSE"]
|
||||||
|
+license = {file = "LICENSE"}
|
||||||
|
+classifiers = ["License :: OSI Approved :: BSD License"]
|
||||||
|
dynamic = ["version"]
|
||||||
|
|
||||||
|
[[project.authors]]
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1743103551
|
TIMESTAMP = 1749162957
|
||||||
SHA256 (KDE/Qt/6.8.3/pyside-setup-everywhere-src-6.8.3.tar.xz) = d2c896f7f1a6a7ea4c9f98cfe317272fd139703ddf612b86999f09e48aeef0e6
|
SHA256 (KDE/Qt/6.9.1/pyside-setup-everywhere-src-6.9.1.tar.xz) = 04c712c5b9234add0d9b5aa3c01a0caede64a55b496127751f5d52a230cff748
|
||||||
SIZE (KDE/Qt/6.8.3/pyside-setup-everywhere-src-6.8.3.tar.xz) = 16611768
|
SIZE (KDE/Qt/6.9.1/pyside-setup-everywhere-src-6.9.1.tar.xz) = 16669448
|
||||||
|
|
|
@ -59,12 +59,21 @@
|
||||||
%%PYSIDE_BINDIR_REL%%/project_lib/__pycache__/newproject%%PYTHON_EXT_SUFFIX%%.pyc
|
%%PYSIDE_BINDIR_REL%%/project_lib/__pycache__/newproject%%PYTHON_EXT_SUFFIX%%.pyc
|
||||||
%%PYSIDE_BINDIR_REL%%/project_lib/__pycache__/project_data%%PYTHON_EXT_SUFFIX%%.opt-1.pyc
|
%%PYSIDE_BINDIR_REL%%/project_lib/__pycache__/project_data%%PYTHON_EXT_SUFFIX%%.opt-1.pyc
|
||||||
%%PYSIDE_BINDIR_REL%%/project_lib/__pycache__/project_data%%PYTHON_EXT_SUFFIX%%.pyc
|
%%PYSIDE_BINDIR_REL%%/project_lib/__pycache__/project_data%%PYTHON_EXT_SUFFIX%%.pyc
|
||||||
|
%%PYSIDE_BINDIR_REL%%/project_lib/__pycache__/pyproject_json%%PYTHON_EXT_SUFFIX%%.opt-1.pyc
|
||||||
|
%%PYSIDE_BINDIR_REL%%/project_lib/__pycache__/pyproject_json%%PYTHON_EXT_SUFFIX%%.pyc
|
||||||
|
%%PYSIDE_BINDIR_REL%%/project_lib/__pycache__/pyproject_parse_result%%PYTHON_EXT_SUFFIX%%.opt-1.pyc
|
||||||
|
%%PYSIDE_BINDIR_REL%%/project_lib/__pycache__/pyproject_parse_result%%PYTHON_EXT_SUFFIX%%.pyc
|
||||||
|
%%PYSIDE_BINDIR_REL%%/project_lib/__pycache__/pyproject_toml%%PYTHON_EXT_SUFFIX%%.opt-1.pyc
|
||||||
|
%%PYSIDE_BINDIR_REL%%/project_lib/__pycache__/pyproject_toml%%PYTHON_EXT_SUFFIX%%.pyc
|
||||||
%%PYSIDE_BINDIR_REL%%/project_lib/__pycache__/utils%%PYTHON_EXT_SUFFIX%%.opt-1.pyc
|
%%PYSIDE_BINDIR_REL%%/project_lib/__pycache__/utils%%PYTHON_EXT_SUFFIX%%.opt-1.pyc
|
||||||
%%PYSIDE_BINDIR_REL%%/project_lib/__pycache__/utils%%PYTHON_EXT_SUFFIX%%.pyc
|
%%PYSIDE_BINDIR_REL%%/project_lib/__pycache__/utils%%PYTHON_EXT_SUFFIX%%.pyc
|
||||||
%%PYSIDE_BINDIR_REL%%/project_lib/__init__.py
|
%%PYSIDE_BINDIR_REL%%/project_lib/__init__.py
|
||||||
%%PYSIDE_BINDIR_REL%%/project_lib/design_studio_project.py
|
%%PYSIDE_BINDIR_REL%%/project_lib/design_studio_project.py
|
||||||
%%PYSIDE_BINDIR_REL%%/project_lib/newproject.py
|
%%PYSIDE_BINDIR_REL%%/project_lib/newproject.py
|
||||||
%%PYSIDE_BINDIR_REL%%/project_lib/project_data.py
|
%%PYSIDE_BINDIR_REL%%/project_lib/project_data.py
|
||||||
|
%%PYSIDE_BINDIR_REL%%/project_lib/pyproject_json.py
|
||||||
|
%%PYSIDE_BINDIR_REL%%/project_lib/pyproject_parse_result.py
|
||||||
|
%%PYSIDE_BINDIR_REL%%/project_lib/pyproject_toml.py
|
||||||
%%PYSIDE_BINDIR_REL%%/project_lib/utils.py
|
%%PYSIDE_BINDIR_REL%%/project_lib/utils.py
|
||||||
%%PYSIDE_BINDIR_REL%%/pyside_tool.py
|
%%PYSIDE_BINDIR_REL%%/pyside_tool.py
|
||||||
%%PYSIDE_BINDIR_REL%%/qml.py
|
%%PYSIDE_BINDIR_REL%%/qml.py
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1743103521
|
TIMESTAMP = 1749162964
|
||||||
SHA256 (KDE/Qt/6.8.3/pyside-setup-everywhere-src-6.8.3.tar.xz) = d2c896f7f1a6a7ea4c9f98cfe317272fd139703ddf612b86999f09e48aeef0e6
|
SHA256 (KDE/Qt/6.9.1/pyside-setup-everywhere-src-6.9.1.tar.xz) = 04c712c5b9234add0d9b5aa3c01a0caede64a55b496127751f5d52a230cff748
|
||||||
SIZE (KDE/Qt/6.8.3/pyside-setup-everywhere-src-6.8.3.tar.xz) = 16611768
|
SIZE (KDE/Qt/6.9.1/pyside-setup-everywhere-src-6.9.1.tar.xz) = 16669448
|
||||||
|
|
|
@ -1,21 +0,0 @@
|
||||||
Fix stage.
|
|
||||||
|
|
||||||
Compiling '/wrkdirs/usr/ports/devel/pyside6/work-py311/stage/usr/local/lib/python3.11/site-packages/PySide6/QtAsyncio/events.py'...
|
|
||||||
*** File "/usr/local/lib/python3.11/site-packages/PySide6/QtAsyncio/events.py", line 601
|
|
||||||
print(f"{context["message"]} from task {context["task"]._name},"+
|
|
||||||
^^^^^^^
|
|
||||||
SyntaxError: f-string: unmatched '['
|
|
||||||
|
|
||||||
Regressed by: https://code.qt.io/cgit/pyside/pyside-setup.git/commit/?h=6.8.3&id=6aadd4a61d3cc363adeab7589d90e5faecf55f6e
|
|
||||||
|
|
||||||
--- sources/pyside6/PySide6/QtAsyncio/events.py.orig 2025-03-24 09:13:54 UTC
|
|
||||||
+++ sources/pyside6/PySide6/QtAsyncio/events.py
|
|
||||||
@@ -598,7 +598,7 @@ class QAsyncioEventLoop(asyncio.BaseEventLoop, QObject
|
|
||||||
def default_exception_handler(self, context: dict[str, Any]) -> None:
|
|
||||||
# TODO
|
|
||||||
if context["message"]:
|
|
||||||
- print(f"{context["message"]} from task {context["task"]._name},"+
|
|
||||||
+ print(f"{context['message']} from task {context['task']._name},"+
|
|
||||||
"read the following traceback:")
|
|
||||||
print(context["traceback"])
|
|
||||||
|
|
|
@ -71,10 +71,15 @@ include/PySide6/pyside.h
|
||||||
include/PySide6/pyside6_global.h
|
include/PySide6/pyside6_global.h
|
||||||
include/PySide6/pyside_numpy.h
|
include/PySide6/pyside_numpy.h
|
||||||
include/PySide6/pyside_p.h
|
include/PySide6/pyside_p.h
|
||||||
|
include/PySide6/pysidecapsulemethod_p.h
|
||||||
include/PySide6/pysideclassdecorator_p.h
|
include/PySide6/pysideclassdecorator_p.h
|
||||||
include/PySide6/pysideclassinfo.h
|
include/PySide6/pysideclassinfo.h
|
||||||
include/PySide6/pysideclassinfo_p.h
|
include/PySide6/pysideclassinfo_p.h
|
||||||
include/PySide6/pysidecleanup.h
|
include/PySide6/pysidecleanup.h
|
||||||
|
include/PySide6/pysidedynamicclass_p.h
|
||||||
|
include/PySide6/pysidedynamiccommon_p.h
|
||||||
|
include/PySide6/pysidedynamicenum_p.h
|
||||||
|
include/PySide6/pysidedynamicpod_p.h
|
||||||
include/PySide6/pysideinit.h
|
include/PySide6/pysideinit.h
|
||||||
include/PySide6/pysidelogging_p.h
|
include/PySide6/pysidelogging_p.h
|
||||||
include/PySide6/pysidemacros.h
|
include/PySide6/pysidemacros.h
|
||||||
|
@ -102,6 +107,7 @@ include/PySide6/pysideqmltypeinfo_p.h
|
||||||
include/PySide6/pysideqmluncreatable.h
|
include/PySide6/pysideqmluncreatable.h
|
||||||
include/PySide6/pysideqobject.h
|
include/PySide6/pysideqobject.h
|
||||||
include/PySide6/pysideqslotobject_p.h
|
include/PySide6/pysideqslotobject_p.h
|
||||||
|
include/PySide6/pysiderephandler_p.h
|
||||||
include/PySide6/pysidesignal.h
|
include/PySide6/pysidesignal.h
|
||||||
include/PySide6/pysidesignal_p.h
|
include/PySide6/pysidesignal_p.h
|
||||||
include/PySide6/pysideslot_p.h
|
include/PySide6/pysideslot_p.h
|
||||||
|
@ -126,6 +132,7 @@ lib/libpyside6.abi%%PYTHON_MAJOR_VER%%.so.%%SHLIB_VERSION%%
|
||||||
lib/libpyside6qml.abi%%PYTHON_MAJOR_VER%%.so
|
lib/libpyside6qml.abi%%PYTHON_MAJOR_VER%%.so
|
||||||
lib/libpyside6qml.abi%%PYTHON_MAJOR_VER%%.so.%%SHLIB_VER%%
|
lib/libpyside6qml.abi%%PYTHON_MAJOR_VER%%.so.%%SHLIB_VER%%
|
||||||
lib/libpyside6qml.abi%%PYTHON_MAJOR_VER%%.so.%%SHLIB_VERSION%%
|
lib/libpyside6qml.abi%%PYTHON_MAJOR_VER%%.so.%%SHLIB_VERSION%%
|
||||||
|
lib/libpyside6remoteobjects.a
|
||||||
%%PYTHON_SITELIBDIR%%/PySide6/Qt3DAnimation.abi%%PYTHON_MAJOR_VER%%.so
|
%%PYTHON_SITELIBDIR%%/PySide6/Qt3DAnimation.abi%%PYTHON_MAJOR_VER%%.so
|
||||||
%%PYTHON_SITELIBDIR%%/PySide6/Qt3DAnimation.pyi
|
%%PYTHON_SITELIBDIR%%/PySide6/Qt3DAnimation.pyi
|
||||||
%%PYTHON_SITELIBDIR%%/PySide6/Qt3DCore.abi%%PYTHON_MAJOR_VER%%.so
|
%%PYTHON_SITELIBDIR%%/PySide6/Qt3DCore.abi%%PYTHON_MAJOR_VER%%.so
|
||||||
|
@ -294,6 +301,7 @@ share/PySide6/glue/qtqml.cpp
|
||||||
share/PySide6/glue/qtquick.cpp
|
share/PySide6/glue/qtquick.cpp
|
||||||
share/PySide6/glue/qtquick3d.cpp
|
share/PySide6/glue/qtquick3d.cpp
|
||||||
share/PySide6/glue/qtquicktest.cpp
|
share/PySide6/glue/qtquicktest.cpp
|
||||||
|
share/PySide6/glue/qtremoteobjects.cpp
|
||||||
share/PySide6/glue/qtserialbus.cpp
|
share/PySide6/glue/qtserialbus.cpp
|
||||||
share/PySide6/glue/qtsql.cpp
|
share/PySide6/glue/qtsql.cpp
|
||||||
share/PySide6/glue/qtstatemachine.cpp
|
share/PySide6/glue/qtstatemachine.cpp
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1743027800
|
TIMESTAMP = 1749159760
|
||||||
SHA256 (KDE/Qt/6.8.3/qt5compat-everywhere-src-6.8.3.tar.xz) = 54b9c84bff34b423dd8c472862ce1009753ff505e418b4ef33907416da16b82e
|
SHA256 (KDE/Qt/6.9.1/qt5compat-everywhere-src-6.9.1.tar.xz) = 96c726ac3f0d5c40570e75196e4ab5c95d3de7c85d15604fe97ac2a6573d917a
|
||||||
SIZE (KDE/Qt/6.8.3/qt5compat-everywhere-src-6.8.3.tar.xz) = 14634168
|
SIZE (KDE/Qt/6.9.1/qt5compat-everywhere-src-6.9.1.tar.xz) = 14633560
|
||||||
|
|
|
@ -60,6 +60,14 @@ lib/cmake/Qt6Core5Compat/Qt6Core5CompatTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt6Core5Compat/Qt6Core5CompatTargets.cmake
|
lib/cmake/Qt6Core5Compat/Qt6Core5CompatTargets.cmake
|
||||||
lib/cmake/Qt6Core5Compat/Qt6Core5CompatVersionlessAliasTargets.cmake
|
lib/cmake/Qt6Core5Compat/Qt6Core5CompatVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt6Core5Compat/Qt6Core5CompatVersionlessTargets.cmake
|
lib/cmake/Qt6Core5Compat/Qt6Core5CompatVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt6Core5CompatPrivate/Qt6Core5CompatPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6Core5CompatPrivate/Qt6Core5CompatPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6Core5CompatPrivate/Qt6Core5CompatPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6Core5CompatPrivate/Qt6Core5CompatPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6Core5CompatPrivate/Qt6Core5CompatPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6Core5CompatPrivate/Qt6Core5CompatPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6Core5CompatPrivate/Qt6Core5CompatPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6Core5CompatPrivate/Qt6Core5CompatPrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt6Qml/QmlPlugins/Qt6qtgraphicaleffectspluginAdditionalTargetInfo.cmake
|
lib/cmake/Qt6Qml/QmlPlugins/Qt6qtgraphicaleffectspluginAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt6Qml/QmlPlugins/Qt6qtgraphicaleffectspluginConfig.cmake
|
lib/cmake/Qt6Qml/QmlPlugins/Qt6qtgraphicaleffectspluginConfig.cmake
|
||||||
lib/cmake/Qt6Qml/QmlPlugins/Qt6qtgraphicaleffectspluginConfigVersion.cmake
|
lib/cmake/Qt6Qml/QmlPlugins/Qt6qtgraphicaleffectspluginConfigVersion.cmake
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
PORTNAME= base
|
PORTNAME= base
|
||||||
DISTVERSION= ${QT6_VERSION}
|
DISTVERSION= ${QT6_VERSION}
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
PKGNAMEPREFIX= qt6-
|
PKGNAMEPREFIX= qt6-
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1743028326
|
TIMESTAMP = 1749162730
|
||||||
SHA256 (KDE/Qt/6.8.3/qtbase-everywhere-src-6.8.3.tar.xz) = 56001b905601bb9023d399f3ba780d7fa940f3e4861e496a7c490331f49e0b80
|
SHA256 (KDE/Qt/6.9.1/qtbase-everywhere-src-6.9.1.tar.xz) = 40caedbf83cc9a1959610830563565889878bc95f115868bbf545d1914acf28e
|
||||||
SIZE (KDE/Qt/6.8.3/qtbase-everywhere-src-6.8.3.tar.xz) = 48426536
|
SIZE (KDE/Qt/6.9.1/qtbase-everywhere-src-6.9.1.tar.xz) = 49755912
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- cmake/QtPkgConfigHelpers.cmake.orig 2023-09-21 19:24:26 UTC
|
--- cmake/QtPkgConfigHelpers.cmake.orig 2025-02-19 13:05:34 UTC
|
||||||
+++ cmake/QtPkgConfigHelpers.cmake
|
+++ cmake/QtPkgConfigHelpers.cmake
|
||||||
@@ -159,6 +159,6 @@ function(qt_internal_generate_pkg_config_file module)
|
@@ -174,6 +174,6 @@ function(qt_internal_generate_pkg_config_file module)
|
||||||
# This is inspired by https://gitlab.kitware.com/cmake/cmake/-/issues/20842
|
# This is inspired by https://gitlab.kitware.com/cmake/cmake/-/issues/20842
|
||||||
target_sources(${module} PRIVATE "${final_pc_path}")
|
target_sources(${module} PRIVATE "${final_pc_path}")
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- src/corelib/CMakeLists.txt.orig 2024-11-14 11:02:40 UTC
|
--- src/corelib/CMakeLists.txt.orig 2025-02-19 13:05:34 UTC
|
||||||
+++ src/corelib/CMakeLists.txt
|
+++ src/corelib/CMakeLists.txt
|
||||||
@@ -397,6 +397,10 @@ endif()
|
@@ -402,6 +402,10 @@ endif()
|
||||||
target_link_libraries(Platform INTERFACE Threads::Threads)
|
target_link_libraries(Platform INTERFACE Threads::Threads)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
|
@ -7,21 +7,21 @@ qcompare.h that upstream suppresses for GCC.
|
||||||
/usr/local/include/qt6/QtCore/qcomparehelpers.h:211:43: note: expanded from macro 'QT_DECLARE_ORDERING_HELPER_TEMPLATE'
|
/usr/local/include/qt6/QtCore/qcomparehelpers.h:211:43: note: expanded from macro 'QT_DECLARE_ORDERING_HELPER_TEMPLATE'
|
||||||
211 | { return compareThreeWay(lhs, rhs) >= 0; }
|
211 | { return compareThreeWay(lhs, rhs) >= 0; }
|
||||||
|
|
||||||
--- src/corelib/global/qcomparehelpers.h.orig 2024-11-12 10:55:11 UTC
|
--- src/corelib/global/qcomparehelpers.h.orig 2025-02-19 13:05:34 UTC
|
||||||
+++ src/corelib/global/qcomparehelpers.h
|
+++ src/corelib/global/qcomparehelpers.h
|
||||||
@@ -242,6 +242,7 @@ template <typename In> constexpr auto to_Qt(In in) noe
|
@@ -316,6 +316,7 @@ orderingFlagsFor(T t) noexcept
|
||||||
|
|
||||||
#define QT_DECLARE_ORDERING_HELPER_TEMPLATE(OrderingType, LeftType, RightType, Constexpr, \
|
#define QT_DECLARE_ORDERING_HELPER_TEMPLATE(OrderingType, LeftType, RightType, Constexpr, \
|
||||||
Noexcept, Attributes) \
|
Noexcept, ...) \
|
||||||
+ QT_WARNING_DISABLE_CLANG("-Wzero-as-null-pointer-constant") \
|
+ QT_WARNING_DISABLE_CLANG("-Wzero-as-null-pointer-constant") \
|
||||||
Attributes \
|
__VA_ARGS__ \
|
||||||
friend Constexpr bool operator<(LeftType const &lhs, RightType const &rhs) Noexcept \
|
friend Constexpr bool operator<(LeftType const &lhs, RightType const &rhs) Noexcept \
|
||||||
{ \
|
{ \
|
||||||
@@ -279,6 +280,7 @@ template <typename In> constexpr auto to_Qt(In in) noe
|
@@ -357,6 +358,7 @@ orderingFlagsFor(T t) noexcept
|
||||||
// Helpers for reversed ordering, using the existing compareThreeWay() function.
|
// Helpers for reversed ordering, using the existing compareThreeWay() function.
|
||||||
#define QT_DECLARE_REVERSED_ORDERING_HELPER_TEMPLATE(OrderingType, LeftType, RightType, Constexpr, \
|
#define QT_DECLARE_REVERSED_ORDERING_HELPER_TEMPLATE(OrderingType, LeftType, RightType, Constexpr, \
|
||||||
Noexcept, Attributes) \
|
Noexcept, ...) \
|
||||||
+ QT_WARNING_DISABLE_CLANG("-Wzero-as-null-pointer-constant") \
|
+ QT_WARNING_DISABLE_CLANG("-Wzero-as-null-pointer-constant") \
|
||||||
Attributes \
|
__VA_ARGS__ \
|
||||||
friend Constexpr bool operator<(RightType const &lhs, LeftType const &rhs) Noexcept \
|
friend Constexpr bool operator<(RightType const &lhs, LeftType const &rhs) Noexcept \
|
||||||
{ return is_gt(compareThreeWay(rhs, lhs)); } \
|
{ return is_gt(compareThreeWay(rhs, lhs)); } \
|
||||||
|
|
|
@ -5,14 +5,14 @@ error: use of the 'nodiscard' attribute is a C++20 extension
|
||||||
|
|
||||||
https://github.com/llvm/llvm-project/issues/32865
|
https://github.com/llvm/llvm-project/issues/32865
|
||||||
|
|
||||||
--- src/corelib/global/qcompilerdetection.h.orig 2024-11-14 11:02:40 UTC
|
--- src/corelib/global/qcompilerdetection.h.orig 2025-05-28 10:22:57 UTC
|
||||||
+++ src/corelib/global/qcompilerdetection.h
|
+++ src/corelib/global/qcompilerdetection.h
|
||||||
@@ -959,7 +959,7 @@
|
@@ -966,7 +966,7 @@
|
||||||
# define Q_REQUIRED_RESULT [[nodiscard]]
|
# define Q_REQUIRED_RESULT [[nodiscard]]
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
-#if __has_cpp_attribute(nodiscard) >= 201907L /* used for both P1771 and P1301... */
|
-#if (defined(__cplusplus) && __has_cpp_attribute(nodiscard) >= 201907L /* used for both P1771 and P1301... */) \
|
||||||
+#if __has_cpp_attribute(nodiscard) >= 201907L && (!defined(Q_CC_CLANG) || __cplusplus >= 201907L) /* used for both P1771 and P1301... */
|
+#if (defined(__cplusplus) && __has_cpp_attribute(nodiscard) >= 201907L && (!defined(Q_CC_CLANG) || __cplusplus >= 201907L) /* used for both P1771 and P1301... */) \
|
||||||
|
|| (!defined(__cplusplus) && __has_c_attribute(nodiscard) /* N2448 */)
|
||||||
// [[nodiscard]] constructor (P1771)
|
// [[nodiscard]] constructor (P1771)
|
||||||
# ifndef Q_NODISCARD_CTOR
|
# ifndef Q_NODISCARD_CTOR
|
||||||
# define Q_NODISCARD_CTOR [[nodiscard]]
|
|
||||||
|
|
|
@ -1,13 +1,14 @@
|
||||||
--- src/platformsupport/devicediscovery/qdevicediscovery_static.cpp.orig 2024-09-18 16:48:24 UTC
|
--- src/platformsupport/devicediscovery/qdevicediscovery_static.cpp.orig 2025-02-19 13:05:34 UTC
|
||||||
+++ src/platformsupport/devicediscovery/qdevicediscovery_static.cpp
|
+++ src/platformsupport/devicediscovery/qdevicediscovery_static.cpp
|
||||||
@@ -11,9 +11,7 @@
|
@@ -11,11 +11,7 @@
|
||||||
#include <QLoggingCategory>
|
#include <QLoggingCategory>
|
||||||
#include <QtCore/private/qcore_unix_p.h>
|
#include <QtCore/private/qcore_unix_p.h>
|
||||||
|
|
||||||
-#ifdef Q_OS_FREEBSD
|
-#ifdef Q_OS_FREEBSD
|
||||||
-#include <dev/evdev/input.h>
|
-#include <dev/evdev/input.h>
|
||||||
-#elif defined(Q_OS_VXWORKS)
|
-#else
|
||||||
+#if defined(Q_OS_VXWORKS)
|
#include <linux/input.h>
|
||||||
#include <evdevLib.h>
|
-#endif
|
||||||
#define ABS_X EV_DEV_PTR_ABS_X
|
#include <fcntl.h>
|
||||||
#else
|
|
||||||
|
/* android (and perhaps some other linux-derived stuff) don't define everything
|
||||||
|
|
|
@ -1,13 +1,14 @@
|
||||||
--- src/platformsupport/input/evdevkeyboard/qevdevkeyboard_defaultmap_p.h.orig 2024-09-18 16:48:24 UTC
|
--- src/platformsupport/input/evdevkeyboard/qevdevkeyboard_defaultmap_p.h.orig 2025-02-19 13:05:34 UTC
|
||||||
+++ src/platformsupport/input/evdevkeyboard/qevdevkeyboard_defaultmap_p.h
|
+++ src/platformsupport/input/evdevkeyboard/qevdevkeyboard_defaultmap_p.h
|
||||||
@@ -17,9 +17,7 @@
|
@@ -19,11 +19,7 @@
|
||||||
|
#include <QtInputSupport/private/qkeyboardmap_p.h>
|
||||||
|
|
||||||
#include "qnamespace.h"
|
|
||||||
#include "private/qglobal_p.h"
|
#include "private/qglobal_p.h"
|
||||||
-#ifdef Q_OS_FREEBSD
|
-#ifdef Q_OS_FREEBSD
|
||||||
-#include <dev/evdev/input.h>
|
-#include <dev/evdev/input.h>
|
||||||
-#elif !defined(Q_OS_VXWORKS)
|
-#else
|
||||||
+#if !defined(Q_OS_VXWORKS)
|
|
||||||
#include "linux/input.h"
|
#include "linux/input.h"
|
||||||
#endif
|
-#endif
|
||||||
|
|
||||||
|
// no QT_BEGIN_NAMESPACE, since we include it internally...
|
||||||
|
|
||||||
|
|
|
@ -1,13 +1,14 @@
|
||||||
--- src/platformsupport/input/evdevkeyboard/qevdevkeyboardhandler.cpp.orig 2024-09-18 16:48:24 UTC
|
--- src/platformsupport/input/evdevkeyboard/qevdevkeyboardhandler.cpp.orig 2025-02-19 13:05:34 UTC
|
||||||
+++ src/platformsupport/input/evdevkeyboard/qevdevkeyboardhandler.cpp
|
+++ src/platformsupport/input/evdevkeyboard/qevdevkeyboardhandler.cpp
|
||||||
@@ -17,9 +17,7 @@
|
@@ -17,11 +17,7 @@
|
||||||
#include <QtGui/private/qguiapplication_p.h>
|
#include <QtGui/private/qguiapplication_p.h>
|
||||||
#include <QtGui/private/qinputdevicemanager_p.h>
|
#include <QtGui/private/qinputdevicemanager_p.h>
|
||||||
|
|
||||||
-#ifdef Q_OS_FREEBSD
|
-#ifdef Q_OS_FREEBSD
|
||||||
-#include <dev/evdev/input.h>
|
-#include <dev/evdev/input.h>
|
||||||
-#elif defined(Q_OS_VXWORKS)
|
-#else
|
||||||
+#if defined(Q_OS_VXWORKS)
|
|
||||||
#include <evdevLib.h>
|
|
||||||
#else
|
|
||||||
#include <linux/input.h>
|
#include <linux/input.h>
|
||||||
|
-#endif
|
||||||
|
|
||||||
|
#ifndef input_event_sec
|
||||||
|
#define input_event_sec time.tv_sec
|
||||||
|
|
|
@ -1,13 +1,14 @@
|
||||||
--- src/platformsupport/input/evdevtablet/qevdevtablethandler.cpp.orig 2024-09-18 16:48:24 UTC
|
--- src/platformsupport/input/evdevtablet/qevdevtablethandler.cpp.orig 2025-02-19 13:05:34 UTC
|
||||||
+++ src/platformsupport/input/evdevtablet/qevdevtablethandler.cpp
|
+++ src/platformsupport/input/evdevtablet/qevdevtablethandler.cpp
|
||||||
@@ -10,9 +10,7 @@
|
@@ -10,11 +10,7 @@
|
||||||
#include <QLoggingCategory>
|
#include <QLoggingCategory>
|
||||||
#include <QtCore/private/qcore_unix_p.h>
|
#include <QtCore/private/qcore_unix_p.h>
|
||||||
#include <qpa/qwindowsysteminterface.h>
|
#include <qpa/qwindowsysteminterface.h>
|
||||||
-#ifdef Q_OS_FREEBSD
|
-#ifdef Q_OS_FREEBSD
|
||||||
-#include <dev/evdev/input.h>
|
-#include <dev/evdev/input.h>
|
||||||
-#elif defined(Q_OS_VXWORKS)
|
-#else
|
||||||
+#if defined(Q_OS_VXWORKS)
|
#include <linux/input.h>
|
||||||
#include <qpa/qplatformscreen.h>
|
-#endif
|
||||||
#include <evdevLib.h>
|
|
||||||
#define SYN_REPORT 0
|
QT_BEGIN_NAMESPACE
|
||||||
|
|
||||||
|
|
|
@ -1,13 +1,14 @@
|
||||||
--- src/platformsupport/input/evdevtouch/qevdevtouchhandler.cpp.orig 2024-09-18 16:48:24 UTC
|
--- src/platformsupport/input/evdevtouch/qevdevtouchhandler.cpp.orig 2025-02-19 13:05:34 UTC
|
||||||
+++ src/platformsupport/input/evdevtouch/qevdevtouchhandler.cpp
|
+++ src/platformsupport/input/evdevtouch/qevdevtouchhandler.cpp
|
||||||
@@ -19,9 +19,7 @@
|
@@ -19,11 +19,7 @@
|
||||||
|
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
|
|
||||||
-#ifdef Q_OS_FREEBSD
|
-#ifdef Q_OS_FREEBSD
|
||||||
-#include <dev/evdev/input.h>
|
-#include <dev/evdev/input.h>
|
||||||
-#elif defined(Q_OS_VXWORKS)
|
-#else
|
||||||
+#if defined(Q_OS_VXWORKS)
|
#include <linux/input.h>
|
||||||
#include <qpa/qplatformscreen.h>
|
-#endif
|
||||||
#include <evdevLib.h>
|
|
||||||
#define SYN_REPORT 0
|
#ifndef input_event_sec
|
||||||
|
#define input_event_sec time.tv_sec
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
--- src/plugins/tls/openssl/qsslcontext_openssl.cpp.orig 2023-09-15 10:20:51 UTC
|
--- src/plugins/tls/openssl/qsslcontext_openssl.cpp.orig 2025-02-19 13:05:34 UTC
|
||||||
+++ src/plugins/tls/openssl/qsslcontext_openssl.cpp
|
+++ src/plugins/tls/openssl/qsslcontext_openssl.cpp
|
||||||
@@ -49,9 +49,9 @@ extern "C" int q_verify_cookie_callback(SSL *ssl, cons
|
@@ -49,9 +49,9 @@ extern "C" int q_verify_cookie_callback(SSL *ssl, cons
|
||||||
}
|
}
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
QSharedPointer<SSL_CONF_CTX> cctx(q_SSL_CONF_CTX_new(), &q_SSL_CONF_CTX_free);
|
QSharedPointer<SSL_CONF_CTX> cctx(q_SSL_CONF_CTX_new(), &q_SSL_CONF_CTX_free);
|
||||||
if (cctx) {
|
if (cctx) {
|
||||||
q_SSL_CONF_CTX_set_ssl_ctx(cctx.data(), sslContext->ctx);
|
q_SSL_CONF_CTX_set_ssl_ctx(cctx.data(), sslContext->ctx);
|
||||||
@@ -806,7 +809,9 @@ void QSslContext::applyBackendConfig(QSslContext *sslC
|
@@ -803,7 +806,9 @@ void QSslContext::applyBackendConfig(QSslContext *sslC
|
||||||
sslContext->errorStr = msgErrorSettingBackendConfig(QSslSocket::tr("SSL_CONF_finish() failed"));
|
sslContext->errorStr = msgErrorSettingBackendConfig(QSslSocket::tr("SSL_CONF_finish() failed"));
|
||||||
sslContext->errorCode = QSslError::UnspecifiedError;
|
sslContext->errorCode = QSslError::UnspecifiedError;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- src/plugins/tls/openssl/qsslsocket_openssl_symbols.cpp.orig 2024-03-19 15:46:43 UTC
|
--- src/plugins/tls/openssl/qsslsocket_openssl_symbols.cpp.orig 2025-02-19 13:05:34 UTC
|
||||||
+++ src/plugins/tls/openssl/qsslsocket_openssl_symbols.cpp
|
+++ src/plugins/tls/openssl/qsslsocket_openssl_symbols.cpp
|
||||||
@@ -112,23 +112,36 @@ DEFINEFUNC(int, EVP_PKEY_up_ref, EVP_PKEY *a, a, retur
|
@@ -113,23 +113,36 @@ DEFINEFUNC(int, EVP_PKEY_up_ref, EVP_PKEY *a, a, retur
|
||||||
DEFINEFUNC2(int, BN_is_word, BIGNUM *a, a, BN_ULONG w, w, return 0, return)
|
DEFINEFUNC2(int, BN_is_word, BIGNUM *a, a, BN_ULONG w, w, return 0, return)
|
||||||
DEFINEFUNC(int, EVP_CIPHER_CTX_reset, EVP_CIPHER_CTX *c, c, return 0, return)
|
DEFINEFUNC(int, EVP_CIPHER_CTX_reset, EVP_CIPHER_CTX *c, c, return 0, return)
|
||||||
DEFINEFUNC(int, EVP_PKEY_up_ref, EVP_PKEY *a, a, return 0, return)
|
DEFINEFUNC(int, EVP_PKEY_up_ref, EVP_PKEY *a, a, return 0, return)
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
#ifdef TLS1_3_VERSION
|
#ifdef TLS1_3_VERSION
|
||||||
DEFINEFUNC2(int, SSL_CTX_set_ciphersuites, SSL_CTX *ctx, ctx, const char *str, str, return 0, return)
|
DEFINEFUNC2(int, SSL_CTX_set_ciphersuites, SSL_CTX *ctx, ctx, const char *str, str, return 0, return)
|
||||||
DEFINEFUNC2(void, SSL_set_psk_use_session_callback, SSL *ssl, ssl, q_SSL_psk_use_session_cb_func_t callback, callback, return, DUMMYARG)
|
DEFINEFUNC2(void, SSL_set_psk_use_session_callback, SSL *ssl, ssl, q_SSL_psk_use_session_cb_func_t callback, callback, return, DUMMYARG)
|
||||||
@@ -193,7 +206,9 @@ DEFINEFUNC2(OCSP_RESPONSE *, OCSP_response_create, int
|
@@ -194,7 +207,9 @@ DEFINEFUNC2(OCSP_RESPONSE *, OCSP_response_create, int
|
||||||
ASN1_OCTET_STRING **piKeyHash, piKeyHash, ASN1_INTEGER **pserial, pserial, OCSP_CERTID *cid, cid,
|
ASN1_OCTET_STRING **piKeyHash, piKeyHash, ASN1_INTEGER **pserial, pserial, OCSP_CERTID *cid, cid,
|
||||||
return 0, return)
|
return 0, return)
|
||||||
DEFINEFUNC2(OCSP_RESPONSE *, OCSP_response_create, int status, status, OCSP_BASICRESP *bs, bs, return nullptr, return)
|
DEFINEFUNC2(OCSP_RESPONSE *, OCSP_response_create, int status, status, OCSP_BASICRESP *bs, bs, return nullptr, return)
|
||||||
|
@ -47,7 +47,7 @@
|
||||||
DEFINEFUNC2(int, OCSP_id_cmp, OCSP_CERTID *a, a, OCSP_CERTID *b, b, return -1, return)
|
DEFINEFUNC2(int, OCSP_id_cmp, OCSP_CERTID *a, a, OCSP_CERTID *b, b, return -1, return)
|
||||||
DEFINEFUNC7(OCSP_SINGLERESP *, OCSP_basic_add1_status, OCSP_BASICRESP *r, r, OCSP_CERTID *c, c, int s, s,
|
DEFINEFUNC7(OCSP_SINGLERESP *, OCSP_basic_add1_status, OCSP_BASICRESP *r, r, OCSP_CERTID *c, c, int s, s,
|
||||||
int re, re, ASN1_TIME *rt, rt, ASN1_TIME *t, t, ASN1_TIME *n, n, return nullptr, return)
|
int re, re, ASN1_TIME *rt, rt, ASN1_TIME *t, t, ASN1_TIME *n, n, return nullptr, return)
|
||||||
@@ -214,7 +229,9 @@ DEFINEFUNC2(int, ASN1_STRING_to_UTF8, unsigned char **
|
@@ -215,7 +230,9 @@ DEFINEFUNC2(int, ASN1_STRING_to_UTF8, unsigned char **
|
||||||
DEFINEFUNC2(int, ASN1_INTEGER_cmp, const ASN1_INTEGER *a, a, const ASN1_INTEGER *b, b, return 1, return)
|
DEFINEFUNC2(int, ASN1_INTEGER_cmp, const ASN1_INTEGER *a, a, const ASN1_INTEGER *b, b, return 1, return)
|
||||||
DEFINEFUNC(int, ASN1_STRING_length, ASN1_STRING *a, a, return 0, return)
|
DEFINEFUNC(int, ASN1_STRING_length, ASN1_STRING *a, a, return 0, return)
|
||||||
DEFINEFUNC2(int, ASN1_STRING_to_UTF8, unsigned char **a, a, ASN1_STRING *b, b, return 0, return)
|
DEFINEFUNC2(int, ASN1_STRING_to_UTF8, unsigned char **a, a, ASN1_STRING *b, b, return 0, return)
|
||||||
|
@ -57,7 +57,7 @@
|
||||||
DEFINEFUNC4(long, BIO_ctrl, BIO *a, a, int b, b, long c, c, void *d, d, return -1, return)
|
DEFINEFUNC4(long, BIO_ctrl, BIO *a, a, int b, b, long c, c, void *d, d, return -1, return)
|
||||||
DEFINEFUNC(int, BIO_free, BIO *a, a, return 0, return)
|
DEFINEFUNC(int, BIO_free, BIO *a, a, return 0, return)
|
||||||
DEFINEFUNC2(BIO *, BIO_new_mem_buf, void *a, a, int b, b, return nullptr, return)
|
DEFINEFUNC2(BIO *, BIO_new_mem_buf, void *a, a, int b, b, return nullptr, return)
|
||||||
@@ -289,12 +306,14 @@ DEFINEFUNC(X509_STORE *, SSL_CTX_get_cert_store, const
|
@@ -290,12 +307,14 @@ DEFINEFUNC(X509_STORE *, SSL_CTX_get_cert_store, const
|
||||||
DEFINEFUNC2(int, SSL_CTX_use_PrivateKey, SSL_CTX *a, a, EVP_PKEY *b, b, return -1, return)
|
DEFINEFUNC2(int, SSL_CTX_use_PrivateKey, SSL_CTX *a, a, EVP_PKEY *b, b, return -1, return)
|
||||||
DEFINEFUNC3(int, SSL_CTX_use_PrivateKey_file, SSL_CTX *a, a, const char *b, b, int c, c, return -1, return)
|
DEFINEFUNC3(int, SSL_CTX_use_PrivateKey_file, SSL_CTX *a, a, const char *b, b, int c, c, return -1, return)
|
||||||
DEFINEFUNC(X509_STORE *, SSL_CTX_get_cert_store, const SSL_CTX *a, a, return nullptr, return)
|
DEFINEFUNC(X509_STORE *, SSL_CTX_get_cert_store, const SSL_CTX *a, a, return nullptr, return)
|
||||||
|
@ -72,7 +72,7 @@
|
||||||
DEFINEFUNC(void, SSL_free, SSL *a, a, return, DUMMYARG)
|
DEFINEFUNC(void, SSL_free, SSL *a, a, return, DUMMYARG)
|
||||||
DEFINEFUNC(STACK_OF(SSL_CIPHER) *, SSL_get_ciphers, const SSL *a, a, return nullptr, return)
|
DEFINEFUNC(STACK_OF(SSL_CIPHER) *, SSL_get_ciphers, const SSL *a, a, return nullptr, return)
|
||||||
DEFINEFUNC(const SSL_CIPHER *, SSL_get_current_cipher, SSL *a, a, return nullptr, return)
|
DEFINEFUNC(const SSL_CIPHER *, SSL_get_current_cipher, SSL *a, a, return nullptr, return)
|
||||||
@@ -761,8 +780,8 @@ static LoadedOpenSsl loadOpenSsl()
|
@@ -764,8 +783,8 @@ static LoadedOpenSsl loadOpenSsl()
|
||||||
libcrypto->setFileNameAndVersion("crypto"_L1, shlibVersion);
|
libcrypto->setFileNameAndVersion("crypto"_L1, shlibVersion);
|
||||||
#elif defined(SHLIB_VERSION_NUMBER)
|
#elif defined(SHLIB_VERSION_NUMBER)
|
||||||
// first attempt: the canonical name is libssl.so.<SHLIB_VERSION_NUMBER>
|
// first attempt: the canonical name is libssl.so.<SHLIB_VERSION_NUMBER>
|
||||||
|
@ -83,7 +83,7 @@
|
||||||
#endif // OPENSSL_SHLIB_VERSION
|
#endif // OPENSSL_SHLIB_VERSION
|
||||||
|
|
||||||
if (libcrypto->load() && libssl->load()) {
|
if (libcrypto->load() && libssl->load()) {
|
||||||
@@ -795,8 +814,8 @@ static LoadedOpenSsl loadOpenSsl()
|
@@ -798,8 +817,8 @@ static LoadedOpenSsl loadOpenSsl()
|
||||||
libssl->setFileNameAndVersion("ssl"_L1 + suffix, -1);
|
libssl->setFileNameAndVersion("ssl"_L1 + suffix, -1);
|
||||||
libcrypto->setFileNameAndVersion("crypto"_L1 + suffix, -1);
|
libcrypto->setFileNameAndVersion("crypto"_L1 + suffix, -1);
|
||||||
# else
|
# else
|
||||||
|
@ -94,7 +94,7 @@
|
||||||
# endif
|
# endif
|
||||||
if (libcrypto->load() && libssl->load()) {
|
if (libcrypto->load() && libssl->load()) {
|
||||||
// libssl.so.0 and libcrypto.so.0 found
|
// libssl.so.0 and libcrypto.so.0 found
|
||||||
@@ -865,21 +884,34 @@ bool q_resolveOpenSslSymbols()
|
@@ -868,21 +887,34 @@ bool q_resolveOpenSslSymbols()
|
||||||
RESOLVEFUNC(EVP_CIPHER_CTX_reset)
|
RESOLVEFUNC(EVP_CIPHER_CTX_reset)
|
||||||
RESOLVEFUNC(AUTHORITY_INFO_ACCESS_free)
|
RESOLVEFUNC(AUTHORITY_INFO_ACCESS_free)
|
||||||
RESOLVEFUNC(EVP_PKEY_up_ref)
|
RESOLVEFUNC(EVP_PKEY_up_ref)
|
||||||
|
@ -129,7 +129,7 @@
|
||||||
#ifdef TLS1_3_VERSION
|
#ifdef TLS1_3_VERSION
|
||||||
RESOLVEFUNC(SSL_CTX_set_ciphersuites)
|
RESOLVEFUNC(SSL_CTX_set_ciphersuites)
|
||||||
RESOLVEFUNC(SSL_set_psk_use_session_callback)
|
RESOLVEFUNC(SSL_set_psk_use_session_callback)
|
||||||
@@ -961,7 +993,9 @@ bool q_resolveOpenSslSymbols()
|
@@ -964,7 +996,9 @@ bool q_resolveOpenSslSymbols()
|
||||||
RESOLVEFUNC(OCSP_check_validity)
|
RESOLVEFUNC(OCSP_check_validity)
|
||||||
RESOLVEFUNC(OCSP_cert_to_id)
|
RESOLVEFUNC(OCSP_cert_to_id)
|
||||||
RESOLVEFUNC(OCSP_id_get0_info)
|
RESOLVEFUNC(OCSP_id_get0_info)
|
||||||
|
@ -140,7 +140,7 @@
|
||||||
RESOLVEFUNC(OCSP_basic_sign)
|
RESOLVEFUNC(OCSP_basic_sign)
|
||||||
RESOLVEFUNC(OCSP_response_create)
|
RESOLVEFUNC(OCSP_response_create)
|
||||||
RESOLVEFUNC(i2d_OCSP_RESPONSE)
|
RESOLVEFUNC(i2d_OCSP_RESPONSE)
|
||||||
@@ -1056,12 +1090,14 @@ bool q_resolveOpenSslSymbols()
|
@@ -1059,12 +1093,14 @@ bool q_resolveOpenSslSymbols()
|
||||||
RESOLVEFUNC(SSL_CTX_use_PrivateKey)
|
RESOLVEFUNC(SSL_CTX_use_PrivateKey)
|
||||||
RESOLVEFUNC(SSL_CTX_use_PrivateKey_file)
|
RESOLVEFUNC(SSL_CTX_use_PrivateKey_file)
|
||||||
RESOLVEFUNC(SSL_CTX_get_cert_store);
|
RESOLVEFUNC(SSL_CTX_get_cert_store);
|
||||||
|
@ -155,7 +155,7 @@
|
||||||
RESOLVEFUNC(SSL_accept)
|
RESOLVEFUNC(SSL_accept)
|
||||||
RESOLVEFUNC(SSL_clear)
|
RESOLVEFUNC(SSL_clear)
|
||||||
RESOLVEFUNC(SSL_connect)
|
RESOLVEFUNC(SSL_connect)
|
||||||
@@ -1121,7 +1157,9 @@ bool q_resolveOpenSslSymbols()
|
@@ -1124,7 +1160,9 @@ bool q_resolveOpenSslSymbols()
|
||||||
RESOLVEFUNC(RSA_free)
|
RESOLVEFUNC(RSA_free)
|
||||||
|
|
||||||
RESOLVEFUNC(DH_bits)
|
RESOLVEFUNC(DH_bits)
|
||||||
|
|
|
@ -40,7 +40,6 @@ bin/qmake6
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qcore_unix_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qcore_unix_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qcoreapplication_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qcoreapplication_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qcoreevent_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qcoreevent_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qdatastream_p.h
|
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qdataurl_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qdataurl_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qdatetime_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qdatetime_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qdatetimeparser_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qdatetimeparser_p.h
|
||||||
|
@ -77,7 +76,6 @@ bin/qmake6
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qfuturewatcher_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qfuturewatcher_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qglobal_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qglobal_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qgregoriancalendar_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qgregoriancalendar_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qhijricalendar_data_p.h
|
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qhijricalendar_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qhijricalendar_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qhooks_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qhooks_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qidentityproxymodel_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qidentityproxymodel_p.h
|
||||||
|
@ -86,7 +84,6 @@ bin/qmake6
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qislamiccivilcalendar_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qislamiccivilcalendar_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qitemselectionmodel_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qitemselectionmodel_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qiterable_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qiterable_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qjalalicalendar_data_p.h
|
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qjalalicalendar_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qjalalicalendar_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qjson_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qjson_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qjsonparser_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qjsonparser_p.h
|
||||||
|
@ -94,7 +91,6 @@ bin/qmake6
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qjuliancalendar_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qjuliancalendar_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qlibrary_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qlibrary_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qlibraryinfo_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qlibraryinfo_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qlocale_data_p.h
|
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qlocale_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qlocale_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qlocale_tools_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qlocale_tools_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qlocaltime_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qlocaltime_p.h
|
||||||
|
@ -137,7 +133,6 @@ bin/qmake6
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qresource_iterator_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qresource_iterator_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qresource_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qresource_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qringbuffer_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qringbuffer_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qromancalendar_data_p.h
|
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qromancalendar_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qromancalendar_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qsavefile_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qsavefile_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qsequentialanimationgroup_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qsequentialanimationgroup_p.h
|
||||||
|
@ -147,7 +142,6 @@ bin/qmake6
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qsimd_x86_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qsimd_x86_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qsingleshottimer_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qsingleshottimer_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qsmallbytearray_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qsmallbytearray_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qspan_p.h
|
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qstorageinfo_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qstorageinfo_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qstringalgorithms_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qstringalgorithms_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qstringconverter_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qstringconverter_p.h
|
||||||
|
@ -155,15 +149,16 @@ bin/qmake6
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qsystemerror_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qsystemerror_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qsystemsemaphore_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qsystemsemaphore_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qtcore-config_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qtcore-config_p.h
|
||||||
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qtcoreglobal_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qtemporaryfile_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qtemporaryfile_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qtenvironmentvariables_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qtenvironmentvariables_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qtextstream_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qtextstream_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qthread_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qthread_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qthreadpool_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qthreadpool_p.h
|
||||||
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qthreadstorage_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qtimer_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qtimer_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qtimerinfo_unix_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qtimerinfo_unix_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qtimezonelocale_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qtimezonelocale_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qtimezoneprivate_data_p.h
|
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qtimezoneprivate_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qtimezoneprivate_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qtipccommon_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qtipccommon_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qtools_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qtools_p.h
|
||||||
|
@ -175,6 +170,7 @@ bin/qmake6
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/quniquehandle_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/quniquehandle_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/quniquehandle_types_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/quniquehandle_types_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qurl_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qurl_p.h
|
||||||
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/quuid_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qvariant_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qvariant_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qvariantanimation_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qvariantanimation_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qvolatile_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qvolatile_p.h
|
||||||
|
@ -185,6 +181,7 @@ bin/qmake6
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qxmlutils_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qxmlutils_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qzipreader_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qzipreader_p.h
|
||||||
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qzipwriter_p.h
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qzipwriter_p.h
|
||||||
|
%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/wcharhelpers_win_p.h
|
||||||
%%QT_INCDIR%%/QtCore/QAbstractAnimation
|
%%QT_INCDIR%%/QtCore/QAbstractAnimation
|
||||||
%%QT_INCDIR%%/QtCore/QAbstractEventDispatcher
|
%%QT_INCDIR%%/QtCore/QAbstractEventDispatcher
|
||||||
%%QT_INCDIR%%/QtCore/QAbstractEventDispatcherV2
|
%%QT_INCDIR%%/QtCore/QAbstractEventDispatcherV2
|
||||||
|
@ -570,6 +567,7 @@ bin/qmake6
|
||||||
%%QT_INCDIR%%/QtCore/QtContainerFwd
|
%%QT_INCDIR%%/QtCore/QtContainerFwd
|
||||||
%%QT_INCDIR%%/QtCore/QtCore
|
%%QT_INCDIR%%/QtCore/QtCore
|
||||||
%%QT_INCDIR%%/QtCore/QtCoreDepends
|
%%QT_INCDIR%%/QtCore/QtCoreDepends
|
||||||
|
%%QT_INCDIR%%/QtCore/QtCoreGlobal
|
||||||
%%QT_INCDIR%%/QtCore/QtCoreVersion
|
%%QT_INCDIR%%/QtCore/QtCoreVersion
|
||||||
%%QT_INCDIR%%/QtCore/QtDarwinHelpers
|
%%QT_INCDIR%%/QtCore/QtDarwinHelpers
|
||||||
%%QT_INCDIR%%/QtCore/QtDebug
|
%%QT_INCDIR%%/QtCore/QtDebug
|
||||||
|
@ -599,6 +597,7 @@ bin/qmake6
|
||||||
%%QT_INCDIR%%/QtCore/QtTypes
|
%%QT_INCDIR%%/QtCore/QtTypes
|
||||||
%%QT_INCDIR%%/QtCore/QtVersion
|
%%QT_INCDIR%%/QtCore/QtVersion
|
||||||
%%QT_INCDIR%%/QtCore/QtVersionChecks
|
%%QT_INCDIR%%/QtCore/QtVersionChecks
|
||||||
|
%%QT_INCDIR%%/QtCore/q17memory.h
|
||||||
%%QT_INCDIR%%/QtCore/q20algorithm.h
|
%%QT_INCDIR%%/QtCore/q20algorithm.h
|
||||||
%%QT_INCDIR%%/QtCore/q20chrono.h
|
%%QT_INCDIR%%/QtCore/q20chrono.h
|
||||||
%%QT_INCDIR%%/QtCore/q20functional.h
|
%%QT_INCDIR%%/QtCore/q20functional.h
|
||||||
|
@ -609,6 +608,7 @@ bin/qmake6
|
||||||
%%QT_INCDIR%%/QtCore/q20utility.h
|
%%QT_INCDIR%%/QtCore/q20utility.h
|
||||||
%%QT_INCDIR%%/QtCore/q20vector.h
|
%%QT_INCDIR%%/QtCore/q20vector.h
|
||||||
%%QT_INCDIR%%/QtCore/q23functional.h
|
%%QT_INCDIR%%/QtCore/q23functional.h
|
||||||
|
%%QT_INCDIR%%/QtCore/q23type_traits.h
|
||||||
%%QT_INCDIR%%/QtCore/q23utility.h
|
%%QT_INCDIR%%/QtCore/q23utility.h
|
||||||
%%QT_INCDIR%%/QtCore/q26numeric.h
|
%%QT_INCDIR%%/QtCore/q26numeric.h
|
||||||
%%QT_INCDIR%%/QtCore/qabstractanimation.h
|
%%QT_INCDIR%%/QtCore/qabstractanimation.h
|
||||||
|
@ -711,6 +711,7 @@ bin/qmake6
|
||||||
%%QT_INCDIR%%/QtCore/qjsonarray.h
|
%%QT_INCDIR%%/QtCore/qjsonarray.h
|
||||||
%%QT_INCDIR%%/QtCore/qjsondocument.h
|
%%QT_INCDIR%%/QtCore/qjsondocument.h
|
||||||
%%QT_INCDIR%%/QtCore/qjsonobject.h
|
%%QT_INCDIR%%/QtCore/qjsonobject.h
|
||||||
|
%%QT_INCDIR%%/QtCore/qjsonparseerror.h
|
||||||
%%QT_INCDIR%%/QtCore/qjsonvalue.h
|
%%QT_INCDIR%%/QtCore/qjsonvalue.h
|
||||||
%%QT_INCDIR%%/QtCore/qlatin1stringmatcher.h
|
%%QT_INCDIR%%/QtCore/qlatin1stringmatcher.h
|
||||||
%%QT_INCDIR%%/QtCore/qlatin1stringview.h
|
%%QT_INCDIR%%/QtCore/qlatin1stringview.h
|
||||||
|
@ -815,6 +816,7 @@ bin/qmake6
|
||||||
%%QT_INCDIR%%/QtCore/qtconfigmacros.h
|
%%QT_INCDIR%%/QtCore/qtconfigmacros.h
|
||||||
%%QT_INCDIR%%/QtCore/qtcore-config.h
|
%%QT_INCDIR%%/QtCore/qtcore-config.h
|
||||||
%%QT_INCDIR%%/QtCore/qtcoreexports.h
|
%%QT_INCDIR%%/QtCore/qtcoreexports.h
|
||||||
|
%%QT_INCDIR%%/QtCore/qtcoreglobal.h
|
||||||
%%QT_INCDIR%%/QtCore/qtcoreversion.h
|
%%QT_INCDIR%%/QtCore/qtcoreversion.h
|
||||||
%%QT_INCDIR%%/QtCore/qtdeprecationdefinitions.h
|
%%QT_INCDIR%%/QtCore/qtdeprecationdefinitions.h
|
||||||
%%QT_INCDIR%%/QtCore/qtdeprecationmarkers.h
|
%%QT_INCDIR%%/QtCore/qtdeprecationmarkers.h
|
||||||
|
@ -824,6 +826,7 @@ bin/qmake6
|
||||||
%%QT_INCDIR%%/QtCore/qtestsupport_core.h
|
%%QT_INCDIR%%/QtCore/qtestsupport_core.h
|
||||||
%%QT_INCDIR%%/QtCore/qtextboundaryfinder.h
|
%%QT_INCDIR%%/QtCore/qtextboundaryfinder.h
|
||||||
%%QT_INCDIR%%/QtCore/qtextstream.h
|
%%QT_INCDIR%%/QtCore/qtextstream.h
|
||||||
|
%%QT_INCDIR%%/QtCore/qtformat_impl.h
|
||||||
%%QT_INCDIR%%/QtCore/qthread.h
|
%%QT_INCDIR%%/QtCore/qthread.h
|
||||||
%%QT_INCDIR%%/QtCore/qthreadpool.h
|
%%QT_INCDIR%%/QtCore/qthreadpool.h
|
||||||
%%QT_INCDIR%%/QtCore/qthreadstorage.h
|
%%QT_INCDIR%%/QtCore/qthreadstorage.h
|
||||||
|
@ -832,6 +835,7 @@ bin/qmake6
|
||||||
%%QT_INCDIR%%/QtCore/qtimezone.h
|
%%QT_INCDIR%%/QtCore/qtimezone.h
|
||||||
%%QT_INCDIR%%/QtCore/qtipccommon.h
|
%%QT_INCDIR%%/QtCore/qtipccommon.h
|
||||||
%%QT_INCDIR%%/QtCore/qtmetamacros.h
|
%%QT_INCDIR%%/QtCore/qtmetamacros.h
|
||||||
|
%%QT_INCDIR%%/QtCore/qtmocconstants.h
|
||||||
%%QT_INCDIR%%/QtCore/qtmochelpers.h
|
%%QT_INCDIR%%/QtCore/qtmochelpers.h
|
||||||
%%QT_INCDIR%%/QtCore/qtnoop.h
|
%%QT_INCDIR%%/QtCore/qtnoop.h
|
||||||
%%QT_INCDIR%%/QtCore/qtpreprocessorsupport.h
|
%%QT_INCDIR%%/QtCore/qtpreprocessorsupport.h
|
||||||
|
@ -991,6 +995,7 @@ bin/qmake6
|
||||||
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qcolortransform_p.h
|
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qcolortransform_p.h
|
||||||
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qcolortrc_p.h
|
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qcolortrc_p.h
|
||||||
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qcolortrclut_p.h
|
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qcolortrclut_p.h
|
||||||
|
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qcolrpaintgraphrenderer_p.h
|
||||||
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qcosmeticstroker_p.h
|
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qcosmeticstroker_p.h
|
||||||
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qcssparser_p.h
|
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qcssparser_p.h
|
||||||
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qcssutil_p.h
|
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qcssutil_p.h
|
||||||
|
@ -1004,11 +1009,14 @@ bin/qmake6
|
||||||
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qdbusplatformmenu_p.h
|
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qdbusplatformmenu_p.h
|
||||||
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qdbustrayicon_p.h
|
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qdbustrayicon_p.h
|
||||||
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qdbustraytypes_p.h
|
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qdbustraytypes_p.h
|
||||||
|
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qdesktopunixservices_p.h
|
||||||
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qdistancefield_p.h
|
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qdistancefield_p.h
|
||||||
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qdnd_p.h
|
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qdnd_p.h
|
||||||
|
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qdrawhelper_loongarch64_p.h
|
||||||
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qdrawhelper_neon_p.h
|
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qdrawhelper_neon_p.h
|
||||||
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qdrawhelper_p.h
|
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qdrawhelper_p.h
|
||||||
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qdrawhelper_x86_p.h
|
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qdrawhelper_x86_p.h
|
||||||
|
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qdrawingprimitive_lsx_p.h
|
||||||
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qdrawingprimitive_sse2_p.h
|
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qdrawingprimitive_sse2_p.h
|
||||||
%%X11%%%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qedidparser_p.h
|
%%X11%%%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qedidparser_p.h
|
||||||
%%X11%%%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qedidvendortable_p.h
|
%%X11%%%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qedidvendortable_p.h
|
||||||
|
@ -1030,12 +1038,12 @@ bin/qmake6
|
||||||
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qfontengine_p.h
|
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qfontengine_p.h
|
||||||
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qfontengineglyphcache_p.h
|
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qfontengineglyphcache_p.h
|
||||||
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qfontenginemultifontconfig_p.h
|
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qfontenginemultifontconfig_p.h
|
||||||
|
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qfonticonengine_p.h
|
||||||
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qfontsubset_p.h
|
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qfontsubset_p.h
|
||||||
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qfragmentmap_p.h
|
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qfragmentmap_p.h
|
||||||
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qfreetypefontdatabase_p.h
|
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qfreetypefontdatabase_p.h
|
||||||
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qgenericunixeventdispatcher_p.h
|
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qgenericunixeventdispatcher_p.h
|
||||||
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qgenericunixfontdatabase_p.h
|
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qgenericunixfontdatabase_p.h
|
||||||
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qgenericunixservices_p.h
|
|
||||||
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qgenericunixthemes_p.h
|
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qgenericunixthemes_p.h
|
||||||
%%X11%%%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qglxconvenience_p.h
|
%%X11%%%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qglxconvenience_p.h
|
||||||
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qglyphrun_p.h
|
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qglyphrun_p.h
|
||||||
|
@ -1266,6 +1274,7 @@ bin/qmake6
|
||||||
%%QT_INCDIR%%/QtGui/QFontInfo
|
%%QT_INCDIR%%/QtGui/QFontInfo
|
||||||
%%QT_INCDIR%%/QtGui/QFontMetrics
|
%%QT_INCDIR%%/QtGui/QFontMetrics
|
||||||
%%QT_INCDIR%%/QtGui/QFontMetricsF
|
%%QT_INCDIR%%/QtGui/QFontMetricsF
|
||||||
|
%%QT_INCDIR%%/QtGui/QFontVariableAxis
|
||||||
%%QT_INCDIR%%/QtGui/QGenericMatrix
|
%%QT_INCDIR%%/QtGui/QGenericMatrix
|
||||||
%%QT_INCDIR%%/QtGui/QGenericPlugin
|
%%QT_INCDIR%%/QtGui/QGenericPlugin
|
||||||
%%QT_INCDIR%%/QtGui/QGenericPluginFactory
|
%%QT_INCDIR%%/QtGui/QGenericPluginFactory
|
||||||
|
@ -1328,6 +1337,7 @@ bin/qmake6
|
||||||
%%QT_INCDIR%%/QtGui/QPainter
|
%%QT_INCDIR%%/QtGui/QPainter
|
||||||
%%QT_INCDIR%%/QtGui/QPainterPath
|
%%QT_INCDIR%%/QtGui/QPainterPath
|
||||||
%%QT_INCDIR%%/QtGui/QPainterPathStroker
|
%%QT_INCDIR%%/QtGui/QPainterPathStroker
|
||||||
|
%%QT_INCDIR%%/QtGui/QPainterStateGuard
|
||||||
%%QT_INCDIR%%/QtGui/QPalette
|
%%QT_INCDIR%%/QtGui/QPalette
|
||||||
%%QT_INCDIR%%/QtGui/QPdfOutputIntent
|
%%QT_INCDIR%%/QtGui/QPdfOutputIntent
|
||||||
%%QT_INCDIR%%/QtGui/QPdfWriter
|
%%QT_INCDIR%%/QtGui/QPdfWriter
|
||||||
|
@ -1461,6 +1471,7 @@ bin/qmake6
|
||||||
%%QT_INCDIR%%/QtGui/qfontdatabase.h
|
%%QT_INCDIR%%/QtGui/qfontdatabase.h
|
||||||
%%QT_INCDIR%%/QtGui/qfontinfo.h
|
%%QT_INCDIR%%/QtGui/qfontinfo.h
|
||||||
%%QT_INCDIR%%/QtGui/qfontmetrics.h
|
%%QT_INCDIR%%/QtGui/qfontmetrics.h
|
||||||
|
%%QT_INCDIR%%/QtGui/qfontvariableaxis.h
|
||||||
%%QT_INCDIR%%/QtGui/qgenericmatrix.h
|
%%QT_INCDIR%%/QtGui/qgenericmatrix.h
|
||||||
%%QT_INCDIR%%/QtGui/qgenericplugin.h
|
%%QT_INCDIR%%/QtGui/qgenericplugin.h
|
||||||
%%QT_INCDIR%%/QtGui/qgenericpluginfactory.h
|
%%QT_INCDIR%%/QtGui/qgenericpluginfactory.h
|
||||||
|
@ -1496,6 +1507,7 @@ bin/qmake6
|
||||||
%%QT_INCDIR%%/QtGui/qpaintengine.h
|
%%QT_INCDIR%%/QtGui/qpaintengine.h
|
||||||
%%QT_INCDIR%%/QtGui/qpainter.h
|
%%QT_INCDIR%%/QtGui/qpainter.h
|
||||||
%%QT_INCDIR%%/QtGui/qpainterpath.h
|
%%QT_INCDIR%%/QtGui/qpainterpath.h
|
||||||
|
%%QT_INCDIR%%/QtGui/qpainterstateguard.h
|
||||||
%%QT_INCDIR%%/QtGui/qpalette.h
|
%%QT_INCDIR%%/QtGui/qpalette.h
|
||||||
%%QT_INCDIR%%/QtGui/qpdfoutputintent.h
|
%%QT_INCDIR%%/QtGui/qpdfoutputintent.h
|
||||||
%%QT_INCDIR%%/QtGui/qpdfwriter.h
|
%%QT_INCDIR%%/QtGui/qpdfwriter.h
|
||||||
|
@ -1560,15 +1572,18 @@ bin/qmake6
|
||||||
%%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qevdevmousemanager_p.h
|
%%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qevdevmousemanager_p.h
|
||||||
%%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qevdevtablethandler_p.h
|
%%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qevdevtablethandler_p.h
|
||||||
%%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qevdevtabletmanager_p.h
|
%%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qevdevtabletmanager_p.h
|
||||||
%%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qevdevtouchfilter_p.h
|
|
||||||
%%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qevdevtouchhandler_p.h
|
%%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qevdevtouchhandler_p.h
|
||||||
%%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qevdevtouchmanager_p.h
|
%%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qevdevtouchmanager_p.h
|
||||||
%%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qevdevutil_p.h
|
%%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qevdevutil_p.h
|
||||||
|
%%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qfdcontainer_p.h
|
||||||
|
%%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qkeyboardmap_p.h
|
||||||
|
%%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qkeycodeaction_p.h
|
||||||
%%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qlibinputhandler_p.h
|
%%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qlibinputhandler_p.h
|
||||||
%%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qlibinputkeyboard_p.h
|
%%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qlibinputkeyboard_p.h
|
||||||
%%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qlibinputpointer_p.h
|
%%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qlibinputpointer_p.h
|
||||||
%%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qlibinputtouch_p.h
|
%%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qlibinputtouch_p.h
|
||||||
%%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qoutputmapping_p.h
|
%%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qoutputmapping_p.h
|
||||||
|
%%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qtouchfilter_p.h
|
||||||
%%QT_INCDIR%%/QtInputSupport/QtInputSupport
|
%%QT_INCDIR%%/QtInputSupport/QtInputSupport
|
||||||
%%QT_INCDIR%%/QtInputSupport/QtInputSupportDepends
|
%%QT_INCDIR%%/QtInputSupport/QtInputSupportDepends
|
||||||
%%QT_INCDIR%%/QtInputSupport/QtInputSupportVersion
|
%%QT_INCDIR%%/QtInputSupport/QtInputSupportVersion
|
||||||
|
@ -2519,6 +2534,8 @@ bin/qmake6
|
||||||
%%QT_INCDIR%%/QtXml/qtxmlexports.h
|
%%QT_INCDIR%%/QtXml/qtxmlexports.h
|
||||||
%%QT_INCDIR%%/QtXml/qtxmlglobal.h
|
%%QT_INCDIR%%/QtXml/qtxmlglobal.h
|
||||||
%%QT_INCDIR%%/QtXml/qtxmlversion.h
|
%%QT_INCDIR%%/QtXml/qtxmlversion.h
|
||||||
|
@comment lib/cmake/Qt6/3rdparty/extra-cmake-modules/0001-ECMEnableSanitizers.cmake-fix-GCC-s-note-variable-tr.patch
|
||||||
|
@comment lib/cmake/Qt6/3rdparty/extra-cmake-modules/0002-ECMEnableSanitizers.cmake-replace-tabs-with-spaces.patch
|
||||||
lib/cmake/Qt6/3rdparty/extra-cmake-modules/COPYING-CMAKE-SCRIPTS
|
lib/cmake/Qt6/3rdparty/extra-cmake-modules/COPYING-CMAKE-SCRIPTS
|
||||||
lib/cmake/Qt6/3rdparty/extra-cmake-modules/REUSE.toml
|
lib/cmake/Qt6/3rdparty/extra-cmake-modules/REUSE.toml
|
||||||
lib/cmake/Qt6/3rdparty/extra-cmake-modules/find-modules/ECMFindModuleHelpersStub.cmake
|
lib/cmake/Qt6/3rdparty/extra-cmake-modules/find-modules/ECMFindModuleHelpersStub.cmake
|
||||||
|
@ -2652,6 +2669,7 @@ lib/cmake/Qt6/QtJavaHelpers.cmake
|
||||||
lib/cmake/Qt6/QtLalrHelpers.cmake
|
lib/cmake/Qt6/QtLalrHelpers.cmake
|
||||||
lib/cmake/Qt6/QtMkspecHelpers.cmake
|
lib/cmake/Qt6/QtMkspecHelpers.cmake
|
||||||
lib/cmake/Qt6/QtModuleConfig.cmake.in
|
lib/cmake/Qt6/QtModuleConfig.cmake.in
|
||||||
|
lib/cmake/Qt6/QtModuleConfigPrivate.cmake.in
|
||||||
lib/cmake/Qt6/QtModuleDependencies.cmake.in
|
lib/cmake/Qt6/QtModuleDependencies.cmake.in
|
||||||
lib/cmake/Qt6/QtModuleHeadersCheck.cmake
|
lib/cmake/Qt6/QtModuleHeadersCheck.cmake
|
||||||
lib/cmake/Qt6/QtModuleHelpers.cmake
|
lib/cmake/Qt6/QtModuleHelpers.cmake
|
||||||
|
@ -2674,6 +2692,7 @@ lib/cmake/Qt6/QtPriHelpers.cmake
|
||||||
lib/cmake/Qt6/QtPrlHelpers.cmake
|
lib/cmake/Qt6/QtPrlHelpers.cmake
|
||||||
lib/cmake/Qt6/QtProcessConfigureArgs.cmake
|
lib/cmake/Qt6/QtProcessConfigureArgs.cmake
|
||||||
lib/cmake/Qt6/QtProperties.cmake
|
lib/cmake/Qt6/QtProperties.cmake
|
||||||
|
lib/cmake/Qt6/QtPublicAndroidHelpers.cmake
|
||||||
lib/cmake/Qt6/QtPublicAppleHelpers.cmake
|
lib/cmake/Qt6/QtPublicAppleHelpers.cmake
|
||||||
lib/cmake/Qt6/QtPublicCMakeHelpers.cmake
|
lib/cmake/Qt6/QtPublicCMakeHelpers.cmake
|
||||||
lib/cmake/Qt6/QtPublicCMakeVersionHelpers.cmake
|
lib/cmake/Qt6/QtPublicCMakeVersionHelpers.cmake
|
||||||
|
@ -2683,6 +2702,7 @@ lib/cmake/Qt6/QtPublicFinalizerHelpers.cmake
|
||||||
lib/cmake/Qt6/QtPublicFindPackageHelpers.cmake
|
lib/cmake/Qt6/QtPublicFindPackageHelpers.cmake
|
||||||
lib/cmake/Qt6/QtPublicGitHelpers.cmake
|
lib/cmake/Qt6/QtPublicGitHelpers.cmake
|
||||||
lib/cmake/Qt6/QtPublicPluginHelpers.cmake
|
lib/cmake/Qt6/QtPublicPluginHelpers.cmake
|
||||||
|
lib/cmake/Qt6/QtPublicPluginHelpers_v2.cmake
|
||||||
lib/cmake/Qt6/QtPublicSbomAttributionHelpers.cmake
|
lib/cmake/Qt6/QtPublicSbomAttributionHelpers.cmake
|
||||||
lib/cmake/Qt6/QtPublicSbomCpeHelpers.cmake
|
lib/cmake/Qt6/QtPublicSbomCpeHelpers.cmake
|
||||||
lib/cmake/Qt6/QtPublicSbomDepHelpers.cmake
|
lib/cmake/Qt6/QtPublicSbomDepHelpers.cmake
|
||||||
|
@ -2700,6 +2720,7 @@ lib/cmake/Qt6/QtPublicTestHelpers.cmake
|
||||||
lib/cmake/Qt6/QtPublicToolHelpers.cmake
|
lib/cmake/Qt6/QtPublicToolHelpers.cmake
|
||||||
lib/cmake/Qt6/QtPublicWalkLibsHelpers.cmake
|
lib/cmake/Qt6/QtPublicWalkLibsHelpers.cmake
|
||||||
lib/cmake/Qt6/QtPublicWasmToolchainHelpers.cmake
|
lib/cmake/Qt6/QtPublicWasmToolchainHelpers.cmake
|
||||||
|
lib/cmake/Qt6/QtPublicWindowsHelpers.cmake
|
||||||
lib/cmake/Qt6/QtQmakeHelpers.cmake
|
lib/cmake/Qt6/QtQmakeHelpers.cmake
|
||||||
lib/cmake/Qt6/QtResourceHelpers.cmake
|
lib/cmake/Qt6/QtResourceHelpers.cmake
|
||||||
lib/cmake/Qt6/QtRpathHelpers.cmake
|
lib/cmake/Qt6/QtRpathHelpers.cmake
|
||||||
|
@ -2741,6 +2762,8 @@ lib/cmake/Qt6/platforms/FindPlatformGraphics.cmake
|
||||||
lib/cmake/Qt6/platforms/FindVxWorksPlatformGraphics.cmake
|
lib/cmake/Qt6/platforms/FindVxWorksPlatformGraphics.cmake
|
||||||
lib/cmake/Qt6/platforms/Platform/Integrity.cmake
|
lib/cmake/Qt6/platforms/Platform/Integrity.cmake
|
||||||
lib/cmake/Qt6/qbatchedtestrunner.in.cpp
|
lib/cmake/Qt6/qbatchedtestrunner.in.cpp
|
||||||
|
lib/cmake/Qt6/qt-internal-config.redo.bat.in
|
||||||
|
lib/cmake/Qt6/qt-internal-config.redo.in
|
||||||
lib/cmake/Qt6/qt.toolchain.cmake
|
lib/cmake/Qt6/qt.toolchain.cmake
|
||||||
lib/cmake/Qt6BuildInternals/Qt6BuildInternalsConfig.cmake
|
lib/cmake/Qt6BuildInternals/Qt6BuildInternalsConfig.cmake
|
||||||
lib/cmake/Qt6BuildInternals/Qt6BuildInternalsConfigVersion.cmake
|
lib/cmake/Qt6BuildInternals/Qt6BuildInternalsConfigVersion.cmake
|
||||||
|
@ -2758,6 +2781,14 @@ lib/cmake/Qt6Concurrent/Qt6ConcurrentTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt6Concurrent/Qt6ConcurrentTargets.cmake
|
lib/cmake/Qt6Concurrent/Qt6ConcurrentTargets.cmake
|
||||||
lib/cmake/Qt6Concurrent/Qt6ConcurrentVersionlessAliasTargets.cmake
|
lib/cmake/Qt6Concurrent/Qt6ConcurrentVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt6Concurrent/Qt6ConcurrentVersionlessTargets.cmake
|
lib/cmake/Qt6Concurrent/Qt6ConcurrentVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt6ConcurrentPrivate/Qt6ConcurrentPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6ConcurrentPrivate/Qt6ConcurrentPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6ConcurrentPrivate/Qt6ConcurrentPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6ConcurrentPrivate/Qt6ConcurrentPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6ConcurrentPrivate/Qt6ConcurrentPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6ConcurrentPrivate/Qt6ConcurrentPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6ConcurrentPrivate/Qt6ConcurrentPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6ConcurrentPrivate/Qt6ConcurrentPrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt6Core/Qt6CTestMacros.cmake
|
lib/cmake/Qt6Core/Qt6CTestMacros.cmake
|
||||||
lib/cmake/Qt6Core/Qt6CoreAdditionalTargetInfo.cmake
|
lib/cmake/Qt6Core/Qt6CoreAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt6Core/Qt6CoreConfig.cmake
|
lib/cmake/Qt6Core/Qt6CoreConfig.cmake
|
||||||
|
@ -2773,6 +2804,14 @@ lib/cmake/Qt6Core/Qt6CoreTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt6Core/Qt6CoreTargets.cmake
|
lib/cmake/Qt6Core/Qt6CoreTargets.cmake
|
||||||
lib/cmake/Qt6Core/Qt6CoreVersionlessAliasTargets.cmake
|
lib/cmake/Qt6Core/Qt6CoreVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt6Core/Qt6CoreVersionlessTargets.cmake
|
lib/cmake/Qt6Core/Qt6CoreVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt6CorePrivate/Qt6CorePrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6CorePrivate/Qt6CorePrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6CorePrivate/Qt6CorePrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6CorePrivate/Qt6CorePrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6CorePrivate/Qt6CorePrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6CorePrivate/Qt6CorePrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6CorePrivate/Qt6CorePrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6CorePrivate/Qt6CorePrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt6CoreTools/Qt6CoreToolsAdditionalTargetInfo.cmake
|
lib/cmake/Qt6CoreTools/Qt6CoreToolsAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake
|
lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake
|
||||||
lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake
|
lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake
|
||||||
|
@ -2791,6 +2830,14 @@ lib/cmake/Qt6DBus/Qt6DBusTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt6DBus/Qt6DBusTargets.cmake
|
lib/cmake/Qt6DBus/Qt6DBusTargets.cmake
|
||||||
lib/cmake/Qt6DBus/Qt6DBusVersionlessAliasTargets.cmake
|
lib/cmake/Qt6DBus/Qt6DBusVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt6DBus/Qt6DBusVersionlessTargets.cmake
|
lib/cmake/Qt6DBus/Qt6DBusVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt6DBusPrivate/Qt6DBusPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6DBusPrivate/Qt6DBusPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6DBusPrivate/Qt6DBusPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6DBusPrivate/Qt6DBusPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6DBusPrivate/Qt6DBusPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6DBusPrivate/Qt6DBusPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6DBusPrivate/Qt6DBusPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6DBusPrivate/Qt6DBusPrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt6DBusTools/Qt6DBusToolsAdditionalTargetInfo.cmake
|
lib/cmake/Qt6DBusTools/Qt6DBusToolsAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt6DBusTools/Qt6DBusToolsConfig.cmake
|
lib/cmake/Qt6DBusTools/Qt6DBusToolsConfig.cmake
|
||||||
lib/cmake/Qt6DBusTools/Qt6DBusToolsConfigVersion.cmake
|
lib/cmake/Qt6DBusTools/Qt6DBusToolsConfigVersion.cmake
|
||||||
|
@ -2964,6 +3011,14 @@ lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginConfigVersion.cmake
|
||||||
lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginConfigVersionImpl.cmake
|
lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginConfigVersionImpl.cmake
|
||||||
lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginTargets.cmake
|
lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginTargets.cmake
|
||||||
|
lib/cmake/Qt6GuiPrivate/Qt6GuiPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6GuiPrivate/Qt6GuiPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6GuiPrivate/Qt6GuiPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6GuiPrivate/Qt6GuiPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6GuiPrivate/Qt6GuiPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6GuiPrivate/Qt6GuiPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6GuiPrivate/Qt6GuiPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6GuiPrivate/Qt6GuiPrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt6GuiTools/Qt6GuiToolsAdditionalTargetInfo.cmake
|
lib/cmake/Qt6GuiTools/Qt6GuiToolsAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt6GuiTools/Qt6GuiToolsConfig.cmake
|
lib/cmake/Qt6GuiTools/Qt6GuiToolsConfig.cmake
|
||||||
lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersion.cmake
|
lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersion.cmake
|
||||||
|
@ -2973,6 +3028,7 @@ lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets.cmake
|
lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets.cmake
|
||||||
lib/cmake/Qt6GuiTools/Qt6GuiToolsVersionlessTargets.cmake
|
lib/cmake/Qt6GuiTools/Qt6GuiToolsVersionlessTargets.cmake
|
||||||
lib/cmake/Qt6HostInfo/Qt6HostInfoConfig.cmake
|
lib/cmake/Qt6HostInfo/Qt6HostInfoConfig.cmake
|
||||||
|
lib/cmake/Qt6HostInfo/Qt6HostInfoConfigVersion.cmake
|
||||||
lib/cmake/Qt6InputSupportPrivate/Qt6InputSupportPrivateAdditionalTargetInfo.cmake
|
lib/cmake/Qt6InputSupportPrivate/Qt6InputSupportPrivateAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt6InputSupportPrivate/Qt6InputSupportPrivateConfig.cmake
|
lib/cmake/Qt6InputSupportPrivate/Qt6InputSupportPrivateConfig.cmake
|
||||||
lib/cmake/Qt6InputSupportPrivate/Qt6InputSupportPrivateConfigVersion.cmake
|
lib/cmake/Qt6InputSupportPrivate/Qt6InputSupportPrivateConfigVersion.cmake
|
||||||
|
@ -3019,6 +3075,14 @@ lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginConfigVersion.cmake
|
||||||
lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginConfigVersionImpl.cmake
|
lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginConfigVersionImpl.cmake
|
||||||
lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginTargets.cmake
|
lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginTargets.cmake
|
||||||
|
lib/cmake/Qt6NetworkPrivate/Qt6NetworkPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6NetworkPrivate/Qt6NetworkPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6NetworkPrivate/Qt6NetworkPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6NetworkPrivate/Qt6NetworkPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6NetworkPrivate/Qt6NetworkPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6NetworkPrivate/Qt6NetworkPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6NetworkPrivate/Qt6NetworkPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6NetworkPrivate/Qt6NetworkPrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt6OpenGL/Qt6OpenGLAdditionalTargetInfo.cmake
|
lib/cmake/Qt6OpenGL/Qt6OpenGLAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt6OpenGL/Qt6OpenGLConfig.cmake
|
lib/cmake/Qt6OpenGL/Qt6OpenGLConfig.cmake
|
||||||
lib/cmake/Qt6OpenGL/Qt6OpenGLConfigVersion.cmake
|
lib/cmake/Qt6OpenGL/Qt6OpenGLConfigVersion.cmake
|
||||||
|
@ -3028,6 +3092,14 @@ lib/cmake/Qt6OpenGL/Qt6OpenGLTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt6OpenGL/Qt6OpenGLTargets.cmake
|
lib/cmake/Qt6OpenGL/Qt6OpenGLTargets.cmake
|
||||||
lib/cmake/Qt6OpenGL/Qt6OpenGLVersionlessAliasTargets.cmake
|
lib/cmake/Qt6OpenGL/Qt6OpenGLVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt6OpenGL/Qt6OpenGLVersionlessTargets.cmake
|
lib/cmake/Qt6OpenGL/Qt6OpenGLVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt6OpenGLPrivate/Qt6OpenGLPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6OpenGLPrivate/Qt6OpenGLPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6OpenGLPrivate/Qt6OpenGLPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6OpenGLPrivate/Qt6OpenGLPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6OpenGLPrivate/Qt6OpenGLPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6OpenGLPrivate/Qt6OpenGLPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6OpenGLPrivate/Qt6OpenGLPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6OpenGLPrivate/Qt6OpenGLPrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsAdditionalTargetInfo.cmake
|
lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsConfig.cmake
|
lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsConfig.cmake
|
||||||
lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsConfigVersion.cmake
|
lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsConfigVersion.cmake
|
||||||
|
@ -3037,6 +3109,14 @@ lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsTargets.cmake
|
lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsTargets.cmake
|
||||||
lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsVersionlessAliasTargets.cmake
|
lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsVersionlessTargets.cmake
|
lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt6OpenGLWidgetsPrivate/Qt6OpenGLWidgetsPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6OpenGLWidgetsPrivate/Qt6OpenGLWidgetsPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6OpenGLWidgetsPrivate/Qt6OpenGLWidgetsPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6OpenGLWidgetsPrivate/Qt6OpenGLWidgetsPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6OpenGLWidgetsPrivate/Qt6OpenGLWidgetsPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6OpenGLWidgetsPrivate/Qt6OpenGLWidgetsPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6OpenGLWidgetsPrivate/Qt6OpenGLWidgetsPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6OpenGLWidgetsPrivate/Qt6OpenGLWidgetsPrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt6PrintSupport/Qt6PrintSupportAdditionalTargetInfo.cmake
|
lib/cmake/Qt6PrintSupport/Qt6PrintSupportAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt6PrintSupport/Qt6PrintSupportConfig.cmake
|
lib/cmake/Qt6PrintSupport/Qt6PrintSupportConfig.cmake
|
||||||
lib/cmake/Qt6PrintSupport/Qt6PrintSupportConfigVersion.cmake
|
lib/cmake/Qt6PrintSupport/Qt6PrintSupportConfigVersion.cmake
|
||||||
|
@ -3053,6 +3133,14 @@ lib/cmake/Qt6PrintSupport/Qt6PrintSupportVersionlessTargets.cmake
|
||||||
%%CUPS%%lib/cmake/Qt6PrintSupport/Qt6QCupsPrinterSupportPluginConfigVersionImpl.cmake
|
%%CUPS%%lib/cmake/Qt6PrintSupport/Qt6QCupsPrinterSupportPluginConfigVersionImpl.cmake
|
||||||
%%CUPS%%lib/cmake/Qt6PrintSupport/Qt6QCupsPrinterSupportPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
%%CUPS%%lib/cmake/Qt6PrintSupport/Qt6QCupsPrinterSupportPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
%%CUPS%%lib/cmake/Qt6PrintSupport/Qt6QCupsPrinterSupportPluginTargets.cmake
|
%%CUPS%%lib/cmake/Qt6PrintSupport/Qt6QCupsPrinterSupportPluginTargets.cmake
|
||||||
|
lib/cmake/Qt6PrintSupportPrivate/Qt6PrintSupportPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6PrintSupportPrivate/Qt6PrintSupportPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6PrintSupportPrivate/Qt6PrintSupportPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6PrintSupportPrivate/Qt6PrintSupportPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6PrintSupportPrivate/Qt6PrintSupportPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6PrintSupportPrivate/Qt6PrintSupportPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6PrintSupportPrivate/Qt6PrintSupportPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6PrintSupportPrivate/Qt6PrintSupportPrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt6Sql/Qt6SqlAdditionalTargetInfo.cmake
|
lib/cmake/Qt6Sql/Qt6SqlAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt6Sql/Qt6SqlConfig.cmake
|
lib/cmake/Qt6Sql/Qt6SqlConfig.cmake
|
||||||
lib/cmake/Qt6Sql/Qt6SqlConfigVersion.cmake
|
lib/cmake/Qt6Sql/Qt6SqlConfigVersion.cmake
|
||||||
|
@ -3063,6 +3151,14 @@ lib/cmake/Qt6Sql/Qt6SqlTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt6Sql/Qt6SqlTargets.cmake
|
lib/cmake/Qt6Sql/Qt6SqlTargets.cmake
|
||||||
lib/cmake/Qt6Sql/Qt6SqlVersionlessAliasTargets.cmake
|
lib/cmake/Qt6Sql/Qt6SqlVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt6Sql/Qt6SqlVersionlessTargets.cmake
|
lib/cmake/Qt6Sql/Qt6SqlVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt6SqlPrivate/Qt6SqlPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6SqlPrivate/Qt6SqlPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6SqlPrivate/Qt6SqlPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6SqlPrivate/Qt6SqlPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6SqlPrivate/Qt6SqlPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6SqlPrivate/Qt6SqlPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6SqlPrivate/Qt6SqlPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6SqlPrivate/Qt6SqlPrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt6Test/Qt6TestAdditionalTargetInfo.cmake
|
lib/cmake/Qt6Test/Qt6TestAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt6Test/Qt6TestConfig.cmake
|
lib/cmake/Qt6Test/Qt6TestConfig.cmake
|
||||||
lib/cmake/Qt6Test/Qt6TestConfigVersion.cmake
|
lib/cmake/Qt6Test/Qt6TestConfigVersion.cmake
|
||||||
|
@ -3072,6 +3168,7 @@ lib/cmake/Qt6Test/Qt6TestTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt6Test/Qt6TestTargets.cmake
|
lib/cmake/Qt6Test/Qt6TestTargets.cmake
|
||||||
lib/cmake/Qt6Test/Qt6TestVersionlessAliasTargets.cmake
|
lib/cmake/Qt6Test/Qt6TestVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt6Test/Qt6TestVersionlessTargets.cmake
|
lib/cmake/Qt6Test/Qt6TestVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt6Test/QtTestProperties.cmake
|
||||||
lib/cmake/Qt6TestInternalsPrivate/3rdparty/cmake/QtRunCMakeTestHelpers.cmake
|
lib/cmake/Qt6TestInternalsPrivate/3rdparty/cmake/QtRunCMakeTestHelpers.cmake
|
||||||
lib/cmake/Qt6TestInternalsPrivate/3rdparty/cmake/RunCMake.cmake
|
lib/cmake/Qt6TestInternalsPrivate/3rdparty/cmake/RunCMake.cmake
|
||||||
lib/cmake/Qt6TestInternalsPrivate/Qt6TestInternalsPrivateConfig.cmake
|
lib/cmake/Qt6TestInternalsPrivate/Qt6TestInternalsPrivateConfig.cmake
|
||||||
|
@ -3080,6 +3177,14 @@ lib/cmake/Qt6TestInternalsPrivate/Qt6TestInternalsPrivateConfigVersionImpl.cmake
|
||||||
lib/cmake/Qt6TestInternalsPrivate/Qt6TestInternalsPrivateTargets.cmake
|
lib/cmake/Qt6TestInternalsPrivate/Qt6TestInternalsPrivateTargets.cmake
|
||||||
lib/cmake/Qt6TestInternalsPrivate/Qt6TestInternalsPrivateVersionlessAliasTargets.cmake
|
lib/cmake/Qt6TestInternalsPrivate/Qt6TestInternalsPrivateVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt6TestInternalsPrivate/Qt6TestInternalsPrivateVersionlessTargets.cmake
|
lib/cmake/Qt6TestInternalsPrivate/Qt6TestInternalsPrivateVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt6TestPrivate/Qt6TestPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6TestPrivate/Qt6TestPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6TestPrivate/Qt6TestPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6TestPrivate/Qt6TestPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6TestPrivate/Qt6TestPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6TestPrivate/Qt6TestPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6TestPrivate/Qt6TestPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6TestPrivate/Qt6TestPrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt6Widgets/Qt6WidgetsAdditionalTargetInfo.cmake
|
lib/cmake/Qt6Widgets/Qt6WidgetsAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake
|
lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake
|
||||||
lib/cmake/Qt6Widgets/Qt6WidgetsConfigVersion.cmake
|
lib/cmake/Qt6Widgets/Qt6WidgetsConfigVersion.cmake
|
||||||
|
@ -3091,6 +3196,14 @@ lib/cmake/Qt6Widgets/Qt6WidgetsTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt6Widgets/Qt6WidgetsTargets.cmake
|
lib/cmake/Qt6Widgets/Qt6WidgetsTargets.cmake
|
||||||
lib/cmake/Qt6Widgets/Qt6WidgetsVersionlessAliasTargets.cmake
|
lib/cmake/Qt6Widgets/Qt6WidgetsVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt6Widgets/Qt6WidgetsVersionlessTargets.cmake
|
lib/cmake/Qt6Widgets/Qt6WidgetsVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt6WidgetsPrivate/Qt6WidgetsPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6WidgetsPrivate/Qt6WidgetsPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6WidgetsPrivate/Qt6WidgetsPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6WidgetsPrivate/Qt6WidgetsPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6WidgetsPrivate/Qt6WidgetsPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6WidgetsPrivate/Qt6WidgetsPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6WidgetsPrivate/Qt6WidgetsPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6WidgetsPrivate/Qt6WidgetsPrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsAdditionalTargetInfo.cmake
|
lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfig.cmake
|
lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfig.cmake
|
||||||
lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfigVersion.cmake
|
lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfigVersion.cmake
|
||||||
|
@ -3117,6 +3230,14 @@ lib/cmake/Qt6Xml/Qt6XmlTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt6Xml/Qt6XmlTargets.cmake
|
lib/cmake/Qt6Xml/Qt6XmlTargets.cmake
|
||||||
lib/cmake/Qt6Xml/Qt6XmlVersionlessAliasTargets.cmake
|
lib/cmake/Qt6Xml/Qt6XmlVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt6Xml/Qt6XmlVersionlessTargets.cmake
|
lib/cmake/Qt6Xml/Qt6XmlVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt6XmlPrivate/Qt6XmlPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6XmlPrivate/Qt6XmlPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6XmlPrivate/Qt6XmlPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6XmlPrivate/Qt6XmlPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6XmlPrivate/Qt6XmlPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6XmlPrivate/Qt6XmlPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6XmlPrivate/Qt6XmlPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6XmlPrivate/Qt6XmlPrivateVersionlessTargets.cmake
|
||||||
%%QT_BINDIR%%/androiddeployqt
|
%%QT_BINDIR%%/androiddeployqt
|
||||||
%%QT_BINDIR%%/androiddeployqt6
|
%%QT_BINDIR%%/androiddeployqt6
|
||||||
%%QT_BINDIR%%/androidtestrunner
|
%%QT_BINDIR%%/androidtestrunner
|
||||||
|
@ -3874,6 +3995,21 @@ libdata/pkgconfig/Qt6Xml.pc
|
||||||
%%QT_DOCDIR%%/global/template/style/online.css
|
%%QT_DOCDIR%%/global/template/style/online.css
|
||||||
%%QT_DOCDIR%%/global/template/style/tech_preview.svg
|
%%QT_DOCDIR%%/global/template/style/tech_preview.svg
|
||||||
%%QT_DOCDIR%%/global/template/style/theqtcompany.png
|
%%QT_DOCDIR%%/global/template/style/theqtcompany.png
|
||||||
|
%%QT_DOCDIR%%/global/tools-doc-front-page/README.md
|
||||||
|
%%QT_DOCDIR%%/global/tools-doc-front-page/images/api-reference.png
|
||||||
|
%%QT_DOCDIR%%/global/tools-doc-front-page/images/app-development.png
|
||||||
|
%%QT_DOCDIR%%/global/tools-doc-front-page/images/build-32x32.png
|
||||||
|
%%QT_DOCDIR%%/global/tools-doc-front-page/images/demo-32x32.png
|
||||||
|
%%QT_DOCDIR%%/global/tools-doc-front-page/images/folder-32x32.png
|
||||||
|
%%QT_DOCDIR%%/global/tools-doc-front-page/images/getting-started.png
|
||||||
|
%%QT_DOCDIR%%/global/tools-doc-front-page/images/ide.png
|
||||||
|
%%QT_DOCDIR%%/global/tools-doc-front-page/images/installation.png
|
||||||
|
%%QT_DOCDIR%%/global/tools-doc-front-page/images/paste_general-32x32.png
|
||||||
|
%%QT_DOCDIR%%/global/tools-doc-front-page/images/platform-and-toolchain.png
|
||||||
|
%%QT_DOCDIR%%/global/tools-doc-front-page/images/settings-32x32.png
|
||||||
|
%%QT_DOCDIR%%/global/tools-doc-front-page/images/tutorials.png
|
||||||
|
%%QT_DOCDIR%%/global/tools-doc-front-page/images/web-32x32.png
|
||||||
|
%%QT_DOCDIR%%/global/tools-doc-front-page/tool-name.qdoc
|
||||||
%%QT_DOCDIR%%/global/warninglimit.qdocconf
|
%%QT_DOCDIR%%/global/warninglimit.qdocconf
|
||||||
%%QT_DATADIR%%/modules/Concurrent.json
|
%%QT_DATADIR%%/modules/Concurrent.json
|
||||||
%%QT_DATADIR%%/modules/Core.json
|
%%QT_DATADIR%%/modules/Core.json
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
PORTNAME= grpc
|
PORTNAME= grpc
|
||||||
DISTVERSION= ${QT6_VERSION}
|
DISTVERSION= ${QT6_VERSION}
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
PKGNAMEPREFIX= qt6-
|
PKGNAMEPREFIX= qt6-
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1743027810
|
TIMESTAMP = 1749162742
|
||||||
SHA256 (KDE/Qt/6.8.3/qtgrpc-everywhere-src-6.8.3.tar.xz) = 052fa489d1c45b9df27319ee614f1534e49c9103a8b504024ab7e2c9e5b0849b
|
SHA256 (KDE/Qt/6.9.1/qtgrpc-everywhere-src-6.9.1.tar.xz) = c34c869e203289b0fd695a1e5391840bc51b919a8b55e1ed1ff36b4cb923a750
|
||||||
SIZE (KDE/Qt/6.8.3/qtgrpc-everywhere-src-6.8.3.tar.xz) = 606692
|
SIZE (KDE/Qt/6.9.1/qtgrpc-everywhere-src-6.9.1.tar.xz) = 612464
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
%%QT_INCDIR%%/QtGrpc/%%FULLVER%%/QtGrpc/private/qabstractgrpcchannel_p.h
|
%%QT_INCDIR%%/QtGrpc/%%FULLVER%%/QtGrpc/private/qabstractgrpcchannel_p.h
|
||||||
|
%%QT_INCDIR%%/QtGrpc/%%FULLVER%%/QtGrpc/private/qgrpcoperation_p.h
|
||||||
%%QT_INCDIR%%/QtGrpc/%%FULLVER%%/QtGrpc/private/qtgrpc-config_p.h
|
%%QT_INCDIR%%/QtGrpc/%%FULLVER%%/QtGrpc/private/qtgrpc-config_p.h
|
||||||
%%QT_INCDIR%%/QtGrpc/%%FULLVER%%/QtGrpc/private/qtgrpclogging_p.h
|
%%QT_INCDIR%%/QtGrpc/%%FULLVER%%/QtGrpc/private/qtgrpclogging_p.h
|
||||||
%%QT_INCDIR%%/QtGrpc/QAbstractGrpcChannel
|
%%QT_INCDIR%%/QtGrpc/QAbstractGrpcChannel
|
||||||
|
@ -39,6 +40,7 @@
|
||||||
%%QT_INCDIR%%/QtGrpcQuick/%%FULLVER%%/QtGrpcQuick/private/qqmlgrpchttp2channel_p.h
|
%%QT_INCDIR%%/QtGrpcQuick/%%FULLVER%%/QtGrpcQuick/private/qqmlgrpchttp2channel_p.h
|
||||||
%%QT_INCDIR%%/QtGrpcQuick/%%FULLVER%%/QtGrpcQuick/private/qqmlgrpcmetadata_p.h
|
%%QT_INCDIR%%/QtGrpcQuick/%%FULLVER%%/QtGrpcQuick/private/qqmlgrpcmetadata_p.h
|
||||||
%%QT_INCDIR%%/QtGrpcQuick/%%FULLVER%%/QtGrpcQuick/private/qqmlgrpcnamespace_p.h
|
%%QT_INCDIR%%/QtGrpcQuick/%%FULLVER%%/QtGrpcQuick/private/qqmlgrpcnamespace_p.h
|
||||||
|
%%QT_INCDIR%%/QtGrpcQuick/%%FULLVER%%/QtGrpcQuick/private/qtgrpcquicklogging_p.h
|
||||||
%%QT_INCDIR%%/QtGrpcQuick/QQmlAbstractGrpcChannel
|
%%QT_INCDIR%%/QtGrpcQuick/QQmlAbstractGrpcChannel
|
||||||
%%QT_INCDIR%%/QtGrpcQuick/QtGrpcQuick
|
%%QT_INCDIR%%/QtGrpcQuick/QtGrpcQuick
|
||||||
%%QT_INCDIR%%/QtGrpcQuick/QtGrpcQuickDepends
|
%%QT_INCDIR%%/QtGrpcQuick/QtGrpcQuickDepends
|
||||||
|
@ -148,10 +150,7 @@
|
||||||
%%QT_INCDIR%%/QtProtobufWellKnownTypes/timestamp.qpb.h
|
%%QT_INCDIR%%/QtProtobufWellKnownTypes/timestamp.qpb.h
|
||||||
%%QT_INCDIR%%/QtProtobufWellKnownTypes/type.qpb.h
|
%%QT_INCDIR%%/QtProtobufWellKnownTypes/type.qpb.h
|
||||||
%%QT_INCDIR%%/QtProtobufWellKnownTypes/wrappers.qpb.h
|
%%QT_INCDIR%%/QtProtobufWellKnownTypes/wrappers.qpb.h
|
||||||
lib/cmake/Qt6/FindWrapProtobuf.cmake
|
|
||||||
lib/cmake/Qt6/FindWrapProtoc.cmake
|
lib/cmake/Qt6/FindWrapProtoc.cmake
|
||||||
lib/cmake/Qt6/FindWrapgRPC.cmake
|
|
||||||
lib/cmake/Qt6/FindWrapgRPCPlugin.cmake
|
|
||||||
lib/cmake/Qt6BuildInternals/StandaloneTests/QtGrpcTestsConfig.cmake
|
lib/cmake/Qt6BuildInternals/StandaloneTests/QtGrpcTestsConfig.cmake
|
||||||
lib/cmake/Qt6Grpc/Qt6GrpcAdditionalTargetInfo.cmake
|
lib/cmake/Qt6Grpc/Qt6GrpcAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt6Grpc/Qt6GrpcConfig.cmake
|
lib/cmake/Qt6Grpc/Qt6GrpcConfig.cmake
|
||||||
|
@ -162,6 +161,14 @@ lib/cmake/Qt6Grpc/Qt6GrpcTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt6Grpc/Qt6GrpcTargets.cmake
|
lib/cmake/Qt6Grpc/Qt6GrpcTargets.cmake
|
||||||
lib/cmake/Qt6Grpc/Qt6GrpcVersionlessAliasTargets.cmake
|
lib/cmake/Qt6Grpc/Qt6GrpcVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt6Grpc/Qt6GrpcVersionlessTargets.cmake
|
lib/cmake/Qt6Grpc/Qt6GrpcVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt6GrpcPrivate/Qt6GrpcPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6GrpcPrivate/Qt6GrpcPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6GrpcPrivate/Qt6GrpcPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6GrpcPrivate/Qt6GrpcPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6GrpcPrivate/Qt6GrpcPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6GrpcPrivate/Qt6GrpcPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6GrpcPrivate/Qt6GrpcPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6GrpcPrivate/Qt6GrpcPrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt6GrpcQuick/Qt6GrpcQuickAdditionalTargetInfo.cmake
|
lib/cmake/Qt6GrpcQuick/Qt6GrpcQuickAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt6GrpcQuick/Qt6GrpcQuickConfig.cmake
|
lib/cmake/Qt6GrpcQuick/Qt6GrpcQuickConfig.cmake
|
||||||
lib/cmake/Qt6GrpcQuick/Qt6GrpcQuickConfigVersion.cmake
|
lib/cmake/Qt6GrpcQuick/Qt6GrpcQuickConfigVersion.cmake
|
||||||
|
@ -171,6 +178,14 @@ lib/cmake/Qt6GrpcQuick/Qt6GrpcQuickTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt6GrpcQuick/Qt6GrpcQuickTargets.cmake
|
lib/cmake/Qt6GrpcQuick/Qt6GrpcQuickTargets.cmake
|
||||||
lib/cmake/Qt6GrpcQuick/Qt6GrpcQuickVersionlessAliasTargets.cmake
|
lib/cmake/Qt6GrpcQuick/Qt6GrpcQuickVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt6GrpcQuick/Qt6GrpcQuickVersionlessTargets.cmake
|
lib/cmake/Qt6GrpcQuick/Qt6GrpcQuickVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt6GrpcQuickPrivate/Qt6GrpcQuickPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6GrpcQuickPrivate/Qt6GrpcQuickPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6GrpcQuickPrivate/Qt6GrpcQuickPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6GrpcQuickPrivate/Qt6GrpcQuickPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6GrpcQuickPrivate/Qt6GrpcQuickPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6GrpcQuickPrivate/Qt6GrpcQuickPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6GrpcQuickPrivate/Qt6GrpcQuickPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6GrpcQuickPrivate/Qt6GrpcQuickPrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt6GrpcTools/Qt6GrpcToolsAdditionalTargetInfo.cmake
|
lib/cmake/Qt6GrpcTools/Qt6GrpcToolsAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt6GrpcTools/Qt6GrpcToolsConfig.cmake
|
lib/cmake/Qt6GrpcTools/Qt6GrpcToolsConfig.cmake
|
||||||
lib/cmake/Qt6GrpcTools/Qt6GrpcToolsConfigVersion.cmake
|
lib/cmake/Qt6GrpcTools/Qt6GrpcToolsConfigVersion.cmake
|
||||||
|
@ -191,6 +206,14 @@ lib/cmake/Qt6Protobuf/Qt6ProtobufTargets.cmake
|
||||||
lib/cmake/Qt6Protobuf/Qt6ProtobufVersionlessAliasTargets.cmake
|
lib/cmake/Qt6Protobuf/Qt6ProtobufVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt6Protobuf/Qt6ProtobufVersionlessTargets.cmake
|
lib/cmake/Qt6Protobuf/Qt6ProtobufVersionlessTargets.cmake
|
||||||
lib/cmake/Qt6Protobuf/QtProtobufProperties.cmake.in
|
lib/cmake/Qt6Protobuf/QtProtobufProperties.cmake.in
|
||||||
|
lib/cmake/Qt6ProtobufPrivate/Qt6ProtobufPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6ProtobufPrivate/Qt6ProtobufPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6ProtobufPrivate/Qt6ProtobufPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6ProtobufPrivate/Qt6ProtobufPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6ProtobufPrivate/Qt6ProtobufPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6ProtobufPrivate/Qt6ProtobufPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6ProtobufPrivate/Qt6ProtobufPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6ProtobufPrivate/Qt6ProtobufPrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt6ProtobufQtCoreTypes/Qt6ProtobufQtCoreTypesAdditionalTargetInfo.cmake
|
lib/cmake/Qt6ProtobufQtCoreTypes/Qt6ProtobufQtCoreTypesAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt6ProtobufQtCoreTypes/Qt6ProtobufQtCoreTypesConfig.cmake
|
lib/cmake/Qt6ProtobufQtCoreTypes/Qt6ProtobufQtCoreTypesConfig.cmake
|
||||||
lib/cmake/Qt6ProtobufQtCoreTypes/Qt6ProtobufQtCoreTypesConfigVersion.cmake
|
lib/cmake/Qt6ProtobufQtCoreTypes/Qt6ProtobufQtCoreTypesConfigVersion.cmake
|
||||||
|
@ -201,6 +224,14 @@ lib/cmake/Qt6ProtobufQtCoreTypes/Qt6ProtobufQtCoreTypesTargets-%%CMAKE_BUILD_TYP
|
||||||
lib/cmake/Qt6ProtobufQtCoreTypes/Qt6ProtobufQtCoreTypesTargets.cmake
|
lib/cmake/Qt6ProtobufQtCoreTypes/Qt6ProtobufQtCoreTypesTargets.cmake
|
||||||
lib/cmake/Qt6ProtobufQtCoreTypes/Qt6ProtobufQtCoreTypesVersionlessAliasTargets.cmake
|
lib/cmake/Qt6ProtobufQtCoreTypes/Qt6ProtobufQtCoreTypesVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt6ProtobufQtCoreTypes/Qt6ProtobufQtCoreTypesVersionlessTargets.cmake
|
lib/cmake/Qt6ProtobufQtCoreTypes/Qt6ProtobufQtCoreTypesVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt6ProtobufQtCoreTypesPrivate/Qt6ProtobufQtCoreTypesPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6ProtobufQtCoreTypesPrivate/Qt6ProtobufQtCoreTypesPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6ProtobufQtCoreTypesPrivate/Qt6ProtobufQtCoreTypesPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6ProtobufQtCoreTypesPrivate/Qt6ProtobufQtCoreTypesPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6ProtobufQtCoreTypesPrivate/Qt6ProtobufQtCoreTypesPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6ProtobufQtCoreTypesPrivate/Qt6ProtobufQtCoreTypesPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6ProtobufQtCoreTypesPrivate/Qt6ProtobufQtCoreTypesPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6ProtobufQtCoreTypesPrivate/Qt6ProtobufQtCoreTypesPrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt6ProtobufQtGuiTypes/Qt6ProtobufQtGuiTypesAdditionalTargetInfo.cmake
|
lib/cmake/Qt6ProtobufQtGuiTypes/Qt6ProtobufQtGuiTypesAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt6ProtobufQtGuiTypes/Qt6ProtobufQtGuiTypesConfig.cmake
|
lib/cmake/Qt6ProtobufQtGuiTypes/Qt6ProtobufQtGuiTypesConfig.cmake
|
||||||
lib/cmake/Qt6ProtobufQtGuiTypes/Qt6ProtobufQtGuiTypesConfigVersion.cmake
|
lib/cmake/Qt6ProtobufQtGuiTypes/Qt6ProtobufQtGuiTypesConfigVersion.cmake
|
||||||
|
@ -211,6 +242,14 @@ lib/cmake/Qt6ProtobufQtGuiTypes/Qt6ProtobufQtGuiTypesTargets-%%CMAKE_BUILD_TYPE%
|
||||||
lib/cmake/Qt6ProtobufQtGuiTypes/Qt6ProtobufQtGuiTypesTargets.cmake
|
lib/cmake/Qt6ProtobufQtGuiTypes/Qt6ProtobufQtGuiTypesTargets.cmake
|
||||||
lib/cmake/Qt6ProtobufQtGuiTypes/Qt6ProtobufQtGuiTypesVersionlessAliasTargets.cmake
|
lib/cmake/Qt6ProtobufQtGuiTypes/Qt6ProtobufQtGuiTypesVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt6ProtobufQtGuiTypes/Qt6ProtobufQtGuiTypesVersionlessTargets.cmake
|
lib/cmake/Qt6ProtobufQtGuiTypes/Qt6ProtobufQtGuiTypesVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt6ProtobufQtGuiTypesPrivate/Qt6ProtobufQtGuiTypesPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6ProtobufQtGuiTypesPrivate/Qt6ProtobufQtGuiTypesPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6ProtobufQtGuiTypesPrivate/Qt6ProtobufQtGuiTypesPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6ProtobufQtGuiTypesPrivate/Qt6ProtobufQtGuiTypesPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6ProtobufQtGuiTypesPrivate/Qt6ProtobufQtGuiTypesPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6ProtobufQtGuiTypesPrivate/Qt6ProtobufQtGuiTypesPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6ProtobufQtGuiTypesPrivate/Qt6ProtobufQtGuiTypesPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6ProtobufQtGuiTypesPrivate/Qt6ProtobufQtGuiTypesPrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt6ProtobufQuick/Qt6ProtobufQuickAdditionalTargetInfo.cmake
|
lib/cmake/Qt6ProtobufQuick/Qt6ProtobufQuickAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt6ProtobufQuick/Qt6ProtobufQuickConfig.cmake
|
lib/cmake/Qt6ProtobufQuick/Qt6ProtobufQuickConfig.cmake
|
||||||
lib/cmake/Qt6ProtobufQuick/Qt6ProtobufQuickConfigVersion.cmake
|
lib/cmake/Qt6ProtobufQuick/Qt6ProtobufQuickConfigVersion.cmake
|
||||||
|
@ -220,6 +259,14 @@ lib/cmake/Qt6ProtobufQuick/Qt6ProtobufQuickTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt6ProtobufQuick/Qt6ProtobufQuickTargets.cmake
|
lib/cmake/Qt6ProtobufQuick/Qt6ProtobufQuickTargets.cmake
|
||||||
lib/cmake/Qt6ProtobufQuick/Qt6ProtobufQuickVersionlessAliasTargets.cmake
|
lib/cmake/Qt6ProtobufQuick/Qt6ProtobufQuickVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt6ProtobufQuick/Qt6ProtobufQuickVersionlessTargets.cmake
|
lib/cmake/Qt6ProtobufQuick/Qt6ProtobufQuickVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt6ProtobufQuickPrivate/Qt6ProtobufQuickPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6ProtobufQuickPrivate/Qt6ProtobufQuickPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6ProtobufQuickPrivate/Qt6ProtobufQuickPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6ProtobufQuickPrivate/Qt6ProtobufQuickPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6ProtobufQuickPrivate/Qt6ProtobufQuickPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6ProtobufQuickPrivate/Qt6ProtobufQuickPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6ProtobufQuickPrivate/Qt6ProtobufQuickPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6ProtobufQuickPrivate/Qt6ProtobufQuickPrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt6ProtobufTools/Qt6ProtobufToolsAdditionalTargetInfo.cmake
|
lib/cmake/Qt6ProtobufTools/Qt6ProtobufToolsAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt6ProtobufTools/Qt6ProtobufToolsConfig.cmake
|
lib/cmake/Qt6ProtobufTools/Qt6ProtobufToolsConfig.cmake
|
||||||
lib/cmake/Qt6ProtobufTools/Qt6ProtobufToolsConfigVersion.cmake
|
lib/cmake/Qt6ProtobufTools/Qt6ProtobufToolsConfigVersion.cmake
|
||||||
|
@ -240,6 +287,14 @@ lib/cmake/Qt6ProtobufWellKnownTypes/Qt6ProtobufWellKnownTypesTargets-%%CMAKE_BUI
|
||||||
lib/cmake/Qt6ProtobufWellKnownTypes/Qt6ProtobufWellKnownTypesTargets.cmake
|
lib/cmake/Qt6ProtobufWellKnownTypes/Qt6ProtobufWellKnownTypesTargets.cmake
|
||||||
lib/cmake/Qt6ProtobufWellKnownTypes/Qt6ProtobufWellKnownTypesVersionlessAliasTargets.cmake
|
lib/cmake/Qt6ProtobufWellKnownTypes/Qt6ProtobufWellKnownTypesVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt6ProtobufWellKnownTypes/Qt6ProtobufWellKnownTypesVersionlessTargets.cmake
|
lib/cmake/Qt6ProtobufWellKnownTypes/Qt6ProtobufWellKnownTypesVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt6ProtobufWellKnownTypesPrivate/Qt6ProtobufWellKnownTypesPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6ProtobufWellKnownTypesPrivate/Qt6ProtobufWellKnownTypesPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6ProtobufWellKnownTypesPrivate/Qt6ProtobufWellKnownTypesPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6ProtobufWellKnownTypesPrivate/Qt6ProtobufWellKnownTypesPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6ProtobufWellKnownTypesPrivate/Qt6ProtobufWellKnownTypesPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6ProtobufWellKnownTypesPrivate/Qt6ProtobufWellKnownTypesPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6ProtobufWellKnownTypesPrivate/Qt6ProtobufWellKnownTypesPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6ProtobufWellKnownTypesPrivate/Qt6ProtobufWellKnownTypesPrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt6Qml/QmlPlugins/Qt6grpcquickpluginAdditionalTargetInfo.cmake
|
lib/cmake/Qt6Qml/QmlPlugins/Qt6grpcquickpluginAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt6Qml/QmlPlugins/Qt6grpcquickpluginConfig.cmake
|
lib/cmake/Qt6Qml/QmlPlugins/Qt6grpcquickpluginConfig.cmake
|
||||||
lib/cmake/Qt6Qml/QmlPlugins/Qt6grpcquickpluginConfigVersion.cmake
|
lib/cmake/Qt6Qml/QmlPlugins/Qt6grpcquickpluginConfigVersion.cmake
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1743027811
|
TIMESTAMP = 1749162750
|
||||||
SHA256 (KDE/Qt/6.8.3/qtlanguageserver-everywhere-src-6.8.3.tar.xz) = e4d320073c55b3a418a784e7866c43bc3e3d52817368be56e7d468866ff8b469
|
SHA256 (KDE/Qt/6.9.1/qtlanguageserver-everywhere-src-6.9.1.tar.xz) = ca17353612760b9bb6e3115bfacc9ba5e06d0d18b522f4f62ae6d510d63488ec
|
||||||
SIZE (KDE/Qt/6.8.3/qtlanguageserver-everywhere-src-6.8.3.tar.xz) = 152144
|
SIZE (KDE/Qt/6.9.1/qtlanguageserver-everywhere-src-6.9.1.tar.xz) = 152488
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1743027812
|
TIMESTAMP = 1749159282
|
||||||
SHA256 (KDE/Qt/6.8.3/qtlocation-everywhere-src-6.8.3.tar.xz) = 1d05e95aa5b6bd26bffa004cd8c5c70ae2af649496010a1a70124293bc09fd43
|
SHA256 (KDE/Qt/6.9.1/qtlocation-everywhere-src-6.9.1.tar.xz) = c0e8e8907e047ede59f5800f4f9bfd54286239aab1abe7df6723a8fcc127ef57
|
||||||
SIZE (KDE/Qt/6.8.3/qtlocation-everywhere-src-6.8.3.tar.xz) = 3165768
|
SIZE (KDE/Qt/6.9.1/qtlocation-everywhere-src-6.9.1.tar.xz) = 3166576
|
||||||
|
|
|
@ -195,6 +195,14 @@ lib/cmake/Qt6Location/Qt6QGeoServiceProviderFactoryOsmPluginConfigVersion.cmake
|
||||||
lib/cmake/Qt6Location/Qt6QGeoServiceProviderFactoryOsmPluginConfigVersionImpl.cmake
|
lib/cmake/Qt6Location/Qt6QGeoServiceProviderFactoryOsmPluginConfigVersionImpl.cmake
|
||||||
lib/cmake/Qt6Location/Qt6QGeoServiceProviderFactoryOsmPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
lib/cmake/Qt6Location/Qt6QGeoServiceProviderFactoryOsmPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt6Location/Qt6QGeoServiceProviderFactoryOsmPluginTargets.cmake
|
lib/cmake/Qt6Location/Qt6QGeoServiceProviderFactoryOsmPluginTargets.cmake
|
||||||
|
lib/cmake/Qt6LocationPrivate/Qt6LocationPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6LocationPrivate/Qt6LocationPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6LocationPrivate/Qt6LocationPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6LocationPrivate/Qt6LocationPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6LocationPrivate/Qt6LocationPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6LocationPrivate/Qt6LocationPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6LocationPrivate/Qt6LocationPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6LocationPrivate/Qt6LocationPrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt6Qml/QmlPlugins/Qt6declarative_locationAdditionalTargetInfo.cmake
|
lib/cmake/Qt6Qml/QmlPlugins/Qt6declarative_locationAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt6Qml/QmlPlugins/Qt6declarative_locationConfig.cmake
|
lib/cmake/Qt6Qml/QmlPlugins/Qt6declarative_locationConfig.cmake
|
||||||
lib/cmake/Qt6Qml/QmlPlugins/Qt6declarative_locationConfigVersion.cmake
|
lib/cmake/Qt6Qml/QmlPlugins/Qt6declarative_locationConfigVersion.cmake
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1743027813
|
TIMESTAMP = 1749162766
|
||||||
SHA256 (KDE/Qt/6.8.3/qtpositioning-everywhere-src-6.8.3.tar.xz) = 6ab69a7e71a7795aab9ca2798eea126e36df55159a771ebd2f37cad3da63e9d3
|
SHA256 (KDE/Qt/6.9.1/qtpositioning-everywhere-src-6.9.1.tar.xz) = 7062734b4989248ca3f0e3e4aebb9aa2e7ed2d6bf19e779e520c6ef69706ff26
|
||||||
SIZE (KDE/Qt/6.8.3/qtpositioning-everywhere-src-6.8.3.tar.xz) = 663612
|
SIZE (KDE/Qt/6.9.1/qtpositioning-everywhere-src-6.9.1.tar.xz) = 664156
|
||||||
|
|
|
@ -111,6 +111,14 @@ lib/cmake/Qt6Positioning/Qt6QGeoPositionInfoSourceFactoryPollPluginConfigVersion
|
||||||
lib/cmake/Qt6Positioning/Qt6QGeoPositionInfoSourceFactoryPollPluginConfigVersionImpl.cmake
|
lib/cmake/Qt6Positioning/Qt6QGeoPositionInfoSourceFactoryPollPluginConfigVersionImpl.cmake
|
||||||
lib/cmake/Qt6Positioning/Qt6QGeoPositionInfoSourceFactoryPollPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
lib/cmake/Qt6Positioning/Qt6QGeoPositionInfoSourceFactoryPollPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt6Positioning/Qt6QGeoPositionInfoSourceFactoryPollPluginTargets.cmake
|
lib/cmake/Qt6Positioning/Qt6QGeoPositionInfoSourceFactoryPollPluginTargets.cmake
|
||||||
|
lib/cmake/Qt6PositioningPrivate/Qt6PositioningPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6PositioningPrivate/Qt6PositioningPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6PositioningPrivate/Qt6PositioningPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6PositioningPrivate/Qt6PositioningPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6PositioningPrivate/Qt6PositioningPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6PositioningPrivate/Qt6PositioningPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6PositioningPrivate/Qt6PositioningPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6PositioningPrivate/Qt6PositioningPrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt6PositioningQuick/Qt6PositioningQuickAdditionalTargetInfo.cmake
|
lib/cmake/Qt6PositioningQuick/Qt6PositioningQuickAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt6PositioningQuick/Qt6PositioningQuickConfig.cmake
|
lib/cmake/Qt6PositioningQuick/Qt6PositioningQuickConfig.cmake
|
||||||
lib/cmake/Qt6PositioningQuick/Qt6PositioningQuickConfigVersion.cmake
|
lib/cmake/Qt6PositioningQuick/Qt6PositioningQuickConfigVersion.cmake
|
||||||
|
@ -120,6 +128,14 @@ lib/cmake/Qt6PositioningQuick/Qt6PositioningQuickTargets-%%CMAKE_BUILD_TYPE%%.cm
|
||||||
lib/cmake/Qt6PositioningQuick/Qt6PositioningQuickTargets.cmake
|
lib/cmake/Qt6PositioningQuick/Qt6PositioningQuickTargets.cmake
|
||||||
lib/cmake/Qt6PositioningQuick/Qt6PositioningQuickVersionlessAliasTargets.cmake
|
lib/cmake/Qt6PositioningQuick/Qt6PositioningQuickVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt6PositioningQuick/Qt6PositioningQuickVersionlessTargets.cmake
|
lib/cmake/Qt6PositioningQuick/Qt6PositioningQuickVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt6PositioningQuickPrivate/Qt6PositioningQuickPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6PositioningQuickPrivate/Qt6PositioningQuickPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6PositioningQuickPrivate/Qt6PositioningQuickPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6PositioningQuickPrivate/Qt6PositioningQuickPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6PositioningQuickPrivate/Qt6PositioningQuickPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6PositioningQuickPrivate/Qt6PositioningQuickPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6PositioningQuickPrivate/Qt6PositioningQuickPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6PositioningQuickPrivate/Qt6PositioningQuickPrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt6Qml/QmlPlugins/Qt6positioningquickpluginAdditionalTargetInfo.cmake
|
lib/cmake/Qt6Qml/QmlPlugins/Qt6positioningquickpluginAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt6Qml/QmlPlugins/Qt6positioningquickpluginConfig.cmake
|
lib/cmake/Qt6Qml/QmlPlugins/Qt6positioningquickpluginConfig.cmake
|
||||||
lib/cmake/Qt6Qml/QmlPlugins/Qt6positioningquickpluginConfigVersion.cmake
|
lib/cmake/Qt6Qml/QmlPlugins/Qt6positioningquickpluginConfigVersion.cmake
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1743027814
|
TIMESTAMP = 1749159347
|
||||||
SHA256 (KDE/Qt/6.8.3/qtremoteobjects-everywhere-src-6.8.3.tar.xz) = 5a40d1a67c2e02911f3014977cdce59eb49e8af2c82f4e18c06ce7031744aeaf
|
SHA256 (KDE/Qt/6.9.1/qtremoteobjects-everywhere-src-6.9.1.tar.xz) = 273f079e7b8f72c2e4ba2fea8893cd24773f4c6471d726fbddc097ae8d2e0a10
|
||||||
SIZE (KDE/Qt/6.8.3/qtremoteobjects-everywhere-src-6.8.3.tar.xz) = 539556
|
SIZE (KDE/Qt/6.9.1/qtremoteobjects-everywhere-src-6.9.1.tar.xz) = 543600
|
||||||
|
|
|
@ -10,9 +10,12 @@
|
||||||
%%QT_INCDIR%%/QtRemoteObjects/%%FULLVER%%/QtRemoteObjects/private/qremoteobjectpendingcall_p.h
|
%%QT_INCDIR%%/QtRemoteObjects/%%FULLVER%%/QtRemoteObjects/private/qremoteobjectpendingcall_p.h
|
||||||
%%QT_INCDIR%%/QtRemoteObjects/%%FULLVER%%/QtRemoteObjects/private/qremoteobjectregistrysource_p.h
|
%%QT_INCDIR%%/QtRemoteObjects/%%FULLVER%%/QtRemoteObjects/private/qremoteobjectregistrysource_p.h
|
||||||
%%QT_INCDIR%%/QtRemoteObjects/%%FULLVER%%/QtRemoteObjects/private/qremoteobjectreplica_p.h
|
%%QT_INCDIR%%/QtRemoteObjects/%%FULLVER%%/QtRemoteObjects/private/qremoteobjectreplica_p.h
|
||||||
|
%%QT_INCDIR%%/QtRemoteObjects/%%FULLVER%%/QtRemoteObjects/private/qremoteobjectrepparser_p.h
|
||||||
%%QT_INCDIR%%/QtRemoteObjects/%%FULLVER%%/QtRemoteObjects/private/qremoteobjectsource_p.h
|
%%QT_INCDIR%%/QtRemoteObjects/%%FULLVER%%/QtRemoteObjects/private/qremoteobjectsource_p.h
|
||||||
%%QT_INCDIR%%/QtRemoteObjects/%%FULLVER%%/QtRemoteObjects/private/qremoteobjectsourceio_p.h
|
%%QT_INCDIR%%/QtRemoteObjects/%%FULLVER%%/QtRemoteObjects/private/qremoteobjectsourceio_p.h
|
||||||
|
%%QT_INCDIR%%/QtRemoteObjects/%%FULLVER%%/QtRemoteObjects/private/qremoteobjectstructs_p.h
|
||||||
%%QT_INCDIR%%/QtRemoteObjects/%%FULLVER%%/QtRemoteObjects/private/qtremoteobjects-config_p.h
|
%%QT_INCDIR%%/QtRemoteObjects/%%FULLVER%%/QtRemoteObjects/private/qtremoteobjects-config_p.h
|
||||||
|
%%QT_INCDIR%%/QtRemoteObjects/%%FULLVER%%/QtRemoteObjects/private/rep_grammar_p.h
|
||||||
%%QT_INCDIR%%/QtRemoteObjects/QAbstractItemModelReplica
|
%%QT_INCDIR%%/QtRemoteObjects/QAbstractItemModelReplica
|
||||||
%%QT_INCDIR%%/QtRemoteObjects/QConnectionAbstractServer
|
%%QT_INCDIR%%/QtRemoteObjects/QConnectionAbstractServer
|
||||||
%%QT_INCDIR%%/QtRemoteObjects/QIntHash
|
%%QT_INCDIR%%/QtRemoteObjects/QIntHash
|
||||||
|
@ -52,6 +55,7 @@
|
||||||
%%QT_INCDIR%%/QtRemoteObjects/qtremoteobjects-config.h
|
%%QT_INCDIR%%/QtRemoteObjects/qtremoteobjects-config.h
|
||||||
%%QT_INCDIR%%/QtRemoteObjects/qtremoteobjectsexports.h
|
%%QT_INCDIR%%/QtRemoteObjects/qtremoteobjectsexports.h
|
||||||
%%QT_INCDIR%%/QtRemoteObjects/qtremoteobjectsversion.h
|
%%QT_INCDIR%%/QtRemoteObjects/qtremoteobjectsversion.h
|
||||||
|
%%QT_INCDIR%%/QtRemoteObjects/repparser.h
|
||||||
%%QT_INCDIR%%/QtRemoteObjectsQml/%%FULLVER%%/QtRemoteObjectsQml/private/qremoteobjectsqml_p.h
|
%%QT_INCDIR%%/QtRemoteObjectsQml/%%FULLVER%%/QtRemoteObjectsQml/private/qremoteobjectsqml_p.h
|
||||||
%%QT_INCDIR%%/QtRemoteObjectsQml/QtRemoteObjectsQml
|
%%QT_INCDIR%%/QtRemoteObjectsQml/QtRemoteObjectsQml
|
||||||
%%QT_INCDIR%%/QtRemoteObjectsQml/QtRemoteObjectsQmlDepends
|
%%QT_INCDIR%%/QtRemoteObjectsQml/QtRemoteObjectsQmlDepends
|
||||||
|
@ -59,6 +63,7 @@
|
||||||
%%QT_INCDIR%%/QtRemoteObjectsQml/qtremoteobjectsqmlversion.h
|
%%QT_INCDIR%%/QtRemoteObjectsQml/qtremoteobjectsqmlversion.h
|
||||||
%%QT_INCDIR%%/QtRepParser/QtRepParserDepends
|
%%QT_INCDIR%%/QtRepParser/QtRepParserDepends
|
||||||
%%QT_INCDIR%%/QtRepParser/parser.g
|
%%QT_INCDIR%%/QtRepParser/parser.g
|
||||||
|
%%QT_INCDIR%%/QtRepParser/qregexparser.h
|
||||||
lib/cmake/Qt6BuildInternals/StandaloneTests/QtRemoteObjectsTestsConfig.cmake
|
lib/cmake/Qt6BuildInternals/StandaloneTests/QtRemoteObjectsTestsConfig.cmake
|
||||||
lib/cmake/Qt6Qml/QmlPlugins/Qt6declarative_remoteobjectsAdditionalTargetInfo.cmake
|
lib/cmake/Qt6Qml/QmlPlugins/Qt6declarative_remoteobjectsAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt6Qml/QmlPlugins/Qt6declarative_remoteobjectsConfig.cmake
|
lib/cmake/Qt6Qml/QmlPlugins/Qt6declarative_remoteobjectsConfig.cmake
|
||||||
|
@ -76,6 +81,14 @@ lib/cmake/Qt6RemoteObjects/Qt6RemoteObjectsTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt6RemoteObjects/Qt6RemoteObjectsTargets.cmake
|
lib/cmake/Qt6RemoteObjects/Qt6RemoteObjectsTargets.cmake
|
||||||
lib/cmake/Qt6RemoteObjects/Qt6RemoteObjectsVersionlessAliasTargets.cmake
|
lib/cmake/Qt6RemoteObjects/Qt6RemoteObjectsVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt6RemoteObjects/Qt6RemoteObjectsVersionlessTargets.cmake
|
lib/cmake/Qt6RemoteObjects/Qt6RemoteObjectsVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt6RemoteObjectsPrivate/Qt6RemoteObjectsPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6RemoteObjectsPrivate/Qt6RemoteObjectsPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6RemoteObjectsPrivate/Qt6RemoteObjectsPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6RemoteObjectsPrivate/Qt6RemoteObjectsPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6RemoteObjectsPrivate/Qt6RemoteObjectsPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6RemoteObjectsPrivate/Qt6RemoteObjectsPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6RemoteObjectsPrivate/Qt6RemoteObjectsPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6RemoteObjectsPrivate/Qt6RemoteObjectsPrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt6RemoteObjectsQml/Qt6RemoteObjectsQmlAdditionalTargetInfo.cmake
|
lib/cmake/Qt6RemoteObjectsQml/Qt6RemoteObjectsQmlAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt6RemoteObjectsQml/Qt6RemoteObjectsQmlConfig.cmake
|
lib/cmake/Qt6RemoteObjectsQml/Qt6RemoteObjectsQmlConfig.cmake
|
||||||
lib/cmake/Qt6RemoteObjectsQml/Qt6RemoteObjectsQmlConfigVersion.cmake
|
lib/cmake/Qt6RemoteObjectsQml/Qt6RemoteObjectsQmlConfigVersion.cmake
|
||||||
|
@ -85,6 +98,14 @@ lib/cmake/Qt6RemoteObjectsQml/Qt6RemoteObjectsQmlTargets-%%CMAKE_BUILD_TYPE%%.cm
|
||||||
lib/cmake/Qt6RemoteObjectsQml/Qt6RemoteObjectsQmlTargets.cmake
|
lib/cmake/Qt6RemoteObjectsQml/Qt6RemoteObjectsQmlTargets.cmake
|
||||||
lib/cmake/Qt6RemoteObjectsQml/Qt6RemoteObjectsQmlVersionlessAliasTargets.cmake
|
lib/cmake/Qt6RemoteObjectsQml/Qt6RemoteObjectsQmlVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt6RemoteObjectsQml/Qt6RemoteObjectsQmlVersionlessTargets.cmake
|
lib/cmake/Qt6RemoteObjectsQml/Qt6RemoteObjectsQmlVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt6RemoteObjectsQmlPrivate/Qt6RemoteObjectsQmlPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6RemoteObjectsQmlPrivate/Qt6RemoteObjectsQmlPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6RemoteObjectsQmlPrivate/Qt6RemoteObjectsQmlPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6RemoteObjectsQmlPrivate/Qt6RemoteObjectsQmlPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6RemoteObjectsQmlPrivate/Qt6RemoteObjectsQmlPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6RemoteObjectsQmlPrivate/Qt6RemoteObjectsQmlPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6RemoteObjectsQmlPrivate/Qt6RemoteObjectsQmlPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6RemoteObjectsQmlPrivate/Qt6RemoteObjectsQmlPrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt6RemoteObjectsTools/Qt6RemoteObjectsToolsAdditionalTargetInfo.cmake
|
lib/cmake/Qt6RemoteObjectsTools/Qt6RemoteObjectsToolsAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt6RemoteObjectsTools/Qt6RemoteObjectsToolsConfig.cmake
|
lib/cmake/Qt6RemoteObjectsTools/Qt6RemoteObjectsToolsConfig.cmake
|
||||||
lib/cmake/Qt6RemoteObjectsTools/Qt6RemoteObjectsToolsConfigVersion.cmake
|
lib/cmake/Qt6RemoteObjectsTools/Qt6RemoteObjectsToolsConfigVersion.cmake
|
||||||
|
@ -101,6 +122,14 @@ lib/cmake/Qt6RepParser/Qt6RepParserDependencies.cmake
|
||||||
lib/cmake/Qt6RepParser/Qt6RepParserTargets.cmake
|
lib/cmake/Qt6RepParser/Qt6RepParserTargets.cmake
|
||||||
lib/cmake/Qt6RepParser/Qt6RepParserVersionlessAliasTargets.cmake
|
lib/cmake/Qt6RepParser/Qt6RepParserVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt6RepParser/Qt6RepParserVersionlessTargets.cmake
|
lib/cmake/Qt6RepParser/Qt6RepParserVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt6RepParserPrivate/Qt6RepParserPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6RepParserPrivate/Qt6RepParserPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6RepParserPrivate/Qt6RepParserPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6RepParserPrivate/Qt6RepParserPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6RepParserPrivate/Qt6RepParserPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6RepParserPrivate/Qt6RepParserPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6RepParserPrivate/Qt6RepParserPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6RepParserPrivate/Qt6RepParserPrivateVersionlessTargets.cmake
|
||||||
%%QT_LIBDIR%%/libQt6RemoteObjects.prl
|
%%QT_LIBDIR%%/libQt6RemoteObjects.prl
|
||||||
%%QT_LIBDIR%%/libQt6RemoteObjects.so
|
%%QT_LIBDIR%%/libQt6RemoteObjects.so
|
||||||
%%QT_LIBDIR%%/libQt6RemoteObjects.so.6
|
%%QT_LIBDIR%%/libQt6RemoteObjects.so.6
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1743027815
|
TIMESTAMP = 1749159351
|
||||||
SHA256 (KDE/Qt/6.8.3/qtscxml-everywhere-src-6.8.3.tar.xz) = dbac976ab7299fb782dfc4c1e4bb1cafc059929bef2271a275f11d97ce7f2f5c
|
SHA256 (KDE/Qt/6.9.1/qtscxml-everywhere-src-6.9.1.tar.xz) = 0c33de2023b33a54fa6debd46f422440dca92da532faa7742af051fd88254780
|
||||||
SIZE (KDE/Qt/6.8.3/qtscxml-everywhere-src-6.8.3.tar.xz) = 560632
|
SIZE (KDE/Qt/6.9.1/qtscxml-everywhere-src-6.9.1.tar.xz) = 560588
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
%%QT_INCDIR%%/QtScxml/%%FULLVER%%/QtScxml/private/qscxmlstatemachine_p.h
|
%%QT_INCDIR%%/QtScxml/%%FULLVER%%/QtScxml/private/qscxmlstatemachine_p.h
|
||||||
%%QT_INCDIR%%/QtScxml/%%FULLVER%%/QtScxml/private/qscxmlstatemachineinfo_p.h
|
%%QT_INCDIR%%/QtScxml/%%FULLVER%%/QtScxml/private/qscxmlstatemachineinfo_p.h
|
||||||
%%QT_INCDIR%%/QtScxml/%%FULLVER%%/QtScxml/private/qscxmltabledata_p.h
|
%%QT_INCDIR%%/QtScxml/%%FULLVER%%/QtScxml/private/qscxmltabledata_p.h
|
||||||
%%QT_INCDIR%%/QtScxml/%%FULLVER%%/QtScxml/private/qtscxml-config_p.h
|
|
||||||
%%QT_INCDIR%%/QtScxml/QScxmlCompiler
|
%%QT_INCDIR%%/QtScxml/QScxmlCompiler
|
||||||
%%QT_INCDIR%%/QtScxml/QScxmlCppDataModel
|
%%QT_INCDIR%%/QtScxml/QScxmlCppDataModel
|
||||||
%%QT_INCDIR%%/QtScxml/QScxmlDataModel
|
%%QT_INCDIR%%/QtScxml/QScxmlDataModel
|
||||||
|
@ -36,9 +35,14 @@
|
||||||
%%QT_INCDIR%%/QtScxml/qscxmlnulldatamodel.h
|
%%QT_INCDIR%%/QtScxml/qscxmlnulldatamodel.h
|
||||||
%%QT_INCDIR%%/QtScxml/qscxmlstatemachine.h
|
%%QT_INCDIR%%/QtScxml/qscxmlstatemachine.h
|
||||||
%%QT_INCDIR%%/QtScxml/qscxmltabledata.h
|
%%QT_INCDIR%%/QtScxml/qscxmltabledata.h
|
||||||
%%QT_INCDIR%%/QtScxml/qtscxml-config.h
|
|
||||||
%%QT_INCDIR%%/QtScxml/qtscxmlexports.h
|
%%QT_INCDIR%%/QtScxml/qtscxmlexports.h
|
||||||
%%QT_INCDIR%%/QtScxml/qtscxmlversion.h
|
%%QT_INCDIR%%/QtScxml/qtscxmlversion.h
|
||||||
|
%%QT_INCDIR%%/QtScxmlGlobal/%%FULLVER%%/QtScxmlGlobal/private/qtscxmlglobal-config_p.h
|
||||||
|
%%QT_INCDIR%%/QtScxmlGlobal/QtScxmlGlobal
|
||||||
|
%%QT_INCDIR%%/QtScxmlGlobal/QtScxmlGlobalDepends
|
||||||
|
%%QT_INCDIR%%/QtScxmlGlobal/QtScxmlGlobalVersion
|
||||||
|
%%QT_INCDIR%%/QtScxmlGlobal/qtscxmlglobal-config.h
|
||||||
|
%%QT_INCDIR%%/QtScxmlGlobal/qtscxmlglobalversion.h
|
||||||
%%QT_INCDIR%%/QtScxmlQml/%%FULLVER%%/QtScxmlQml/private/eventconnection_p.h
|
%%QT_INCDIR%%/QtScxmlQml/%%FULLVER%%/QtScxmlQml/private/eventconnection_p.h
|
||||||
%%QT_INCDIR%%/QtScxmlQml/%%FULLVER%%/QtScxmlQml/private/invokedservices_p.h
|
%%QT_INCDIR%%/QtScxmlQml/%%FULLVER%%/QtScxmlQml/private/invokedservices_p.h
|
||||||
%%QT_INCDIR%%/QtScxmlQml/%%FULLVER%%/QtScxmlQml/private/qscxmlqmlglobals_p.h
|
%%QT_INCDIR%%/QtScxmlQml/%%FULLVER%%/QtScxmlQml/private/qscxmlqmlglobals_p.h
|
||||||
|
@ -60,7 +64,7 @@
|
||||||
%%QT_INCDIR%%/QtStateMachine/%%FULLVER%%/QtStateMachine/private/qsignaltransition_p.h
|
%%QT_INCDIR%%/QtStateMachine/%%FULLVER%%/QtStateMachine/private/qsignaltransition_p.h
|
||||||
%%QT_INCDIR%%/QtStateMachine/%%FULLVER%%/QtStateMachine/private/qstate_p.h
|
%%QT_INCDIR%%/QtStateMachine/%%FULLVER%%/QtStateMachine/private/qstate_p.h
|
||||||
%%QT_INCDIR%%/QtStateMachine/%%FULLVER%%/QtStateMachine/private/qstatemachine_p.h
|
%%QT_INCDIR%%/QtStateMachine/%%FULLVER%%/QtStateMachine/private/qstatemachine_p.h
|
||||||
%%QT_INCDIR%%/QtStateMachine/%%FULLVER%%/QtStateMachine/private/qtstatemachine-config_p.h
|
%%QT_INCDIR%%/QtStateMachine/%%FULLVER%%/QtStateMachine/private/qstatemachineglobal_p.h
|
||||||
%%QT_INCDIR%%/QtStateMachine/QAbstractState
|
%%QT_INCDIR%%/QtStateMachine/QAbstractState
|
||||||
%%QT_INCDIR%%/QtStateMachine/QAbstractTransition
|
%%QT_INCDIR%%/QtStateMachine/QAbstractTransition
|
||||||
%%QT_INCDIR%%/QtStateMachine/QEventTransition
|
%%QT_INCDIR%%/QtStateMachine/QEventTransition
|
||||||
|
@ -85,7 +89,6 @@
|
||||||
%%QT_INCDIR%%/QtStateMachine/qstate.h
|
%%QT_INCDIR%%/QtStateMachine/qstate.h
|
||||||
%%QT_INCDIR%%/QtStateMachine/qstatemachine.h
|
%%QT_INCDIR%%/QtStateMachine/qstatemachine.h
|
||||||
%%QT_INCDIR%%/QtStateMachine/qstatemachineglobal.h
|
%%QT_INCDIR%%/QtStateMachine/qstatemachineglobal.h
|
||||||
%%QT_INCDIR%%/QtStateMachine/qtstatemachine-config.h
|
|
||||||
%%QT_INCDIR%%/QtStateMachine/qtstatemachineexports.h
|
%%QT_INCDIR%%/QtStateMachine/qtstatemachineexports.h
|
||||||
%%QT_INCDIR%%/QtStateMachine/qtstatemachineversion.h
|
%%QT_INCDIR%%/QtStateMachine/qtstatemachineversion.h
|
||||||
%%QT_INCDIR%%/QtStateMachineQml/%%FULLVER%%/QtStateMachineQml/private/childrenprivate_p.h
|
%%QT_INCDIR%%/QtStateMachineQml/%%FULLVER%%/QtStateMachineQml/private/childrenprivate_p.h
|
||||||
|
@ -131,6 +134,21 @@ lib/cmake/Qt6Scxml/Qt6ScxmlTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt6Scxml/Qt6ScxmlTargets.cmake
|
lib/cmake/Qt6Scxml/Qt6ScxmlTargets.cmake
|
||||||
lib/cmake/Qt6Scxml/Qt6ScxmlVersionlessAliasTargets.cmake
|
lib/cmake/Qt6Scxml/Qt6ScxmlVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt6Scxml/Qt6ScxmlVersionlessTargets.cmake
|
lib/cmake/Qt6Scxml/Qt6ScxmlVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt6ScxmlGlobalPrivate/Qt6ScxmlGlobalPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6ScxmlGlobalPrivate/Qt6ScxmlGlobalPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6ScxmlGlobalPrivate/Qt6ScxmlGlobalPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6ScxmlGlobalPrivate/Qt6ScxmlGlobalPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6ScxmlGlobalPrivate/Qt6ScxmlGlobalPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6ScxmlGlobalPrivate/Qt6ScxmlGlobalPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6ScxmlGlobalPrivate/Qt6ScxmlGlobalPrivateVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt6ScxmlPrivate/Qt6ScxmlPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6ScxmlPrivate/Qt6ScxmlPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6ScxmlPrivate/Qt6ScxmlPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6ScxmlPrivate/Qt6ScxmlPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6ScxmlPrivate/Qt6ScxmlPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6ScxmlPrivate/Qt6ScxmlPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6ScxmlPrivate/Qt6ScxmlPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6ScxmlPrivate/Qt6ScxmlPrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt6ScxmlQml/Qt6ScxmlQmlAdditionalTargetInfo.cmake
|
lib/cmake/Qt6ScxmlQml/Qt6ScxmlQmlAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt6ScxmlQml/Qt6ScxmlQmlConfig.cmake
|
lib/cmake/Qt6ScxmlQml/Qt6ScxmlQmlConfig.cmake
|
||||||
lib/cmake/Qt6ScxmlQml/Qt6ScxmlQmlConfigVersion.cmake
|
lib/cmake/Qt6ScxmlQml/Qt6ScxmlQmlConfigVersion.cmake
|
||||||
|
@ -140,6 +158,14 @@ lib/cmake/Qt6ScxmlQml/Qt6ScxmlQmlTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt6ScxmlQml/Qt6ScxmlQmlTargets.cmake
|
lib/cmake/Qt6ScxmlQml/Qt6ScxmlQmlTargets.cmake
|
||||||
lib/cmake/Qt6ScxmlQml/Qt6ScxmlQmlVersionlessAliasTargets.cmake
|
lib/cmake/Qt6ScxmlQml/Qt6ScxmlQmlVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt6ScxmlQml/Qt6ScxmlQmlVersionlessTargets.cmake
|
lib/cmake/Qt6ScxmlQml/Qt6ScxmlQmlVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt6ScxmlQmlPrivate/Qt6ScxmlQmlPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6ScxmlQmlPrivate/Qt6ScxmlQmlPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6ScxmlQmlPrivate/Qt6ScxmlQmlPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6ScxmlQmlPrivate/Qt6ScxmlQmlPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6ScxmlQmlPrivate/Qt6ScxmlQmlPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6ScxmlQmlPrivate/Qt6ScxmlQmlPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6ScxmlQmlPrivate/Qt6ScxmlQmlPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6ScxmlQmlPrivate/Qt6ScxmlQmlPrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt6ScxmlTools/Qt6ScxmlToolsAdditionalTargetInfo.cmake
|
lib/cmake/Qt6ScxmlTools/Qt6ScxmlToolsAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt6ScxmlTools/Qt6ScxmlToolsConfig.cmake
|
lib/cmake/Qt6ScxmlTools/Qt6ScxmlToolsConfig.cmake
|
||||||
lib/cmake/Qt6ScxmlTools/Qt6ScxmlToolsConfigVersion.cmake
|
lib/cmake/Qt6ScxmlTools/Qt6ScxmlToolsConfigVersion.cmake
|
||||||
|
@ -157,6 +183,14 @@ lib/cmake/Qt6StateMachine/Qt6StateMachineTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt6StateMachine/Qt6StateMachineTargets.cmake
|
lib/cmake/Qt6StateMachine/Qt6StateMachineTargets.cmake
|
||||||
lib/cmake/Qt6StateMachine/Qt6StateMachineVersionlessAliasTargets.cmake
|
lib/cmake/Qt6StateMachine/Qt6StateMachineVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt6StateMachine/Qt6StateMachineVersionlessTargets.cmake
|
lib/cmake/Qt6StateMachine/Qt6StateMachineVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt6StateMachinePrivate/Qt6StateMachinePrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6StateMachinePrivate/Qt6StateMachinePrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6StateMachinePrivate/Qt6StateMachinePrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6StateMachinePrivate/Qt6StateMachinePrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6StateMachinePrivate/Qt6StateMachinePrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6StateMachinePrivate/Qt6StateMachinePrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6StateMachinePrivate/Qt6StateMachinePrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6StateMachinePrivate/Qt6StateMachinePrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt6StateMachineQml/Qt6StateMachineQmlAdditionalTargetInfo.cmake
|
lib/cmake/Qt6StateMachineQml/Qt6StateMachineQmlAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt6StateMachineQml/Qt6StateMachineQmlConfig.cmake
|
lib/cmake/Qt6StateMachineQml/Qt6StateMachineQmlConfig.cmake
|
||||||
lib/cmake/Qt6StateMachineQml/Qt6StateMachineQmlConfigVersion.cmake
|
lib/cmake/Qt6StateMachineQml/Qt6StateMachineQmlConfigVersion.cmake
|
||||||
|
@ -166,6 +200,14 @@ lib/cmake/Qt6StateMachineQml/Qt6StateMachineQmlTargets-%%CMAKE_BUILD_TYPE%%.cmak
|
||||||
lib/cmake/Qt6StateMachineQml/Qt6StateMachineQmlTargets.cmake
|
lib/cmake/Qt6StateMachineQml/Qt6StateMachineQmlTargets.cmake
|
||||||
lib/cmake/Qt6StateMachineQml/Qt6StateMachineQmlVersionlessAliasTargets.cmake
|
lib/cmake/Qt6StateMachineQml/Qt6StateMachineQmlVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt6StateMachineQml/Qt6StateMachineQmlVersionlessTargets.cmake
|
lib/cmake/Qt6StateMachineQml/Qt6StateMachineQmlVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt6StateMachineQmlPrivate/Qt6StateMachineQmlPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6StateMachineQmlPrivate/Qt6StateMachineQmlPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6StateMachineQmlPrivate/Qt6StateMachineQmlPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6StateMachineQmlPrivate/Qt6StateMachineQmlPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6StateMachineQmlPrivate/Qt6StateMachineQmlPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6StateMachineQmlPrivate/Qt6StateMachineQmlPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6StateMachineQmlPrivate/Qt6StateMachineQmlPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6StateMachineQmlPrivate/Qt6StateMachineQmlPrivateVersionlessTargets.cmake
|
||||||
%%QT_LIBDIR%%/libQt6Scxml.prl
|
%%QT_LIBDIR%%/libQt6Scxml.prl
|
||||||
%%QT_LIBDIR%%/libQt6Scxml.so
|
%%QT_LIBDIR%%/libQt6Scxml.so
|
||||||
%%QT_LIBDIR%%/libQt6Scxml.so.6
|
%%QT_LIBDIR%%/libQt6Scxml.so.6
|
||||||
|
@ -189,6 +231,7 @@ lib/cmake/Qt6StateMachineQml/Qt6StateMachineQmlVersionlessTargets.cmake
|
||||||
%%QT_MKSPECDIR%%/features/qscxmlc.prf
|
%%QT_MKSPECDIR%%/features/qscxmlc.prf
|
||||||
%%QT_MKSPECDIR%%/modules/qt_lib_scxml.pri
|
%%QT_MKSPECDIR%%/modules/qt_lib_scxml.pri
|
||||||
%%QT_MKSPECDIR%%/modules/qt_lib_scxml_private.pri
|
%%QT_MKSPECDIR%%/modules/qt_lib_scxml_private.pri
|
||||||
|
%%QT_MKSPECDIR%%/modules/qt_lib_scxmlglobal_private.pri
|
||||||
%%QT_MKSPECDIR%%/modules/qt_lib_scxmlqml.pri
|
%%QT_MKSPECDIR%%/modules/qt_lib_scxmlqml.pri
|
||||||
%%QT_MKSPECDIR%%/modules/qt_lib_scxmlqml_private.pri
|
%%QT_MKSPECDIR%%/modules/qt_lib_scxmlqml_private.pri
|
||||||
%%QT_MKSPECDIR%%/modules/qt_lib_statemachine.pri
|
%%QT_MKSPECDIR%%/modules/qt_lib_statemachine.pri
|
||||||
|
@ -209,6 +252,7 @@ libdata/pkgconfig/Qt6StateMachine.pc
|
||||||
libdata/pkgconfig/Qt6StateMachineQml.pc
|
libdata/pkgconfig/Qt6StateMachineQml.pc
|
||||||
%%QT_LIBEXECDIR%%/qscxmlc
|
%%QT_LIBEXECDIR%%/qscxmlc
|
||||||
%%QT_DATADIR%%/modules/Scxml.json
|
%%QT_DATADIR%%/modules/Scxml.json
|
||||||
|
%%QT_DATADIR%%/modules/ScxmlGlobalPrivate.json
|
||||||
%%QT_DATADIR%%/modules/ScxmlQml.json
|
%%QT_DATADIR%%/modules/ScxmlQml.json
|
||||||
%%QT_DATADIR%%/modules/StateMachine.json
|
%%QT_DATADIR%%/modules/StateMachine.json
|
||||||
%%QT_DATADIR%%/modules/StateMachineQml.json
|
%%QT_DATADIR%%/modules/StateMachineQml.json
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1743027817
|
TIMESTAMP = 1749162793
|
||||||
SHA256 (KDE/Qt/6.8.3/qttools-everywhere-src-6.8.3.tar.xz) = 02a4e219248b94f1333df843d25763f35251c1074cdc4fb5bda67d340f8c8b3a
|
SHA256 (KDE/Qt/6.9.1/qttools-everywhere-src-6.9.1.tar.xz) = 90c4a562f4ccfd043fd99f34c600853e0b5ba9babc6ec616c0f306f2ce3f4b4c
|
||||||
SIZE (KDE/Qt/6.8.3/qttools-everywhere-src-6.8.3.tar.xz) = 10301984
|
SIZE (KDE/Qt/6.9.1/qttools-everywhere-src-6.9.1.tar.xz) = 10339096
|
||||||
|
|
|
@ -15,13 +15,25 @@ Call Stack (most recent call first):
|
||||||
|
|
||||||
Regressed by: https://code.qt.io/cgit/qt/qttools.git/commit/?h=6.6.0&id=ff5c080c2eb9267c43da6fafe953bf50076443c4
|
Regressed by: https://code.qt.io/cgit/qt/qttools.git/commit/?h=6.6.0&id=ff5c080c2eb9267c43da6fafe953bf50076443c4
|
||||||
|
|
||||||
--- configure.cmake.orig 2023-09-11 09:43:37 UTC
|
--- configure.cmake.orig 2025-02-19 09:54:25 UTC
|
||||||
+++ configure.cmake
|
+++ configure.cmake
|
||||||
@@ -7,6 +7,7 @@
|
@@ -1,6 +1,11 @@
|
||||||
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
#### Libraries
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
|
+#### Libraries
|
||||||
|
+
|
||||||
+qt_find_package(WrapZSTD 1.3 PROVIDED_TARGETS WrapZSTD::WrapZSTD MODULE_NAME designer)
|
+qt_find_package(WrapZSTD 1.3 PROVIDED_TARGETS WrapZSTD::WrapZSTD MODULE_NAME designer)
|
||||||
|
+
|
||||||
|
+
|
||||||
#### Tests
|
#### Tests
|
||||||
|
|
||||||
|
qt_find_package(WrapLibClang 8 PROVIDED_TARGETS WrapLibClang::WrapLibClang)
|
||||||
|
@@ -8,7 +13,6 @@ endif()
|
||||||
|
if(TARGET WrapLibClang::WrapLibClang)
|
||||||
|
set(TEST_libclang "ON" CACHE BOOL "Required libclang version found." FORCE)
|
||||||
|
endif()
|
||||||
|
-
|
||||||
|
|
||||||
|
|
||||||
|
#### Features
|
||||||
|
|
|
@ -228,6 +228,8 @@ bin/qtplugininfo6
|
||||||
%%QT_INCDIR%%/QtHelp/qhelpsearchresult.h
|
%%QT_INCDIR%%/QtHelp/qhelpsearchresult.h
|
||||||
%%QT_INCDIR%%/QtHelp/qhelpsearchresultwidget.h
|
%%QT_INCDIR%%/QtHelp/qhelpsearchresultwidget.h
|
||||||
%%QT_INCDIR%%/QtHelp/qthelpversion.h
|
%%QT_INCDIR%%/QtHelp/qthelpversion.h
|
||||||
|
%%QT_INCDIR%%/QtHelp/ui_qfilternamedialog.h
|
||||||
|
%%QT_INCDIR%%/QtHelp/ui_qhelpfiltersettingswidget.h
|
||||||
%%QT_INCDIR%%/QtQDocCatch/QtQDocCatchDepends
|
%%QT_INCDIR%%/QtQDocCatch/QtQDocCatchDepends
|
||||||
%%QT_INCDIR%%/QtQDocCatch/catch/catch.hpp
|
%%QT_INCDIR%%/QtQDocCatch/catch/catch.hpp
|
||||||
%%QT_INCDIR%%/QtQDocCatchConversions/QtQDocCatchConversionsDepends
|
%%QT_INCDIR%%/QtQDocCatchConversions/QtQDocCatchConversionsDepends
|
||||||
|
@ -297,6 +299,14 @@ lib/cmake/Qt6DesignerComponentsPrivate/Qt6DesignerComponentsPrivateTargets-%%CMA
|
||||||
lib/cmake/Qt6DesignerComponentsPrivate/Qt6DesignerComponentsPrivateTargets.cmake
|
lib/cmake/Qt6DesignerComponentsPrivate/Qt6DesignerComponentsPrivateTargets.cmake
|
||||||
lib/cmake/Qt6DesignerComponentsPrivate/Qt6DesignerComponentsPrivateVersionlessAliasTargets.cmake
|
lib/cmake/Qt6DesignerComponentsPrivate/Qt6DesignerComponentsPrivateVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt6DesignerComponentsPrivate/Qt6DesignerComponentsPrivateVersionlessTargets.cmake
|
lib/cmake/Qt6DesignerComponentsPrivate/Qt6DesignerComponentsPrivateVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt6DesignerPrivate/Qt6DesignerPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6DesignerPrivate/Qt6DesignerPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6DesignerPrivate/Qt6DesignerPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6DesignerPrivate/Qt6DesignerPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6DesignerPrivate/Qt6DesignerPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6DesignerPrivate/Qt6DesignerPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6DesignerPrivate/Qt6DesignerPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6DesignerPrivate/Qt6DesignerPrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt6Help/Qt6HelpAdditionalTargetInfo.cmake
|
lib/cmake/Qt6Help/Qt6HelpAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt6Help/Qt6HelpConfig.cmake
|
lib/cmake/Qt6Help/Qt6HelpConfig.cmake
|
||||||
lib/cmake/Qt6Help/Qt6HelpConfigVersion.cmake
|
lib/cmake/Qt6Help/Qt6HelpConfigVersion.cmake
|
||||||
|
@ -307,6 +317,14 @@ lib/cmake/Qt6Help/Qt6HelpTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt6Help/Qt6HelpTargets.cmake
|
lib/cmake/Qt6Help/Qt6HelpTargets.cmake
|
||||||
lib/cmake/Qt6Help/Qt6HelpVersionlessAliasTargets.cmake
|
lib/cmake/Qt6Help/Qt6HelpVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt6Help/Qt6HelpVersionlessTargets.cmake
|
lib/cmake/Qt6Help/Qt6HelpVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt6HelpPrivate/Qt6HelpPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6HelpPrivate/Qt6HelpPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6HelpPrivate/Qt6HelpPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6HelpPrivate/Qt6HelpPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6HelpPrivate/Qt6HelpPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6HelpPrivate/Qt6HelpPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6HelpPrivate/Qt6HelpPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6HelpPrivate/Qt6HelpPrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt6Linguist/Qt6LinguistAdditionalTargetInfo.cmake
|
lib/cmake/Qt6Linguist/Qt6LinguistAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt6Linguist/Qt6LinguistConfig.cmake
|
lib/cmake/Qt6Linguist/Qt6LinguistConfig.cmake
|
||||||
lib/cmake/Qt6Linguist/Qt6LinguistConfigVersion.cmake
|
lib/cmake/Qt6Linguist/Qt6LinguistConfigVersion.cmake
|
||||||
|
@ -379,6 +397,14 @@ lib/cmake/Qt6UiTools/Qt6UiToolsTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt6UiTools/Qt6UiToolsTargets.cmake
|
lib/cmake/Qt6UiTools/Qt6UiToolsTargets.cmake
|
||||||
lib/cmake/Qt6UiTools/Qt6UiToolsVersionlessAliasTargets.cmake
|
lib/cmake/Qt6UiTools/Qt6UiToolsVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt6UiTools/Qt6UiToolsVersionlessTargets.cmake
|
lib/cmake/Qt6UiTools/Qt6UiToolsVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt6UiToolsPrivate/Qt6UiToolsPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6UiToolsPrivate/Qt6UiToolsPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6UiToolsPrivate/Qt6UiToolsPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6UiToolsPrivate/Qt6UiToolsPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6UiToolsPrivate/Qt6UiToolsPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6UiToolsPrivate/Qt6UiToolsPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6UiToolsPrivate/Qt6UiToolsPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6UiToolsPrivate/Qt6UiToolsPrivateVersionlessTargets.cmake
|
||||||
%%QT_BINDIR%%/assistant
|
%%QT_BINDIR%%/assistant
|
||||||
%%QT_BINDIR%%/designer
|
%%QT_BINDIR%%/designer
|
||||||
%%QT_BINDIR%%/lconvert
|
%%QT_BINDIR%%/lconvert
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1743027818
|
TIMESTAMP = 1749162796
|
||||||
SHA256 (KDE/Qt/6.8.3/qttranslations-everywhere-src-6.8.3.tar.xz) = c3c61d79c3d8fe316a20b3617c64673ce5b5519b2e45535f49bee313152fa531
|
SHA256 (KDE/Qt/6.9.1/qttranslations-everywhere-src-6.9.1.tar.xz) = 9761a1a555f447cdeba79fdec6a705dee8a7882ac10c12e85f49467ddd01a741
|
||||||
SIZE (KDE/Qt/6.8.3/qttranslations-everywhere-src-6.8.3.tar.xz) = 1577680
|
SIZE (KDE/Qt/6.9.1/qttranslations-everywhere-src-6.9.1.tar.xz) = 1574708
|
||||||
|
|
|
@ -116,7 +116,6 @@
|
||||||
%%QT_L10NDIR%%/qt_ja.qm
|
%%QT_L10NDIR%%/qt_ja.qm
|
||||||
%%QT_L10NDIR%%/qt_ka.qm
|
%%QT_L10NDIR%%/qt_ka.qm
|
||||||
%%QT_L10NDIR%%/qt_ko.qm
|
%%QT_L10NDIR%%/qt_ko.qm
|
||||||
%%QT_L10NDIR%%/qt_lg.qm
|
|
||||||
%%QT_L10NDIR%%/qt_lt.qm
|
%%QT_L10NDIR%%/qt_lt.qm
|
||||||
%%QT_L10NDIR%%/qt_lv.qm
|
%%QT_L10NDIR%%/qt_lv.qm
|
||||||
%%QT_L10NDIR%%/qt_nl.qm
|
%%QT_L10NDIR%%/qt_nl.qm
|
||||||
|
@ -151,7 +150,6 @@
|
||||||
%%QT_L10NDIR%%/qtbase_ja.qm
|
%%QT_L10NDIR%%/qtbase_ja.qm
|
||||||
%%QT_L10NDIR%%/qtbase_ka.qm
|
%%QT_L10NDIR%%/qtbase_ka.qm
|
||||||
%%QT_L10NDIR%%/qtbase_ko.qm
|
%%QT_L10NDIR%%/qtbase_ko.qm
|
||||||
%%QT_L10NDIR%%/qtbase_lg.qm
|
|
||||||
%%QT_L10NDIR%%/qtbase_lv.qm
|
%%QT_L10NDIR%%/qtbase_lv.qm
|
||||||
%%QT_L10NDIR%%/qtbase_nl.qm
|
%%QT_L10NDIR%%/qtbase_nl.qm
|
||||||
%%QT_L10NDIR%%/qtbase_nn.qm
|
%%QT_L10NDIR%%/qtbase_nn.qm
|
||||||
|
@ -260,6 +258,7 @@
|
||||||
%%QT_L10NDIR%%/qtserialport_ko.qm
|
%%QT_L10NDIR%%/qtserialport_ko.qm
|
||||||
%%QT_L10NDIR%%/qtserialport_pl.qm
|
%%QT_L10NDIR%%/qtserialport_pl.qm
|
||||||
%%QT_L10NDIR%%/qtserialport_ru.qm
|
%%QT_L10NDIR%%/qtserialport_ru.qm
|
||||||
|
%%QT_L10NDIR%%/qtserialport_tr.qm
|
||||||
%%QT_L10NDIR%%/qtserialport_uk.qm
|
%%QT_L10NDIR%%/qtserialport_uk.qm
|
||||||
%%QT_L10NDIR%%/qtserialport_zh_CN.qm
|
%%QT_L10NDIR%%/qtserialport_zh_CN.qm
|
||||||
%%QT_L10NDIR%%/qtwebengine_ca.qm
|
%%QT_L10NDIR%%/qtwebengine_ca.qm
|
||||||
|
@ -270,6 +269,7 @@
|
||||||
%%QT_L10NDIR%%/qtwebengine_ko.qm
|
%%QT_L10NDIR%%/qtwebengine_ko.qm
|
||||||
%%QT_L10NDIR%%/qtwebengine_pl.qm
|
%%QT_L10NDIR%%/qtwebengine_pl.qm
|
||||||
%%QT_L10NDIR%%/qtwebengine_ru.qm
|
%%QT_L10NDIR%%/qtwebengine_ru.qm
|
||||||
|
%%QT_L10NDIR%%/qtwebengine_tr.qm
|
||||||
%%QT_L10NDIR%%/qtwebengine_uk.qm
|
%%QT_L10NDIR%%/qtwebengine_uk.qm
|
||||||
%%QT_L10NDIR%%/qtwebengine_zh_CN.qm
|
%%QT_L10NDIR%%/qtwebengine_zh_CN.qm
|
||||||
%%QT_L10NDIR%%/qtwebsockets_ca.qm
|
%%QT_L10NDIR%%/qtwebsockets_ca.qm
|
||||||
|
@ -282,5 +282,6 @@
|
||||||
%%QT_L10NDIR%%/qtwebsockets_ko.qm
|
%%QT_L10NDIR%%/qtwebsockets_ko.qm
|
||||||
%%QT_L10NDIR%%/qtwebsockets_pl.qm
|
%%QT_L10NDIR%%/qtwebsockets_pl.qm
|
||||||
%%QT_L10NDIR%%/qtwebsockets_ru.qm
|
%%QT_L10NDIR%%/qtwebsockets_ru.qm
|
||||||
|
%%QT_L10NDIR%%/qtwebsockets_tr.qm
|
||||||
%%QT_L10NDIR%%/qtwebsockets_uk.qm
|
%%QT_L10NDIR%%/qtwebsockets_uk.qm
|
||||||
%%QT_L10NDIR%%/qtwebsockets_zh_CN.qm
|
%%QT_L10NDIR%%/qtwebsockets_zh_CN.qm
|
||||||
|
|
|
@ -9,4 +9,11 @@ WWW= https://www.qt.io/
|
||||||
USES= metaport qt:6
|
USES= metaport qt:6
|
||||||
USE_QT= ${_USE_QT_ALL:S/$/:run/}
|
USE_QT= ${_USE_QT_ALL:S/$/:run/}
|
||||||
|
|
||||||
|
# Generate distinfo for all Qt components
|
||||||
|
makesum:
|
||||||
|
@for component in $$(${MAKE} -V_USE_QT_ALL); do \
|
||||||
|
port=$$(${MAKE} -Vqt-$${component}_PORT | ${SED} -e 's|@.*$$||'); \
|
||||||
|
${MAKE} -C ${.CURDIR:H:H}/$${port} makesum; \
|
||||||
|
done
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1743103533
|
TIMESTAMP = 1749162943
|
||||||
SHA256 (KDE/Qt/6.8.3/pyside-setup-everywhere-src-6.8.3.tar.xz) = d2c896f7f1a6a7ea4c9f98cfe317272fd139703ddf612b86999f09e48aeef0e6
|
SHA256 (KDE/Qt/6.9.1/pyside-setup-everywhere-src-6.9.1.tar.xz) = 04c712c5b9234add0d9b5aa3c01a0caede64a55b496127751f5d52a230cff748
|
||||||
SIZE (KDE/Qt/6.8.3/pyside-setup-everywhere-src-6.8.3.tar.xz) = 16611768
|
SIZE (KDE/Qt/6.9.1/pyside-setup-everywhere-src-6.9.1.tar.xz) = 16669448
|
||||||
|
|
|
@ -10,6 +10,7 @@ include/shiboken6/pep384ext.h
|
||||||
include/shiboken6/pep384impl.h
|
include/shiboken6/pep384impl.h
|
||||||
include/shiboken6/pyobjectholder.h
|
include/shiboken6/pyobjectholder.h
|
||||||
include/shiboken6/sbkarrayconverter.h
|
include/shiboken6/sbkarrayconverter.h
|
||||||
|
include/shiboken6/sbkbindingutils.h
|
||||||
include/shiboken6/sbkcontainer.h
|
include/shiboken6/sbkcontainer.h
|
||||||
include/shiboken6/sbkconverter.h
|
include/shiboken6/sbkconverter.h
|
||||||
include/shiboken6/sbkcppstring.h
|
include/shiboken6/sbkcppstring.h
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= 3d
|
PORTNAME= 3d
|
||||||
DISTVERSION= ${PYQT3D_VERSION}
|
DISTVERSION= ${PYQT3D_VERSION}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= graphics python
|
CATEGORIES= graphics python
|
||||||
MASTER_SITES= ${MASTER_SITES_PYQT3D}
|
MASTER_SITES= ${MASTER_SITES_PYQT3D}
|
||||||
PKGNAMEPREFIX= ${PYQT_PY_RELNAME}-
|
PKGNAMEPREFIX= ${PYQT_PY_RELNAME}-
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1733628639
|
TIMESTAMP = 1743732519
|
||||||
SHA256 (PyQt6_3D-6.8.0.tar.gz) = f62790a787cfc99fcd84c774fa952b83c877dd2175355a3a6609d37fe1a1c7a3
|
SHA256 (pyqt6_3d-6.9.0.tar.gz) = af4b497e34f30e8dba53da2f2683e82994bc6d6f512fb7a91c3150aa31b6d49a
|
||||||
SIZE (PyQt6_3D-6.8.0.tar.gz) = 7469509
|
SIZE (pyqt6_3d-6.9.0.tar.gz) = 7469403
|
||||||
|
|
|
@ -233,6 +233,6 @@
|
||||||
%%PYTHON_SITELIBDIR%%/PyQt6/Qt3DInput.abi%%PYTHON_MAJOR_VER%%.so
|
%%PYTHON_SITELIBDIR%%/PyQt6/Qt3DInput.abi%%PYTHON_MAJOR_VER%%.so
|
||||||
%%PYTHON_SITELIBDIR%%/PyQt6/Qt3DLogic.abi%%PYTHON_MAJOR_VER%%.so
|
%%PYTHON_SITELIBDIR%%/PyQt6/Qt3DLogic.abi%%PYTHON_MAJOR_VER%%.so
|
||||||
%%PYTHON_SITELIBDIR%%/PyQt6/Qt3DRender.abi%%PYTHON_MAJOR_VER%%.so
|
%%PYTHON_SITELIBDIR%%/PyQt6/Qt3DRender.abi%%PYTHON_MAJOR_VER%%.so
|
||||||
%%PYTHON_SITELIBDIR%%/PyQt6_3D-%%PYQT3D_VERSION%%.dist-info/INSTALLER
|
%%PYTHON_SITELIBDIR%%/pyqt6_3d-%%PYQT3D_VERSION%%.dist-info/INSTALLER
|
||||||
%%PYTHON_SITELIBDIR%%/PyQt6_3D-%%PYQT3D_VERSION%%.dist-info/METADATA
|
%%PYTHON_SITELIBDIR%%/pyqt6_3d-%%PYQT3D_VERSION%%.dist-info/METADATA
|
||||||
%%PYTHON_SITELIBDIR%%/PyQt6_3D-%%PYQT3D_VERSION%%.dist-info/RECORD
|
%%PYTHON_SITELIBDIR%%/pyqt6_3d-%%PYQT3D_VERSION%%.dist-info/RECORD
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
PORTNAME= 3d
|
PORTNAME= 3d
|
||||||
DISTVERSION= ${QT6_VERSION}
|
DISTVERSION= ${QT6_VERSION}
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
PKGNAMEPREFIX= qt6-
|
PKGNAMEPREFIX= qt6-
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1743027820
|
TIMESTAMP = 1749158712
|
||||||
SHA256 (KDE/Qt/6.8.3/qt3d-everywhere-src-6.8.3.tar.xz) = 095e1be77ffd4b158d9e57f16ee898caf7d0d6e5406f466d9d8315d5b1e79563
|
SHA256 (KDE/Qt/6.9.1/qt3d-everywhere-src-6.9.1.tar.xz) = 9c46497a60147bb326a58b67b1f543bdf81b8aceed908b44d3dde896d79c4784
|
||||||
SIZE (KDE/Qt/6.8.3/qt3d-everywhere-src-6.8.3.tar.xz) = 141825440
|
SIZE (KDE/Qt/6.9.1/qt3d-everywhere-src-6.9.1.tar.xz) = 141817908
|
||||||
|
|
|
@ -537,6 +537,7 @@
|
||||||
%%QT_INCDIR%%/Qt3DQuick/qt3dquickexports.h
|
%%QT_INCDIR%%/Qt3DQuick/qt3dquickexports.h
|
||||||
%%QT_INCDIR%%/Qt3DQuick/qt3dquickversion.h
|
%%QT_INCDIR%%/Qt3DQuick/qt3dquickversion.h
|
||||||
%%QT_INCDIR%%/Qt3DQuickAnimation/%%FULLVER%%/Qt3DQuickAnimation/private/qt3dquickanimation_global_p.h
|
%%QT_INCDIR%%/Qt3DQuickAnimation/%%FULLVER%%/Qt3DQuickAnimation/private/qt3dquickanimation_global_p.h
|
||||||
|
%%QT_INCDIR%%/Qt3DQuickAnimation/%%FULLVER%%/Qt3DQuickAnimation/private/qt3dquickanimationforeign_p.h
|
||||||
%%QT_INCDIR%%/Qt3DQuickAnimation/%%FULLVER%%/Qt3DQuickAnimation/private/qt3dquickanimationnodefactory_p.h
|
%%QT_INCDIR%%/Qt3DQuickAnimation/%%FULLVER%%/Qt3DQuickAnimation/private/qt3dquickanimationnodefactory_p.h
|
||||||
%%QT_INCDIR%%/Qt3DQuickAnimation/%%FULLVER%%/Qt3DQuickAnimation/private/quick3danimationcontroller_p.h
|
%%QT_INCDIR%%/Qt3DQuickAnimation/%%FULLVER%%/Qt3DQuickAnimation/private/quick3danimationcontroller_p.h
|
||||||
%%QT_INCDIR%%/Qt3DQuickAnimation/%%FULLVER%%/Qt3DQuickAnimation/private/quick3danimationgroup_p.h
|
%%QT_INCDIR%%/Qt3DQuickAnimation/%%FULLVER%%/Qt3DQuickAnimation/private/quick3danimationgroup_p.h
|
||||||
|
@ -551,6 +552,7 @@
|
||||||
%%QT_INCDIR%%/Qt3DQuickAnimation/qt3dquickanimation_global.h
|
%%QT_INCDIR%%/Qt3DQuickAnimation/qt3dquickanimation_global.h
|
||||||
%%QT_INCDIR%%/Qt3DQuickAnimation/qt3dquickanimationexports.h
|
%%QT_INCDIR%%/Qt3DQuickAnimation/qt3dquickanimationexports.h
|
||||||
%%QT_INCDIR%%/Qt3DQuickAnimation/qt3dquickanimationversion.h
|
%%QT_INCDIR%%/Qt3DQuickAnimation/qt3dquickanimationversion.h
|
||||||
|
%%QT_INCDIR%%/Qt3DQuickExtras/%%FULLVER%%/Qt3DQuickExtras/private/qt3dquick3dextrasforeign_p.h
|
||||||
%%QT_INCDIR%%/Qt3DQuickExtras/%%FULLVER%%/Qt3DQuickExtras/private/qt3dquickextras_global_p.h
|
%%QT_INCDIR%%/Qt3DQuickExtras/%%FULLVER%%/Qt3DQuickExtras/private/qt3dquickextras_global_p.h
|
||||||
%%QT_INCDIR%%/Qt3DQuickExtras/%%FULLVER%%/Qt3DQuickExtras/private/qt3dquickextrasnodefactory_p.h
|
%%QT_INCDIR%%/Qt3DQuickExtras/%%FULLVER%%/Qt3DQuickExtras/private/qt3dquickextrasnodefactory_p.h
|
||||||
%%QT_INCDIR%%/Qt3DQuickExtras/%%FULLVER%%/Qt3DQuickExtras/private/qt3dquickwindow_p.h
|
%%QT_INCDIR%%/Qt3DQuickExtras/%%FULLVER%%/Qt3DQuickExtras/private/qt3dquickwindow_p.h
|
||||||
|
@ -580,6 +582,12 @@
|
||||||
%%QT_INCDIR%%/Qt3DQuickInput/qt3dquickinput_global.h
|
%%QT_INCDIR%%/Qt3DQuickInput/qt3dquickinput_global.h
|
||||||
%%QT_INCDIR%%/Qt3DQuickInput/qt3dquickinputexports.h
|
%%QT_INCDIR%%/Qt3DQuickInput/qt3dquickinputexports.h
|
||||||
%%QT_INCDIR%%/Qt3DQuickInput/qt3dquickinputversion.h
|
%%QT_INCDIR%%/Qt3DQuickInput/qt3dquickinputversion.h
|
||||||
|
%%QT_INCDIR%%/Qt3DQuickLogic/%%FULLVER%%/Qt3DQuickLogic/private/qt3dquick3dlogicforeign_p.h
|
||||||
|
%%QT_INCDIR%%/Qt3DQuickLogic/Qt3DQuickLogic
|
||||||
|
%%QT_INCDIR%%/Qt3DQuickLogic/Qt3DQuickLogicDepends
|
||||||
|
%%QT_INCDIR%%/Qt3DQuickLogic/Qt3DQuickLogicVersion
|
||||||
|
%%QT_INCDIR%%/Qt3DQuickLogic/qt3dquicklogicexports.h
|
||||||
|
%%QT_INCDIR%%/Qt3DQuickLogic/qt3dquicklogicversion.h
|
||||||
%%QT_INCDIR%%/Qt3DQuickRender/%%FULLVER%%/Qt3DQuickRender/private/qt3dquick3drenderforeign_p.h
|
%%QT_INCDIR%%/Qt3DQuickRender/%%FULLVER%%/Qt3DQuickRender/private/qt3dquick3drenderforeign_p.h
|
||||||
%%QT_INCDIR%%/Qt3DQuickRender/%%FULLVER%%/Qt3DQuickRender/private/qt3dquickrender_global_p.h
|
%%QT_INCDIR%%/Qt3DQuickRender/%%FULLVER%%/Qt3DQuickRender/private/qt3dquickrender_global_p.h
|
||||||
%%QT_INCDIR%%/Qt3DQuickRender/%%FULLVER%%/Qt3DQuickRender/private/qt3dquickrendernodefactory_p.h
|
%%QT_INCDIR%%/Qt3DQuickRender/%%FULLVER%%/Qt3DQuickRender/private/qt3dquickrendernodefactory_p.h
|
||||||
|
@ -1118,6 +1126,14 @@ lib/cmake/Qt63DAnimation/Qt63DAnimationTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt63DAnimation/Qt63DAnimationTargets.cmake
|
lib/cmake/Qt63DAnimation/Qt63DAnimationTargets.cmake
|
||||||
lib/cmake/Qt63DAnimation/Qt63DAnimationVersionlessAliasTargets.cmake
|
lib/cmake/Qt63DAnimation/Qt63DAnimationVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt63DAnimation/Qt63DAnimationVersionlessTargets.cmake
|
lib/cmake/Qt63DAnimation/Qt63DAnimationVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt63DAnimationPrivate/Qt63DAnimationPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt63DAnimationPrivate/Qt63DAnimationPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt63DAnimationPrivate/Qt63DAnimationPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt63DAnimationPrivate/Qt63DAnimationPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt63DAnimationPrivate/Qt63DAnimationPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt63DAnimationPrivate/Qt63DAnimationPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt63DAnimationPrivate/Qt63DAnimationPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt63DAnimationPrivate/Qt63DAnimationPrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt63DCore/Qt63DCoreAdditionalTargetInfo.cmake
|
lib/cmake/Qt63DCore/Qt63DCoreAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt63DCore/Qt63DCoreConfig.cmake
|
lib/cmake/Qt63DCore/Qt63DCoreConfig.cmake
|
||||||
lib/cmake/Qt63DCore/Qt63DCoreConfigVersion.cmake
|
lib/cmake/Qt63DCore/Qt63DCoreConfigVersion.cmake
|
||||||
|
@ -1127,6 +1143,14 @@ lib/cmake/Qt63DCore/Qt63DCoreTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt63DCore/Qt63DCoreTargets.cmake
|
lib/cmake/Qt63DCore/Qt63DCoreTargets.cmake
|
||||||
lib/cmake/Qt63DCore/Qt63DCoreVersionlessAliasTargets.cmake
|
lib/cmake/Qt63DCore/Qt63DCoreVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt63DCore/Qt63DCoreVersionlessTargets.cmake
|
lib/cmake/Qt63DCore/Qt63DCoreVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt63DCorePrivate/Qt63DCorePrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt63DCorePrivate/Qt63DCorePrivateConfig.cmake
|
||||||
|
lib/cmake/Qt63DCorePrivate/Qt63DCorePrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt63DCorePrivate/Qt63DCorePrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt63DCorePrivate/Qt63DCorePrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt63DCorePrivate/Qt63DCorePrivateTargets.cmake
|
||||||
|
lib/cmake/Qt63DCorePrivate/Qt63DCorePrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt63DCorePrivate/Qt63DCorePrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt63DExtras/Qt63DExtrasAdditionalTargetInfo.cmake
|
lib/cmake/Qt63DExtras/Qt63DExtrasAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt63DExtras/Qt63DExtrasConfig.cmake
|
lib/cmake/Qt63DExtras/Qt63DExtrasConfig.cmake
|
||||||
lib/cmake/Qt63DExtras/Qt63DExtrasConfigVersion.cmake
|
lib/cmake/Qt63DExtras/Qt63DExtrasConfigVersion.cmake
|
||||||
|
@ -1136,6 +1160,14 @@ lib/cmake/Qt63DExtras/Qt63DExtrasTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt63DExtras/Qt63DExtrasTargets.cmake
|
lib/cmake/Qt63DExtras/Qt63DExtrasTargets.cmake
|
||||||
lib/cmake/Qt63DExtras/Qt63DExtrasVersionlessAliasTargets.cmake
|
lib/cmake/Qt63DExtras/Qt63DExtrasVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt63DExtras/Qt63DExtrasVersionlessTargets.cmake
|
lib/cmake/Qt63DExtras/Qt63DExtrasVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt63DExtrasPrivate/Qt63DExtrasPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt63DExtrasPrivate/Qt63DExtrasPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt63DExtrasPrivate/Qt63DExtrasPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt63DExtrasPrivate/Qt63DExtrasPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt63DExtrasPrivate/Qt63DExtrasPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt63DExtrasPrivate/Qt63DExtrasPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt63DExtrasPrivate/Qt63DExtrasPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt63DExtrasPrivate/Qt63DExtrasPrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt63DInput/Qt63DInputAdditionalTargetInfo.cmake
|
lib/cmake/Qt63DInput/Qt63DInputAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt63DInput/Qt63DInputConfig.cmake
|
lib/cmake/Qt63DInput/Qt63DInputConfig.cmake
|
||||||
lib/cmake/Qt63DInput/Qt63DInputConfigVersion.cmake
|
lib/cmake/Qt63DInput/Qt63DInputConfigVersion.cmake
|
||||||
|
@ -1146,6 +1178,14 @@ lib/cmake/Qt63DInput/Qt63DInputTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt63DInput/Qt63DInputTargets.cmake
|
lib/cmake/Qt63DInput/Qt63DInputTargets.cmake
|
||||||
lib/cmake/Qt63DInput/Qt63DInputVersionlessAliasTargets.cmake
|
lib/cmake/Qt63DInput/Qt63DInputVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt63DInput/Qt63DInputVersionlessTargets.cmake
|
lib/cmake/Qt63DInput/Qt63DInputVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt63DInputPrivate/Qt63DInputPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt63DInputPrivate/Qt63DInputPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt63DInputPrivate/Qt63DInputPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt63DInputPrivate/Qt63DInputPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt63DInputPrivate/Qt63DInputPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt63DInputPrivate/Qt63DInputPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt63DInputPrivate/Qt63DInputPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt63DInputPrivate/Qt63DInputPrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt63DLogic/Qt63DLogicAdditionalTargetInfo.cmake
|
lib/cmake/Qt63DLogic/Qt63DLogicAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt63DLogic/Qt63DLogicConfig.cmake
|
lib/cmake/Qt63DLogic/Qt63DLogicConfig.cmake
|
||||||
lib/cmake/Qt63DLogic/Qt63DLogicConfigVersion.cmake
|
lib/cmake/Qt63DLogic/Qt63DLogicConfigVersion.cmake
|
||||||
|
@ -1155,6 +1195,14 @@ lib/cmake/Qt63DLogic/Qt63DLogicTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt63DLogic/Qt63DLogicTargets.cmake
|
lib/cmake/Qt63DLogic/Qt63DLogicTargets.cmake
|
||||||
lib/cmake/Qt63DLogic/Qt63DLogicVersionlessAliasTargets.cmake
|
lib/cmake/Qt63DLogic/Qt63DLogicVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt63DLogic/Qt63DLogicVersionlessTargets.cmake
|
lib/cmake/Qt63DLogic/Qt63DLogicVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt63DLogicPrivate/Qt63DLogicPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt63DLogicPrivate/Qt63DLogicPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt63DLogicPrivate/Qt63DLogicPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt63DLogicPrivate/Qt63DLogicPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt63DLogicPrivate/Qt63DLogicPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt63DLogicPrivate/Qt63DLogicPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt63DLogicPrivate/Qt63DLogicPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt63DLogicPrivate/Qt63DLogicPrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt63DQuick/Qt63DQuickAdditionalTargetInfo.cmake
|
lib/cmake/Qt63DQuick/Qt63DQuickAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt63DQuick/Qt63DQuickConfig.cmake
|
lib/cmake/Qt63DQuick/Qt63DQuickConfig.cmake
|
||||||
lib/cmake/Qt63DQuick/Qt63DQuickConfigVersion.cmake
|
lib/cmake/Qt63DQuick/Qt63DQuickConfigVersion.cmake
|
||||||
|
@ -1173,6 +1221,14 @@ lib/cmake/Qt63DQuickAnimation/Qt63DQuickAnimationTargets-%%CMAKE_BUILD_TYPE%%.cm
|
||||||
lib/cmake/Qt63DQuickAnimation/Qt63DQuickAnimationTargets.cmake
|
lib/cmake/Qt63DQuickAnimation/Qt63DQuickAnimationTargets.cmake
|
||||||
lib/cmake/Qt63DQuickAnimation/Qt63DQuickAnimationVersionlessAliasTargets.cmake
|
lib/cmake/Qt63DQuickAnimation/Qt63DQuickAnimationVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt63DQuickAnimation/Qt63DQuickAnimationVersionlessTargets.cmake
|
lib/cmake/Qt63DQuickAnimation/Qt63DQuickAnimationVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt63DQuickAnimationPrivate/Qt63DQuickAnimationPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt63DQuickAnimationPrivate/Qt63DQuickAnimationPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt63DQuickAnimationPrivate/Qt63DQuickAnimationPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt63DQuickAnimationPrivate/Qt63DQuickAnimationPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt63DQuickAnimationPrivate/Qt63DQuickAnimationPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt63DQuickAnimationPrivate/Qt63DQuickAnimationPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt63DQuickAnimationPrivate/Qt63DQuickAnimationPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt63DQuickAnimationPrivate/Qt63DQuickAnimationPrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt63DQuickExtras/Qt63DQuickExtrasAdditionalTargetInfo.cmake
|
lib/cmake/Qt63DQuickExtras/Qt63DQuickExtrasAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt63DQuickExtras/Qt63DQuickExtrasConfig.cmake
|
lib/cmake/Qt63DQuickExtras/Qt63DQuickExtrasConfig.cmake
|
||||||
lib/cmake/Qt63DQuickExtras/Qt63DQuickExtrasConfigVersion.cmake
|
lib/cmake/Qt63DQuickExtras/Qt63DQuickExtrasConfigVersion.cmake
|
||||||
|
@ -1182,6 +1238,14 @@ lib/cmake/Qt63DQuickExtras/Qt63DQuickExtrasTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt63DQuickExtras/Qt63DQuickExtrasTargets.cmake
|
lib/cmake/Qt63DQuickExtras/Qt63DQuickExtrasTargets.cmake
|
||||||
lib/cmake/Qt63DQuickExtras/Qt63DQuickExtrasVersionlessAliasTargets.cmake
|
lib/cmake/Qt63DQuickExtras/Qt63DQuickExtrasVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt63DQuickExtras/Qt63DQuickExtrasVersionlessTargets.cmake
|
lib/cmake/Qt63DQuickExtras/Qt63DQuickExtrasVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt63DQuickExtrasPrivate/Qt63DQuickExtrasPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt63DQuickExtrasPrivate/Qt63DQuickExtrasPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt63DQuickExtrasPrivate/Qt63DQuickExtrasPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt63DQuickExtrasPrivate/Qt63DQuickExtrasPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt63DQuickExtrasPrivate/Qt63DQuickExtrasPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt63DQuickExtrasPrivate/Qt63DQuickExtrasPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt63DQuickExtrasPrivate/Qt63DQuickExtrasPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt63DQuickExtrasPrivate/Qt63DQuickExtrasPrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt63DQuickInput/Qt63DQuickInputAdditionalTargetInfo.cmake
|
lib/cmake/Qt63DQuickInput/Qt63DQuickInputAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt63DQuickInput/Qt63DQuickInputConfig.cmake
|
lib/cmake/Qt63DQuickInput/Qt63DQuickInputConfig.cmake
|
||||||
lib/cmake/Qt63DQuickInput/Qt63DQuickInputConfigVersion.cmake
|
lib/cmake/Qt63DQuickInput/Qt63DQuickInputConfigVersion.cmake
|
||||||
|
@ -1191,6 +1255,39 @@ lib/cmake/Qt63DQuickInput/Qt63DQuickInputTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt63DQuickInput/Qt63DQuickInputTargets.cmake
|
lib/cmake/Qt63DQuickInput/Qt63DQuickInputTargets.cmake
|
||||||
lib/cmake/Qt63DQuickInput/Qt63DQuickInputVersionlessAliasTargets.cmake
|
lib/cmake/Qt63DQuickInput/Qt63DQuickInputVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt63DQuickInput/Qt63DQuickInputVersionlessTargets.cmake
|
lib/cmake/Qt63DQuickInput/Qt63DQuickInputVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt63DQuickInputPrivate/Qt63DQuickInputPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt63DQuickInputPrivate/Qt63DQuickInputPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt63DQuickInputPrivate/Qt63DQuickInputPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt63DQuickInputPrivate/Qt63DQuickInputPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt63DQuickInputPrivate/Qt63DQuickInputPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt63DQuickInputPrivate/Qt63DQuickInputPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt63DQuickInputPrivate/Qt63DQuickInputPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt63DQuickInputPrivate/Qt63DQuickInputPrivateVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt63DQuickLogic/Qt63DQuickLogicAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt63DQuickLogic/Qt63DQuickLogicConfig.cmake
|
||||||
|
lib/cmake/Qt63DQuickLogic/Qt63DQuickLogicConfigVersion.cmake
|
||||||
|
lib/cmake/Qt63DQuickLogic/Qt63DQuickLogicConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt63DQuickLogic/Qt63DQuickLogicDependencies.cmake
|
||||||
|
lib/cmake/Qt63DQuickLogic/Qt63DQuickLogicTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
|
lib/cmake/Qt63DQuickLogic/Qt63DQuickLogicTargets.cmake
|
||||||
|
lib/cmake/Qt63DQuickLogic/Qt63DQuickLogicVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt63DQuickLogic/Qt63DQuickLogicVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt63DQuickLogicPrivate/Qt63DQuickLogicPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt63DQuickLogicPrivate/Qt63DQuickLogicPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt63DQuickLogicPrivate/Qt63DQuickLogicPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt63DQuickLogicPrivate/Qt63DQuickLogicPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt63DQuickLogicPrivate/Qt63DQuickLogicPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt63DQuickLogicPrivate/Qt63DQuickLogicPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt63DQuickLogicPrivate/Qt63DQuickLogicPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt63DQuickLogicPrivate/Qt63DQuickLogicPrivateVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt63DQuickPrivate/Qt63DQuickPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt63DQuickPrivate/Qt63DQuickPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt63DQuickPrivate/Qt63DQuickPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt63DQuickPrivate/Qt63DQuickPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt63DQuickPrivate/Qt63DQuickPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt63DQuickPrivate/Qt63DQuickPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt63DQuickPrivate/Qt63DQuickPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt63DQuickPrivate/Qt63DQuickPrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt63DQuickRender/Qt63DQuickRenderAdditionalTargetInfo.cmake
|
lib/cmake/Qt63DQuickRender/Qt63DQuickRenderAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt63DQuickRender/Qt63DQuickRenderConfig.cmake
|
lib/cmake/Qt63DQuickRender/Qt63DQuickRenderConfig.cmake
|
||||||
lib/cmake/Qt63DQuickRender/Qt63DQuickRenderConfigVersion.cmake
|
lib/cmake/Qt63DQuickRender/Qt63DQuickRenderConfigVersion.cmake
|
||||||
|
@ -1200,6 +1297,14 @@ lib/cmake/Qt63DQuickRender/Qt63DQuickRenderTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt63DQuickRender/Qt63DQuickRenderTargets.cmake
|
lib/cmake/Qt63DQuickRender/Qt63DQuickRenderTargets.cmake
|
||||||
lib/cmake/Qt63DQuickRender/Qt63DQuickRenderVersionlessAliasTargets.cmake
|
lib/cmake/Qt63DQuickRender/Qt63DQuickRenderVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt63DQuickRender/Qt63DQuickRenderVersionlessTargets.cmake
|
lib/cmake/Qt63DQuickRender/Qt63DQuickRenderVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt63DQuickRenderPrivate/Qt63DQuickRenderPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt63DQuickRenderPrivate/Qt63DQuickRenderPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt63DQuickRenderPrivate/Qt63DQuickRenderPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt63DQuickRenderPrivate/Qt63DQuickRenderPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt63DQuickRenderPrivate/Qt63DQuickRenderPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt63DQuickRenderPrivate/Qt63DQuickRenderPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt63DQuickRenderPrivate/Qt63DQuickRenderPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt63DQuickRenderPrivate/Qt63DQuickRenderPrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt63DQuickScene2D/Qt63DQuickScene2DAdditionalTargetInfo.cmake
|
lib/cmake/Qt63DQuickScene2D/Qt63DQuickScene2DAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt63DQuickScene2D/Qt63DQuickScene2DConfig.cmake
|
lib/cmake/Qt63DQuickScene2D/Qt63DQuickScene2DConfig.cmake
|
||||||
lib/cmake/Qt63DQuickScene2D/Qt63DQuickScene2DConfigVersion.cmake
|
lib/cmake/Qt63DQuickScene2D/Qt63DQuickScene2DConfigVersion.cmake
|
||||||
|
@ -1209,6 +1314,14 @@ lib/cmake/Qt63DQuickScene2D/Qt63DQuickScene2DTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt63DQuickScene2D/Qt63DQuickScene2DTargets.cmake
|
lib/cmake/Qt63DQuickScene2D/Qt63DQuickScene2DTargets.cmake
|
||||||
lib/cmake/Qt63DQuickScene2D/Qt63DQuickScene2DVersionlessAliasTargets.cmake
|
lib/cmake/Qt63DQuickScene2D/Qt63DQuickScene2DVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt63DQuickScene2D/Qt63DQuickScene2DVersionlessTargets.cmake
|
lib/cmake/Qt63DQuickScene2D/Qt63DQuickScene2DVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt63DQuickScene2DPrivate/Qt63DQuickScene2DPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt63DQuickScene2DPrivate/Qt63DQuickScene2DPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt63DQuickScene2DPrivate/Qt63DQuickScene2DPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt63DQuickScene2DPrivate/Qt63DQuickScene2DPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt63DQuickScene2DPrivate/Qt63DQuickScene2DPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt63DQuickScene2DPrivate/Qt63DQuickScene2DPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt63DQuickScene2DPrivate/Qt63DQuickScene2DPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt63DQuickScene2DPrivate/Qt63DQuickScene2DPrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt63DQuickScene3D/Qt63DQuickScene3DAdditionalTargetInfo.cmake
|
lib/cmake/Qt63DQuickScene3D/Qt63DQuickScene3DAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt63DQuickScene3D/Qt63DQuickScene3DConfig.cmake
|
lib/cmake/Qt63DQuickScene3D/Qt63DQuickScene3DConfig.cmake
|
||||||
lib/cmake/Qt63DQuickScene3D/Qt63DQuickScene3DConfigVersion.cmake
|
lib/cmake/Qt63DQuickScene3D/Qt63DQuickScene3DConfigVersion.cmake
|
||||||
|
@ -1218,6 +1331,14 @@ lib/cmake/Qt63DQuickScene3D/Qt63DQuickScene3DTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt63DQuickScene3D/Qt63DQuickScene3DTargets.cmake
|
lib/cmake/Qt63DQuickScene3D/Qt63DQuickScene3DTargets.cmake
|
||||||
lib/cmake/Qt63DQuickScene3D/Qt63DQuickScene3DVersionlessAliasTargets.cmake
|
lib/cmake/Qt63DQuickScene3D/Qt63DQuickScene3DVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt63DQuickScene3D/Qt63DQuickScene3DVersionlessTargets.cmake
|
lib/cmake/Qt63DQuickScene3D/Qt63DQuickScene3DVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt63DQuickScene3DPrivate/Qt63DQuickScene3DPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt63DQuickScene3DPrivate/Qt63DQuickScene3DPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt63DQuickScene3DPrivate/Qt63DQuickScene3DPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt63DQuickScene3DPrivate/Qt63DQuickScene3DPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt63DQuickScene3DPrivate/Qt63DQuickScene3DPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt63DQuickScene3DPrivate/Qt63DQuickScene3DPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt63DQuickScene3DPrivate/Qt63DQuickScene3DPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt63DQuickScene3DPrivate/Qt63DQuickScene3DPrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt63DRender/Qt63DRenderAdditionalTargetInfo.cmake
|
lib/cmake/Qt63DRender/Qt63DRenderAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt63DRender/Qt63DRenderConfig.cmake
|
lib/cmake/Qt63DRender/Qt63DRenderConfig.cmake
|
||||||
lib/cmake/Qt63DRender/Qt63DRenderConfigVersion.cmake
|
lib/cmake/Qt63DRender/Qt63DRenderConfigVersion.cmake
|
||||||
|
@ -1276,7 +1397,21 @@ lib/cmake/Qt63DRender/Qt6Scene2DPluginConfigVersion.cmake
|
||||||
lib/cmake/Qt63DRender/Qt6Scene2DPluginConfigVersionImpl.cmake
|
lib/cmake/Qt63DRender/Qt6Scene2DPluginConfigVersionImpl.cmake
|
||||||
lib/cmake/Qt63DRender/Qt6Scene2DPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
lib/cmake/Qt63DRender/Qt6Scene2DPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt63DRender/Qt6Scene2DPluginTargets.cmake
|
lib/cmake/Qt63DRender/Qt6Scene2DPluginTargets.cmake
|
||||||
|
lib/cmake/Qt63DRenderPrivate/Qt63DRenderPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt63DRenderPrivate/Qt63DRenderPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt63DRenderPrivate/Qt63DRenderPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt63DRenderPrivate/Qt63DRenderPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt63DRenderPrivate/Qt63DRenderPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt63DRenderPrivate/Qt63DRenderPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt63DRenderPrivate/Qt63DRenderPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt63DRenderPrivate/Qt63DRenderPrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt6BuildInternals/StandaloneTests/Qt3DTestsConfig.cmake
|
lib/cmake/Qt6BuildInternals/StandaloneTests/Qt3DTestsConfig.cmake
|
||||||
|
lib/cmake/Qt6Qml/QmlPlugins/Qt63DQuickLogicpluginAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6Qml/QmlPlugins/Qt63DQuickLogicpluginConfig.cmake
|
||||||
|
lib/cmake/Qt6Qml/QmlPlugins/Qt63DQuickLogicpluginConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6Qml/QmlPlugins/Qt63DQuickLogicpluginConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6Qml/QmlPlugins/Qt63DQuickLogicpluginTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
|
lib/cmake/Qt6Qml/QmlPlugins/Qt63DQuickLogicpluginTargets.cmake
|
||||||
lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickscene2dpluginAdditionalTargetInfo.cmake
|
lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickscene2dpluginAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickscene2dpluginConfig.cmake
|
lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickscene2dpluginConfig.cmake
|
||||||
lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickscene2dpluginConfigVersion.cmake
|
lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickscene2dpluginConfigVersion.cmake
|
||||||
|
@ -1313,12 +1448,6 @@ lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dinputpluginConfigVersion.cmake
|
||||||
lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dinputpluginConfigVersionImpl.cmake
|
lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dinputpluginConfigVersionImpl.cmake
|
||||||
lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dinputpluginTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dinputpluginTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dinputpluginTargets.cmake
|
lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dinputpluginTargets.cmake
|
||||||
lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dlogicpluginAdditionalTargetInfo.cmake
|
|
||||||
lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dlogicpluginConfig.cmake
|
|
||||||
lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dlogicpluginConfigVersion.cmake
|
|
||||||
lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dlogicpluginConfigVersionImpl.cmake
|
|
||||||
lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dlogicpluginTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
|
||||||
lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dlogicpluginTargets.cmake
|
|
||||||
lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3drenderpluginAdditionalTargetInfo.cmake
|
lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3drenderpluginAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3drenderpluginConfig.cmake
|
lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3drenderpluginConfig.cmake
|
||||||
lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3drenderpluginConfigVersion.cmake
|
lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3drenderpluginConfigVersion.cmake
|
||||||
|
@ -1361,6 +1490,10 @@ lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3drenderpluginTargets.cmake
|
||||||
%%QT_LIBDIR%%/libQt63DQuickInput.so
|
%%QT_LIBDIR%%/libQt63DQuickInput.so
|
||||||
%%QT_LIBDIR%%/libQt63DQuickInput.so.6
|
%%QT_LIBDIR%%/libQt63DQuickInput.so.6
|
||||||
%%QT_LIBDIR%%/libQt63DQuickInput.so.%%FULLVER%%
|
%%QT_LIBDIR%%/libQt63DQuickInput.so.%%FULLVER%%
|
||||||
|
%%QT_LIBDIR%%/libQt63DQuickLogic.prl
|
||||||
|
%%QT_LIBDIR%%/libQt63DQuickLogic.so
|
||||||
|
%%QT_LIBDIR%%/libQt63DQuickLogic.so.6
|
||||||
|
%%QT_LIBDIR%%/libQt63DQuickLogic.so.%%FULLVER%%
|
||||||
%%QT_LIBDIR%%/libQt63DQuickRender.prl
|
%%QT_LIBDIR%%/libQt63DQuickRender.prl
|
||||||
%%QT_LIBDIR%%/libQt63DQuickRender.so
|
%%QT_LIBDIR%%/libQt63DQuickRender.so
|
||||||
%%QT_LIBDIR%%/libQt63DQuickRender.so.6
|
%%QT_LIBDIR%%/libQt63DQuickRender.so.6
|
||||||
|
@ -1386,6 +1519,7 @@ lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3drenderpluginTargets.cmake
|
||||||
%%QT_LIBDIR%%/metatypes/qt63dquickanimation_%%CMAKE_BUILD_TYPE%%_metatypes.json
|
%%QT_LIBDIR%%/metatypes/qt63dquickanimation_%%CMAKE_BUILD_TYPE%%_metatypes.json
|
||||||
%%QT_LIBDIR%%/metatypes/qt63dquickextras_%%CMAKE_BUILD_TYPE%%_metatypes.json
|
%%QT_LIBDIR%%/metatypes/qt63dquickextras_%%CMAKE_BUILD_TYPE%%_metatypes.json
|
||||||
%%QT_LIBDIR%%/metatypes/qt63dquickinput_%%CMAKE_BUILD_TYPE%%_metatypes.json
|
%%QT_LIBDIR%%/metatypes/qt63dquickinput_%%CMAKE_BUILD_TYPE%%_metatypes.json
|
||||||
|
%%QT_LIBDIR%%/metatypes/qt63dquicklogic_%%CMAKE_BUILD_TYPE%%_metatypes.json
|
||||||
%%QT_LIBDIR%%/metatypes/qt63dquickrender_%%CMAKE_BUILD_TYPE%%_metatypes.json
|
%%QT_LIBDIR%%/metatypes/qt63dquickrender_%%CMAKE_BUILD_TYPE%%_metatypes.json
|
||||||
%%QT_LIBDIR%%/metatypes/qt63dquickscene2d_%%CMAKE_BUILD_TYPE%%_metatypes.json
|
%%QT_LIBDIR%%/metatypes/qt63dquickscene2d_%%CMAKE_BUILD_TYPE%%_metatypes.json
|
||||||
%%QT_LIBDIR%%/metatypes/qt63dquickscene3d_%%CMAKE_BUILD_TYPE%%_metatypes.json
|
%%QT_LIBDIR%%/metatypes/qt63dquickscene3d_%%CMAKE_BUILD_TYPE%%_metatypes.json
|
||||||
|
@ -1408,6 +1542,8 @@ lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3drenderpluginTargets.cmake
|
||||||
%%QT_MKSPECDIR%%/modules/qt_lib_3dquickextras_private.pri
|
%%QT_MKSPECDIR%%/modules/qt_lib_3dquickextras_private.pri
|
||||||
%%QT_MKSPECDIR%%/modules/qt_lib_3dquickinput.pri
|
%%QT_MKSPECDIR%%/modules/qt_lib_3dquickinput.pri
|
||||||
%%QT_MKSPECDIR%%/modules/qt_lib_3dquickinput_private.pri
|
%%QT_MKSPECDIR%%/modules/qt_lib_3dquickinput_private.pri
|
||||||
|
%%QT_MKSPECDIR%%/modules/qt_lib_3dquicklogic.pri
|
||||||
|
%%QT_MKSPECDIR%%/modules/qt_lib_3dquicklogic_private.pri
|
||||||
%%QT_MKSPECDIR%%/modules/qt_lib_3dquickrender.pri
|
%%QT_MKSPECDIR%%/modules/qt_lib_3dquickrender.pri
|
||||||
%%QT_MKSPECDIR%%/modules/qt_lib_3dquickrender_private.pri
|
%%QT_MKSPECDIR%%/modules/qt_lib_3dquickrender_private.pri
|
||||||
%%QT_MKSPECDIR%%/modules/qt_lib_3dquickscene2d.pri
|
%%QT_MKSPECDIR%%/modules/qt_lib_3dquickscene2d.pri
|
||||||
|
@ -1436,7 +1572,7 @@ lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3drenderpluginTargets.cmake
|
||||||
%%QT_QMLDIR%%/Qt3D/Input/libquick3dinputplugin.so
|
%%QT_QMLDIR%%/Qt3D/Input/libquick3dinputplugin.so
|
||||||
%%QT_QMLDIR%%/Qt3D/Input/plugins.qmltypes
|
%%QT_QMLDIR%%/Qt3D/Input/plugins.qmltypes
|
||||||
%%QT_QMLDIR%%/Qt3D/Input/qmldir
|
%%QT_QMLDIR%%/Qt3D/Input/qmldir
|
||||||
%%QT_QMLDIR%%/Qt3D/Logic/libquick3dlogicplugin.so
|
%%QT_QMLDIR%%/Qt3D/Logic/lib3dquicklogicplugin.so
|
||||||
%%QT_QMLDIR%%/Qt3D/Logic/plugins.qmltypes
|
%%QT_QMLDIR%%/Qt3D/Logic/plugins.qmltypes
|
||||||
%%QT_QMLDIR%%/Qt3D/Logic/qmldir
|
%%QT_QMLDIR%%/Qt3D/Logic/qmldir
|
||||||
%%QT_QMLDIR%%/Qt3D/Render/libquick3drenderplugin.so
|
%%QT_QMLDIR%%/Qt3D/Render/libquick3drenderplugin.so
|
||||||
|
@ -1458,6 +1594,7 @@ libdata/pkgconfig/Qt63DQuick.pc
|
||||||
libdata/pkgconfig/Qt63DQuickAnimation.pc
|
libdata/pkgconfig/Qt63DQuickAnimation.pc
|
||||||
libdata/pkgconfig/Qt63DQuickExtras.pc
|
libdata/pkgconfig/Qt63DQuickExtras.pc
|
||||||
libdata/pkgconfig/Qt63DQuickInput.pc
|
libdata/pkgconfig/Qt63DQuickInput.pc
|
||||||
|
libdata/pkgconfig/Qt63DQuickLogic.pc
|
||||||
libdata/pkgconfig/Qt63DQuickRender.pc
|
libdata/pkgconfig/Qt63DQuickRender.pc
|
||||||
libdata/pkgconfig/Qt63DQuickScene2D.pc
|
libdata/pkgconfig/Qt63DQuickScene2D.pc
|
||||||
libdata/pkgconfig/Qt63DQuickScene3D.pc
|
libdata/pkgconfig/Qt63DQuickScene3D.pc
|
||||||
|
@ -1471,6 +1608,7 @@ libdata/pkgconfig/Qt63DRender.pc
|
||||||
%%QT_DATADIR%%/modules/3DQuickAnimation.json
|
%%QT_DATADIR%%/modules/3DQuickAnimation.json
|
||||||
%%QT_DATADIR%%/modules/3DQuickExtras.json
|
%%QT_DATADIR%%/modules/3DQuickExtras.json
|
||||||
%%QT_DATADIR%%/modules/3DQuickInput.json
|
%%QT_DATADIR%%/modules/3DQuickInput.json
|
||||||
|
%%QT_DATADIR%%/modules/3DQuickLogic.json
|
||||||
%%QT_DATADIR%%/modules/3DQuickRender.json
|
%%QT_DATADIR%%/modules/3DQuickRender.json
|
||||||
%%QT_DATADIR%%/modules/3DQuickScene2D.json
|
%%QT_DATADIR%%/modules/3DQuickScene2D.json
|
||||||
%%QT_DATADIR%%/modules/3DQuickScene3D.json
|
%%QT_DATADIR%%/modules/3DQuickScene3D.json
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1743027821
|
TIMESTAMP = 1749159278
|
||||||
SHA256 (KDE/Qt/6.8.3/qtimageformats-everywhere-src-6.8.3.tar.xz) = 049bfb99845e4801672aca07c3c4fc4c140f932a3a33faa899419579e33ef1c8
|
SHA256 (KDE/Qt/6.9.1/qtimageformats-everywhere-src-6.9.1.tar.xz) = ebe9f238daaf9bb752c7233edadf4af33fc4fa30d914936812b6410d3af1577c
|
||||||
SIZE (KDE/Qt/6.8.3/qtimageformats-everywhere-src-6.8.3.tar.xz) = 2035140
|
SIZE (KDE/Qt/6.9.1/qtimageformats-everywhere-src-6.9.1.tar.xz) = 2039560
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1743027822
|
TIMESTAMP = 1749162753
|
||||||
SHA256 (KDE/Qt/6.8.3/qtlottie-everywhere-src-6.8.3.tar.xz) = d732e754497a1295c4f512312828a11551fe89433259af9ee9f1e62bb7263d24
|
SHA256 (KDE/Qt/6.9.1/qtlottie-everywhere-src-6.9.1.tar.xz) = 8ee88c2e0773c96109c179d7e75a46ba7bc548b5bc8be409a23cbaddafa18ba2
|
||||||
SIZE (KDE/Qt/6.8.3/qtlottie-everywhere-src-6.8.3.tar.xz) = 86104
|
SIZE (KDE/Qt/6.9.1/qtlottie-everywhere-src-6.9.1.tar.xz) = 99436
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
%%QT_INCDIR%%/QtBodymovin/%%FULLVER%%/QtBodymovin/private/bmimagelayer_p.h
|
%%QT_INCDIR%%/QtBodymovin/%%FULLVER%%/QtBodymovin/private/bmimagelayer_p.h
|
||||||
%%QT_INCDIR%%/QtBodymovin/%%FULLVER%%/QtBodymovin/private/bmlayer_p.h
|
%%QT_INCDIR%%/QtBodymovin/%%FULLVER%%/QtBodymovin/private/bmlayer_p.h
|
||||||
%%QT_INCDIR%%/QtBodymovin/%%FULLVER%%/QtBodymovin/private/bmpathtrimmer_p.h
|
%%QT_INCDIR%%/QtBodymovin/%%FULLVER%%/QtBodymovin/private/bmpathtrimmer_p.h
|
||||||
|
%%QT_INCDIR%%/QtBodymovin/%%FULLVER%%/QtBodymovin/private/bmpolystar_p.h
|
||||||
%%QT_INCDIR%%/QtBodymovin/%%FULLVER%%/QtBodymovin/private/bmproperty_p.h
|
%%QT_INCDIR%%/QtBodymovin/%%FULLVER%%/QtBodymovin/private/bmproperty_p.h
|
||||||
%%QT_INCDIR%%/QtBodymovin/%%FULLVER%%/QtBodymovin/private/bmrect_p.h
|
%%QT_INCDIR%%/QtBodymovin/%%FULLVER%%/QtBodymovin/private/bmrect_p.h
|
||||||
%%QT_INCDIR%%/QtBodymovin/%%FULLVER%%/QtBodymovin/private/bmrepeater_p.h
|
%%QT_INCDIR%%/QtBodymovin/%%FULLVER%%/QtBodymovin/private/bmrepeater_p.h
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1743027823
|
TIMESTAMP = 1749162778
|
||||||
SHA256 (KDE/Qt/6.8.3/qtquickeffectmaker-everywhere-src-6.8.3.tar.xz) = cff4818ea0de7d1e0b9ab221faca6266d328dd97aa79bf9f0085390cac4dba07
|
SHA256 (KDE/Qt/6.9.1/qtquickeffectmaker-everywhere-src-6.9.1.tar.xz) = 39b617c40642bb44f54e781ecea9338f2cf2b794c552df0b7a8795cabad15d31
|
||||||
SIZE (KDE/Qt/6.8.3/qtquickeffectmaker-everywhere-src-6.8.3.tar.xz) = 4350080
|
SIZE (KDE/Qt/6.9.1/qtquickeffectmaker-everywhere-src-6.9.1.tar.xz) = 4358748
|
||||||
|
|
|
@ -33,6 +33,7 @@
|
||||||
%%QT_QMLDIR%%/QtQuickEffectMaker/defaultnodes/extra/ledscreen.qen
|
%%QT_QMLDIR%%/QtQuickEffectMaker/defaultnodes/extra/ledscreen.qen
|
||||||
%%QT_QMLDIR%%/QtQuickEffectMaker/defaultnodes/extra/maskedblur.qen
|
%%QT_QMLDIR%%/QtQuickEffectMaker/defaultnodes/extra/maskedblur.qen
|
||||||
%%QT_QMLDIR%%/QtQuickEffectMaker/defaultnodes/extra/normalmapping.qen
|
%%QT_QMLDIR%%/QtQuickEffectMaker/defaultnodes/extra/normalmapping.qen
|
||||||
|
%%QT_QMLDIR%%/QtQuickEffectMaker/defaultnodes/extra/rectangularshadow.qen
|
||||||
%%QT_QMLDIR%%/QtQuickEffectMaker/defaultnodes/extra/spriteanimation.qen
|
%%QT_QMLDIR%%/QtQuickEffectMaker/defaultnodes/extra/spriteanimation.qen
|
||||||
%%QT_QMLDIR%%/QtQuickEffectMaker/defaultnodes/extra/sunburst.qen
|
%%QT_QMLDIR%%/QtQuickEffectMaker/defaultnodes/extra/sunburst.qen
|
||||||
%%QT_QMLDIR%%/QtQuickEffectMaker/defaultnodes/extra/swirl.qen
|
%%QT_QMLDIR%%/QtQuickEffectMaker/defaultnodes/extra/swirl.qen
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1743027824
|
TIMESTAMP = 1749159368
|
||||||
SHA256 (KDE/Qt/6.8.3/qtsvg-everywhere-src-6.8.3.tar.xz) = 35eb516460f00f264eb504baa253432384351cf23fb9980a5857190e8deef438
|
SHA256 (KDE/Qt/6.9.1/qtsvg-everywhere-src-6.9.1.tar.xz) = 2dfc5de5fd891ff2afd9861e519bf1a26e6deb729b3133f68a28ba763c9abbd5
|
||||||
SIZE (KDE/Qt/6.8.3/qtsvg-everywhere-src-6.8.3.tar.xz) = 2009072
|
SIZE (KDE/Qt/6.9.1/qtsvg-everywhere-src-6.9.1.tar.xz) = 2017876
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
%%QT_INCDIR%%/QtSvg/%%FULLVER%%/QtSvg/private/qsvgabstractanimation_p.h
|
||||||
|
%%QT_INCDIR%%/QtSvg/%%FULLVER%%/QtSvg/private/qsvganimate_p.h
|
||||||
|
%%QT_INCDIR%%/QtSvg/%%FULLVER%%/QtSvg/private/qsvganimatedproperty_p.h
|
||||||
|
%%QT_INCDIR%%/QtSvg/%%FULLVER%%/QtSvg/private/qsvganimator_p.h
|
||||||
|
%%QT_INCDIR%%/QtSvg/%%FULLVER%%/QtSvg/private/qsvgcssanimation_p.h
|
||||||
|
%%QT_INCDIR%%/QtSvg/%%FULLVER%%/QtSvg/private/qsvgcsshandler_p.h
|
||||||
%%QT_INCDIR%%/QtSvg/%%FULLVER%%/QtSvg/private/qsvgfilter_p.h
|
%%QT_INCDIR%%/QtSvg/%%FULLVER%%/QtSvg/private/qsvgfilter_p.h
|
||||||
%%QT_INCDIR%%/QtSvg/%%FULLVER%%/QtSvg/private/qsvgfont_p.h
|
%%QT_INCDIR%%/QtSvg/%%FULLVER%%/QtSvg/private/qsvgfont_p.h
|
||||||
%%QT_INCDIR%%/QtSvg/%%FULLVER%%/QtSvg/private/qsvggraphics_p.h
|
%%QT_INCDIR%%/QtSvg/%%FULLVER%%/QtSvg/private/qsvggraphics_p.h
|
||||||
|
@ -7,6 +13,7 @@
|
||||||
%%QT_INCDIR%%/QtSvg/%%FULLVER%%/QtSvg/private/qsvgstructure_p.h
|
%%QT_INCDIR%%/QtSvg/%%FULLVER%%/QtSvg/private/qsvgstructure_p.h
|
||||||
%%QT_INCDIR%%/QtSvg/%%FULLVER%%/QtSvg/private/qsvgstyle_p.h
|
%%QT_INCDIR%%/QtSvg/%%FULLVER%%/QtSvg/private/qsvgstyle_p.h
|
||||||
%%QT_INCDIR%%/QtSvg/%%FULLVER%%/QtSvg/private/qsvgtinydocument_p.h
|
%%QT_INCDIR%%/QtSvg/%%FULLVER%%/QtSvg/private/qsvgtinydocument_p.h
|
||||||
|
%%QT_INCDIR%%/QtSvg/%%FULLVER%%/QtSvg/private/qsvgutils_p.h
|
||||||
%%QT_INCDIR%%/QtSvg/%%FULLVER%%/QtSvg/private/qsvgvisitor_p.h
|
%%QT_INCDIR%%/QtSvg/%%FULLVER%%/QtSvg/private/qsvgvisitor_p.h
|
||||||
%%QT_INCDIR%%/QtSvg/%%FULLVER%%/QtSvg/private/qtsvgglobal_p.h
|
%%QT_INCDIR%%/QtSvg/%%FULLVER%%/QtSvg/private/qtsvgglobal_p.h
|
||||||
%%QT_INCDIR%%/QtSvg/QSvgGenerator
|
%%QT_INCDIR%%/QtSvg/QSvgGenerator
|
||||||
|
@ -51,6 +58,14 @@ lib/cmake/Qt6Svg/Qt6SvgTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt6Svg/Qt6SvgTargets.cmake
|
lib/cmake/Qt6Svg/Qt6SvgTargets.cmake
|
||||||
lib/cmake/Qt6Svg/Qt6SvgVersionlessAliasTargets.cmake
|
lib/cmake/Qt6Svg/Qt6SvgVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt6Svg/Qt6SvgVersionlessTargets.cmake
|
lib/cmake/Qt6Svg/Qt6SvgVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt6SvgPrivate/Qt6SvgPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6SvgPrivate/Qt6SvgPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6SvgPrivate/Qt6SvgPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6SvgPrivate/Qt6SvgPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6SvgPrivate/Qt6SvgPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6SvgPrivate/Qt6SvgPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6SvgPrivate/Qt6SvgPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6SvgPrivate/Qt6SvgPrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt6SvgWidgets/Qt6SvgWidgetsAdditionalTargetInfo.cmake
|
lib/cmake/Qt6SvgWidgets/Qt6SvgWidgetsAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt6SvgWidgets/Qt6SvgWidgetsConfig.cmake
|
lib/cmake/Qt6SvgWidgets/Qt6SvgWidgetsConfig.cmake
|
||||||
lib/cmake/Qt6SvgWidgets/Qt6SvgWidgetsConfigVersion.cmake
|
lib/cmake/Qt6SvgWidgets/Qt6SvgWidgetsConfigVersion.cmake
|
||||||
|
@ -60,6 +75,14 @@ lib/cmake/Qt6SvgWidgets/Qt6SvgWidgetsTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt6SvgWidgets/Qt6SvgWidgetsTargets.cmake
|
lib/cmake/Qt6SvgWidgets/Qt6SvgWidgetsTargets.cmake
|
||||||
lib/cmake/Qt6SvgWidgets/Qt6SvgWidgetsVersionlessAliasTargets.cmake
|
lib/cmake/Qt6SvgWidgets/Qt6SvgWidgetsVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt6SvgWidgets/Qt6SvgWidgetsVersionlessTargets.cmake
|
lib/cmake/Qt6SvgWidgets/Qt6SvgWidgetsVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt6SvgWidgetsPrivate/Qt6SvgWidgetsPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6SvgWidgetsPrivate/Qt6SvgWidgetsPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6SvgWidgetsPrivate/Qt6SvgWidgetsPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6SvgWidgetsPrivate/Qt6SvgWidgetsPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6SvgWidgetsPrivate/Qt6SvgWidgetsPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6SvgWidgetsPrivate/Qt6SvgWidgetsPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6SvgWidgetsPrivate/Qt6SvgWidgetsPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6SvgWidgetsPrivate/Qt6SvgWidgetsPrivateVersionlessTargets.cmake
|
||||||
%%QT_LIBDIR%%/libQt6Svg.prl
|
%%QT_LIBDIR%%/libQt6Svg.prl
|
||||||
%%QT_LIBDIR%%/libQt6Svg.so
|
%%QT_LIBDIR%%/libQt6Svg.so
|
||||||
%%QT_LIBDIR%%/libQt6Svg.so.6
|
%%QT_LIBDIR%%/libQt6Svg.so.6
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1743027825
|
TIMESTAMP = 1749159376
|
||||||
SHA256 (KDE/Qt/6.8.3/qtwayland-everywhere-src-6.8.3.tar.xz) = 20fe385887d21190165a3180c17dcfc8b9a0e1da4ec76865b6334bdc709994b0
|
SHA256 (KDE/Qt/6.9.1/qtwayland-everywhere-src-6.9.1.tar.xz) = 7d21ea0e687180ebb19b9a1f86ae9cfa7a25b4f02d5db05ec834164409932e3e
|
||||||
SIZE (KDE/Qt/6.8.3/qtwayland-everywhere-src-6.8.3.tar.xz) = 1141132
|
SIZE (KDE/Qt/6.9.1/qtwayland-everywhere-src-6.9.1.tar.xz) = 1152868
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qtwaylandclient-config_p.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qtwaylandclient-config_p.h
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qtwaylandclientglobal_p.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qtwaylandclientglobal_p.h
|
||||||
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-appmenu.h
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-cursor-shape-v1.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-cursor-shape-v1.h
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-fractional-scale-v1.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-fractional-scale-v1.h
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-hardware-integration.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-hardware-integration.h
|
||||||
|
@ -8,7 +9,6 @@
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-qt-text-input-method-unstable-v1.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-qt-text-input-method-unstable-v1.h
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-qt-windowmanager.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-qt-windowmanager.h
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-server-buffer-extension.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-server-buffer-extension.h
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-surface-extension.h
|
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-tablet-unstable-v2.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-tablet-unstable-v2.h
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-text-input-unstable-v1.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-text-input-unstable-v1.h
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-text-input-unstable-v2.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-text-input-unstable-v2.h
|
||||||
|
@ -16,11 +16,14 @@
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-touch-extension.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-touch-extension.h
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-viewporter.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-viewporter.h
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-wayland.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-wayland.h
|
||||||
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-wlr-data-control-unstable-v1.h
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-wp-primary-selection-unstable-v1.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-wp-primary-selection-unstable-v1.h
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-xdg-output-unstable-v1.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-xdg-output-unstable-v1.h
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-xdg-shell.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-xdg-shell.h
|
||||||
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-xdg-system-bell-v1.h
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-xdg-toplevel-drag-v1.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-xdg-toplevel-drag-v1.h
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandabstractdecoration_p.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandabstractdecoration_p.h
|
||||||
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandappmenu_p.h
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandbuffer_p.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandbuffer_p.h
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandclientbufferintegration_p.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandclientbufferintegration_p.h
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandclientbufferintegrationfactory_p.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandclientbufferintegrationfactory_p.h
|
||||||
|
@ -29,6 +32,7 @@
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandclientshellapi_p.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandclientshellapi_p.h
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandclipboard_p.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandclipboard_p.h
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandcursor_p.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandcursor_p.h
|
||||||
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylanddatacontrolv1_p.h
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylanddatadevice_p.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylanddatadevice_p.h
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylanddatadevicemanager_p.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylanddatadevicemanager_p.h
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylanddataoffer_p.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylanddataoffer_p.h
|
||||||
|
@ -37,7 +41,6 @@
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylanddecorationplugin_p.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylanddecorationplugin_p.h
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylanddisplay_p.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylanddisplay_p.h
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylanddnd_p.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylanddnd_p.h
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandextendedsurface_p.h
|
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandfractionalscale_p.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandfractionalscale_p.h
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandhardwareintegration_p.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandhardwareintegration_p.h
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandinputcontext_p.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandinputcontext_p.h
|
||||||
|
@ -76,6 +79,7 @@
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandvulkanwindow_p.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandvulkanwindow_p.h
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandwindow_p.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandwindow_p.h
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandwindowmanagerintegration_p.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandwindowmanagerintegration_p.h
|
||||||
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-appmenu-client-protocol.h
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-cursor-shape-v1-client-protocol.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-cursor-shape-v1-client-protocol.h
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-fractional-scale-v1-client-protocol.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-fractional-scale-v1-client-protocol.h
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-hardware-integration-client-protocol.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-hardware-integration-client-protocol.h
|
||||||
|
@ -84,7 +88,6 @@
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-qt-text-input-method-unstable-v1-client-protocol.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-qt-text-input-method-unstable-v1-client-protocol.h
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-qt-windowmanager-client-protocol.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-qt-windowmanager-client-protocol.h
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-server-buffer-extension-client-protocol.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-server-buffer-extension-client-protocol.h
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-surface-extension-client-protocol.h
|
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-tablet-unstable-v2-client-protocol.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-tablet-unstable-v2-client-protocol.h
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-text-input-unstable-v1-client-protocol.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-text-input-unstable-v1-client-protocol.h
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-text-input-unstable-v2-client-protocol.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-text-input-unstable-v2-client-protocol.h
|
||||||
|
@ -92,9 +95,11 @@
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-touch-extension-client-protocol.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-touch-extension-client-protocol.h
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-viewporter-client-protocol.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-viewporter-client-protocol.h
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-wayland-client-protocol.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-wayland-client-protocol.h
|
||||||
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-wlr-data-control-unstable-v1-client-protocol.h
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-wp-primary-selection-unstable-v1-client-protocol.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-wp-primary-selection-unstable-v1-client-protocol.h
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-xdg-output-unstable-v1-client-protocol.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-xdg-output-unstable-v1-client-protocol.h
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-xdg-shell-client-protocol.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-xdg-shell-client-protocol.h
|
||||||
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-xdg-system-bell-v1-client-protocol.h
|
||||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-xdg-toplevel-drag-v1-client-protocol.h
|
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-xdg-toplevel-drag-v1-client-protocol.h
|
||||||
%%QT_INCDIR%%/QtWaylandClient/QWaylandClientExtension
|
%%QT_INCDIR%%/QtWaylandClient/QWaylandClientExtension
|
||||||
%%QT_INCDIR%%/QtWaylandClient/QWaylandClientExtensionTemplate
|
%%QT_INCDIR%%/QtWaylandClient/QWaylandClientExtensionTemplate
|
||||||
|
@ -495,6 +500,14 @@ lib/cmake/Qt6WaylandClient/Qt6WaylandClientTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt6WaylandClient/Qt6WaylandClientTargets.cmake
|
lib/cmake/Qt6WaylandClient/Qt6WaylandClientTargets.cmake
|
||||||
lib/cmake/Qt6WaylandClient/Qt6WaylandClientVersionlessAliasTargets.cmake
|
lib/cmake/Qt6WaylandClient/Qt6WaylandClientVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt6WaylandClient/Qt6WaylandClientVersionlessTargets.cmake
|
lib/cmake/Qt6WaylandClient/Qt6WaylandClientVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt6WaylandClientPrivate/Qt6WaylandClientPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6WaylandClientPrivate/Qt6WaylandClientPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6WaylandClientPrivate/Qt6WaylandClientPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6WaylandClientPrivate/Qt6WaylandClientPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6WaylandClientPrivate/Qt6WaylandClientPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6WaylandClientPrivate/Qt6WaylandClientPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6WaylandClientPrivate/Qt6WaylandClientPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6WaylandClientPrivate/Qt6WaylandClientPrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt6WaylandCompositor/Qt6QWaylandEglClientBufferIntegrationPluginAdditionalTargetInfo.cmake
|
lib/cmake/Qt6WaylandCompositor/Qt6QWaylandEglClientBufferIntegrationPluginAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt6WaylandCompositor/Qt6QWaylandEglClientBufferIntegrationPluginConfig.cmake
|
lib/cmake/Qt6WaylandCompositor/Qt6QWaylandEglClientBufferIntegrationPluginConfig.cmake
|
||||||
lib/cmake/Qt6WaylandCompositor/Qt6QWaylandEglClientBufferIntegrationPluginConfigVersion.cmake
|
lib/cmake/Qt6WaylandCompositor/Qt6QWaylandEglClientBufferIntegrationPluginConfigVersion.cmake
|
||||||
|
@ -539,6 +552,14 @@ lib/cmake/Qt6WaylandCompositorIviapplication/Qt6WaylandCompositorIviapplicationT
|
||||||
lib/cmake/Qt6WaylandCompositorIviapplication/Qt6WaylandCompositorIviapplicationTargets.cmake
|
lib/cmake/Qt6WaylandCompositorIviapplication/Qt6WaylandCompositorIviapplicationTargets.cmake
|
||||||
lib/cmake/Qt6WaylandCompositorIviapplication/Qt6WaylandCompositorIviapplicationVersionlessAliasTargets.cmake
|
lib/cmake/Qt6WaylandCompositorIviapplication/Qt6WaylandCompositorIviapplicationVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt6WaylandCompositorIviapplication/Qt6WaylandCompositorIviapplicationVersionlessTargets.cmake
|
lib/cmake/Qt6WaylandCompositorIviapplication/Qt6WaylandCompositorIviapplicationVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt6WaylandCompositorIviapplicationPrivate/Qt6WaylandCompositorIviapplicationPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6WaylandCompositorIviapplicationPrivate/Qt6WaylandCompositorIviapplicationPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6WaylandCompositorIviapplicationPrivate/Qt6WaylandCompositorIviapplicationPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6WaylandCompositorIviapplicationPrivate/Qt6WaylandCompositorIviapplicationPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6WaylandCompositorIviapplicationPrivate/Qt6WaylandCompositorIviapplicationPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6WaylandCompositorIviapplicationPrivate/Qt6WaylandCompositorIviapplicationPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6WaylandCompositorIviapplicationPrivate/Qt6WaylandCompositorIviapplicationPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6WaylandCompositorIviapplicationPrivate/Qt6WaylandCompositorIviapplicationPrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt6WaylandCompositorPresentationTime/Qt6WaylandCompositorPresentationTimeAdditionalTargetInfo.cmake
|
lib/cmake/Qt6WaylandCompositorPresentationTime/Qt6WaylandCompositorPresentationTimeAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt6WaylandCompositorPresentationTime/Qt6WaylandCompositorPresentationTimeConfig.cmake
|
lib/cmake/Qt6WaylandCompositorPresentationTime/Qt6WaylandCompositorPresentationTimeConfig.cmake
|
||||||
lib/cmake/Qt6WaylandCompositorPresentationTime/Qt6WaylandCompositorPresentationTimeConfigVersion.cmake
|
lib/cmake/Qt6WaylandCompositorPresentationTime/Qt6WaylandCompositorPresentationTimeConfigVersion.cmake
|
||||||
|
@ -548,6 +569,22 @@ lib/cmake/Qt6WaylandCompositorPresentationTime/Qt6WaylandCompositorPresentationT
|
||||||
lib/cmake/Qt6WaylandCompositorPresentationTime/Qt6WaylandCompositorPresentationTimeTargets.cmake
|
lib/cmake/Qt6WaylandCompositorPresentationTime/Qt6WaylandCompositorPresentationTimeTargets.cmake
|
||||||
lib/cmake/Qt6WaylandCompositorPresentationTime/Qt6WaylandCompositorPresentationTimeVersionlessAliasTargets.cmake
|
lib/cmake/Qt6WaylandCompositorPresentationTime/Qt6WaylandCompositorPresentationTimeVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt6WaylandCompositorPresentationTime/Qt6WaylandCompositorPresentationTimeVersionlessTargets.cmake
|
lib/cmake/Qt6WaylandCompositorPresentationTime/Qt6WaylandCompositorPresentationTimeVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt6WaylandCompositorPresentationTimePrivate/Qt6WaylandCompositorPresentationTimePrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6WaylandCompositorPresentationTimePrivate/Qt6WaylandCompositorPresentationTimePrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6WaylandCompositorPresentationTimePrivate/Qt6WaylandCompositorPresentationTimePrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6WaylandCompositorPresentationTimePrivate/Qt6WaylandCompositorPresentationTimePrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6WaylandCompositorPresentationTimePrivate/Qt6WaylandCompositorPresentationTimePrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6WaylandCompositorPresentationTimePrivate/Qt6WaylandCompositorPresentationTimePrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6WaylandCompositorPresentationTimePrivate/Qt6WaylandCompositorPresentationTimePrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6WaylandCompositorPresentationTimePrivate/Qt6WaylandCompositorPresentationTimePrivateVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt6WaylandCompositorPrivate/Qt6WaylandCompositorPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6WaylandCompositorPrivate/Qt6WaylandCompositorPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6WaylandCompositorPrivate/Qt6WaylandCompositorPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6WaylandCompositorPrivate/Qt6WaylandCompositorPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6WaylandCompositorPrivate/Qt6WaylandCompositorPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6WaylandCompositorPrivate/Qt6WaylandCompositorPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6WaylandCompositorPrivate/Qt6WaylandCompositorPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6WaylandCompositorPrivate/Qt6WaylandCompositorPrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt6WaylandCompositorWLShell/Qt6WaylandCompositorWLShellAdditionalTargetInfo.cmake
|
lib/cmake/Qt6WaylandCompositorWLShell/Qt6WaylandCompositorWLShellAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt6WaylandCompositorWLShell/Qt6WaylandCompositorWLShellConfig.cmake
|
lib/cmake/Qt6WaylandCompositorWLShell/Qt6WaylandCompositorWLShellConfig.cmake
|
||||||
lib/cmake/Qt6WaylandCompositorWLShell/Qt6WaylandCompositorWLShellConfigVersion.cmake
|
lib/cmake/Qt6WaylandCompositorWLShell/Qt6WaylandCompositorWLShellConfigVersion.cmake
|
||||||
|
@ -557,6 +594,14 @@ lib/cmake/Qt6WaylandCompositorWLShell/Qt6WaylandCompositorWLShellTargets-%%CMAKE
|
||||||
lib/cmake/Qt6WaylandCompositorWLShell/Qt6WaylandCompositorWLShellTargets.cmake
|
lib/cmake/Qt6WaylandCompositorWLShell/Qt6WaylandCompositorWLShellTargets.cmake
|
||||||
lib/cmake/Qt6WaylandCompositorWLShell/Qt6WaylandCompositorWLShellVersionlessAliasTargets.cmake
|
lib/cmake/Qt6WaylandCompositorWLShell/Qt6WaylandCompositorWLShellVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt6WaylandCompositorWLShell/Qt6WaylandCompositorWLShellVersionlessTargets.cmake
|
lib/cmake/Qt6WaylandCompositorWLShell/Qt6WaylandCompositorWLShellVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt6WaylandCompositorWLShellPrivate/Qt6WaylandCompositorWLShellPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6WaylandCompositorWLShellPrivate/Qt6WaylandCompositorWLShellPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6WaylandCompositorWLShellPrivate/Qt6WaylandCompositorWLShellPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6WaylandCompositorWLShellPrivate/Qt6WaylandCompositorWLShellPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6WaylandCompositorWLShellPrivate/Qt6WaylandCompositorWLShellPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6WaylandCompositorWLShellPrivate/Qt6WaylandCompositorWLShellPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6WaylandCompositorWLShellPrivate/Qt6WaylandCompositorWLShellPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6WaylandCompositorWLShellPrivate/Qt6WaylandCompositorWLShellPrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt6WaylandCompositorXdgShell/Qt6WaylandCompositorXdgShellAdditionalTargetInfo.cmake
|
lib/cmake/Qt6WaylandCompositorXdgShell/Qt6WaylandCompositorXdgShellAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt6WaylandCompositorXdgShell/Qt6WaylandCompositorXdgShellConfig.cmake
|
lib/cmake/Qt6WaylandCompositorXdgShell/Qt6WaylandCompositorXdgShellConfig.cmake
|
||||||
lib/cmake/Qt6WaylandCompositorXdgShell/Qt6WaylandCompositorXdgShellConfigVersion.cmake
|
lib/cmake/Qt6WaylandCompositorXdgShell/Qt6WaylandCompositorXdgShellConfigVersion.cmake
|
||||||
|
@ -566,6 +611,14 @@ lib/cmake/Qt6WaylandCompositorXdgShell/Qt6WaylandCompositorXdgShellTargets-%%CMA
|
||||||
lib/cmake/Qt6WaylandCompositorXdgShell/Qt6WaylandCompositorXdgShellTargets.cmake
|
lib/cmake/Qt6WaylandCompositorXdgShell/Qt6WaylandCompositorXdgShellTargets.cmake
|
||||||
lib/cmake/Qt6WaylandCompositorXdgShell/Qt6WaylandCompositorXdgShellVersionlessAliasTargets.cmake
|
lib/cmake/Qt6WaylandCompositorXdgShell/Qt6WaylandCompositorXdgShellVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt6WaylandCompositorXdgShell/Qt6WaylandCompositorXdgShellVersionlessTargets.cmake
|
lib/cmake/Qt6WaylandCompositorXdgShell/Qt6WaylandCompositorXdgShellVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt6WaylandCompositorXdgShellPrivate/Qt6WaylandCompositorXdgShellPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6WaylandCompositorXdgShellPrivate/Qt6WaylandCompositorXdgShellPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6WaylandCompositorXdgShellPrivate/Qt6WaylandCompositorXdgShellPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6WaylandCompositorXdgShellPrivate/Qt6WaylandCompositorXdgShellPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6WaylandCompositorXdgShellPrivate/Qt6WaylandCompositorXdgShellPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6WaylandCompositorXdgShellPrivate/Qt6WaylandCompositorXdgShellPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6WaylandCompositorXdgShellPrivate/Qt6WaylandCompositorXdgShellPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6WaylandCompositorXdgShellPrivate/Qt6WaylandCompositorXdgShellPrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt6WaylandEglClientHwIntegrationPrivate/Qt6WaylandEglClientHwIntegrationPrivateAdditionalTargetInfo.cmake
|
lib/cmake/Qt6WaylandEglClientHwIntegrationPrivate/Qt6WaylandEglClientHwIntegrationPrivateAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt6WaylandEglClientHwIntegrationPrivate/Qt6WaylandEglClientHwIntegrationPrivateConfig.cmake
|
lib/cmake/Qt6WaylandEglClientHwIntegrationPrivate/Qt6WaylandEglClientHwIntegrationPrivateConfig.cmake
|
||||||
lib/cmake/Qt6WaylandEglClientHwIntegrationPrivate/Qt6WaylandEglClientHwIntegrationPrivateConfigVersion.cmake
|
lib/cmake/Qt6WaylandEglClientHwIntegrationPrivate/Qt6WaylandEglClientHwIntegrationPrivateConfigVersion.cmake
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1743027827
|
TIMESTAMP = 1749158768
|
||||||
SHA256 (KDE/Qt/6.8.3/qtdoc-everywhere-src-6.8.3.tar.xz) = f55371489e97325ec8e9e8683ec6f9f581a20a8b27736e2b4df8a8414fddeb59
|
SHA256 (KDE/Qt/6.9.1/qtdoc-everywhere-src-6.9.1.tar.xz) = 6e0cbebae5ce92dd3dc73fa7e11bd5afc44ca9fc7dc2c84e74c8ef1ab96d1ab5
|
||||||
SIZE (KDE/Qt/6.8.3/qtdoc-everywhere-src-6.8.3.tar.xz) = 46015000
|
SIZE (KDE/Qt/6.9.1/qtdoc-everywhere-src-6.9.1.tar.xz) = 46287552
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
%%QT_DOCDIR%%/qtcmake/cmake-deployment.html
|
%%QT_DOCDIR%%/qtcmake/cmake-deployment.html
|
||||||
%%QT_DOCDIR%%/qtcmake/cmake-get-started.html
|
%%QT_DOCDIR%%/qtcmake/cmake-get-started.html
|
||||||
%%QT_DOCDIR%%/qtcmake/cmake-imported-targets.html
|
%%QT_DOCDIR%%/qtcmake/cmake-imported-targets.html
|
||||||
|
%%QT_DOCDIR%%/qtcmake/cmake-making-qt-available.html
|
||||||
%%QT_DOCDIR%%/qtcmake/cmake-manual.html
|
%%QT_DOCDIR%%/qtcmake/cmake-manual.html
|
||||||
%%QT_DOCDIR%%/qtcmake/cmake-property-reference.html
|
%%QT_DOCDIR%%/qtcmake/cmake-property-reference.html
|
||||||
%%QT_DOCDIR%%/qtcmake/cmake-qt5-and-qt6-compatibility.html
|
%%QT_DOCDIR%%/qtcmake/cmake-qt5-and-qt6-compatibility.html
|
||||||
|
@ -57,6 +58,7 @@
|
||||||
%%QT_DOCDIR%%/qtdoc/building-qt-for-qnx.html
|
%%QT_DOCDIR%%/qtdoc/building-qt-for-qnx.html
|
||||||
%%QT_DOCDIR%%/qtdoc/classes.html
|
%%QT_DOCDIR%%/qtdoc/classes.html
|
||||||
%%QT_DOCDIR%%/qtdoc/classesandfunctions.html
|
%%QT_DOCDIR%%/qtdoc/classesandfunctions.html
|
||||||
|
%%QT_DOCDIR%%/qtdoc/concepts.html
|
||||||
%%QT_DOCDIR%%/qtdoc/configure-linux-device.html
|
%%QT_DOCDIR%%/qtdoc/configure-linux-device.html
|
||||||
%%QT_DOCDIR%%/qtdoc/configure-options.html
|
%%QT_DOCDIR%%/qtdoc/configure-options.html
|
||||||
%%QT_DOCDIR%%/qtdoc/create-your-first-applications.html
|
%%QT_DOCDIR%%/qtdoc/create-your-first-applications.html
|
||||||
|
@ -80,8 +82,10 @@
|
||||||
%%QT_DOCDIR%%/qtdoc/examples-xml.html
|
%%QT_DOCDIR%%/qtdoc/examples-xml.html
|
||||||
%%QT_DOCDIR%%/qtdoc/exceptionsafety.html
|
%%QT_DOCDIR%%/qtdoc/exceptionsafety.html
|
||||||
%%QT_DOCDIR%%/qtdoc/explore-qt.html
|
%%QT_DOCDIR%%/qtdoc/explore-qt.html
|
||||||
|
%%QT_DOCDIR%%/qtdoc/exportcontrols.html
|
||||||
%%QT_DOCDIR%%/qtdoc/extras-changes-qt6.html
|
%%QT_DOCDIR%%/qtdoc/extras-changes-qt6.html
|
||||||
%%QT_DOCDIR%%/qtdoc/fdl.html
|
%%QT_DOCDIR%%/qtdoc/fdl.html
|
||||||
|
%%QT_DOCDIR%%/qtdoc/feature-delivery-example.html
|
||||||
%%QT_DOCDIR%%/qtdoc/functions.html
|
%%QT_DOCDIR%%/qtdoc/functions.html
|
||||||
%%QT_DOCDIR%%/qtdoc/get-and-install-qt-cli.html
|
%%QT_DOCDIR%%/qtdoc/get-and-install-qt-cli.html
|
||||||
%%QT_DOCDIR%%/qtdoc/get-and-install-qt.html
|
%%QT_DOCDIR%%/qtdoc/get-and-install-qt.html
|
||||||
|
@ -184,12 +188,12 @@
|
||||||
%%QT_DOCDIR%%/qtdoc/images/qt-edu-design-studio-open.png
|
%%QT_DOCDIR%%/qtdoc/images/qt-edu-design-studio-open.png
|
||||||
%%QT_DOCDIR%%/qtdoc/images/qt-edu-design-studio-welcome.png
|
%%QT_DOCDIR%%/qtdoc/images/qt-edu-design-studio-welcome.png
|
||||||
%%QT_DOCDIR%%/qtdoc/images/qt-edu-download.png
|
%%QT_DOCDIR%%/qtdoc/images/qt-edu-download.png
|
||||||
|
%%QT_DOCDIR%%/qtdoc/images/qt-edu-eeula-terms.png
|
||||||
%%QT_DOCDIR%%/qtdoc/images/qt-edu-install-design-studio.png
|
%%QT_DOCDIR%%/qtdoc/images/qt-edu-install-design-studio.png
|
||||||
%%QT_DOCDIR%%/qtdoc/images/qt-edu-install-finish-design-studio.png
|
%%QT_DOCDIR%%/qtdoc/images/qt-edu-install-finish-design-studio.png
|
||||||
%%QT_DOCDIR%%/qtdoc/images/qt-edu-install-finish-qt.png
|
%%QT_DOCDIR%%/qtdoc/images/qt-edu-install-finish-qt.png
|
||||||
%%QT_DOCDIR%%/qtdoc/images/qt-edu-install-qt.png
|
%%QT_DOCDIR%%/qtdoc/images/qt-edu-install-qt.png
|
||||||
%%QT_DOCDIR%%/qtdoc/images/qt-edu-install-xcode.png
|
%%QT_DOCDIR%%/qtdoc/images/qt-edu-install-xcode.png
|
||||||
%%QT_DOCDIR%%/qtdoc/images/qt-edu-license-agreement.png
|
|
||||||
%%QT_DOCDIR%%/qtdoc/images/qt-edu-login.png
|
%%QT_DOCDIR%%/qtdoc/images/qt-edu-login.png
|
||||||
%%QT_DOCDIR%%/qtdoc/images/qt-edu-maintenancetool.png
|
%%QT_DOCDIR%%/qtdoc/images/qt-edu-maintenancetool.png
|
||||||
%%QT_DOCDIR%%/qtdoc/images/qt-edu-password.png
|
%%QT_DOCDIR%%/qtdoc/images/qt-edu-password.png
|
||||||
|
@ -212,8 +216,6 @@
|
||||||
%%QT_DOCDIR%%/qtdoc/images/qtquick-demo-samegame-med-1.png
|
%%QT_DOCDIR%%/qtdoc/images/qtquick-demo-samegame-med-1.png
|
||||||
%%QT_DOCDIR%%/qtdoc/images/qtquick-demo-samegame-med-2.png
|
%%QT_DOCDIR%%/qtdoc/images/qtquick-demo-samegame-med-2.png
|
||||||
%%QT_DOCDIR%%/qtdoc/images/qtquick-demo-stocqt.png
|
%%QT_DOCDIR%%/qtdoc/images/qtquick-demo-stocqt.png
|
||||||
%%QT_DOCDIR%%/qtdoc/images/qtquick-for-android-architecture.drawio.svg
|
|
||||||
%%QT_DOCDIR%%/qtdoc/images/qtquick-for-android-comparisson.drawio.svg
|
|
||||||
%%QT_DOCDIR%%/qtdoc/images/qtquick3D.png
|
%%QT_DOCDIR%%/qtdoc/images/qtquick3D.png
|
||||||
%%QT_DOCDIR%%/qtdoc/images/rhiarch.png
|
%%QT_DOCDIR%%/qtdoc/images/rhiarch.png
|
||||||
%%QT_DOCDIR%%/qtdoc/images/robotarm-example.png
|
%%QT_DOCDIR%%/qtdoc/images/robotarm-example.png
|
||||||
|
@ -226,9 +228,13 @@
|
||||||
%%QT_DOCDIR%%/qtdoc/images/sql-examples.png
|
%%QT_DOCDIR%%/qtdoc/images/sql-examples.png
|
||||||
%%QT_DOCDIR%%/qtdoc/images/thread-examples.png
|
%%QT_DOCDIR%%/qtdoc/images/thread-examples.png
|
||||||
%%QT_DOCDIR%%/qtdoc/images/threadsandobjects.png
|
%%QT_DOCDIR%%/qtdoc/images/threadsandobjects.png
|
||||||
%%QT_DOCDIR%%/qtdoc/images/threadvisual-example.png
|
|
||||||
%%QT_DOCDIR%%/qtdoc/images/tool-examples.png
|
%%QT_DOCDIR%%/qtdoc/images/tool-examples.png
|
||||||
%%QT_DOCDIR%%/qtdoc/images/txtviewer_screenshot.png
|
%%QT_DOCDIR%%/qtdoc/images/txtviewer_screenshot.png
|
||||||
|
%%QT_DOCDIR%%/qtdoc/images/vxwb-advanced-settings.png
|
||||||
|
%%QT_DOCDIR%%/qtdoc/images/vxwb-cmake-rtp-project.png
|
||||||
|
%%QT_DOCDIR%%/qtdoc/images/vxwb-connection.png
|
||||||
|
%%QT_DOCDIR%%/qtdoc/images/vxwb-rundebug-settings.png
|
||||||
|
%%QT_DOCDIR%%/qtdoc/images/vxwb-rundebug.png
|
||||||
%%QT_DOCDIR%%/qtdoc/images/wayland-multi-process.png
|
%%QT_DOCDIR%%/qtdoc/images/wayland-multi-process.png
|
||||||
%%QT_DOCDIR%%/qtdoc/images/wayland-single-process-develop.png
|
%%QT_DOCDIR%%/qtdoc/images/wayland-single-process-develop.png
|
||||||
%%QT_DOCDIR%%/qtdoc/images/wayland-single-process-eglfs.png
|
%%QT_DOCDIR%%/qtdoc/images/wayland-single-process-eglfs.png
|
||||||
|
@ -288,12 +294,14 @@
|
||||||
%%QT_DOCDIR%%/qtdoc/newclasses66.html
|
%%QT_DOCDIR%%/qtdoc/newclasses66.html
|
||||||
%%QT_DOCDIR%%/qtdoc/newclasses67.html
|
%%QT_DOCDIR%%/qtdoc/newclasses67.html
|
||||||
%%QT_DOCDIR%%/qtdoc/newclasses68.html
|
%%QT_DOCDIR%%/qtdoc/newclasses68.html
|
||||||
|
%%QT_DOCDIR%%/qtdoc/newclasses69.html
|
||||||
%%QT_DOCDIR%%/qtdoc/obsoleteclasses.html
|
%%QT_DOCDIR%%/qtdoc/obsoleteclasses.html
|
||||||
%%QT_DOCDIR%%/qtdoc/obsoleteqmltypes.html
|
%%QT_DOCDIR%%/qtdoc/obsoleteqmltypes.html
|
||||||
%%QT_DOCDIR%%/qtdoc/overviews-main.html
|
%%QT_DOCDIR%%/qtdoc/overviews-main.html
|
||||||
%%QT_DOCDIR%%/qtdoc/overviews.html
|
%%QT_DOCDIR%%/qtdoc/overviews.html
|
||||||
%%QT_DOCDIR%%/qtdoc/packaging-recommendations.html
|
%%QT_DOCDIR%%/qtdoc/packaging-recommendations.html
|
||||||
%%QT_DOCDIR%%/qtdoc/plugins-howto.html
|
%%QT_DOCDIR%%/qtdoc/plugins-howto.html
|
||||||
|
%%QT_DOCDIR%%/qtdoc/porting-qt3d-to-qtquick3d.html
|
||||||
%%QT_DOCDIR%%/qtdoc/porting-to-android.html
|
%%QT_DOCDIR%%/qtdoc/porting-to-android.html
|
||||||
%%QT_DOCDIR%%/qtdoc/porting-to-ios.html
|
%%QT_DOCDIR%%/qtdoc/porting-to-ios.html
|
||||||
%%QT_DOCDIR%%/qtdoc/porting-to-qt6-using-clazy.html
|
%%QT_DOCDIR%%/qtdoc/porting-to-qt6-using-clazy.html
|
||||||
|
@ -308,6 +316,7 @@
|
||||||
%%QT_DOCDIR%%/qtdoc/qnx-target-requirements.html
|
%%QT_DOCDIR%%/qtdoc/qnx-target-requirements.html
|
||||||
%%QT_DOCDIR%%/qtdoc/qnx.html
|
%%QT_DOCDIR%%/qtdoc/qnx.html
|
||||||
%%QT_DOCDIR%%/qtdoc/qt-activex.html
|
%%QT_DOCDIR%%/qtdoc/qt-activex.html
|
||||||
|
%%QT_DOCDIR%%/qtdoc/qt-additional-modules.html
|
||||||
%%QT_DOCDIR%%/qtdoc/qt-attribution-cmake-macros.html
|
%%QT_DOCDIR%%/qtdoc/qt-attribution-cmake-macros.html
|
||||||
%%QT_DOCDIR%%/qtdoc/qt-attribution-llvm.html
|
%%QT_DOCDIR%%/qtdoc/qt-attribution-llvm.html
|
||||||
%%QT_DOCDIR%%/qtdoc/qt-attribution-llvmpipe.html
|
%%QT_DOCDIR%%/qtdoc/qt-attribution-llvmpipe.html
|
||||||
|
@ -315,16 +324,18 @@
|
||||||
%%QT_DOCDIR%%/qtdoc/qt-debian-packages.html
|
%%QT_DOCDIR%%/qtdoc/qt-debian-packages.html
|
||||||
%%QT_DOCDIR%%/qtdoc/qt-edu-for-designers.html
|
%%QT_DOCDIR%%/qtdoc/qt-edu-for-designers.html
|
||||||
%%QT_DOCDIR%%/qtdoc/qt-edu-for-developers.html
|
%%QT_DOCDIR%%/qtdoc/qt-edu-for-developers.html
|
||||||
|
%%QT_DOCDIR%%/qtdoc/qt-edu-mcu.html
|
||||||
%%QT_DOCDIR%%/qtdoc/qt-edu-raspberry-pi.html
|
%%QT_DOCDIR%%/qtdoc/qt-edu-raspberry-pi.html
|
||||||
%%QT_DOCDIR%%/qtdoc/qt-edu-resources.html
|
%%QT_DOCDIR%%/qtdoc/qt-edu-resources.html
|
||||||
%%QT_DOCDIR%%/qtdoc/qt-embedded-fonts.html
|
%%QT_DOCDIR%%/qtdoc/qt-embedded-fonts.html
|
||||||
%%QT_DOCDIR%%/qtdoc/qt-embedded-kmap2qmap.html
|
%%QT_DOCDIR%%/qtdoc/qt-embedded-kmap2qmap.html
|
||||||
%%QT_DOCDIR%%/qtdoc/qt-embedded-makeqpf.html
|
|
||||||
%%QT_DOCDIR%%/qtdoc/qt-for-education.html
|
%%QT_DOCDIR%%/qtdoc/qt-for-education.html
|
||||||
|
%%QT_DOCDIR%%/qtdoc/qt-framework-product-information.html
|
||||||
%%QT_DOCDIR%%/qtdoc/qt-gui-concepts.html
|
%%QT_DOCDIR%%/qtdoc/qt-gui-concepts.html
|
||||||
%%QT_DOCDIR%%/qtdoc/qt-intro.html
|
%%QT_DOCDIR%%/qtdoc/qt-intro.html
|
||||||
%%QT_DOCDIR%%/qtdoc/qt-online-installation.html
|
%%QT_DOCDIR%%/qtdoc/qt-online-installation.html
|
||||||
%%QT_DOCDIR%%/qtdoc/qt-releases.html
|
%%QT_DOCDIR%%/qtdoc/qt-releases.html
|
||||||
|
%%QT_DOCDIR%%/qtdoc/qt-tools-utilities.html
|
||||||
%%QT_DOCDIR%%/qtdoc/qt6-buildsystem.html
|
%%QT_DOCDIR%%/qtdoc/qt6-buildsystem.html
|
||||||
%%QT_DOCDIR%%/qtdoc/qtdoc-attribution-colorpaletteclient.html
|
%%QT_DOCDIR%%/qtdoc/qtdoc-attribution-colorpaletteclient.html
|
||||||
%%QT_DOCDIR%%/qtdoc/qtdoc-attribution-dice-roundcarpet.html
|
%%QT_DOCDIR%%/qtdoc/qtdoc-attribution-dice-roundcarpet.html
|
||||||
|
@ -354,12 +365,16 @@
|
||||||
%%QT_DOCDIR%%/qtdoc/qtdoc-demos-todolist-example.html
|
%%QT_DOCDIR%%/qtdoc/qtdoc-demos-todolist-example.html
|
||||||
%%QT_DOCDIR%%/qtdoc/qtdoc-demos-windowembedding-example.html
|
%%QT_DOCDIR%%/qtdoc/qtdoc-demos-windowembedding-example.html
|
||||||
%%QT_DOCDIR%%/qtdoc/qtdoc-demos-xr-physicsbase-teleportation-example.html
|
%%QT_DOCDIR%%/qtdoc/qtdoc-demos-xr-physicsbase-teleportation-example.html
|
||||||
|
%%QT_DOCDIR%%/qtdoc/qtdoc-toc.html
|
||||||
%%QT_DOCDIR%%/qtdoc/qtdoc-tutorials-alarms-example.html
|
%%QT_DOCDIR%%/qtdoc/qtdoc-tutorials-alarms-example.html
|
||||||
%%QT_DOCDIR%%/qtdoc/qtdoc.index
|
%%QT_DOCDIR%%/qtdoc/qtdoc.index
|
||||||
%%QT_DOCDIR%%/qtdoc/qtdoc.qhp
|
%%QT_DOCDIR%%/qtdoc/qtdoc.qhp
|
||||||
%%QT_DOCDIR%%/qtdoc/qtentrypoint.html
|
%%QT_DOCDIR%%/qtdoc/qtentrypoint.html
|
||||||
%%QT_DOCDIR%%/qtdoc/qtexamples.html
|
%%QT_DOCDIR%%/qtdoc/qtexamples.html
|
||||||
%%QT_DOCDIR%%/qtdoc/qtexamplesandtutorials.html
|
%%QT_DOCDIR%%/qtdoc/qtexamplesandtutorials.html
|
||||||
|
%%QT_DOCDIR%%/qtdoc/qtjenny-configuration.html
|
||||||
|
%%QT_DOCDIR%%/qtdoc/qtjenny-installation.html
|
||||||
|
%%QT_DOCDIR%%/qtdoc/qtjenny.html
|
||||||
%%QT_DOCDIR%%/qtdoc/qtlanguages.html
|
%%QT_DOCDIR%%/qtdoc/qtlanguages.html
|
||||||
%%QT_DOCDIR%%/qtdoc/qtmodules.html
|
%%QT_DOCDIR%%/qtdoc/qtmodules.html
|
||||||
%%QT_DOCDIR%%/qtdoc/qtpurchasing-androidclasses.html
|
%%QT_DOCDIR%%/qtdoc/qtpurchasing-androidclasses.html
|
||||||
|
@ -369,7 +384,6 @@
|
||||||
%%QT_DOCDIR%%/qtdoc/qtpurchasing-iosclasses.html
|
%%QT_DOCDIR%%/qtdoc/qtpurchasing-iosclasses.html
|
||||||
%%QT_DOCDIR%%/qtdoc/qtquick-debugging.html
|
%%QT_DOCDIR%%/qtdoc/qtquick-debugging.html
|
||||||
%%QT_DOCDIR%%/qtdoc/qtquick-deployment.html
|
%%QT_DOCDIR%%/qtdoc/qtquick-deployment.html
|
||||||
%%QT_DOCDIR%%/qtdoc/qtquick-for-android.html
|
|
||||||
%%QT_DOCDIR%%/qtdoc/qtquick-performance.html
|
%%QT_DOCDIR%%/qtdoc/qtquick-performance.html
|
||||||
%%QT_DOCDIR%%/qtdoc/qtquick-qml-runtime.html
|
%%QT_DOCDIR%%/qtdoc/qtquick-qml-runtime.html
|
||||||
%%QT_DOCDIR%%/qtdoc/qtquick-usecase-animations.html
|
%%QT_DOCDIR%%/qtdoc/qtquick-usecase-animations.html
|
||||||
|
@ -391,15 +405,13 @@
|
||||||
%%QT_DOCDIR%%/qtdoc/signalsandslots-syntaxes.html
|
%%QT_DOCDIR%%/qtdoc/signalsandslots-syntaxes.html
|
||||||
%%QT_DOCDIR%%/qtdoc/solutions-for-application-development.html
|
%%QT_DOCDIR%%/qtdoc/solutions-for-application-development.html
|
||||||
%%QT_DOCDIR%%/qtdoc/solutions-for-ui-design.html
|
%%QT_DOCDIR%%/qtdoc/solutions-for-ui-design.html
|
||||||
%%QT_DOCDIR%%/qtdoc/string-processing.html
|
|
||||||
%%QT_DOCDIR%%/qtdoc/style/offline-dark.css
|
%%QT_DOCDIR%%/qtdoc/style/offline-dark.css
|
||||||
%%QT_DOCDIR%%/qtdoc/style/offline-simple.css
|
%%QT_DOCDIR%%/qtdoc/style/offline-simple.css
|
||||||
%%QT_DOCDIR%%/qtdoc/style/offline.css
|
%%QT_DOCDIR%%/qtdoc/style/offline.css
|
||||||
%%QT_DOCDIR%%/qtdoc/style/qt5-sidebar.html
|
%%QT_DOCDIR%%/qtdoc/style/qt5-sidebar.html
|
||||||
|
%%QT_DOCDIR%%/qtdoc/style/tree_config.xml
|
||||||
%%QT_DOCDIR%%/qtdoc/supported-platforms.html
|
%%QT_DOCDIR%%/qtdoc/supported-platforms.html
|
||||||
%%QT_DOCDIR%%/qtdoc/testing-and-debugging.html
|
%%QT_DOCDIR%%/qtdoc/testing-and-debugging.html
|
||||||
%%QT_DOCDIR%%/qtdoc/third-party-libraries.html
|
|
||||||
%%QT_DOCDIR%%/qtdoc/thread-basics.html
|
|
||||||
%%QT_DOCDIR%%/qtdoc/thread.html
|
%%QT_DOCDIR%%/qtdoc/thread.html
|
||||||
%%QT_DOCDIR%%/qtdoc/threads-modules.html
|
%%QT_DOCDIR%%/qtdoc/threads-modules.html
|
||||||
%%QT_DOCDIR%%/qtdoc/threads-qobject.html
|
%%QT_DOCDIR%%/qtdoc/threads-qobject.html
|
||||||
|
@ -426,6 +438,7 @@
|
||||||
%%QT_DOCDIR%%/qtdoc/wayland-and-qt.html
|
%%QT_DOCDIR%%/qtdoc/wayland-and-qt.html
|
||||||
%%QT_DOCDIR%%/qtdoc/wayland-requirements.html
|
%%QT_DOCDIR%%/qtdoc/wayland-requirements.html
|
||||||
%%QT_DOCDIR%%/qtdoc/webos.html
|
%%QT_DOCDIR%%/qtdoc/webos.html
|
||||||
|
%%QT_DOCDIR%%/qtdoc/whatsnew.html
|
||||||
%%QT_DOCDIR%%/qtdoc/whatsnew60.html
|
%%QT_DOCDIR%%/qtdoc/whatsnew60.html
|
||||||
%%QT_DOCDIR%%/qtdoc/whatsnew61.html
|
%%QT_DOCDIR%%/qtdoc/whatsnew61.html
|
||||||
%%QT_DOCDIR%%/qtdoc/whatsnew62.html
|
%%QT_DOCDIR%%/qtdoc/whatsnew62.html
|
||||||
|
@ -435,6 +448,7 @@
|
||||||
%%QT_DOCDIR%%/qtdoc/whatsnew66.html
|
%%QT_DOCDIR%%/qtdoc/whatsnew66.html
|
||||||
%%QT_DOCDIR%%/qtdoc/whatsnew67.html
|
%%QT_DOCDIR%%/qtdoc/whatsnew67.html
|
||||||
%%QT_DOCDIR%%/qtdoc/whatsnew68.html
|
%%QT_DOCDIR%%/qtdoc/whatsnew68.html
|
||||||
|
%%QT_DOCDIR%%/qtdoc/whatsnew69.html
|
||||||
%%QT_DOCDIR%%/qtdoc/whatsnewqt6.html
|
%%QT_DOCDIR%%/qtdoc/whatsnewqt6.html
|
||||||
%%QT_DOCDIR%%/qtdoc/why-moc.html
|
%%QT_DOCDIR%%/qtdoc/why-moc.html
|
||||||
%%QT_DOCDIR%%/qtdoc/windows-building.html
|
%%QT_DOCDIR%%/qtdoc/windows-building.html
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1743027852
|
TIMESTAMP = 1749159275
|
||||||
SHA256 (KDE/Qt/6.8.3/qt-everywhere-src-6.8.3.tar.xz) = cdd3a69967208276bb01af7ace7dba0ba53e679f886a4cbe624225c60fb73f2c
|
SHA256 (KDE/Qt/6.9.1/qt-everywhere-src-6.9.1.tar.xz) = 364fde2d7fa42dd7c9b2ea6db3d462dd54f3869e9fd0ca0a0ca62f750cd8329b
|
||||||
SIZE (KDE/Qt/6.8.3/qt-everywhere-src-6.8.3.tar.xz) = 994812276
|
SIZE (KDE/Qt/6.9.1/qt-everywhere-src-6.9.1.tar.xz) = 1102429456
|
||||||
|
|
|
@ -675,6 +675,22 @@
|
||||||
%%QT_EXAMPLEDIR%%/corelib/threads/waitconditions/CMakeLists.txt
|
%%QT_EXAMPLEDIR%%/corelib/threads/waitconditions/CMakeLists.txt
|
||||||
%%QT_EXAMPLEDIR%%/corelib/threads/waitconditions/waitconditions.cpp
|
%%QT_EXAMPLEDIR%%/corelib/threads/waitconditions/waitconditions.cpp
|
||||||
%%QT_EXAMPLEDIR%%/corelib/threads/waitconditions/waitconditions.pro
|
%%QT_EXAMPLEDIR%%/corelib/threads/waitconditions/waitconditions.pro
|
||||||
|
%%QT_EXAMPLEDIR%%/corelib/time/CMakeLists.txt
|
||||||
|
%%QT_EXAMPLEDIR%%/corelib/time/calendarbackendplugin/CMakeLists.txt
|
||||||
|
%%QT_EXAMPLEDIR%%/corelib/time/calendarbackendplugin/application/CMakeLists.txt
|
||||||
|
%%QT_EXAMPLEDIR%%/corelib/time/calendarbackendplugin/application/application.pro
|
||||||
|
%%QT_EXAMPLEDIR%%/corelib/time/calendarbackendplugin/application/main.cpp
|
||||||
|
%%QT_EXAMPLEDIR%%/corelib/time/calendarbackendplugin/calendarbackendplugin.pro
|
||||||
|
%%QT_EXAMPLEDIR%%/corelib/time/calendarbackendplugin/common/calendarBackendInterface.h
|
||||||
|
%%QT_EXAMPLEDIR%%/corelib/time/calendarbackendplugin/doc/images/calendarwindow_transition.png
|
||||||
|
%%QT_EXAMPLEDIR%%/corelib/time/calendarbackendplugin/doc/src/calendarbackendplugin.qdoc
|
||||||
|
%%QT_EXAMPLEDIR%%/corelib/time/calendarbackendplugin/plugin/CMakeLists.txt
|
||||||
|
%%QT_EXAMPLEDIR%%/corelib/time/calendarbackendplugin/plugin/calendarbackend.cpp
|
||||||
|
%%QT_EXAMPLEDIR%%/corelib/time/calendarbackendplugin/plugin/calendarbackend.h
|
||||||
|
%%QT_EXAMPLEDIR%%/corelib/time/calendarbackendplugin/plugin/calendarplugin.cpp
|
||||||
|
%%QT_EXAMPLEDIR%%/corelib/time/calendarbackendplugin/plugin/calendarplugin.h
|
||||||
|
%%QT_EXAMPLEDIR%%/corelib/time/calendarbackendplugin/plugin/plugin.pro
|
||||||
|
%%QT_EXAMPLEDIR%%/corelib/time/time.pro
|
||||||
%%QT_EXAMPLEDIR%%/corelib/tools/CMakeLists.txt
|
%%QT_EXAMPLEDIR%%/corelib/tools/CMakeLists.txt
|
||||||
%%QT_EXAMPLEDIR%%/corelib/tools/README
|
%%QT_EXAMPLEDIR%%/corelib/tools/README
|
||||||
%%QT_EXAMPLEDIR%%/corelib/tools/contiguouscache/CMakeLists.txt
|
%%QT_EXAMPLEDIR%%/corelib/tools/contiguouscache/CMakeLists.txt
|
||||||
|
@ -1034,6 +1050,7 @@
|
||||||
%%QT_EXAMPLEDIR%%/demos/car-configurator/asset_imports/Quick3DAssets/Ventdee_LOD0/CMakeLists.txt
|
%%QT_EXAMPLEDIR%%/demos/car-configurator/asset_imports/Quick3DAssets/Ventdee_LOD0/CMakeLists.txt
|
||||||
%%QT_EXAMPLEDIR%%/demos/car-configurator/asset_imports/Quick3DAssets/Ventdee_LOD0/Ventdee_LOD0.qml
|
%%QT_EXAMPLEDIR%%/demos/car-configurator/asset_imports/Quick3DAssets/Ventdee_LOD0/Ventdee_LOD0.qml
|
||||||
%%QT_EXAMPLEDIR%%/demos/car-configurator/asset_imports/Quick3DAssets/Ventdee_LOD0/qmldir
|
%%QT_EXAMPLEDIR%%/demos/car-configurator/asset_imports/Quick3DAssets/Ventdee_LOD0/qmldir
|
||||||
|
%%QT_EXAMPLEDIR%%/demos/car-configurator/buildsetup.cmake
|
||||||
%%QT_EXAMPLEDIR%%/demos/car-configurator/content/App.qml
|
%%QT_EXAMPLEDIR%%/demos/car-configurator/content/App.qml
|
||||||
%%QT_EXAMPLEDIR%%/demos/car-configurator/content/CMakeLists.txt
|
%%QT_EXAMPLEDIR%%/demos/car-configurator/content/CMakeLists.txt
|
||||||
%%QT_EXAMPLEDIR%%/demos/car-configurator/content/CameraReset.qml
|
%%QT_EXAMPLEDIR%%/demos/car-configurator/content/CameraReset.qml
|
||||||
|
@ -1311,6 +1328,10 @@
|
||||||
%%QT_EXAMPLEDIR%%/demos/documentviewer/doc/src/documentviewer.qdoc
|
%%QT_EXAMPLEDIR%%/demos/documentviewer/doc/src/documentviewer.qdoc
|
||||||
%%QT_EXAMPLEDIR%%/demos/documentviewer/doc/src/txtviewer.qdoc
|
%%QT_EXAMPLEDIR%%/demos/documentviewer/doc/src/txtviewer.qdoc
|
||||||
%%QT_EXAMPLEDIR%%/demos/documentviewer/plugins/CMakeLists.txt
|
%%QT_EXAMPLEDIR%%/demos/documentviewer/plugins/CMakeLists.txt
|
||||||
|
%%QT_EXAMPLEDIR%%/demos/documentviewer/plugins/imageviewer/CMakeLists.txt
|
||||||
|
%%QT_EXAMPLEDIR%%/demos/documentviewer/plugins/imageviewer/imageviewer.cpp
|
||||||
|
%%QT_EXAMPLEDIR%%/demos/documentviewer/plugins/imageviewer/imageviewer.h
|
||||||
|
%%QT_EXAMPLEDIR%%/demos/documentviewer/plugins/imageviewer/imageviewer.json
|
||||||
%%QT_EXAMPLEDIR%%/demos/documentviewer/plugins/jsonviewer/CMakeLists.txt
|
%%QT_EXAMPLEDIR%%/demos/documentviewer/plugins/jsonviewer/CMakeLists.txt
|
||||||
%%QT_EXAMPLEDIR%%/demos/documentviewer/plugins/jsonviewer/jsonviewer.cpp
|
%%QT_EXAMPLEDIR%%/demos/documentviewer/plugins/jsonviewer/jsonviewer.cpp
|
||||||
%%QT_EXAMPLEDIR%%/demos/documentviewer/plugins/jsonviewer/jsonviewer.h
|
%%QT_EXAMPLEDIR%%/demos/documentviewer/plugins/jsonviewer/jsonviewer.h
|
||||||
|
@ -2612,6 +2633,16 @@
|
||||||
%%QT_EXAMPLEDIR%%/graphs/2d/hellographs/hellographs.qrc
|
%%QT_EXAMPLEDIR%%/graphs/2d/hellographs/hellographs.qrc
|
||||||
%%QT_EXAMPLEDIR%%/graphs/2d/hellographs/main.cpp
|
%%QT_EXAMPLEDIR%%/graphs/2d/hellographs/main.cpp
|
||||||
%%QT_EXAMPLEDIR%%/graphs/2d/hellographs/qml/hellographs/main.qml
|
%%QT_EXAMPLEDIR%%/graphs/2d/hellographs/qml/hellographs/main.qml
|
||||||
|
%%QT_EXAMPLEDIR%%/graphs/2d/quickwidgetgraphs/CMakeLists.txt
|
||||||
|
%%QT_EXAMPLEDIR%%/graphs/2d/quickwidgetgraphs/doc/images/quickwidgetgraphs-example.png
|
||||||
|
%%QT_EXAMPLEDIR%%/graphs/2d/quickwidgetgraphs/doc/src/quickwidgetgraphs.qdoc
|
||||||
|
%%QT_EXAMPLEDIR%%/graphs/2d/quickwidgetgraphs/main.cpp
|
||||||
|
%%QT_EXAMPLEDIR%%/graphs/2d/quickwidgetgraphs/piegraph.cpp
|
||||||
|
%%QT_EXAMPLEDIR%%/graphs/2d/quickwidgetgraphs/piegraph.h
|
||||||
|
%%QT_EXAMPLEDIR%%/graphs/2d/quickwidgetgraphs/piewidget.cpp
|
||||||
|
%%QT_EXAMPLEDIR%%/graphs/2d/quickwidgetgraphs/piewidget.h
|
||||||
|
%%QT_EXAMPLEDIR%%/graphs/2d/quickwidgetgraphs/qml/quickwidgetgraphs/main.qml
|
||||||
|
%%QT_EXAMPLEDIR%%/graphs/2d/quickwidgetgraphs/quickwidgetgraphs.pro
|
||||||
%%QT_EXAMPLEDIR%%/graphs/3d/3d.pro
|
%%QT_EXAMPLEDIR%%/graphs/3d/3d.pro
|
||||||
%%QT_EXAMPLEDIR%%/graphs/3d/CMakeLists.txt
|
%%QT_EXAMPLEDIR%%/graphs/3d/CMakeLists.txt
|
||||||
%%QT_EXAMPLEDIR%%/graphs/3d/axishandling/CMakeLists.txt
|
%%QT_EXAMPLEDIR%%/graphs/3d/axishandling/CMakeLists.txt
|
||||||
|
@ -4650,6 +4681,63 @@
|
||||||
%%QT_EXAMPLEDIR%%/quick/models/stringlistmodel/stringlistmodel.pro
|
%%QT_EXAMPLEDIR%%/quick/models/stringlistmodel/stringlistmodel.pro
|
||||||
%%QT_EXAMPLEDIR%%/quick/models/stringlistmodel/stringlistmodel.qrc
|
%%QT_EXAMPLEDIR%%/quick/models/stringlistmodel/stringlistmodel.qrc
|
||||||
%%QT_EXAMPLEDIR%%/quick/models/stringlistmodel/view.qml
|
%%QT_EXAMPLEDIR%%/quick/models/stringlistmodel/view.qml
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedfetchmore/CMakeLists.txt
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedfetchmore/ContactBookDelegate.qml
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedfetchmore/ThreadedFetchMore.qml
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedfetchmore/doc/images/qml-threadedfetchmore-example.png
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedfetchmore/doc/src/threadedfetchmore-example.qdoc
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedfetchmore/fetchworker.cpp
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedfetchmore/fetchworker.h
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedfetchmore/main.cpp
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedfetchmore/threadedfetchmore.pro
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedfetchmore/threadedfetchmore.qrc
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedfetchmore/threadedfetchmoremodel.cpp
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedfetchmore/threadedfetchmoremodel.h
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/CMakeLists.txt
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/SongListDelegate.qml
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/ThreadedSongList.qml
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/datastorage.cpp
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/datastorage.h
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/doc/images/qml-threadedsonglist-example.webp
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/doc/src/threadedsonglist-example.qdoc
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/album_covers/classical1.jpeg
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/album_covers/classical2.jpeg
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/album_covers/classical3.jpeg
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/album_covers/classical4.jpeg
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/album_covers/classical5.jpeg
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/album_covers/classical6.jpeg
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/album_covers/metal1.jpeg
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/album_covers/metal2.jpeg
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/album_covers/metal3.jpeg
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/album_covers/metal4.jpeg
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/album_covers/metal5.jpeg
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/album_covers/metal6.jpeg
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/album_covers/pop1.jpeg
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/album_covers/pop2.jpeg
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/album_covers/pop3.jpeg
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/album_covers/pop4.jpeg
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/album_covers/pop5.jpeg
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/album_covers/pop6.jpeg
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/album_covers/rock1.jpeg
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/album_covers/rock2.jpeg
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/album_covers/rock3.jpeg
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/album_covers/rock4.jpeg
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/album_covers/rock5.jpeg
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/album_covers/rock6.jpeg
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/device/remote.jpeg
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/main.cpp
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/mediaelement.cpp
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/mediaelement.h
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/queueworker.cpp
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/queueworker.h
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/remotemedia.cpp
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/remotemedia.h
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/songdatagenerator.cpp
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/songdatagenerator.h
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/threadedlistmodel.cpp
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/threadedlistmodel.h
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/threadedsonglist.pro
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/threadedsonglist.qrc
|
||||||
%%QT_EXAMPLEDIR%%/quick/mousearea/CMakeLists.txt
|
%%QT_EXAMPLEDIR%%/quick/mousearea/CMakeLists.txt
|
||||||
%%QT_EXAMPLEDIR%%/quick/mousearea/doc/images/qml-mousearea-example.png
|
%%QT_EXAMPLEDIR%%/quick/mousearea/doc/images/qml-mousearea-example.png
|
||||||
%%QT_EXAMPLEDIR%%/quick/mousearea/doc/src/mousearea.qdoc
|
%%QT_EXAMPLEDIR%%/quick/mousearea/doc/src/mousearea.qdoc
|
||||||
|
@ -4691,6 +4779,23 @@
|
||||||
%%QT_EXAMPLEDIR%%/quick/multieffect/itemswitcher/qml/images/stripes.png
|
%%QT_EXAMPLEDIR%%/quick/multieffect/itemswitcher/qml/images/stripes.png
|
||||||
%%QT_EXAMPLEDIR%%/quick/multieffect/itemswitcher/qml/main.qml
|
%%QT_EXAMPLEDIR%%/quick/multieffect/itemswitcher/qml/main.qml
|
||||||
%%QT_EXAMPLEDIR%%/quick/multieffect/multieffect.pro
|
%%QT_EXAMPLEDIR%%/quick/multieffect/multieffect.pro
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/multieffect/neumorphicpanel/CMakeLists.txt
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/multieffect/neumorphicpanel/doc/images/qml-neumorphicpanel-example.jpg
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/multieffect/neumorphicpanel/doc/src/neumorphicpanel.qdoc
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/multieffect/neumorphicpanel/main.cpp
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/multieffect/neumorphicpanel/neumorphicpanel.pro
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/multieffect/neumorphicpanel/qml.qrc
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/multieffect/neumorphicpanel/qml/CloudyRectMaterial/CloudyRectMaterial.qep
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/multieffect/neumorphicpanel/qml/CloudyRectMaterial/CloudyRectMaterial.qml
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/multieffect/neumorphicpanel/qml/CloudyRectMaterial/cloudyrectmaterial.frag.qsb
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/multieffect/neumorphicpanel/qml/CloudyRectMaterial/cloudyrectmaterial.vert.qsb
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/multieffect/neumorphicpanel/qml/Settings.qml
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/multieffect/neumorphicpanel/qml/SettingsComponentButton.qml
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/multieffect/neumorphicpanel/qml/SettingsComponentSlider.qml
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/multieffect/neumorphicpanel/qml/SettingsView.qml
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/multieffect/neumorphicpanel/qml/images/arrow.png
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/multieffect/neumorphicpanel/qml/images/qt_logo_white_rgb.png
|
||||||
|
%%QT_EXAMPLEDIR%%/quick/multieffect/neumorphicpanel/qml/main.qml
|
||||||
%%QT_EXAMPLEDIR%%/quick/multieffect/testbed/CMakeLists.txt
|
%%QT_EXAMPLEDIR%%/quick/multieffect/testbed/CMakeLists.txt
|
||||||
%%QT_EXAMPLEDIR%%/quick/multieffect/testbed/CMakeLists.txt.shared
|
%%QT_EXAMPLEDIR%%/quick/multieffect/testbed/CMakeLists.txt.shared
|
||||||
%%QT_EXAMPLEDIR%%/quick/multieffect/testbed/doc/images/qml-multieffecttestbed-example.jpg
|
%%QT_EXAMPLEDIR%%/quick/multieffect/testbed/doc/images/qml-multieffecttestbed-example.jpg
|
||||||
|
@ -5556,6 +5661,16 @@
|
||||||
%%QT_EXAMPLEDIR%%/quick3d/bakedlightmap/main.qml
|
%%QT_EXAMPLEDIR%%/quick3d/bakedlightmap/main.qml
|
||||||
%%QT_EXAMPLEDIR%%/quick3d/bakedlightmap/qlm_list.txt
|
%%QT_EXAMPLEDIR%%/quick3d/bakedlightmap/qlm_list.txt
|
||||||
%%QT_EXAMPLEDIR%%/quick3d/bakedlightmap/qml.qrc
|
%%QT_EXAMPLEDIR%%/quick3d/bakedlightmap/qml.qrc
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/cascadedshadowmaps/CMakeLists.txt
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/cascadedshadowmaps/ConesAndCylinderTrio.qml
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/cascadedshadowmaps/SettingsPane.qml
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/cascadedshadowmaps/cascadedshadowmaps.pro
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/cascadedshadowmaps/doc/images/cascadedshadowmaps.webp
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/cascadedshadowmaps/doc/src/cascadedshadowmaps.qdoc
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/cascadedshadowmaps/main.cpp
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/cascadedshadowmaps/main.qml
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/cascadedshadowmaps/qml.qrc
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/cascadedshadowmaps/sliders.svg
|
||||||
%%QT_EXAMPLEDIR%%/quick3d/customeffect/CMakeLists.txt
|
%%QT_EXAMPLEDIR%%/quick3d/customeffect/CMakeLists.txt
|
||||||
%%QT_EXAMPLEDIR%%/quick3d/customeffect/checkers2.png
|
%%QT_EXAMPLEDIR%%/quick3d/customeffect/checkers2.png
|
||||||
%%QT_EXAMPLEDIR%%/quick3d/customeffect/customeffect.pro
|
%%QT_EXAMPLEDIR%%/quick3d/customeffect/customeffect.pro
|
||||||
|
@ -5748,6 +5863,45 @@
|
||||||
%%QT_EXAMPLEDIR%%/quick3d/offlineshaders/materials.qrc
|
%%QT_EXAMPLEDIR%%/quick3d/offlineshaders/materials.qrc
|
||||||
%%QT_EXAMPLEDIR%%/quick3d/offlineshaders/offlineshaders.pro
|
%%QT_EXAMPLEDIR%%/quick3d/offlineshaders/offlineshaders.pro
|
||||||
%%QT_EXAMPLEDIR%%/quick3d/offlineshaders/qml.qrc
|
%%QT_EXAMPLEDIR%%/quick3d/offlineshaders/qml.qrc
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/AppSettings.qml
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/BlendValueTest.qml
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/CMakeLists.txt
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/CustomCheckBox.qml
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/CustomInfoView.qml
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/CustomLabel.qml
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/CustomSelectionBox.qml
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/CustomSlider.qml
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/FireParticles.qml
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/FireStick.qml
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/FireStone.qml
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/Instancing.qml
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/Particles.qml
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/RandomEmitter.qml
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/SettingsView.qml
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/StartupView.qml
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/doc/images/oit-example.jpg
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/doc/src/oit.qdoc
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/images/arrow_icon.png
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/images/color_table3.png
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/images/firestone.png
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/images/flame.png
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/images/icon_settings.png
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/images/license.txt
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/images/pillar_normal.png
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/images/qt_logo.png
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/images/qt_logo2.png
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/images/qt_logo2_n.png
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/images/stick_charred.png
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/images/stick_heat3.png
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/images/tilepattern.png
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/main.cpp
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/main.qml
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/meshes/asteroid.mesh
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/meshes/block.mesh
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/meshes/stick3.mesh
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/orderindependenttransparency.pro
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/qml.qrc
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/qmldir
|
||||||
%%QT_EXAMPLEDIR%%/quick3d/particles3d/AlignedParticles.qml
|
%%QT_EXAMPLEDIR%%/quick3d/particles3d/AlignedParticles.qml
|
||||||
%%QT_EXAMPLEDIR%%/quick3d/particles3d/AnimatedSprite.qml
|
%%QT_EXAMPLEDIR%%/quick3d/particles3d/AnimatedSprite.qml
|
||||||
%%QT_EXAMPLEDIR%%/quick3d/particles3d/AppSettings.qml
|
%%QT_EXAMPLEDIR%%/quick3d/particles3d/AppSettings.qml
|
||||||
|
@ -6081,12 +6235,8 @@
|
||||||
%%QT_EXAMPLEDIR%%/quick3d/xr_anchors/main.cpp
|
%%QT_EXAMPLEDIR%%/quick3d/xr_anchors/main.cpp
|
||||||
%%QT_EXAMPLEDIR%%/quick3d/xr_anchors/main.qml
|
%%QT_EXAMPLEDIR%%/quick3d/xr_anchors/main.qml
|
||||||
%%QT_EXAMPLEDIR%%/quick3d/xr_anchors/visionos/MacOSXBundleInfo.plist.in
|
%%QT_EXAMPLEDIR%%/quick3d/xr_anchors/visionos/MacOSXBundleInfo.plist.in
|
||||||
%%QT_EXAMPLEDIR%%/quick3d/xr_freeformteleportation/BeamModel.qml
|
|
||||||
%%QT_EXAMPLEDIR%%/quick3d/xr_freeformteleportation/Building.qml
|
%%QT_EXAMPLEDIR%%/quick3d/xr_freeformteleportation/Building.qml
|
||||||
%%QT_EXAMPLEDIR%%/quick3d/xr_freeformteleportation/CMakeLists.txt
|
%%QT_EXAMPLEDIR%%/quick3d/xr_freeformteleportation/CMakeLists.txt
|
||||||
%%QT_EXAMPLEDIR%%/quick3d/xr_freeformteleportation/FreeformTeleporter.qml
|
|
||||||
%%QT_EXAMPLEDIR%%/quick3d/xr_freeformteleportation/TargetIndicator.qml
|
|
||||||
%%QT_EXAMPLEDIR%%/quick3d/xr_freeformteleportation/ValueFader.qml
|
|
||||||
%%QT_EXAMPLEDIR%%/quick3d/xr_freeformteleportation/android/AndroidManifest.xml
|
%%QT_EXAMPLEDIR%%/quick3d/xr_freeformteleportation/android/AndroidManifest.xml
|
||||||
%%QT_EXAMPLEDIR%%/quick3d/xr_freeformteleportation/building.gltf
|
%%QT_EXAMPLEDIR%%/quick3d/xr_freeformteleportation/building.gltf
|
||||||
%%QT_EXAMPLEDIR%%/quick3d/xr_freeformteleportation/doc/images/xrfreeformteleportation-example.jpg
|
%%QT_EXAMPLEDIR%%/quick3d/xr_freeformteleportation/doc/images/xrfreeformteleportation-example.jpg
|
||||||
|
@ -6103,8 +6253,7 @@
|
||||||
%%QT_EXAMPLEDIR%%/quick3d/xr_freeformteleportation/maps/Tiles108_1K_Color.jpg
|
%%QT_EXAMPLEDIR%%/quick3d/xr_freeformteleportation/maps/Tiles108_1K_Color.jpg
|
||||||
%%QT_EXAMPLEDIR%%/quick3d/xr_freeformteleportation/meshes/building.mesh
|
%%QT_EXAMPLEDIR%%/quick3d/xr_freeformteleportation/meshes/building.mesh
|
||||||
%%QT_EXAMPLEDIR%%/quick3d/xr_freeformteleportation/qml.qrc
|
%%QT_EXAMPLEDIR%%/quick3d/xr_freeformteleportation/qml.qrc
|
||||||
%%QT_EXAMPLEDIR%%/quick3d/xr_freeformteleportation/shaders/target_indicator.frag
|
%%QT_EXAMPLEDIR%%/quick3d/xr_freeformteleportation/visionos/MacOSXBundleInfo.plist.in
|
||||||
%%QT_EXAMPLEDIR%%/quick3d/xr_freeformteleportation/shaders/target_indicator.vert
|
|
||||||
%%QT_EXAMPLEDIR%%/quick3d/xr_input/CMakeLists.txt
|
%%QT_EXAMPLEDIR%%/quick3d/xr_input/CMakeLists.txt
|
||||||
%%QT_EXAMPLEDIR%%/quick3d/xr_input/ColorView.qml
|
%%QT_EXAMPLEDIR%%/quick3d/xr_input/ColorView.qml
|
||||||
%%QT_EXAMPLEDIR%%/quick3d/xr_input/ExampleButton.qml
|
%%QT_EXAMPLEDIR%%/quick3d/xr_input/ExampleButton.qml
|
||||||
|
@ -6119,6 +6268,37 @@
|
||||||
%%QT_EXAMPLEDIR%%/quick3d/xr_input/meshes/handle.mesh
|
%%QT_EXAMPLEDIR%%/quick3d/xr_input/meshes/handle.mesh
|
||||||
%%QT_EXAMPLEDIR%%/quick3d/xr_input/meshes/teapot.mesh
|
%%QT_EXAMPLEDIR%%/quick3d/xr_input/meshes/teapot.mesh
|
||||||
%%QT_EXAMPLEDIR%%/quick3d/xr_input/visionos/MacOSXBundleInfo.plist.in
|
%%QT_EXAMPLEDIR%%/quick3d/xr_input/visionos/MacOSXBundleInfo.plist.in
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/xr_interaction/CMakeLists.txt
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/xr_interaction/GadgetBox.qml
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/xr_interaction/Scene.qml
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/xr_interaction/android/AndroidManifest.xml
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/xr_interaction/assets/arrows.gltf
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/xr_interaction/doc/images/xrinteraction-example.jpg
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/xr_interaction/doc/src/qtquick3d-examples-xrinteraction.qdoc
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/xr_interaction/main.cpp
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/xr_interaction/main.qml
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/xr_interaction/meshes/arrow_mesh.mesh
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/xr_interaction/meshes/resize_mesh.mesh
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/xr_interaction/meshes/rotate_mesh.mesh
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/xr_interaction/visionos/MacOSXBundleInfo.plist.in
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/xr_shared/AimController.qml
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/xr_shared/AxisGadget.qml
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/xr_shared/CMakeLists.txt
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/xr_shared/FreeformTeleporter.qml
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/xr_shared/PickRay.qml
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/xr_shared/ResizeGadget.qml
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/xr_shared/RotateGadget.qml
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/xr_shared/TeleportBeam.qml
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/xr_shared/TeleportTargetIndicator.qml
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/xr_shared/TranslateGadget.qml
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/xr_shared/ValueFader.qml
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/xr_shared/XrCursor.qml
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/xr_shared/XrGadget.qml
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/xr_shared/XrItemHandle.qml
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/xr_shared/shaders/cursor.frag
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/xr_shared/shaders/cursor.vert
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/xr_shared/shaders/target_indicator.frag
|
||||||
|
%%QT_EXAMPLEDIR%%/quick3d/xr_shared/shaders/target_indicator.vert
|
||||||
%%QT_EXAMPLEDIR%%/quick3d/xr_simple/CMakeLists.txt
|
%%QT_EXAMPLEDIR%%/quick3d/xr_simple/CMakeLists.txt
|
||||||
%%QT_EXAMPLEDIR%%/quick3d/xr_simple/android/AndroidManifest.xml
|
%%QT_EXAMPLEDIR%%/quick3d/xr_simple/android/AndroidManifest.xml
|
||||||
%%QT_EXAMPLEDIR%%/quick3d/xr_simple/doc/images/xrsimple-example.jpg
|
%%QT_EXAMPLEDIR%%/quick3d/xr_simple/doc/images/xrsimple-example.jpg
|
||||||
|
@ -6680,7 +6860,6 @@
|
||||||
%%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/Spreadsheets/HelpDialog.qml
|
%%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/Spreadsheets/HelpDialog.qml
|
||||||
%%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/Spreadsheets/Main.qml
|
%%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/Spreadsheets/Main.qml
|
||||||
%%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/Spreadsheets/RowHeaderView.qml
|
%%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/Spreadsheets/RowHeaderView.qml
|
||||||
%%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/Spreadsheets/TableCell.qml
|
|
||||||
%%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/Spreadsheets/datamodel.cpp
|
%%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/Spreadsheets/datamodel.cpp
|
||||||
%%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/Spreadsheets/datamodel.h
|
%%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/Spreadsheets/datamodel.h
|
||||||
%%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/Spreadsheets/icons/copy.svg
|
%%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/Spreadsheets/icons/copy.svg
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1743027853
|
TIMESTAMP = 1749159292
|
||||||
SHA256 (KDE/Qt/6.8.3/qtmultimedia-everywhere-src-6.8.3.tar.xz) = 32e82307d783172a3b984cc3c47c5e4e8b819cee3cbfc702c7012c47f15f6b01
|
SHA256 (KDE/Qt/6.9.1/qtmultimedia-everywhere-src-6.9.1.tar.xz) = 955e36459518ee55f8e2bb79defc6e44aa94dc1edf5ac58a22d7734b2e07391d
|
||||||
SIZE (KDE/Qt/6.8.3/qtmultimedia-everywhere-src-6.8.3.tar.xz) = 9705340
|
SIZE (KDE/Qt/6.9.1/qtmultimedia-everywhere-src-6.9.1.tar.xz) = 9776408
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
--- cmake/FindFFmpeg.cmake.orig 2024-11-22 07:31:25 UTC
|
--- cmake/FindFFmpeg.cmake.orig 2025-05-04 13:16:35 UTC
|
||||||
+++ cmake/FindFFmpeg.cmake
|
+++ cmake/FindFFmpeg.cmake
|
||||||
@@ -255,7 +255,7 @@ function(__ffmpeg_internal_set_dependencies _component
|
@@ -278,7 +278,7 @@ function(__ffmpeg_internal_set_dependencies _component
|
||||||
|
if (WIN32)
|
||||||
# The pkgconfig directory is always in lib/pkgconfig/, even on Windows
|
set(PC_FILE ${${_component}_LIBRARY_DIR}/../lib/pkgconfig/lib${lib}.pc)
|
||||||
# where libs and dlls are in bin/
|
else()
|
||||||
- set(PC_FILE ${${_component}_LIBRARY_DIR}/../lib/pkgconfig/lib${lib}.pc)
|
- set(PC_FILE ${${_component}_LIBRARY_DIR}/pkgconfig/lib${lib}.pc)
|
||||||
+ set(PC_FILE ${${_component}_LIBRARY_DIR}/../libdata/pkgconfig/lib${lib}.pc)
|
+ set(PC_FILE ${${_component}_LIBRARY_DIR}/../libdata/pkgconfig/lib${lib}.pc)
|
||||||
|
endif()
|
||||||
|
|
||||||
if(EXISTS ${PC_FILE})
|
if(EXISTS ${PC_FILE})
|
||||||
file(READ ${PC_FILE} pcfile)
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
Prevent building spatialaudio_quick3d if quick3d is installed and the feature
|
Prevent building spatialaudio_quick3d if quick3d is installed and the feature
|
||||||
is disabled.
|
is disabled.
|
||||||
|
|
||||||
--- src/CMakeLists.txt.orig 2023-11-08 02:47:23 UTC
|
--- src/CMakeLists.txt.orig 2025-02-20 14:13:07 UTC
|
||||||
+++ src/CMakeLists.txt
|
+++ src/CMakeLists.txt
|
||||||
@@ -16,7 +16,7 @@ endif()
|
@@ -26,7 +26,7 @@ endif()
|
||||||
if(TARGET Qt::Quick)
|
if(TARGET Qt::Quick)
|
||||||
add_subdirectory(multimediaquick)
|
add_subdirectory(multimediaquick)
|
||||||
endif()
|
endif()
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- src/multimedia/CMakeLists.txt.orig 2024-11-22 07:31:25 UTC
|
--- src/multimedia/CMakeLists.txt.orig 2025-05-04 13:16:35 UTC
|
||||||
+++ src/multimedia/CMakeLists.txt
|
+++ src/multimedia/CMakeLists.txt
|
||||||
@@ -115,7 +115,7 @@ qt_internal_extend_target(Multimedia
|
@@ -136,7 +136,7 @@ qt_internal_extend_target(Multimedia
|
||||||
)
|
)
|
||||||
|
|
||||||
qt_internal_extend_target(Multimedia
|
qt_internal_extend_target(Multimedia
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- src/multimedia/configure.cmake.orig 2024-11-22 07:31:25 UTC
|
--- src/multimedia/configure.cmake.orig 2025-05-04 13:16:35 UTC
|
||||||
+++ src/multimedia/configure.cmake
|
+++ src/multimedia/configure.cmake
|
||||||
@@ -138,7 +138,7 @@ qt_feature("ffmpeg" PRIVATE
|
@@ -132,7 +132,7 @@ qt_feature("ffmpeg" PRIVATE
|
||||||
LABEL "FFmpeg"
|
LABEL "FFmpeg"
|
||||||
ENABLE INPUT_ffmpeg STREQUAL 'yes'
|
ENABLE INPUT_ffmpeg STREQUAL 'yes'
|
||||||
DISABLE INPUT_ffmpeg STREQUAL 'no'
|
DISABLE INPUT_ffmpeg STREQUAL 'no'
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
Fix 32-bit builds with PULSEAUDIO option.
|
Fix 32-bit builds with PULSEAUDIO option.
|
||||||
|
|
||||||
--- src/multimedia/pulseaudio/qpulseaudiosink.cpp.orig 2025-02-20 14:13:07 UTC
|
--- src/multimedia/pulseaudio/qpulseaudiosink.cpp.orig 2025-05-04 13:16:35 UTC
|
||||||
+++ src/multimedia/pulseaudio/qpulseaudiosink.cpp
|
+++ src/multimedia/pulseaudio/qpulseaudiosink.cpp
|
||||||
@@ -496,8 +496,8 @@ qint64 QPulseAudioSink::write(const char *data, qint64
|
@@ -491,8 +491,8 @@ qint64 QPulseAudioSink::write(const char *data, qint64
|
||||||
// or even affect the system volume if flat volumes are enabled
|
// or even affect the system volume if flat volumes are enabled
|
||||||
|
|
||||||
QAudioHelperInternal::applyVolume(m_volume, m_format,
|
QAudioHelperInternal::applyVolume(volume(), m_format,
|
||||||
- QSpan{ reinterpret_cast<const std::byte *>(data), len },
|
- QSpan{ reinterpret_cast<const std::byte *>(data), len },
|
||||||
- QSpan{ reinterpret_cast<std::byte *>(dest), len });
|
- QSpan{ reinterpret_cast<std::byte *>(dest), len });
|
||||||
+ QSpan{ reinterpret_cast<const std::byte *>(data), static_cast<qsizetype>(len) },
|
+ QSpan{ reinterpret_cast<const std::byte *>(data), static_cast<qsizetype>(len) },
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
--- src/plugins/multimedia/ffmpeg/qv4l2camera_p.h.orig 2024-03-19 05:09:26 UTC
|
--- src/plugins/multimedia/ffmpeg/qv4l2camera_p.h.orig 2025-03-09 20:10:22 UTC
|
||||||
+++ src/plugins/multimedia/ffmpeg/qv4l2camera_p.h
|
+++ src/plugins/multimedia/ffmpeg/qv4l2camera_p.h
|
||||||
@@ -18,6 +18,8 @@
|
@@ -18,6 +18,8 @@
|
||||||
#include <private/qplatformcamera_p.h>
|
#include <QtMultimedia/private/qplatformcamera_p.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
|
||||||
+#include <sys/time.h> // timeval
|
+#include <sys/time.h> // timeval
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
%%FFMPEG%%%%QT_INCDIR%%/QtFFmpegMediaPluginImpl/%%FULLVER%%/QtFFmpegMediaPluginImpl/private/qffmpegaudiodecoder_p.h
|
%%FFMPEG%%%%QT_INCDIR%%/QtFFmpegMediaPluginImpl/%%FULLVER%%/QtFFmpegMediaPluginImpl/private/qffmpegaudiodecoder_p.h
|
||||||
%%FFMPEG%%%%QT_INCDIR%%/QtFFmpegMediaPluginImpl/%%FULLVER%%/QtFFmpegMediaPluginImpl/private/qffmpegaudioencoder_p.h
|
%%FFMPEG%%%%QT_INCDIR%%/QtFFmpegMediaPluginImpl/%%FULLVER%%/QtFFmpegMediaPluginImpl/private/qffmpegaudioencoder_p.h
|
||||||
%%FFMPEG%%%%QT_INCDIR%%/QtFFmpegMediaPluginImpl/%%FULLVER%%/QtFFmpegMediaPluginImpl/private/qffmpegaudioencoderutils_p.h
|
%%FFMPEG%%%%QT_INCDIR%%/QtFFmpegMediaPluginImpl/%%FULLVER%%/QtFFmpegMediaPluginImpl/private/qffmpegaudioencoderutils_p.h
|
||||||
|
%%FFMPEG%%%%QT_INCDIR%%/QtFFmpegMediaPluginImpl/%%FULLVER%%/QtFFmpegMediaPluginImpl/private/qffmpegaudioframeconverter_p.h
|
||||||
%%FFMPEG%%%%QT_INCDIR%%/QtFFmpegMediaPluginImpl/%%FULLVER%%/QtFFmpegMediaPluginImpl/private/qffmpegaudioinput_p.h
|
%%FFMPEG%%%%QT_INCDIR%%/QtFFmpegMediaPluginImpl/%%FULLVER%%/QtFFmpegMediaPluginImpl/private/qffmpegaudioinput_p.h
|
||||||
%%FFMPEG%%%%QT_INCDIR%%/QtFFmpegMediaPluginImpl/%%FULLVER%%/QtFFmpegMediaPluginImpl/private/qffmpegaudiorenderer_p.h
|
%%FFMPEG%%%%QT_INCDIR%%/QtFFmpegMediaPluginImpl/%%FULLVER%%/QtFFmpegMediaPluginImpl/private/qffmpegaudiorenderer_p.h
|
||||||
%%FFMPEG%%%%QT_INCDIR%%/QtFFmpegMediaPluginImpl/%%FULLVER%%/QtFFmpegMediaPluginImpl/private/qffmpegavaudioformat_p.h
|
%%FFMPEG%%%%QT_INCDIR%%/QtFFmpegMediaPluginImpl/%%FULLVER%%/QtFFmpegMediaPluginImpl/private/qffmpegavaudioformat_p.h
|
||||||
|
@ -114,6 +115,7 @@
|
||||||
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qaudiostatemachine_p.h
|
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qaudiostatemachine_p.h
|
||||||
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qaudiostatemachineutils_p.h
|
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qaudiostatemachineutils_p.h
|
||||||
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qaudiosystem_p.h
|
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qaudiosystem_p.h
|
||||||
|
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qaudiosystem_platform_stream_support_p.h
|
||||||
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qautoresetevent_p.h
|
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qautoresetevent_p.h
|
||||||
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qautoresetevent_pipe_p.h
|
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qautoresetevent_pipe_p.h
|
||||||
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qcachedvalue_p.h
|
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qcachedvalue_p.h
|
||||||
|
@ -132,7 +134,9 @@
|
||||||
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qmediarecorder_p.h
|
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qmediarecorder_p.h
|
||||||
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qmediastoragelocation_p.h
|
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qmediastoragelocation_p.h
|
||||||
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qmemoryvideobuffer_p.h
|
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qmemoryvideobuffer_p.h
|
||||||
|
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qmultimedia_assume_p.h
|
||||||
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qmultimedia_enum_to_string_converter_p.h
|
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qmultimedia_enum_to_string_converter_p.h
|
||||||
|
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qmultimedia_ranges_p.h
|
||||||
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qmultimediautils_p.h
|
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qmultimediautils_p.h
|
||||||
%%PIPEWIRE%%%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qpipewire_instance_p.h
|
%%PIPEWIRE%%%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qpipewire_instance_p.h
|
||||||
%%PIPEWIRE%%%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qpipewire_screencapture_p.h
|
%%PIPEWIRE%%%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qpipewire_screencapture_p.h
|
||||||
|
@ -160,6 +164,7 @@
|
||||||
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qplatformvideosink_p.h
|
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qplatformvideosink_p.h
|
||||||
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qplatformvideosource_p.h
|
%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qplatformvideosource_p.h
|
||||||
%%PULSEAUDIO%%%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qpulseaudio_contextmanager_p.h
|
%%PULSEAUDIO%%%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qpulseaudio_contextmanager_p.h
|
||||||
|
%%PULSEAUDIO%%%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qpulseaudiodevice_p.h
|
||||||
%%PULSEAUDIO%%%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qpulseaudiodevices_p.h
|
%%PULSEAUDIO%%%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qpulseaudiodevices_p.h
|
||||||
%%PULSEAUDIO%%%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qpulseaudiosink_p.h
|
%%PULSEAUDIO%%%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qpulseaudiosink_p.h
|
||||||
%%PULSEAUDIO%%%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qpulseaudiosource_p.h
|
%%PULSEAUDIO%%%%QT_INCDIR%%/QtMultimedia/%%FULLVER%%/QtMultimedia/private/qpulseaudiosource_p.h
|
||||||
|
@ -278,6 +283,7 @@
|
||||||
%%QT_INCDIR%%/QtMultimediaTestLib/%%FULLVER%%/QtMultimediaTestLib/private/mediabackendutils_p.h
|
%%QT_INCDIR%%/QtMultimediaTestLib/%%FULLVER%%/QtMultimediaTestLib/private/mediabackendutils_p.h
|
||||||
%%QT_INCDIR%%/QtMultimediaTestLib/%%FULLVER%%/QtMultimediaTestLib/private/mediafileselector_p.h
|
%%QT_INCDIR%%/QtMultimediaTestLib/%%FULLVER%%/QtMultimediaTestLib/private/mediafileselector_p.h
|
||||||
%%QT_INCDIR%%/QtMultimediaTestLib/%%FULLVER%%/QtMultimediaTestLib/private/mediainfo_p.h
|
%%QT_INCDIR%%/QtMultimediaTestLib/%%FULLVER%%/QtMultimediaTestLib/private/mediainfo_p.h
|
||||||
|
%%QT_INCDIR%%/QtMultimediaTestLib/%%FULLVER%%/QtMultimediaTestLib/private/multimedia_debug_support_p.h
|
||||||
%%QT_INCDIR%%/QtMultimediaTestLib/%%FULLVER%%/QtMultimediaTestLib/private/osdetection_p.h
|
%%QT_INCDIR%%/QtMultimediaTestLib/%%FULLVER%%/QtMultimediaTestLib/private/osdetection_p.h
|
||||||
%%QT_INCDIR%%/QtMultimediaTestLib/%%FULLVER%%/QtMultimediaTestLib/private/qcolorutil_p.h
|
%%QT_INCDIR%%/QtMultimediaTestLib/%%FULLVER%%/QtMultimediaTestLib/private/qcolorutil_p.h
|
||||||
%%QT_INCDIR%%/QtMultimediaTestLib/%%FULLVER%%/QtMultimediaTestLib/private/qfileutil_p.h
|
%%QT_INCDIR%%/QtMultimediaTestLib/%%FULLVER%%/QtMultimediaTestLib/private/qfileutil_p.h
|
||||||
|
@ -397,6 +403,14 @@ lib/cmake/Qt6Multimedia/Qt6MultimediaVersionlessTargets.cmake
|
||||||
%%GSTREAMER%%lib/cmake/Qt6Multimedia/Qt6QGstreamerMediaPluginConfigVersionImpl.cmake
|
%%GSTREAMER%%lib/cmake/Qt6Multimedia/Qt6QGstreamerMediaPluginConfigVersionImpl.cmake
|
||||||
%%GSTREAMER%%lib/cmake/Qt6Multimedia/Qt6QGstreamerMediaPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
%%GSTREAMER%%lib/cmake/Qt6Multimedia/Qt6QGstreamerMediaPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
%%GSTREAMER%%lib/cmake/Qt6Multimedia/Qt6QGstreamerMediaPluginTargets.cmake
|
%%GSTREAMER%%lib/cmake/Qt6Multimedia/Qt6QGstreamerMediaPluginTargets.cmake
|
||||||
|
lib/cmake/Qt6MultimediaPrivate/Qt6MultimediaPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6MultimediaPrivate/Qt6MultimediaPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6MultimediaPrivate/Qt6MultimediaPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6MultimediaPrivate/Qt6MultimediaPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6MultimediaPrivate/Qt6MultimediaPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6MultimediaPrivate/Qt6MultimediaPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6MultimediaPrivate/Qt6MultimediaPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6MultimediaPrivate/Qt6MultimediaPrivateVersionlessTargets.cmake
|
||||||
lib/cmake/Qt6MultimediaQuickPrivate/Qt6MultimediaQuickPrivateAdditionalTargetInfo.cmake
|
lib/cmake/Qt6MultimediaQuickPrivate/Qt6MultimediaQuickPrivateAdditionalTargetInfo.cmake
|
||||||
lib/cmake/Qt6MultimediaQuickPrivate/Qt6MultimediaQuickPrivateConfig.cmake
|
lib/cmake/Qt6MultimediaQuickPrivate/Qt6MultimediaQuickPrivateConfig.cmake
|
||||||
lib/cmake/Qt6MultimediaQuickPrivate/Qt6MultimediaQuickPrivateConfigVersion.cmake
|
lib/cmake/Qt6MultimediaQuickPrivate/Qt6MultimediaQuickPrivateConfigVersion.cmake
|
||||||
|
@ -424,6 +438,14 @@ lib/cmake/Qt6MultimediaWidgets/Qt6MultimediaWidgetsTargets-%%CMAKE_BUILD_TYPE%%.
|
||||||
lib/cmake/Qt6MultimediaWidgets/Qt6MultimediaWidgetsTargets.cmake
|
lib/cmake/Qt6MultimediaWidgets/Qt6MultimediaWidgetsTargets.cmake
|
||||||
lib/cmake/Qt6MultimediaWidgets/Qt6MultimediaWidgetsVersionlessAliasTargets.cmake
|
lib/cmake/Qt6MultimediaWidgets/Qt6MultimediaWidgetsVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt6MultimediaWidgets/Qt6MultimediaWidgetsVersionlessTargets.cmake
|
lib/cmake/Qt6MultimediaWidgets/Qt6MultimediaWidgetsVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt6MultimediaWidgetsPrivate/Qt6MultimediaWidgetsPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6MultimediaWidgetsPrivate/Qt6MultimediaWidgetsPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6MultimediaWidgetsPrivate/Qt6MultimediaWidgetsPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6MultimediaWidgetsPrivate/Qt6MultimediaWidgetsPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6MultimediaWidgetsPrivate/Qt6MultimediaWidgetsPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6MultimediaWidgetsPrivate/Qt6MultimediaWidgetsPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6MultimediaWidgetsPrivate/Qt6MultimediaWidgetsPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6MultimediaWidgetsPrivate/Qt6MultimediaWidgetsPrivateVersionlessTargets.cmake
|
||||||
%%Q3D%%lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioAdditionalTargetInfo.cmake
|
%%Q3D%%lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioAdditionalTargetInfo.cmake
|
||||||
%%Q3D%%lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioConfig.cmake
|
%%Q3D%%lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioConfig.cmake
|
||||||
%%Q3D%%lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioConfigVersion.cmake
|
%%Q3D%%lib/cmake/Qt6Qml/QmlPlugins/Qt6quick3dspatialaudioConfigVersion.cmake
|
||||||
|
@ -454,6 +476,14 @@ lib/cmake/Qt6SpatialAudio/Qt6SpatialAudioTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt6SpatialAudio/Qt6SpatialAudioTargets.cmake
|
lib/cmake/Qt6SpatialAudio/Qt6SpatialAudioTargets.cmake
|
||||||
lib/cmake/Qt6SpatialAudio/Qt6SpatialAudioVersionlessAliasTargets.cmake
|
lib/cmake/Qt6SpatialAudio/Qt6SpatialAudioVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt6SpatialAudio/Qt6SpatialAudioVersionlessTargets.cmake
|
lib/cmake/Qt6SpatialAudio/Qt6SpatialAudioVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt6SpatialAudioPrivate/Qt6SpatialAudioPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6SpatialAudioPrivate/Qt6SpatialAudioPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6SpatialAudioPrivate/Qt6SpatialAudioPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6SpatialAudioPrivate/Qt6SpatialAudioPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6SpatialAudioPrivate/Qt6SpatialAudioPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6SpatialAudioPrivate/Qt6SpatialAudioPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6SpatialAudioPrivate/Qt6SpatialAudioPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6SpatialAudioPrivate/Qt6SpatialAudioPrivateVersionlessTargets.cmake
|
||||||
%%QT_LIBDIR%%/libQt6BundledResonanceAudio.a
|
%%QT_LIBDIR%%/libQt6BundledResonanceAudio.a
|
||||||
%%FFMPEG%%%%QT_LIBDIR%%/libQt6FFmpegMediaPluginImpl.a
|
%%FFMPEG%%%%QT_LIBDIR%%/libQt6FFmpegMediaPluginImpl.a
|
||||||
%%FFMPEG%%%%QT_LIBDIR%%/libQt6FFmpegMediaPluginImpl.prl
|
%%FFMPEG%%%%QT_LIBDIR%%/libQt6FFmpegMediaPluginImpl.prl
|
||||||
|
@ -489,6 +519,7 @@ lib/cmake/Qt6SpatialAudio/Qt6SpatialAudioVersionlessTargets.cmake
|
||||||
%%QT_LIBDIR%%/metatypes/qt6multimediawidgets_%%CMAKE_BUILD_TYPE%%_metatypes.json
|
%%QT_LIBDIR%%/metatypes/qt6multimediawidgets_%%CMAKE_BUILD_TYPE%%_metatypes.json
|
||||||
%%Q3D%%%%QT_LIBDIR%%/metatypes/qt6quick3dspatialaudioprivate_%%CMAKE_BUILD_TYPE%%_metatypes.json
|
%%Q3D%%%%QT_LIBDIR%%/metatypes/qt6quick3dspatialaudioprivate_%%CMAKE_BUILD_TYPE%%_metatypes.json
|
||||||
%%QT_LIBDIR%%/metatypes/qt6spatialaudio_%%CMAKE_BUILD_TYPE%%_metatypes.json
|
%%QT_LIBDIR%%/metatypes/qt6spatialaudio_%%CMAKE_BUILD_TYPE%%_metatypes.json
|
||||||
|
%%FFMPEG%%%%QT_MKSPECDIR%%/features/ios/add_ios_ffmpeg_libraries.prf
|
||||||
%%FFMPEG%%%%QT_MKSPECDIR%%/modules/qt_lib_ffmpegmediapluginimpl_private.pri
|
%%FFMPEG%%%%QT_MKSPECDIR%%/modules/qt_lib_ffmpegmediapluginimpl_private.pri
|
||||||
%%GSTREAMER%%%%QT_MKSPECDIR%%/modules/qt_lib_gstreamermediapluginimpl_private.pri
|
%%GSTREAMER%%%%QT_MKSPECDIR%%/modules/qt_lib_gstreamermediapluginimpl_private.pri
|
||||||
%%QT_MKSPECDIR%%/modules/qt_lib_multimedia.pri
|
%%QT_MKSPECDIR%%/modules/qt_lib_multimedia.pri
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= networkauth
|
PORTNAME= networkauth
|
||||||
DISTVERSION= ${PYQTNETWORKAUTH_VERSION}
|
DISTVERSION= ${PYQTNETWORKAUTH_VERSION}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= net devel python
|
CATEGORIES= net devel python
|
||||||
MASTER_SITES= ${MASTER_SITES_PYQTNETWORKAUTH}
|
MASTER_SITES= ${MASTER_SITES_PYQTNETWORKAUTH}
|
||||||
PKGNAMEPREFIX= ${PYQT_PY_RELNAME}-
|
PKGNAMEPREFIX= ${PYQT_PY_RELNAME}-
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1733628655
|
TIMESTAMP = 1743732662
|
||||||
SHA256 (PyQt6_NetworkAuth-6.8.0.tar.gz) = 2a1043ff6d03fc19e7bc87fad4f32d4d7e56d2bf1bb89b2a43287c0161457d59
|
SHA256 (pyqt6_networkauth-6.9.0.tar.gz) = 9acb6e97bd54584bbaeac2aabc40ec17a79d868f7da37a163c7bd4b7a8f04b09
|
||||||
SIZE (PyQt6_NetworkAuth-6.8.0.tar.gz) = 20739
|
SIZE (pyqt6_networkauth-6.9.0.tar.gz) = 21591
|
||||||
|
|
|
@ -7,10 +7,11 @@
|
||||||
%%PYQT_SIPDIR%%/QtNetworkAuth/qoauth1.sip
|
%%PYQT_SIPDIR%%/QtNetworkAuth/qoauth1.sip
|
||||||
%%PYQT_SIPDIR%%/QtNetworkAuth/qoauth1signature.sip
|
%%PYQT_SIPDIR%%/QtNetworkAuth/qoauth1signature.sip
|
||||||
%%PYQT_SIPDIR%%/QtNetworkAuth/qoauth2authorizationcodeflow.sip
|
%%PYQT_SIPDIR%%/QtNetworkAuth/qoauth2authorizationcodeflow.sip
|
||||||
|
%%PYQT_SIPDIR%%/QtNetworkAuth/qoauth2deviceauthorizationflow.sip
|
||||||
%%PYQT_SIPDIR%%/QtNetworkAuth/qoauthhttpserverreplyhandler.sip
|
%%PYQT_SIPDIR%%/QtNetworkAuth/qoauthhttpserverreplyhandler.sip
|
||||||
%%PYQT_SIPDIR%%/QtNetworkAuth/qoauthoobreplyhandler.sip
|
%%PYQT_SIPDIR%%/QtNetworkAuth/qoauthoobreplyhandler.sip
|
||||||
%%PYQT_SIPDIR%%/QtNetworkAuth/qoauthurischemereplyhandler.sip
|
%%PYQT_SIPDIR%%/QtNetworkAuth/qoauthurischemereplyhandler.sip
|
||||||
%%PYTHON_SITELIBDIR%%/PyQt6/QtNetworkAuth.abi%%PYTHON_MAJOR_VER%%.so
|
%%PYTHON_SITELIBDIR%%/PyQt6/QtNetworkAuth.abi%%PYTHON_MAJOR_VER%%.so
|
||||||
%%PYTHON_SITELIBDIR%%/PyQt6_NetworkAuth-%%PYQTNETWORKAUTH_VERSION%%.dist-info/INSTALLER
|
%%PYTHON_SITELIBDIR%%/pyqt6_networkauth-%%PYQTNETWORKAUTH_VERSION%%.dist-info/INSTALLER
|
||||||
%%PYTHON_SITELIBDIR%%/PyQt6_NetworkAuth-%%PYQTNETWORKAUTH_VERSION%%.dist-info/METADATA
|
%%PYTHON_SITELIBDIR%%/pyqt6_networkauth-%%PYQTNETWORKAUTH_VERSION%%.dist-info/METADATA
|
||||||
%%PYTHON_SITELIBDIR%%/PyQt6_NetworkAuth-%%PYQTNETWORKAUTH_VERSION%%.dist-info/RECORD
|
%%PYTHON_SITELIBDIR%%/pyqt6_networkauth-%%PYQTNETWORKAUTH_VERSION%%.dist-info/RECORD
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1743027593
|
TIMESTAMP = 1749162733
|
||||||
SHA256 (KDE/Qt/6.8.3/qt-qtcoap-v6.8.3_GH0.tar.gz) = 2a2035b0207b6a6832d595c2aff9ed6ad7dc8e82851dc68183371959fee7b3f5
|
SHA256 (KDE/Qt/6.9.1/qt-qtcoap-v6.9.1_GH0.tar.gz) = ab752e54498be742422a5257ca60d093ad4288878a83a2739da0df7c51363dd6
|
||||||
SIZE (KDE/Qt/6.8.3/qt-qtcoap-v6.8.3_GH0.tar.gz) = 186187
|
SIZE (KDE/Qt/6.9.1/qt-qtcoap-v6.9.1_GH0.tar.gz) = 186513
|
||||||
|
|
|
@ -48,6 +48,14 @@ lib/cmake/Qt6Coap/Qt6CoapTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt6Coap/Qt6CoapTargets.cmake
|
lib/cmake/Qt6Coap/Qt6CoapTargets.cmake
|
||||||
lib/cmake/Qt6Coap/Qt6CoapVersionlessAliasTargets.cmake
|
lib/cmake/Qt6Coap/Qt6CoapVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt6Coap/Qt6CoapVersionlessTargets.cmake
|
lib/cmake/Qt6Coap/Qt6CoapVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt6CoapPrivate/Qt6CoapPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6CoapPrivate/Qt6CoapPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6CoapPrivate/Qt6CoapPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6CoapPrivate/Qt6CoapPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6CoapPrivate/Qt6CoapPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6CoapPrivate/Qt6CoapPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6CoapPrivate/Qt6CoapPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6CoapPrivate/Qt6CoapPrivateVersionlessTargets.cmake
|
||||||
%%QT_LIBDIR%%/libQt6Coap.prl
|
%%QT_LIBDIR%%/libQt6Coap.prl
|
||||||
%%QT_LIBDIR%%/libQt6Coap.so
|
%%QT_LIBDIR%%/libQt6Coap.so
|
||||||
%%QT_LIBDIR%%/libQt6Coap.so.6
|
%%QT_LIBDIR%%/libQt6Coap.so.6
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1743027856
|
TIMESTAMP = 1749162756
|
||||||
SHA256 (KDE/Qt/6.8.3/qt-qtmqtt-v6.8.3_GH0.tar.gz) = e921bb965c43417235a1d93d3b91fbbb66f18d022bf7b91a5ca39d5215f49232
|
SHA256 (KDE/Qt/6.9.1/qt-qtmqtt-v6.9.1_GH0.tar.gz) = 287aeb285035301961dcdb3899b3a359d95666491a1f61a9a6dff265756c9f3c
|
||||||
SIZE (KDE/Qt/6.8.3/qt-qtmqtt-v6.8.3_GH0.tar.gz) = 209241
|
SIZE (KDE/Qt/6.9.1/qt-qtmqtt-v6.9.1_GH0.tar.gz) = 209623
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
%%QT_INCDIR%%/QtMqtt/%%FULLVER%%/QtMqtt/private/qmqttconnection_p.h
|
%%QT_INCDIR%%/QtMqtt/%%FULLVER%%/QtMqtt/private/qmqttconnection_p.h
|
||||||
%%QT_INCDIR%%/QtMqtt/%%FULLVER%%/QtMqtt/private/qmqttconnectionproperties_p.h
|
%%QT_INCDIR%%/QtMqtt/%%FULLVER%%/QtMqtt/private/qmqttconnectionproperties_p.h
|
||||||
%%QT_INCDIR%%/QtMqtt/%%FULLVER%%/QtMqtt/private/qmqttcontrolpacket_p.h
|
%%QT_INCDIR%%/QtMqtt/%%FULLVER%%/QtMqtt/private/qmqttcontrolpacket_p.h
|
||||||
|
%%QT_INCDIR%%/QtMqtt/%%FULLVER%%/QtMqtt/private/qmqttglobal_p.h
|
||||||
%%QT_INCDIR%%/QtMqtt/%%FULLVER%%/QtMqtt/private/qmqttmessage_p.h
|
%%QT_INCDIR%%/QtMqtt/%%FULLVER%%/QtMqtt/private/qmqttmessage_p.h
|
||||||
%%QT_INCDIR%%/QtMqtt/%%FULLVER%%/QtMqtt/private/qmqttpublishproperties_p.h
|
%%QT_INCDIR%%/QtMqtt/%%FULLVER%%/QtMqtt/private/qmqttpublishproperties_p.h
|
||||||
%%QT_INCDIR%%/QtMqtt/%%FULLVER%%/QtMqtt/private/qmqttsubscription_p.h
|
%%QT_INCDIR%%/QtMqtt/%%FULLVER%%/QtMqtt/private/qmqttsubscription_p.h
|
||||||
|
@ -46,6 +47,14 @@ lib/cmake/Qt6Mqtt/Qt6MqttTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt6Mqtt/Qt6MqttTargets.cmake
|
lib/cmake/Qt6Mqtt/Qt6MqttTargets.cmake
|
||||||
lib/cmake/Qt6Mqtt/Qt6MqttVersionlessAliasTargets.cmake
|
lib/cmake/Qt6Mqtt/Qt6MqttVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt6Mqtt/Qt6MqttVersionlessTargets.cmake
|
lib/cmake/Qt6Mqtt/Qt6MqttVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt6MqttPrivate/Qt6MqttPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6MqttPrivate/Qt6MqttPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6MqttPrivate/Qt6MqttPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6MqttPrivate/Qt6MqttPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6MqttPrivate/Qt6MqttPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6MqttPrivate/Qt6MqttPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6MqttPrivate/Qt6MqttPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6MqttPrivate/Qt6MqttPrivateVersionlessTargets.cmake
|
||||||
%%QT_LIBDIR%%/libQt6Mqtt.prl
|
%%QT_LIBDIR%%/libQt6Mqtt.prl
|
||||||
%%QT_LIBDIR%%/libQt6Mqtt.so
|
%%QT_LIBDIR%%/libQt6Mqtt.so
|
||||||
%%QT_LIBDIR%%/libQt6Mqtt.so.6
|
%%QT_LIBDIR%%/libQt6Mqtt.so.6
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1743027857
|
TIMESTAMP = 1749159295
|
||||||
SHA256 (KDE/Qt/6.8.3/qtnetworkauth-everywhere-src-6.8.3.tar.xz) = 27ee8b7c105a9dd75f1182d8dddc3837b875f1145f05311bca343f0838ef4b49
|
SHA256 (KDE/Qt/6.9.1/qtnetworkauth-everywhere-src-6.9.1.tar.xz) = 7fadb15b372235546f1585145fd5dbb5d1177d041ef692b0ea232935387339cb
|
||||||
SIZE (KDE/Qt/6.8.3/qtnetworkauth-everywhere-src-6.8.3.tar.xz) = 257476
|
SIZE (KDE/Qt/6.9.1/qtnetworkauth-everywhere-src-6.9.1.tar.xz) = 447664
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
%%QT_INCDIR%%/QtNetworkAuth/%%FULLVER%%/QtNetworkAuth/private/qoauth1_p.h
|
%%QT_INCDIR%%/QtNetworkAuth/%%FULLVER%%/QtNetworkAuth/private/qoauth1_p.h
|
||||||
%%QT_INCDIR%%/QtNetworkAuth/%%FULLVER%%/QtNetworkAuth/private/qoauth1signature_p.h
|
%%QT_INCDIR%%/QtNetworkAuth/%%FULLVER%%/QtNetworkAuth/private/qoauth1signature_p.h
|
||||||
%%QT_INCDIR%%/QtNetworkAuth/%%FULLVER%%/QtNetworkAuth/private/qoauth2authorizationcodeflow_p.h
|
%%QT_INCDIR%%/QtNetworkAuth/%%FULLVER%%/QtNetworkAuth/private/qoauth2authorizationcodeflow_p.h
|
||||||
|
%%QT_INCDIR%%/QtNetworkAuth/%%FULLVER%%/QtNetworkAuth/private/qoauth2deviceauthorizationflow_p.h
|
||||||
%%QT_INCDIR%%/QtNetworkAuth/%%FULLVER%%/QtNetworkAuth/private/qoauthhttpserverreplyhandler_p.h
|
%%QT_INCDIR%%/QtNetworkAuth/%%FULLVER%%/QtNetworkAuth/private/qoauthhttpserverreplyhandler_p.h
|
||||||
%%QT_INCDIR%%/QtNetworkAuth/%%FULLVER%%/QtNetworkAuth/private/qoauthoobreplyhandler_p.h
|
%%QT_INCDIR%%/QtNetworkAuth/%%FULLVER%%/QtNetworkAuth/private/qoauthoobreplyhandler_p.h
|
||||||
%%QT_INCDIR%%/QtNetworkAuth/%%FULLVER%%/QtNetworkAuth/private/qtnetworkauth-config_p.h
|
%%QT_INCDIR%%/QtNetworkAuth/%%FULLVER%%/QtNetworkAuth/private/qtnetworkauth-config_p.h
|
||||||
|
@ -13,6 +14,7 @@
|
||||||
%%QT_INCDIR%%/QtNetworkAuth/QOAuth1
|
%%QT_INCDIR%%/QtNetworkAuth/QOAuth1
|
||||||
%%QT_INCDIR%%/QtNetworkAuth/QOAuth1Signature
|
%%QT_INCDIR%%/QtNetworkAuth/QOAuth1Signature
|
||||||
%%QT_INCDIR%%/QtNetworkAuth/QOAuth2AuthorizationCodeFlow
|
%%QT_INCDIR%%/QtNetworkAuth/QOAuth2AuthorizationCodeFlow
|
||||||
|
%%QT_INCDIR%%/QtNetworkAuth/QOAuth2DeviceAuthorizationFlow
|
||||||
%%QT_INCDIR%%/QtNetworkAuth/QOAuthHttpServerReplyHandler
|
%%QT_INCDIR%%/QtNetworkAuth/QOAuthHttpServerReplyHandler
|
||||||
%%QT_INCDIR%%/QtNetworkAuth/QOAuthOobReplyHandler
|
%%QT_INCDIR%%/QtNetworkAuth/QOAuthOobReplyHandler
|
||||||
%%QT_INCDIR%%/QtNetworkAuth/QOAuthUriSchemeReplyHandler
|
%%QT_INCDIR%%/QtNetworkAuth/QOAuthUriSchemeReplyHandler
|
||||||
|
@ -25,6 +27,7 @@
|
||||||
%%QT_INCDIR%%/QtNetworkAuth/qoauth1.h
|
%%QT_INCDIR%%/QtNetworkAuth/qoauth1.h
|
||||||
%%QT_INCDIR%%/QtNetworkAuth/qoauth1signature.h
|
%%QT_INCDIR%%/QtNetworkAuth/qoauth1signature.h
|
||||||
%%QT_INCDIR%%/QtNetworkAuth/qoauth2authorizationcodeflow.h
|
%%QT_INCDIR%%/QtNetworkAuth/qoauth2authorizationcodeflow.h
|
||||||
|
%%QT_INCDIR%%/QtNetworkAuth/qoauth2deviceauthorizationflow.h
|
||||||
%%QT_INCDIR%%/QtNetworkAuth/qoauthglobal.h
|
%%QT_INCDIR%%/QtNetworkAuth/qoauthglobal.h
|
||||||
%%QT_INCDIR%%/QtNetworkAuth/qoauthhttpserverreplyhandler.h
|
%%QT_INCDIR%%/QtNetworkAuth/qoauthhttpserverreplyhandler.h
|
||||||
%%QT_INCDIR%%/QtNetworkAuth/qoauthoobreplyhandler.h
|
%%QT_INCDIR%%/QtNetworkAuth/qoauthoobreplyhandler.h
|
||||||
|
@ -41,6 +44,14 @@ lib/cmake/Qt6NetworkAuth/Qt6NetworkAuthTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/Qt6NetworkAuth/Qt6NetworkAuthTargets.cmake
|
lib/cmake/Qt6NetworkAuth/Qt6NetworkAuthTargets.cmake
|
||||||
lib/cmake/Qt6NetworkAuth/Qt6NetworkAuthVersionlessAliasTargets.cmake
|
lib/cmake/Qt6NetworkAuth/Qt6NetworkAuthVersionlessAliasTargets.cmake
|
||||||
lib/cmake/Qt6NetworkAuth/Qt6NetworkAuthVersionlessTargets.cmake
|
lib/cmake/Qt6NetworkAuth/Qt6NetworkAuthVersionlessTargets.cmake
|
||||||
|
lib/cmake/Qt6NetworkAuthPrivate/Qt6NetworkAuthPrivateAdditionalTargetInfo.cmake
|
||||||
|
lib/cmake/Qt6NetworkAuthPrivate/Qt6NetworkAuthPrivateConfig.cmake
|
||||||
|
lib/cmake/Qt6NetworkAuthPrivate/Qt6NetworkAuthPrivateConfigVersion.cmake
|
||||||
|
lib/cmake/Qt6NetworkAuthPrivate/Qt6NetworkAuthPrivateConfigVersionImpl.cmake
|
||||||
|
lib/cmake/Qt6NetworkAuthPrivate/Qt6NetworkAuthPrivateDependencies.cmake
|
||||||
|
lib/cmake/Qt6NetworkAuthPrivate/Qt6NetworkAuthPrivateTargets.cmake
|
||||||
|
lib/cmake/Qt6NetworkAuthPrivate/Qt6NetworkAuthPrivateVersionlessAliasTargets.cmake
|
||||||
|
lib/cmake/Qt6NetworkAuthPrivate/Qt6NetworkAuthPrivateVersionlessTargets.cmake
|
||||||
%%QT_LIBDIR%%/libQt6NetworkAuth.prl
|
%%QT_LIBDIR%%/libQt6NetworkAuth.prl
|
||||||
%%QT_LIBDIR%%/libQt6NetworkAuth.so
|
%%QT_LIBDIR%%/libQt6NetworkAuth.so
|
||||||
%%QT_LIBDIR%%/libQt6NetworkAuth.so.6
|
%%QT_LIBDIR%%/libQt6NetworkAuth.so.6
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue