From 1fc46db8b9b963ed3a26c619b68de76edb52061a Mon Sep 17 00:00:00 2001 From: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> Date: Tue, 8 Oct 2024 22:08:56 +0200 Subject: [PATCH] [Qt6] Update to 6.7.3 (#41222) --- ports/qt/vcpkg.json | 2 +- ports/qt3d/vcpkg.json | 2 +- ports/qt5compat/vcpkg.json | 2 +- ports/qtactiveqt/vcpkg.json | 2 +- ports/qtapplicationmanager/vcpkg.json | 2 +- ports/qtbase/allow_outside_prefix.patch | 29 +++--- ports/qtbase/cmake/qt_port_data.cmake | 91 ++++++++-------- ports/qtbase/cmake/qt_port_details.cmake | 2 +- ports/qtbase/fix-link-lib-discovery.patch | 12 +++ ports/qtbase/portfile.cmake | 5 +- ports/qtbase/vcpkg.json | 3 +- ports/qtcharts/vcpkg.json | 2 +- ports/qtcoap/vcpkg.json | 2 +- ports/qtconnectivity/vcpkg.json | 3 +- ports/qtdatavis3d/vcpkg.json | 2 +- ports/qtdeclarative/7c94c7a.diff | 14 --- ports/qtdeclarative/portfile.cmake | 2 +- ports/qtdeclarative/vcpkg.json | 2 +- ports/qtdeviceutilities/vcpkg.json | 2 +- ports/qtdoc/vcpkg.json | 2 +- ports/qtgraphs/vcpkg.json | 2 +- ports/qtgrpc/vcpkg.json | 2 +- ports/qthttpserver/vcpkg.json | 2 +- ports/qtimageformats/vcpkg.json | 2 +- ports/qtinterfaceframework/vcpkg.json | 2 +- ports/qtlanguageserver/vcpkg.json | 2 +- ports/qtlocation/vcpkg.json | 2 +- ports/qtlottie/vcpkg.json | 2 +- ports/qtmqtt/vcpkg.json | 2 +- ports/qtmultimedia/static_find_modules.patch | 37 ------- ports/qtmultimedia/vcpkg.json | 2 +- ports/qtnetworkauth/vcpkg.json | 2 +- ports/qtopcua/vcpkg.json | 2 +- ports/qtpositioning/vcpkg.json | 2 +- ports/qtquick3d/vcpkg.json | 2 +- ports/qtquick3dphysics/vcpkg.json | 2 +- ports/qtquickeffectmaker/vcpkg.json | 2 +- ports/qtquicktimeline/vcpkg.json | 2 +- ports/qtremoteobjects/vcpkg.json | 2 +- ports/qtscxml/vcpkg.json | 2 +- ports/qtsensors/vcpkg.json | 3 +- ports/qtserialbus/vcpkg.json | 2 +- ports/qtserialport/vcpkg.json | 2 +- ports/qtshadertools/vcpkg.json | 2 +- ports/qtspeech/vcpkg.json | 2 +- ports/qtsvg/vcpkg.json | 2 +- ports/qttools/vcpkg.json | 3 +- ports/qttranslations/vcpkg.json | 2 +- ports/qtvirtualkeyboard/vcpkg.json | 2 +- ports/qtwayland/vcpkg.json | 2 +- ports/qtwebchannel/vcpkg.json | 3 +- ports/qtwebengine/add-include-string.patch | 12 --- ports/qtwebengine/portfile.cmake | 1 - ports/qtwebengine/vcpkg.json | 2 +- ports/qtwebsockets/vcpkg.json | 2 +- ports/qtwebview/vcpkg.json | 2 +- ports/theia/portfile.cmake | 2 + ports/theia/vcpkg.json | 2 +- versions/baseline.json | 104 +++++++++---------- versions/q-/qt.json | 5 + versions/q-/qt3d.json | 5 + versions/q-/qt5compat.json | 5 + versions/q-/qtactiveqt.json | 5 + versions/q-/qtapplicationmanager.json | 5 + versions/q-/qtbase.json | 5 + versions/q-/qtcharts.json | 5 + versions/q-/qtcoap.json | 5 + versions/q-/qtconnectivity.json | 5 + versions/q-/qtdatavis3d.json | 5 + versions/q-/qtdeclarative.json | 5 + versions/q-/qtdeviceutilities.json | 5 + versions/q-/qtdoc.json | 5 + versions/q-/qtgraphs.json | 5 + versions/q-/qtgrpc.json | 5 + versions/q-/qthttpserver.json | 5 + versions/q-/qtimageformats.json | 5 + versions/q-/qtinterfaceframework.json | 5 + versions/q-/qtlanguageserver.json | 5 + versions/q-/qtlocation.json | 5 + versions/q-/qtlottie.json | 5 + versions/q-/qtmqtt.json | 5 + versions/q-/qtmultimedia.json | 5 + versions/q-/qtnetworkauth.json | 5 + versions/q-/qtopcua.json | 5 + versions/q-/qtpositioning.json | 5 + versions/q-/qtquick3d.json | 5 + versions/q-/qtquick3dphysics.json | 5 + versions/q-/qtquickeffectmaker.json | 5 + versions/q-/qtquicktimeline.json | 5 + versions/q-/qtremoteobjects.json | 5 + versions/q-/qtscxml.json | 5 + versions/q-/qtsensors.json | 5 + versions/q-/qtserialbus.json | 5 + versions/q-/qtserialport.json | 5 + versions/q-/qtshadertools.json | 5 + versions/q-/qtspeech.json | 5 + versions/q-/qtsvg.json | 5 + versions/q-/qttools.json | 5 + versions/q-/qttranslations.json | 5 + versions/q-/qtvirtualkeyboard.json | 5 + versions/q-/qtwayland.json | 5 + versions/q-/qtwebchannel.json | 5 + versions/q-/qtwebengine.json | 5 + versions/q-/qtwebsockets.json | 5 + versions/q-/qtwebview.json | 5 + versions/t-/theia.json | 5 + 106 files changed, 411 insertions(+), 234 deletions(-) create mode 100644 ports/qtbase/fix-link-lib-discovery.patch delete mode 100644 ports/qtdeclarative/7c94c7a.diff delete mode 100644 ports/qtwebengine/add-include-string.patch diff --git a/ports/qt/vcpkg.json b/ports/qt/vcpkg.json index 1b3c8d4569..c43db2a5ac 100644 --- a/ports/qt/vcpkg.json +++ b/ports/qt/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qt", - "version": "6.7.2", + "version": "6.7.3", "description": "A cross-platform application and UI framework.", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/qt3d/vcpkg.json b/ports/qt3d/vcpkg.json index 43d4716c36..df19fc50ee 100644 --- a/ports/qt3d/vcpkg.json +++ b/ports/qt3d/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qt3d", - "version": "6.7.2", + "version": "6.7.3", "description": "Qt wrapper for existing OPC UA stacks", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/qt5compat/vcpkg.json b/ports/qt5compat/vcpkg.json index 58e5935e5f..3bbd99be64 100644 --- a/ports/qt5compat/vcpkg.json +++ b/ports/qt5compat/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qt5compat", - "version": "6.7.2", + "version": "6.7.3", "description": "The Qt 5 Core Compat module contains the Qt 5 Core APIs that were removed in Qt 6. The module facilitates the transition to Qt 6.", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/qtactiveqt/vcpkg.json b/ports/qtactiveqt/vcpkg.json index cbf090ef02..feab8a9406 100644 --- a/ports/qtactiveqt/vcpkg.json +++ b/ports/qtactiveqt/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtactiveqt", - "version": "6.7.2", + "version": "6.7.3", "description": "ActiveQt", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/qtapplicationmanager/vcpkg.json b/ports/qtapplicationmanager/vcpkg.json index efe2bfd595..9c529fc592 100644 --- a/ports/qtapplicationmanager/vcpkg.json +++ b/ports/qtapplicationmanager/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtapplicationmanager", - "version": "6.7.2", + "version": "6.7.3", "description": "Qt component for application lifecycle management", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/qtbase/allow_outside_prefix.patch b/ports/qtbase/allow_outside_prefix.patch index cd5a256a7b..eeb503bcbc 100644 --- a/ports/qtbase/allow_outside_prefix.patch +++ b/ports/qtbase/allow_outside_prefix.patch @@ -2,21 +2,16 @@ diff --git a/cmake/QtBuildPathsHelpers.cmake b/cmake/QtBuildPathsHelpers.cmake index bd186c28b..2c1994d2e 100644 --- a/cmake/QtBuildPathsHelpers.cmake +++ b/cmake/QtBuildPathsHelpers.cmake -@@ -135,11 +135,13 @@ function(qt_configure_process_path name default docstring) - elseif(rel_path MATCHES "^\.\./") - # INSTALL_SYSCONFDIR is allowed to be outside the prefix. - if(NOT name STREQUAL "INSTALL_SYSCONFDIR") -- message(FATAL_ERROR -- "Path component '${name}' is outside computed install prefix: ${rel_path} ") -- return() -+ #message(FATAL_ERROR -+ # "Path component '${name}' is outside computed install prefix: ${rel_path} ") -+ #return() -+ set("${name}" "${rel_path}" CACHE STRING "${docstring}" FORCE) -+ else() -+ set("${name}" "${${name}}" CACHE STRING "${docstring}" FORCE) - endif() -- set("${name}" "${${name}}" CACHE STRING "${docstring}" FORCE) - else() - set("${name}" "${rel_path}" CACHE STRING "${docstring}" FORCE) +@@ -141,11 +141,9 @@ function(qt_configure_process_path name default docstring) + elseif(rel_path MATCHES "^\.\./") + # INSTALL_SYSCONFDIR is allowed to be outside the prefix. + if(NOT name STREQUAL "INSTALL_SYSCONFDIR") +- message(FATAL_ERROR +- "Path component '${name}' is outside computed install prefix: ${rel_path} ") endif() + # Keep the absolute path. + set(new_value "${${name}}") + else() + # Use the canonicalized path. + set(new_value "${rel_path}") + diff --git a/ports/qtbase/cmake/qt_port_data.cmake b/ports/qtbase/cmake/qt_port_data.cmake index ad7c1f807c..aee2607850 100644 --- a/ports/qtbase/cmake/qt_port_data.cmake +++ b/ports/qtbase/cmake/qt_port_data.cmake @@ -1,48 +1,49 @@ -set(qtbase_HASH "eb4b2f1fb02ab0ed5508d32449e140778278ff1a619cfcae14920b276b5c46e01a566d73fb8f84cf2cfc81e19cb11e53ab500df6b27d12ab875aa8c07bd15d6b") -set(qttools_HASH "311467d0e6970711b4d984fe792d2b75609f38c04121073d5c3c34c682fcee89787f6982c886e62206a76b1f647de60e56510439b0288f8bd1ae21a2683a37cd") -set(qtdeclarative_HASH "ca172e79af317f481d6f5e6388dc074fc6f99966b896135ab9991fa1a9502e46b0ac21b7f2bc38278448939e77882c5fd17252e3e6460c1665f8156fa99bceaf") -set(qtsvg_HASH "5a4209134afd3265d4b4b02a388a3078f2f915613c83e8a4aafd292e6b49d77019597f820468c8a9fe6c046c64e6890ac94ebc52e6b321a9b57a5ef3b51552e4") -set(qt5compat_HASH "31da40af3ab0a2283ead3363ee6c94a45018beccb777d2e4188f182d45ffb7e70d97543e22e5f6bc2c13df149676e44e259c8785626c54a4ed8757dcf414b4b0") -set(qtshadertools_HASH "b33e55f81d6878518dfe05db8ea3b319614dda10e215784496a61daaf8415fdeed1a3d802efc3cddc4fbca6c9894faf13475b35b3bb7d9a215b91238f9b38233") -set(qtquicktimeline_HASH "cb460db34b726216f539bcd305e257375b01250a4f2df546a9a27c53bf78287e2c9d1ecc81edc336e5d55b87006a271ddc435e5fb57a898947bcf93cf5ea1b90") -set(qtquick3d_HASH "d5a4557a6f0ea73b43de9238b8cd42fc037c417e72443a8cae96e8be779f82d5fd9efe1a09258a4d5dd55c4791b84192cb72e31bb1d744b618951080fe6fa1e2") -set(qttranslations_HASH "a1937f117af71a6896ebaf89f05bcb9c61c34711105609ac80a0f85d96cd427786e902ae4e2dccc38060c4fd9161f42a0cfdd7e39e618e3996fbe1c7f05c84d9") -set(qtwayland_HASH "2cd4f45f05ae60bc7f82b94f2e9c217ee4b8322f60381e1b079b90e0687e51cfbeb10b5dd724e1cca7e422b1b101d2b91c0ee47b1a732411cef330fb052c97c2") -set(qtdoc_HASH "5c0a58c28e11a1c5f3a1dedb4626e36a9c69d002dbbdccee8b843f0c24c9f31b781899b8467f36cbf098ae10fb81bc5217a38ea3f6c650646c17ffc72e8a79a1") -set(qtcoap_HASH "ac49332841a3f7a995be52224b00fdb9be728495069aa4873df8b67bb063a2726b58ecb19f51b9e75a40f941ae278786b96b723f2cdd51753ba9d9434c06be60") -set(qtopcua_HASH "7949331239c2556efdfcb790c79c1b3bdc7b06761613f54038588e4e3d2450e0a61ce8550d9af6b630a233aa8e5cc833d168a53c59fa58c2259d37fde11f1091") -set(qtimageformats_HASH "78871edcdf1ea0dec172e5d17fb7fee75c0512d18a7830ddcdcabb04719f57fc41faa7d1a82bcf4639213dbe98f495f817f5680745eb43a80b2e321f141d562a") -set(qtmqtt_HASH "02c5c30471ca7031facf978c05b00e6a300e90eeeb958389489f3e90a076bb4bf976aa2835af0443711d3c48e6abd4e1ef39d351e8c04e44d83a860867e63309") -set(qtnetworkauth_HASH "8357b2b833da9f652c88e706c7bf15b19b2c5b8f054914bfc16d33ea69dce86999b03fb7dd5b79e2a58d8d4e16af0fd2ff6dcf8e621ed251e63171fc8151f75b") -set(qt3d_HASH "d2b5ccf76f75db886acf4a73b1f2bc77e79a584f08f39915b7565179943c09a3ea90904af342a6d2d668b033161c41d6d4d20022e5e990ad55fa40fcb6746480") -set(qtactiveqt_HASH "f33ea2f2044a90fd7ee8bd6c20816d302324909100bb67b01484511139ea5e2221180ea648f6e07ec23819fcac8004048f6ad08100b147e54eb34a098920b510") -set(qtdatavis3d_HASH "e77112393e1c80091eb82aa7a11ad47ece46a24344d39ba097be991b36ff0d20ec0fd57533dc31c4727e8a99f0fefc0f9d4533122d2652b1294bbac50b0eb470") -set(qtdeviceutilities_HASH "70354cf3c8423662bb1c44bfd6a7c06b85d68338d67f2dd68190b6794ea1abfa591dfae27f41abf88dce248b9fcf921ec2a89d33645e6e5179652c6b3fe0e7ca") -set(qtlottie_HASH "be021c8800fc797e1c17d2bd40b6a8c1fbabf14a3e31caaa270807041151eb8ccad315a42c26914085e878e9d9f3ba99f26f872d345ed5900545a94fe6586ce7") -set(qtscxml_HASH "4eba366c2c10593cfc0fdeeff92aa9951b838837cacf113bf849b5da68da4d41d550490bc4be28620f766ab412ca4066c71ee7a1ff18651dd08267b01df6c2fe") -set(qtvirtualkeyboard_HASH "016400a65e14a5ec960f20ecf6b2b7c32fa0c67d530c5046b423633b02efce200e0967642a072ff825c54c334dfe45be3e569c16d641a735f181d233fa414782") -set(qtcharts_HASH "8e142bb3a925e802ab482890363ec1b7ed8c7b1d1bbbf6b30361afc8571ddef75d82f10b7d44bc29e6d87b752f235171f282080591f1ca252b2e47ad0b58b5ef") -set(qtconnectivity_HASH "381098e406ac18d87d34eb9087d1655c16e604059d69b77c04df9d444cefc77630a212f52b0fc2a1573c524044aa1837379d70460e152cd353731e52c4bd0e67") -set(qtpositioning_HASH "2983fde05cbccf86288cd989279551b5babeddcf9be2848870e59dbbfc2d91749465bf43c17e291d6df37ee746b5490c0bb1e6b3fd4298b4f0a22cc6d67db04e") -set(qtlocation_HASH "d7b8d4b9c99247362747d2d8fcf9207e710bed70c320d5c38e6868760cfe5ae2a158d1c0496af939a3e0d74369a86673cddfb25096ff8dda8dc209fd0df94e21") -set(qtmultimedia_HASH "bfcd04a5ba142e2a3bee3b67a261ffb4f651ac4e043e3dcafc0175bd25409de375041aa6fdda4f6899b00e4bad6c06ae9fd0d6a1e7db0b874f1bcf0a578d3c70") -set(qtremoteobjects_HASH "1b6030776c285f33a90379b235043125e06120521ff3dd8e3277c94243638c9294831e3e9866a2c04de3828b9246dd4756d762404ba8c0d987e747a4a767d4b0") -set(qtsensors_HASH "fcc437407191ea8d56f54bdbef07d0c25f15e1eefa74f5bb2c3a49af4418fb75cd8f7a16a9afc9efcba7e14ed842ca6bddeff6225949e1d193bb6e8ff55fe565") -set(qtserialbus_HASH "ba4d8c698e68508080f851d96428908b83f3d2f5d36dbcb00586567beb3001a8ca3f1d79fd9895aefb32c7d1a8400024e43cee2cdd4f427e80d47949593a3055") -set(qtserialport_HASH "faedff39212a98e6b3d96e0fb530c6b63c5fec519f5226b015771b8c5122528c8b087b6ccf74aed42ee87f61ffe324ac5c87152dad282395013a84e3f5cb2d3f") -set(qtwebchannel_HASH "6d9dae2925acfe560c2c1b4382d6e7ce7762f840e76b513f03f5e9e892fb4ad3fb0059ffef725210d88ee4210a8a09678af9b7d3dfbc6d7ff55f3e65396153dc") -set(qtwebengine_HASH "5e1f65b5c0cecd62623ac386bbc89b1222f41b8c17cec1dd43851692d21f56e8b2dba45dab9405c33e88e1d1b24998d93dbcbf371a6504a1c8cdb1a6b5a94bf7") -set(qtwebsockets_HASH "ccd2bde6f68aa0993f099b4755f6e79f64d8ff85be8891b2682194984851e0ec0f71dfa69aec53df6c7f49df7f123eff30920c9b1f5c79da5285ab5605d22dee") -set(qtwebview_HASH "9cae6f415941049c975a86f99afbb62f3177285a15d182655b9fbab5b3d9ff19d7fb0b646c243db75f382fd971f5b89bf29659c150294e9c4e7ced2921b77c2d") -set(qtinterfaceframework_REF "146d9eabba1bf49b333744e19519f3746c3e2adc") -set(qtapplicationmanager_HASH "eec95d8722ee264080c7d1b97b0e2c5dafbcf3a94ee34124a663db40e455e9635366a16e43b631ee9cf16169ad857797476a1445195e3d87997a90caa0c20243") -set(qtlanguageserver_HASH "15ece6a24b43502a66b992404230d4561fe3e3ac561bfbf75b1e56ca4b6f5e0110a95155207b844692b72e43fbaa44ab7c9ea39bfb21c30b2c3fd30f92ec3303") -set(qthttpserver_HASH "0830fb4c5968ec5e23576f58e117dcca9f012cf742043c8b4786fb7bdcd68cd86f49d15d1ba66ee64e80d5a50d3c797dbffdf6f977ad7c101bb5be1bc02c1323") -set(qtquick3dphysics_HASH "9be6bd188ff7d027d1d682809d7c53cf4ad49a99c65542d90908a5a1e5df3513929f8724205b71d5d5507be4cabb0c36fc00d7e1cc9a8fbb759d284cef216d49") -set(qtspeech_HASH "f6e598834ab455c9feb5836b0add05802261210be088f7860b746a214a5be7d332a43d7c09bd03eef48d362165f2739b858e966249c061c9ef537346453bd588") -set(qtgrpc_HASH "b643fbf69531b09183c4a0a7984b7b1b2f284df172718e76dbf8ba4275bb3d8b1d5d0e0f42e5dda3f88fcc42afa1cfbdf76be29dd1e9bb944921cd3e851ab272") -set(qtquickeffectmaker_HASH "9051418bd18c9bfe2afa4a8613456f8f4d58808f202510b66eb25c14f7e1036ed8ea320d1dba718d92cf9e6452e9fae01b8fb132009a775562bb31056cf68d88") -set(qtgraphs_HASH "b39f93def4b770a80a14480b47688ea5d567693893f93ed2826916087e92a27f5edb75a4013c5694caa5c21a5c6d1c478a49cdc1c329cbc6b5f3139745ba949c") +set(qtbase_HASH "99495c6ed942b3a7bd19f9471bac76502baaafc20ad7e139adf25726f699c1b4deffa1ab761fe9a49a3ffe6a36d830422a20f8a369aded67a083652bf4a19290") +set(qttools_HASH "c15a76a84e8cea53e8c68b00325acf2cd3fe8097c578f3e96fbb68958453116f02fed25d2811d4485b82f196b988870f0078aea0450c4526523fb8ffacbfae57") +set(qtdeclarative_HASH "54e9b262b07c80eb6530da3e980319edd7370cc90f4241ebaf22a73e1f7f4f14177cea06276a0d3b2b553c6ed0825be0c56b9e2ddca53e99db57b67c3ad4bb47") +set(qtsvg_HASH "4113d12b3662d37e1119f4f506b3b0c6712fc0718ce7840e92acd300990ad4ac6a753e839b4adc91fc1ef7dc938fc517340f990bd7b89636a42d40a25f8f4bdb") +set(qt5compat_HASH "5a9cdf6cc4d56c2576e68aaf1c68f59a6f0b7655685235876dd2916506afb11253a8fc88c8b1e7756533c39bf42263499f7fc2ef72ad6ba672a45a55cc7048a3") +set(qtshadertools_HASH "751c1e321c98a8074a9c071f7484a840ce1b0cee44b0c355c33df0e496d277fa2c1ed26e68d46412fd9c2be6231946d97c57b31601b841f65e4b8dff166e106d") +set(qtquicktimeline_HASH "e01acaad6080bec84b1efdf33c71859c609dd3a9b3e5a4af57384e9ad6b875a8ba9e426a62cea90ac51f0adf842d5e6abbcd6ec0453fba45133c39408e365816") +set(qtquick3d_HASH "cdfc34521a201325ee0d41dfb5608fc9deca6c27d71d27e170d147a53fad808c4e70ee67b5c7598c8685b8c534dd5fa8460f436ae4e7a208b7d5be27bf1631d5") +set(qttranslations_HASH "06c9ac70c77de52e750315bb74c5ad580c154805b924a95387bbac1297ca04df643f69e3ada74bd027071b179cf009927a1c0db8825104bb355036402092c405") +set(qtwayland_HASH "9e15f3798ae7738b69e367343ffd7992fcdaebeffbcb10414fe2f24be553ca63e5504ef0a8405348702d0581dabebd1c2360728f63757c7445900b04df5e9ad7") +set(qtdoc_HASH "faed302aa21e565c8a2222f34a9c3b003eee784a095c6756f4385d7715d507b647d8519a2ddf9e58ef2923a8f04b0b7a22bfe5fd97ba5480ebe302a29c47274d") +set(qtcoap_HASH "298ca42855c664b85636d1ce3482ef345672421a15f1dd0781e99c2dd3d3c4344e18ad5a440a4188a93616f5d5712a078044b356b0f5c0d051d3d5382dbeee9e") +set(qtopcua_HASH "dccd571d9764da8beda5942db8cb3577049ee0d7efd162e25008314089a1e67b17d3d46e7d868f933823d7f4f54d52e0cd277f1cbf6d6703f2745992200f0df3") +set(qtimageformats_HASH "ca4ef39cc0bdf53ff00ff870301ec184c52bb7db422eb04011926b03bedac22ba9c9426c75cb124d0016d2e70a108383c57c6826cc9e2c5d62adcd2f68db6471") +set(qtmqtt_HASH "f77b058d9a33a9006f349bdefc851d5128e37ec5ff5ebbcab2b7414ea2668cc5f869b29b9f0b3e3a72f205c658d4053b54959d918dce43a5d58db7f056193e1f") +set(qtnetworkauth_HASH "f5eacb898423bcee0b063f70bf227ef954702b281964dbf182a2e280ef98d203fd88e2696c5f6f45f62b0a6a2e6b9a33f968c71f63b02647e57c475c4c37f6df") +set(qt3d_HASH "8337c68e99a634e367899a49ce6aa51b98443c5f5e9c7487e1e79b0f2988d6543c78d8cf5e305506703d196032664a1dad33073530a10a5999ad623c6f7af98d") +set(qtactiveqt_HASH "b18186cc99d487487352714f6a351f73c3c51b768e186f11c5c35f5e92b29432a7972d12d6751e7bb1f09d03743d46dfe81d2dba335e243b50b33ea880396626") +set(qtdatavis3d_HASH "0b0835e36deff4dcb7cf0eca9391fe5a4b92cb13d6273d7d2780f6cac1d6d07e388041fe02e453684d1cb7bf9603bb3625b09ed1d0396ff078948230955df3ab") +set(qtdeviceutilities_HASH "5f1cc33af33e7541e73ad9201cd12aa1ff8e1d4b9b0ab5632f07f9bac666a12777bd24cc98ad70ca3d59757b40822641c68e2742786a3f21b7c4568bcd2d25a1") +set(qtlottie_HASH "84c79b01de4411b3ff72d30928436b35c6b042fbb8f0cb794b3a9658a09b9d91daaba6d27a4f0434df372c3154f31f3b8671c836d2217aeb94a20f88648669c5") +set(qtscxml_HASH "d2d561f7a94d1fad2ad578b602c51c5f506bb0ea2c145647ea490399bac5995191c56ad62454775f15a2d3973e99cd220487ead3d5873163949b9ddd58bdada7") +set(qtvirtualkeyboard_HASH "cc08560c565289c43e9e89f247f9eb26eed6d678892681310728c639f6f70bdaa5947b436dfce437b8e0dd9d9386229a391f19587080f043e41a53f4fcf06067") +set(qtcharts_HASH "5e1e9387bee3a500a0178390ee827d76c58ac66486236e677e2854c3ea06011aadaaa08f742bdb0674b382209d54d30e8a0fa5f110d78c2b0dbeab49d46736e4") +set(qtconnectivity_HASH "46d77b7c02a03f8aee3401c889121ada5979858d95959ab4d7f31d54ce17c92c5f9c18097297baecc08c468c4f020a826b08edffb55e00e5d3fdaa0523600362") +set(qtpositioning_HASH "feb900f7371e712a63be6798f924d42e79676c317e18d1b347ae3cc870e9bf1003accc147dfeaa18d91ce6fdf2a7f3626c11a0419cb5058fa81f6f9ef17d6554") +set(qtlocation_HASH "e905001e5edd4aa6fc3e28e7d9e0461083706510ae652bb8329a3eb9d0ca6a8cbea75ded54538e35a1a9389d743a41a4d1834f29184d398bdbb1281c0f4f591a") +set(qtmultimedia_HASH "6c8c7c18ad71e32507af57456d1c11544f3e6c67c9cd3811a83fd0c20e12d6457ab294d91905e3911bdef1977ec1b535de82e9d92b2a38bd9eef7851e6349b5a") +set(qtremoteobjects_HASH "42b744dc946296bbd57ed31509b720285fd50760484243eede06ac25205fced40060601bef257745635ab4e15a59ddc8bd207dec52246adfde94078706d23e0f") +set(qtsensors_HASH "78ddb7cad68f37e7e6f1206c1f9db1b86ecba0806659a1049b562c45ed94439200230040a441e7e3c8cc5a17460e5e2e236cf42adfa88ff640f8aceb786c2288") +set(qtserialbus_HASH "fb032e65392ea6ee5e3edfe4dccbae3514493dca8fa5b3ffada18f0ce661475f847bc27e4c49573d360d55ed1bd17d4bb7e5faf5a31fc169a6984070c8fd8cae") +set(qtserialport_HASH "b5296a1494b9601d29b74518abade07274559eb2cade9cedd10e922bede0e759334a6982d799ea2438b0e3940e122a43fc07e0250e273d97c0307f9d9f0cac5b") +set(qtwebchannel_HASH "4cf329c865f9b9eb30584061a0cc684a014f6bdd8cc1f7cd037416cd6aacb386a8d16fe58b5c1c9854c3df4182fd6117ec6297e8d941d5215f0f86ad51f80180") +set(qtwebengine_HASH "f20769ac9b3f4a9fda9865c86d9dd2c779e404823d85aaf12cbbc425880352c19352ed39eb804a80a06a99e13582d22d45dbf2a8d7bbefea3592ff965b863cbe") +set(qtwebsockets_HASH "3dd1ed7a29c4bcc070241f465608a2f0b35142f73bc5cf0b3e964504a68da5a76002dabd4c6f14330f29200c8fb8d5e0ad46c5bc6de7af4889fd355796bce261") +set(qtwebview_HASH "d23ca95d252078a8b2dc4738298603a45384d88e0a4c0d4880ea7bf20195f0f6dfb201704cc7b7cb7127a702ec9b87b90a6e9d1f94a721efb291d7e50720cc26") +set(qtinterfaceframework_REF 4b0f0b7cf669b5be55a300ff8f5df457d4a6ec69) +set(qtapplicationmanager_HASH "ebe8ab7afbf1ede3d0ec4e3f0e5e604a811be9bf62e64159ae5ed1f81e4ae36d06f9e9a6ec6c74969e99ee260857a57bc37da2c182d7b36789387ca8d9fa2e16") +set(qtlanguageserver_HASH "29ade3d88c5c2d33cd777ffef87f1e7606664ab25194912f4a575c364f2621b99128e821d1685acc332671b77235a02c92333e4186a133b5f180e5b184bf7551") +set(qthttpserver_HASH "05238a97b9576f015a741446cfda434355fee8599975b5f4bf062bd28c63127d4bfbf52c4b84ff1f7b88def31200f4c3d298812a7eff5583546a5b925a390edf") +set(qtquick3dphysics_HASH "db437b74c6970badf197d0666923bd1927a0ff86d07dd2bbb341709eda28a2483e4307e9c773bd71b49c3493429a464ffd79f3ee2edd638f1e99f0292622e8dc") +set(qtspeech_HASH "b2b5a3b67160b75a679701eeac97587add53a1f8c2a2d120a61c54ead1d519d1fb726945fd2d4871b800f028e70f44e1079480322f71e2010c72b675b1cf935f") +set(qtgrpc_HASH "919ef9e97dfa6ae8d24a187eea0d0744099b991760f618cff0de25e025fbc3b9c1035ec7c2ff1893b20d6cde142fa849defb3738d06a430cbb97d344bdd5d146") +set(qtquickeffectmaker_HASH "afeaefa94fefda3a8d5561cb313f6094220dfd57af836a4e5e93cd381141bd52c43533e9ce284b152a5ccc3a798dc7b4401fe68d8d2c20df29aaf5ea71715061") +set(qtgraphs_HASH "3a74894ad37370a241fb7c866a5347ce43004623ab276bc2d571fd1e0a65739e6196ca2866c63ee3dcdfdfc6d020e1f9a3962fd64f21268bab23d30e12445b37") + # Keep for beta/rc #set(qttools_qlitehtml_REF bd70f93ce41443a6a90a269531393f575685283e) diff --git a/ports/qtbase/cmake/qt_port_details.cmake b/ports/qtbase/cmake/qt_port_details.cmake index e5a1ac147f..7ec38e27e9 100644 --- a/ports/qtbase/cmake/qt_port_details.cmake +++ b/ports/qtbase/cmake/qt_port_details.cmake @@ -7,7 +7,7 @@ ## 6. The build should fail with "Done downloading version and emitting hashes." This will have changed out the vcpkg.json versions of the qt ports and rewritten qt_port_data.cmake ## 7. Set QT_UPDATE_VERSION back to 0 -set(QT_VERSION 6.7.2) +set(QT_VERSION 6.7.3) set(QT_DEV_BRANCH 0) set(QT_UPDATE_VERSION 0) diff --git a/ports/qtbase/fix-link-lib-discovery.patch b/ports/qtbase/fix-link-lib-discovery.patch new file mode 100644 index 0000000000..339d254906 --- /dev/null +++ b/ports/qtbase/fix-link-lib-discovery.patch @@ -0,0 +1,12 @@ +diff --git a/cmake/QtPriHelpers.cmake b/cmake/QtPriHelpers.cmake +index b6f1242..eaa4d65 100644 +--- a/cmake/QtPriHelpers.cmake ++++ b/cmake/QtPriHelpers.cmake +@@ -37,6 +37,7 @@ function(qt_generate_qmake_libraries_pri_content module_name output_root_dir out + get_target_property(lib_target_type ${lib_target} TYPE) + if(lib_target_type MATCHES "^(INTERFACE|UNKNOWN)_LIBRARY") + get_target_property(iface_libs ${lib_target} INTERFACE_LINK_LIBRARIES) ++ string(REGEX REPLACE [[\$]+)>]] "\\1" iface_libs "${iface_libs}") + if(iface_libs) + list(PREPEND lib_targets ${iface_libs}) + endif() diff --git a/ports/qtbase/portfile.cmake b/ports/qtbase/portfile.cmake index 81dd861e77..3b3c483377 100644 --- a/ports/qtbase/portfile.cmake +++ b/ports/qtbase/portfile.cmake @@ -21,7 +21,8 @@ set(${PORT}_PATCHES clang-cl_QGADGET_fix.diff fix-host-aliasing.patch fix_deploy_windows.patch - ) + fix-link-lib-discovery.patch +) if(VCPKG_TARGET_IS_WINDOWS AND NOT VCPKG_TARGET_IS_MINGW) list(APPEND ${PORT}_PATCHES env.patch) @@ -310,7 +311,7 @@ set(TOOL_NAMES qt_install_submodule(PATCHES ${${PORT}_PATCHES} TOOL_NAMES ${TOOL_NAMES} CONFIGURE_OPTIONS - #--trace-expand + ##--trace-expand ${FEATURE_OPTIONS} ${FEATURE_CORE_OPTIONS} ${FEATURE_NET_OPTIONS} diff --git a/ports/qtbase/vcpkg.json b/ports/qtbase/vcpkg.json index c44e8b8e4c..935f2ab4a7 100644 --- a/ports/qtbase/vcpkg.json +++ b/ports/qtbase/vcpkg.json @@ -1,7 +1,6 @@ { "name": "qtbase", - "version": "6.7.2", - "port-version": 3, + "version": "6.7.3", "description": "Qt Base (Core, Gui, Widgets, Network, ...)", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/qtcharts/vcpkg.json b/ports/qtcharts/vcpkg.json index 13e4a1ec11..7e6375d2bd 100644 --- a/ports/qtcharts/vcpkg.json +++ b/ports/qtcharts/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtcharts", - "version": "6.7.2", + "version": "6.7.3", "description": "The Qt Charts module provides a set of easy-to-use chart components. It uses the Qt Graphics View Framework to integrate charts with modern user interfaces.", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/qtcoap/vcpkg.json b/ports/qtcoap/vcpkg.json index b44638453a..86d01fe4d8 100644 --- a/ports/qtcoap/vcpkg.json +++ b/ports/qtcoap/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtcoap", - "version": "6.7.2", + "version": "6.7.3", "description": "Qt CoAP implements the client side of CoAP.", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/qtconnectivity/vcpkg.json b/ports/qtconnectivity/vcpkg.json index 95d9752ec7..979453f0a6 100644 --- a/ports/qtconnectivity/vcpkg.json +++ b/ports/qtconnectivity/vcpkg.json @@ -1,7 +1,6 @@ { "name": "qtconnectivity", - "version": "6.7.2", - "port-version": 1, + "version": "6.7.3", "description": "The Qt Connectivity module provides access to Bluetooth and NFC hardware.", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/qtdatavis3d/vcpkg.json b/ports/qtdatavis3d/vcpkg.json index 0ecb857957..431a56f3be 100644 --- a/ports/qtdatavis3d/vcpkg.json +++ b/ports/qtdatavis3d/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtdatavis3d", - "version": "6.7.2", + "version": "6.7.3", "description": "The Qt Data Visualization module enables you to visualize data in 3D as bar, scatter, and surface graphs.", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/qtdeclarative/7c94c7a.diff b/ports/qtdeclarative/7c94c7a.diff deleted file mode 100644 index 62426488cb..0000000000 --- a/ports/qtdeclarative/7c94c7a.diff +++ /dev/null @@ -1,14 +0,0 @@ -diff --git a/src/quicklayouts/qquicklayout.cpp b/src/quicklayouts/qquicklayout.cpp -index e3d2457..97da0a6 100644 ---- a/src/quicklayouts/qquicklayout.cpp -+++ b/src/quicklayouts/qquicklayout.cpp -@@ -949,7 +949,8 @@ - { - Q_D(QQuickLayout); - QQuickItem::geometryChange(newGeometry, oldGeometry); -- if (invalidated() || d->m_disableRearrange || !isReady()) -+ if ((invalidated() && !qobject_cast(parentItem())) || -+ d->m_disableRearrange || !isReady()) - return; - - qCDebug(lcQuickLayouts) << "QQuickLayout::geometryChange" << newGeometry << oldGeometry; diff --git a/ports/qtdeclarative/portfile.cmake b/ports/qtdeclarative/portfile.cmake index 871641c4ba..05359ad5ff 100644 --- a/ports/qtdeclarative/portfile.cmake +++ b/ports/qtdeclarative/portfile.cmake @@ -3,7 +3,7 @@ include("${SCRIPT_PATH}/qt_install_submodule.cmake") vcpkg_buildpath_length_warning(44) -set(${PORT}_PATCHES "7c94c7a.diff") +set(${PORT}_PATCHES "") set(TOOL_NAMES qml diff --git a/ports/qtdeclarative/vcpkg.json b/ports/qtdeclarative/vcpkg.json index 8275f7ff8f..a8346500ef 100644 --- a/ports/qtdeclarative/vcpkg.json +++ b/ports/qtdeclarative/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtdeclarative", - "version": "6.7.2", + "version": "6.7.3", "description": "Qt Declarative (Quick 2)", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/qtdeviceutilities/vcpkg.json b/ports/qtdeviceutilities/vcpkg.json index 537144b84f..66525ef18e 100644 --- a/ports/qtdeviceutilities/vcpkg.json +++ b/ports/qtdeviceutilities/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtdeviceutilities", - "version": "6.7.2", + "version": "6.7.3", "description": "Qt Device Utilities provides functionality that is useful for controlling settings in embedded applications.", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/qtdoc/vcpkg.json b/ports/qtdoc/vcpkg.json index e873dfee16..ba0672a7be 100644 --- a/ports/qtdoc/vcpkg.json +++ b/ports/qtdoc/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtdoc", - "version": "6.7.2", + "version": "6.7.3", "description": "The Qt documentation.", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/qtgraphs/vcpkg.json b/ports/qtgraphs/vcpkg.json index 9b44a31a2e..3d6ab4d4c6 100644 --- a/ports/qtgraphs/vcpkg.json +++ b/ports/qtgraphs/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtgraphs", - "version": "6.7.2", + "version": "6.7.3", "description": "The Qt Graphs module enables you to visualize data in 3D as bar, scatter, and surface graphs.", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/qtgrpc/vcpkg.json b/ports/qtgrpc/vcpkg.json index d917c784ce..8465c834a5 100644 --- a/ports/qtgrpc/vcpkg.json +++ b/ports/qtgrpc/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtgrpc", - "version": "6.7.2", + "version": "6.7.3", "description": "The Qt GRPC and Qt Protobuf modules together allow you to define data and messages in proto files, and then use the code generators, which generate client code allowing accessors for fields and gRPC services in the Qt framework.", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/qthttpserver/vcpkg.json b/ports/qthttpserver/vcpkg.json index 53e981a602..949d977ad9 100644 --- a/ports/qthttpserver/vcpkg.json +++ b/ports/qthttpserver/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qthttpserver", - "version": "6.7.2", + "version": "6.7.3", "description": "Qt HTTP Server supports building HTTP server functionality into an application.", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/qtimageformats/vcpkg.json b/ports/qtimageformats/vcpkg.json index ca8630f02b..15c6555f9c 100644 --- a/ports/qtimageformats/vcpkg.json +++ b/ports/qtimageformats/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtimageformats", - "version": "6.7.2", + "version": "6.7.3", "description": "The Qt Image Formats add-on module provides optional support for other image file formats.", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/qtinterfaceframework/vcpkg.json b/ports/qtinterfaceframework/vcpkg.json index 55e987c305..bf853fbdab 100644 --- a/ports/qtinterfaceframework/vcpkg.json +++ b/ports/qtinterfaceframework/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtinterfaceframework", - "version": "6.7.2", + "version": "6.7.3", "description": "The Qt Interface Framework module provides both the tools and the core APIs, for you to implement Middleware APIs, Middleware Back ends, and Middleware Services.", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/qtlanguageserver/vcpkg.json b/ports/qtlanguageserver/vcpkg.json index f979bdb944..9403bea683 100644 --- a/ports/qtlanguageserver/vcpkg.json +++ b/ports/qtlanguageserver/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtlanguageserver", - "version": "6.7.2", + "version": "6.7.3", "description": "An implementation of the Language Server Protocol.", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/qtlocation/vcpkg.json b/ports/qtlocation/vcpkg.json index 2d189eee79..5492960d75 100644 --- a/ports/qtlocation/vcpkg.json +++ b/ports/qtlocation/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtlocation", - "version": "6.7.2", + "version": "6.7.3", "description": "The Qt Location API helps you create viable mapping solutions using the data available from some of the popular location services.", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/qtlottie/vcpkg.json b/ports/qtlottie/vcpkg.json index b55d37033d..128f46ea56 100644 --- a/ports/qtlottie/vcpkg.json +++ b/ports/qtlottie/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtlottie", - "version": "6.7.2", + "version": "6.7.3", "description": "Lottie is a family of player software for a certain json-based file format for describing 2d vector graphics animations. These files are created/exported directly from After Effects by a plugin called Bodymovin.", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/qtmqtt/vcpkg.json b/ports/qtmqtt/vcpkg.json index b9818fc7bf..c6277f30eb 100644 --- a/ports/qtmqtt/vcpkg.json +++ b/ports/qtmqtt/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtmqtt", - "version": "6.7.2", + "version": "6.7.3", "description": "The Qt MQTT module provides a standard compliant implementation of the MQTT protocol specification.", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/qtmultimedia/static_find_modules.patch b/ports/qtmultimedia/static_find_modules.patch index dfdee0fa06..68957566f6 100644 --- a/ports/qtmultimedia/static_find_modules.patch +++ b/ports/qtmultimedia/static_find_modules.patch @@ -80,40 +80,3 @@ index 19a8a67..09e95d1 100644 ) endif() include(FindPackageHandleStandardArgs) -diff --git a/cmake/FindGStreamer.cmake b/cmake/FindGStreamer.cmake -index c3becd7..895e1c8 100644 ---- a/cmake/FindGStreamer.cmake -+++ b/cmake/FindGStreamer.cmake -@@ -19,8 +19,8 @@ - # If the gstgl-1.0 library is available and target GStreamer::GStreamer exists - # - --include(CMakeFindDependencyMacro) --find_dependency(GObject) -+find_package(GObject) -+find_package(GLIB2) - - find_package(PkgConfig QUIET) - function(find_gstreamer_component component prefix header library) -@@ -74,7 +74,7 @@ find_gstreamer_component(Pbutils gstreamer-pbutils-1.0 gst/pbutils/pbutils.h gst - find_gstreamer_component(Allocators gstreamer-allocators-1.0 gst/allocators/allocators.h gstallocators-1.0) - - if(TARGET GStreamer::Core) -- target_link_libraries(GStreamer::Core INTERFACE GObject::GObject) -+ target_link_libraries(GStreamer::Core INTERFACE GObject::GObject GLIB2::GMODULE) - endif() - if(TARGET GStreamer::Base AND TARGET GStreamer::Core) - target_link_libraries(GStreamer::Base INTERFACE GStreamer::Core) -@@ -107,7 +107,11 @@ foreach(component ${GStreamer_FIND_COMPONENTS}) - elseif(${component} STREQUAL "Gl") - find_gstreamer_component(Gl gstreamer-gl-1.0 gst/gl/gl.h gstgl-1.0) - if(TARGET GStreamer::Gl AND TARGET GStreamer::Video AND TARGET GStreamer::Allocators) -- target_link_libraries(GStreamer::Gl INTERFACE GStreamer::Video GStreamer::Allocators) -+ find_package(OpenGL) -+ if(OpenGL_FOUND) -+ target_link_libraries(GStreamer::Gl INTERFACE OpenGL::GL) -+ endif() -+ target_link_libraries(GStreamer::Gl INTERFACE GStreamer::Video GStreamer::Allocators GLIB2::GMODULE) - endif() - else() - message(WARNING "FindGStreamer.cmake: Invalid Gstreamer component \"${component}\" requested") diff --git a/ports/qtmultimedia/vcpkg.json b/ports/qtmultimedia/vcpkg.json index 9d5c84487b..1f0bd38348 100644 --- a/ports/qtmultimedia/vcpkg.json +++ b/ports/qtmultimedia/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtmultimedia", - "version": "6.7.2", + "version": "6.7.3", "description": "Qt Multimedia is an add-on module that provides a rich set of QML types and C++ classes to handle multimedia content.", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/qtnetworkauth/vcpkg.json b/ports/qtnetworkauth/vcpkg.json index 5cb63ebdd0..5201679d7f 100644 --- a/ports/qtnetworkauth/vcpkg.json +++ b/ports/qtnetworkauth/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtnetworkauth", - "version": "6.7.2", + "version": "6.7.3", "description": "Qt Network Authorization provides a set of APIs that enable Qt applications to obtain limited access to online accounts and HTTP services without exposing users' passwords.", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/qtopcua/vcpkg.json b/ports/qtopcua/vcpkg.json index c69fa3e9ee..5335a8b5e6 100644 --- a/ports/qtopcua/vcpkg.json +++ b/ports/qtopcua/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtopcua", - "version": "6.7.2", + "version": "6.7.3", "description": "The Qt OPC UA module implements a Qt API to interact with OPC UA on top of a 3rd party OPC UA stack.", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/qtpositioning/vcpkg.json b/ports/qtpositioning/vcpkg.json index c2b6eb2acd..394e2f1194 100644 --- a/ports/qtpositioning/vcpkg.json +++ b/ports/qtpositioning/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtpositioning", - "version": "6.7.2", + "version": "6.7.3", "description": "The Qt Positioning API provides positioning information via QML and C++ interfaces.", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/qtquick3d/vcpkg.json b/ports/qtquick3d/vcpkg.json index 9bf9b80c6e..8b4a0dd831 100644 --- a/ports/qtquick3d/vcpkg.json +++ b/ports/qtquick3d/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtquick3d", - "version": "6.7.2", + "version": "6.7.3", "description": "Qt Quick 3D provides a high-level API for creating 3D content and 3D user interfaces based on Qt Quick.", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/qtquick3dphysics/vcpkg.json b/ports/qtquick3dphysics/vcpkg.json index 04f4105a2b..0e1c310e94 100644 --- a/ports/qtquick3dphysics/vcpkg.json +++ b/ports/qtquick3dphysics/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtquick3dphysics", - "version": "6.7.2", + "version": "6.7.3", "description": "Qt Quick 3D Physics provides a high-level API for physics simulation.", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/qtquickeffectmaker/vcpkg.json b/ports/qtquickeffectmaker/vcpkg.json index ad10938582..45e5bb5f6f 100644 --- a/ports/qtquickeffectmaker/vcpkg.json +++ b/ports/qtquickeffectmaker/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtquickeffectmaker", - "version": "6.7.2", + "version": "6.7.3", "description": "Qt Quick Effect Maker is a tool for creating shader effects for Qt Quick with high productivity and performance.", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/qtquicktimeline/vcpkg.json b/ports/qtquicktimeline/vcpkg.json index 31f649ae87..0e9690c75c 100644 --- a/ports/qtquicktimeline/vcpkg.json +++ b/ports/qtquicktimeline/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtquicktimeline", - "version": "6.7.2", + "version": "6.7.3", "description": "The Qt Quick Timeline module enables keyframe-based animations and parameterization.", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/qtremoteobjects/vcpkg.json b/ports/qtremoteobjects/vcpkg.json index 4b62f47f73..2dc6c0eaf7 100644 --- a/ports/qtremoteobjects/vcpkg.json +++ b/ports/qtremoteobjects/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtremoteobjects", - "version": "6.7.2", + "version": "6.7.3", "description": "Qt Remote Objects (QtRO) is an Inter-Process Communication (IPC) module developed for Qt. This module extends Qt's existing functionalities to enable information exchange between processes or computers, easily.", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/qtscxml/vcpkg.json b/ports/qtscxml/vcpkg.json index e4d7981a86..8d2aae09be 100644 --- a/ports/qtscxml/vcpkg.json +++ b/ports/qtscxml/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtscxml", - "version": "6.7.2", + "version": "6.7.3", "description": "The Qt SCXML module provides functionality to create state machines from SCXML files.", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/qtsensors/vcpkg.json b/ports/qtsensors/vcpkg.json index c8e27f83da..cf29060767 100644 --- a/ports/qtsensors/vcpkg.json +++ b/ports/qtsensors/vcpkg.json @@ -1,7 +1,6 @@ { "name": "qtsensors", - "version": "6.7.2", - "port-version": 1, + "version": "6.7.3", "description": "The Qt Sensors API provides access to sensor hardware via QML and C++ interfaces. The Qt Sensors API also provides a motion gesture recognition API for devices.", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/qtserialbus/vcpkg.json b/ports/qtserialbus/vcpkg.json index abb6e43cab..49b105bad8 100644 --- a/ports/qtserialbus/vcpkg.json +++ b/ports/qtserialbus/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtserialbus", - "version": "6.7.2", + "version": "6.7.3", "description": "The Qt Serial Bus API provides classes and functions to access the various industrial serial buses and protocols, such as CAN, ModBus, and others.", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/qtserialport/vcpkg.json b/ports/qtserialport/vcpkg.json index 6fda986341..b227c41f43 100644 --- a/ports/qtserialport/vcpkg.json +++ b/ports/qtserialport/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtserialport", - "version": "6.7.2", + "version": "6.7.3", "description": "Qt Serial Port provides basic functionality for configuration, I/O operations, and getting and setting the control signals of the RS-232 pinouts.", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/qtshadertools/vcpkg.json b/ports/qtshadertools/vcpkg.json index 0bc14bedd8..1cc42d8eca 100644 --- a/ports/qtshadertools/vcpkg.json +++ b/ports/qtshadertools/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtshadertools", - "version": "6.7.2", + "version": "6.7.3", "description": "The Qt Shader Tools module is designed to provide a set of tools and utilities to work with graphics shaders.", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/qtspeech/vcpkg.json b/ports/qtspeech/vcpkg.json index 38beb7485b..b89fca6960 100644 --- a/ports/qtspeech/vcpkg.json +++ b/ports/qtspeech/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtspeech", - "version": "6.7.2", + "version": "6.7.3", "description": "The Qt Speech module enables a Qt application to support accessibility features such as text-to-speech, which is useful for end-users who are visually challenged or cannot access the application for whatever reason.", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/qtsvg/vcpkg.json b/ports/qtsvg/vcpkg.json index 619923c5b8..a8b1df67d5 100644 --- a/ports/qtsvg/vcpkg.json +++ b/ports/qtsvg/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtsvg", - "version": "6.7.2", + "version": "6.7.3", "description": "Qt SVG provides classes for rendering and displaying SVG drawings in widgets and on other paint devices.", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/qttools/vcpkg.json b/ports/qttools/vcpkg.json index c758dcfa14..56a01ab941 100644 --- a/ports/qttools/vcpkg.json +++ b/ports/qttools/vcpkg.json @@ -1,7 +1,6 @@ { "name": "qttools", - "version": "6.7.2", - "port-version": 1, + "version": "6.7.3", "description": "A collection of tools and utilities that come with the Qt framework to assist developers in the creation, management, and deployment of Qt applications.", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/qttranslations/vcpkg.json b/ports/qttranslations/vcpkg.json index 4a9f328273..ae9cb340d1 100644 --- a/ports/qttranslations/vcpkg.json +++ b/ports/qttranslations/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qttranslations", - "version": "6.7.2", + "version": "6.7.3", "description": "Qt translations.", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/qtvirtualkeyboard/vcpkg.json b/ports/qtvirtualkeyboard/vcpkg.json index b19bbefbdf..055b9f09e5 100644 --- a/ports/qtvirtualkeyboard/vcpkg.json +++ b/ports/qtvirtualkeyboard/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtvirtualkeyboard", - "version": "6.7.2", + "version": "6.7.3", "description": "The Qt Virtual Keyboard project provides an input framework and reference keyboard frontend for Qt 6 on Linux Desktop/X11, Windows Desktop, and Boot2Qt targets.", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/qtwayland/vcpkg.json b/ports/qtwayland/vcpkg.json index 8351648e29..88e6d78113 100644 --- a/ports/qtwayland/vcpkg.json +++ b/ports/qtwayland/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtwayland", - "version": "6.7.2", + "version": "6.7.3", "description": "A toolbox for making Qt based Wayland compositors", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/qtwebchannel/vcpkg.json b/ports/qtwebchannel/vcpkg.json index 10dde6365e..6bf2be9a17 100644 --- a/ports/qtwebchannel/vcpkg.json +++ b/ports/qtwebchannel/vcpkg.json @@ -1,7 +1,6 @@ { "name": "qtwebchannel", - "version": "6.7.2", - "port-version": 1, + "version": "6.7.3", "description": "Qt WebChannel enables peer-to-peer communication between a server (QML/C++ application) and a client (HTML/JavaScript or QML application).", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/qtwebengine/add-include-string.patch b/ports/qtwebengine/add-include-string.patch deleted file mode 100644 index b44798a939..0000000000 --- a/ports/qtwebengine/add-include-string.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/src/3rdparty/gn/src/gn/escape.h b/src/3rdparty/gn/src/gn/escape.h -index b5cfd6b..1b61eaa 100644 ---- a/src/3rdparty/gn/src/gn/escape.h -+++ b/src/3rdparty/gn/src/gn/escape.h -@@ -6,6 +6,7 @@ - #define TOOLS_GN_ESCAPE_H_ - - #include -+#include - #include - - enum EscapingMode { diff --git a/ports/qtwebengine/portfile.cmake b/ports/qtwebengine/portfile.cmake index 44656f472b..947765771a 100644 --- a/ports/qtwebengine/portfile.cmake +++ b/ports/qtwebengine/portfile.cmake @@ -4,7 +4,6 @@ include("${SCRIPT_PATH}/qt_install_submodule.cmake") set(${PORT}_PATCHES "clang-cl.patch" "fix-error2275-2672.patch" - "add-include-string.patch" ) set(TOOL_NAMES gn QtWebEngineProcess qwebengine_convert_dict webenginedriver) diff --git a/ports/qtwebengine/vcpkg.json b/ports/qtwebengine/vcpkg.json index 6be2430163..0120598997 100644 --- a/ports/qtwebengine/vcpkg.json +++ b/ports/qtwebengine/vcpkg.json @@ -1,7 +1,7 @@ { "$comment": "x86-windows is not within the upstream support matrix of Qt6", "name": "qtwebengine", - "version": "6.7.2", + "version": "6.7.3", "description": "Qt WebEngine provides functionality for rendering regions of dynamic web content.", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/qtwebsockets/vcpkg.json b/ports/qtwebsockets/vcpkg.json index 1f3c1acffe..92be09d757 100644 --- a/ports/qtwebsockets/vcpkg.json +++ b/ports/qtwebsockets/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtwebsockets", - "version": "6.7.2", + "version": "6.7.3", "description": "The Qt WebSockets module provides C++ and QML interfaces that enable Qt applications to act as a server that can process WebSocket requests, or a client that can consume data received from the server, or both.", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/qtwebview/vcpkg.json b/ports/qtwebview/vcpkg.json index 2979c258e5..c3538e242b 100644 --- a/ports/qtwebview/vcpkg.json +++ b/ports/qtwebview/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtwebview", - "version": "6.7.2", + "version": "6.7.3", "description": "Qt WebView provides a way to display web content in a QML application without necessarily including a full web browser stack by using native APIs where it makes sense.", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/theia/portfile.cmake b/ports/theia/portfile.cmake index e972d70925..3e7c8eb72c 100644 --- a/ports/theia/portfile.cmake +++ b/ports/theia/portfile.cmake @@ -28,6 +28,8 @@ vcpkg_cmake_configure( -DBUILD_TESTING=OFF -DTHEIA_USE_EXTERNAL_CEREAL=ON -DTHEIA_USE_EXTERNAL_FLANN=ON + -DCMAKE_POLICY_DEFAULT_CMP0012=NEW + -DCMAKE_POLICY_DEFAULT_CMP0057=NEW ) vcpkg_cmake_install() diff --git a/ports/theia/vcpkg.json b/ports/theia/vcpkg.json index 01d31a55d9..dba87ad56d 100644 --- a/ports/theia/vcpkg.json +++ b/ports/theia/vcpkg.json @@ -1,7 +1,7 @@ { "name": "theia", "version": "0.8", - "port-version": 10, + "port-version": 11, "description": "An open source library for multiview geometry and structure from motion", "homepage": "https://github.com/sweeneychris/TheiaSfM", "license": "BSD-3-Clause", diff --git a/versions/baseline.json b/versions/baseline.json index 5bb6ebde75..9a24038c09 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -7297,7 +7297,7 @@ "port-version": 1 }, "qt": { - "baseline": "6.7.2", + "baseline": "6.7.3", "port-version": 0 }, "qt-advanced-docking-system": { @@ -7305,7 +7305,7 @@ "port-version": 0 }, "qt3d": { - "baseline": "6.7.2", + "baseline": "6.7.3", "port-version": 0 }, "qt5": { @@ -7481,67 +7481,67 @@ "port-version": 0 }, "qt5compat": { - "baseline": "6.7.2", + "baseline": "6.7.3", "port-version": 0 }, "qtactiveqt": { - "baseline": "6.7.2", + "baseline": "6.7.3", "port-version": 0 }, "qtapplicationmanager": { - "baseline": "6.7.2", + "baseline": "6.7.3", "port-version": 0 }, "qtbase": { - "baseline": "6.7.2", - "port-version": 3 + "baseline": "6.7.3", + "port-version": 0 }, "qtcharts": { - "baseline": "6.7.2", + "baseline": "6.7.3", "port-version": 0 }, "qtcoap": { - "baseline": "6.7.2", + "baseline": "6.7.3", "port-version": 0 }, "qtconnectivity": { - "baseline": "6.7.2", - "port-version": 1 + "baseline": "6.7.3", + "port-version": 0 }, "qtdatavis3d": { - "baseline": "6.7.2", + "baseline": "6.7.3", "port-version": 0 }, "qtdeclarative": { - "baseline": "6.7.2", + "baseline": "6.7.3", "port-version": 0 }, "qtdeviceutilities": { - "baseline": "6.7.2", + "baseline": "6.7.3", "port-version": 0 }, "qtdoc": { - "baseline": "6.7.2", + "baseline": "6.7.3", "port-version": 0 }, "qtgraphs": { - "baseline": "6.7.2", + "baseline": "6.7.3", "port-version": 0 }, "qtgrpc": { - "baseline": "6.7.2", + "baseline": "6.7.3", "port-version": 0 }, "qthttpserver": { - "baseline": "6.7.2", + "baseline": "6.7.3", "port-version": 0 }, "qtimageformats": { - "baseline": "6.7.2", + "baseline": "6.7.3", "port-version": 0 }, "qtinterfaceframework": { - "baseline": "6.7.2", + "baseline": "6.7.3", "port-version": 0 }, "qtkeychain": { @@ -7553,43 +7553,43 @@ "port-version": 0 }, "qtlanguageserver": { - "baseline": "6.7.2", + "baseline": "6.7.3", "port-version": 0 }, "qtlocation": { - "baseline": "6.7.2", + "baseline": "6.7.3", "port-version": 0 }, "qtlottie": { - "baseline": "6.7.2", + "baseline": "6.7.3", "port-version": 0 }, "qtmqtt": { - "baseline": "6.7.2", + "baseline": "6.7.3", "port-version": 0 }, "qtmultimedia": { - "baseline": "6.7.2", + "baseline": "6.7.3", "port-version": 0 }, "qtnetworkauth": { - "baseline": "6.7.2", + "baseline": "6.7.3", "port-version": 0 }, "qtopcua": { - "baseline": "6.7.2", + "baseline": "6.7.3", "port-version": 0 }, "qtpositioning": { - "baseline": "6.7.2", + "baseline": "6.7.3", "port-version": 0 }, "qtquick3d": { - "baseline": "6.7.2", + "baseline": "6.7.3", "port-version": 0 }, "qtquick3dphysics": { - "baseline": "6.7.2", + "baseline": "6.7.3", "port-version": 0 }, "qtquickcontrols2": { @@ -7597,75 +7597,75 @@ "port-version": 1 }, "qtquickeffectmaker": { - "baseline": "6.7.2", + "baseline": "6.7.3", "port-version": 0 }, "qtquicktimeline": { - "baseline": "6.7.2", + "baseline": "6.7.3", "port-version": 0 }, "qtremoteobjects": { - "baseline": "6.7.2", + "baseline": "6.7.3", "port-version": 0 }, "qtscxml": { - "baseline": "6.7.2", + "baseline": "6.7.3", "port-version": 0 }, "qtsensors": { - "baseline": "6.7.2", - "port-version": 1 + "baseline": "6.7.3", + "port-version": 0 }, "qtserialbus": { - "baseline": "6.7.2", + "baseline": "6.7.3", "port-version": 0 }, "qtserialport": { - "baseline": "6.7.2", + "baseline": "6.7.3", "port-version": 0 }, "qtshadertools": { - "baseline": "6.7.2", + "baseline": "6.7.3", "port-version": 0 }, "qtspeech": { - "baseline": "6.7.2", + "baseline": "6.7.3", "port-version": 0 }, "qtsvg": { - "baseline": "6.7.2", + "baseline": "6.7.3", "port-version": 0 }, "qttools": { - "baseline": "6.7.2", - "port-version": 1 + "baseline": "6.7.3", + "port-version": 0 }, "qttranslations": { - "baseline": "6.7.2", + "baseline": "6.7.3", "port-version": 0 }, "qtvirtualkeyboard": { - "baseline": "6.7.2", + "baseline": "6.7.3", "port-version": 0 }, "qtwayland": { - "baseline": "6.7.2", + "baseline": "6.7.3", "port-version": 0 }, "qtwebchannel": { - "baseline": "6.7.2", - "port-version": 1 + "baseline": "6.7.3", + "port-version": 0 }, "qtwebengine": { - "baseline": "6.7.2", + "baseline": "6.7.3", "port-version": 0 }, "qtwebsockets": { - "baseline": "6.7.2", + "baseline": "6.7.3", "port-version": 0 }, "qtwebview": { - "baseline": "6.7.2", + "baseline": "6.7.3", "port-version": 0 }, "quadtree": { @@ -8834,7 +8834,7 @@ }, "theia": { "baseline": "0.8", - "port-version": 10 + "port-version": 11 }, "think-cell-range": { "baseline": "2023.1", diff --git a/versions/q-/qt.json b/versions/q-/qt.json index 6352f8a093..4fc07c3ec6 100644 --- a/versions/q-/qt.json +++ b/versions/q-/qt.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "6d43689d4a62bc9cff176447e5a2bf7876b46387", + "version": "6.7.3", + "port-version": 0 + }, { "git-tree": "8d1fad8f756215f70bab256b27afd5856292c3a9", "version": "6.7.2", diff --git a/versions/q-/qt3d.json b/versions/q-/qt3d.json index b7338d3da6..8031a793f9 100644 --- a/versions/q-/qt3d.json +++ b/versions/q-/qt3d.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "f14571786a31c8dd14aab6f24afc108f907a6486", + "version": "6.7.3", + "port-version": 0 + }, { "git-tree": "569eb976a804657e8f4e0f7627a51ba3609f3e34", "version": "6.7.2", diff --git a/versions/q-/qt5compat.json b/versions/q-/qt5compat.json index 153f20a7ba..00415252ca 100644 --- a/versions/q-/qt5compat.json +++ b/versions/q-/qt5compat.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "4392000e3e518dfe64546a07e2be0865a8842fc0", + "version": "6.7.3", + "port-version": 0 + }, { "git-tree": "565868ea17f769b430d180f442ab58af7fa14b65", "version": "6.7.2", diff --git a/versions/q-/qtactiveqt.json b/versions/q-/qtactiveqt.json index 1fb583bc13..67a38f2a1c 100644 --- a/versions/q-/qtactiveqt.json +++ b/versions/q-/qtactiveqt.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "d07740c4fe6c1969e4033188de041d60d20253bf", + "version": "6.7.3", + "port-version": 0 + }, { "git-tree": "a29922282404e54907a8250243081bce8e86cffd", "version": "6.7.2", diff --git a/versions/q-/qtapplicationmanager.json b/versions/q-/qtapplicationmanager.json index 179f7f990c..18b9bbd046 100644 --- a/versions/q-/qtapplicationmanager.json +++ b/versions/q-/qtapplicationmanager.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "e6a64f811c1ea17eb3ab149436a63f9549859eba", + "version": "6.7.3", + "port-version": 0 + }, { "git-tree": "eb42b1710746be1fd37abd6a41d18d88d9d260a3", "version": "6.7.2", diff --git a/versions/q-/qtbase.json b/versions/q-/qtbase.json index d22da13ffd..bc0d445cf4 100644 --- a/versions/q-/qtbase.json +++ b/versions/q-/qtbase.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "175c7c5f08049a07e1b18f39e622e82a60a16147", + "version": "6.7.3", + "port-version": 0 + }, { "git-tree": "d62407bf4bef59b09c5acae06129b30eb4a1d45f", "version": "6.7.2", diff --git a/versions/q-/qtcharts.json b/versions/q-/qtcharts.json index bca7ee32cf..dda5335180 100644 --- a/versions/q-/qtcharts.json +++ b/versions/q-/qtcharts.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "ab0834ec2fc5274d8fda76ccd5a63e9d2cb6b2fd", + "version": "6.7.3", + "port-version": 0 + }, { "git-tree": "42347fab9e95a2e372cf8314d27ca8a0705d74e9", "version": "6.7.2", diff --git a/versions/q-/qtcoap.json b/versions/q-/qtcoap.json index c6e6b514a7..6c91d541b4 100644 --- a/versions/q-/qtcoap.json +++ b/versions/q-/qtcoap.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "4f3dd51073b52944256dfceb0bf26a0264352eae", + "version": "6.7.3", + "port-version": 0 + }, { "git-tree": "c628098fa3e65d70400a5cebd50f28f22a4b1e59", "version": "6.7.2", diff --git a/versions/q-/qtconnectivity.json b/versions/q-/qtconnectivity.json index fbbdb7368c..a5abeadaeb 100644 --- a/versions/q-/qtconnectivity.json +++ b/versions/q-/qtconnectivity.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "10db799b4117aed906ea376d643458f54d13cf21", + "version": "6.7.3", + "port-version": 0 + }, { "git-tree": "e29a9fda18148ad48a6da12bf66416045cc59704", "version": "6.7.2", diff --git a/versions/q-/qtdatavis3d.json b/versions/q-/qtdatavis3d.json index 836521bb0f..a741c39242 100644 --- a/versions/q-/qtdatavis3d.json +++ b/versions/q-/qtdatavis3d.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "ec47a4a5acdec592601626a2094e8611545a77ea", + "version": "6.7.3", + "port-version": 0 + }, { "git-tree": "d6ae5e14923c944fe9ecb57ce411bcb2c7e91b7c", "version": "6.7.2", diff --git a/versions/q-/qtdeclarative.json b/versions/q-/qtdeclarative.json index e0f9c33394..6c86fd2185 100644 --- a/versions/q-/qtdeclarative.json +++ b/versions/q-/qtdeclarative.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "f13fda1e78b00cdd54a1d59869f90d054cb3d73e", + "version": "6.7.3", + "port-version": 0 + }, { "git-tree": "d18ad15012eece55713ca8368a507e8b23aca23a", "version": "6.7.2", diff --git a/versions/q-/qtdeviceutilities.json b/versions/q-/qtdeviceutilities.json index 26e43debd6..fb89b603a5 100644 --- a/versions/q-/qtdeviceutilities.json +++ b/versions/q-/qtdeviceutilities.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "c9f2146581ffc3e46ac6a07b17687bd8733dd606", + "version": "6.7.3", + "port-version": 0 + }, { "git-tree": "583314a433a2c189fa0f481d27d4403bd7d4f931", "version": "6.7.2", diff --git a/versions/q-/qtdoc.json b/versions/q-/qtdoc.json index 14b1f818d4..f3217905a1 100644 --- a/versions/q-/qtdoc.json +++ b/versions/q-/qtdoc.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "903a55b2aee1d8dd9818e971c84a1214efc3bc5d", + "version": "6.7.3", + "port-version": 0 + }, { "git-tree": "70f9dbf7f3af2ec10e2215bc2fed0ef3e72753ea", "version": "6.7.2", diff --git a/versions/q-/qtgraphs.json b/versions/q-/qtgraphs.json index d68a83aae7..cab5317a50 100644 --- a/versions/q-/qtgraphs.json +++ b/versions/q-/qtgraphs.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "1ac4dee1c80ed12e4b3e6167629f4dbd2959e9ca", + "version": "6.7.3", + "port-version": 0 + }, { "git-tree": "9c1d96edf8c34d5890b75a63ea135907a2d4e9c0", "version": "6.7.2", diff --git a/versions/q-/qtgrpc.json b/versions/q-/qtgrpc.json index 28d30c8287..ebbe7b8a20 100644 --- a/versions/q-/qtgrpc.json +++ b/versions/q-/qtgrpc.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "9a14e2e45899927afadb2680f9c63aff561813cd", + "version": "6.7.3", + "port-version": 0 + }, { "git-tree": "6ab43f8bf914e94e76494d3a6c0e16f4171906d5", "version": "6.7.2", diff --git a/versions/q-/qthttpserver.json b/versions/q-/qthttpserver.json index fa9fe4a40a..5b62ab80a0 100644 --- a/versions/q-/qthttpserver.json +++ b/versions/q-/qthttpserver.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "aaead2efbaa8c2468942eda9df6a33e723770f21", + "version": "6.7.3", + "port-version": 0 + }, { "git-tree": "ab6f99f705603ef518849aaf3867852f2082a635", "version": "6.7.2", diff --git a/versions/q-/qtimageformats.json b/versions/q-/qtimageformats.json index 37809452c0..6af364f10e 100644 --- a/versions/q-/qtimageformats.json +++ b/versions/q-/qtimageformats.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "018a953cbfee0f9cf143c07272ce51db90b3923b", + "version": "6.7.3", + "port-version": 0 + }, { "git-tree": "5fe841029f03cc3c2add060c29c47ee43a3de628", "version": "6.7.2", diff --git a/versions/q-/qtinterfaceframework.json b/versions/q-/qtinterfaceframework.json index 108fd110b4..ac086fa964 100644 --- a/versions/q-/qtinterfaceframework.json +++ b/versions/q-/qtinterfaceframework.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "c881371d954fd08efd4677dbc2c4c5580a4c4ae3", + "version": "6.7.3", + "port-version": 0 + }, { "git-tree": "9577adb3dbead7a3c53049c6c0b2b3c24fe785e3", "version": "6.7.2", diff --git a/versions/q-/qtlanguageserver.json b/versions/q-/qtlanguageserver.json index 89edaae239..ea858643ab 100644 --- a/versions/q-/qtlanguageserver.json +++ b/versions/q-/qtlanguageserver.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "85bbd18f495ebf6b13d44266540b10a3a5e61191", + "version": "6.7.3", + "port-version": 0 + }, { "git-tree": "73d80827ea2556ac83097f97ace0d10a35281ca8", "version": "6.7.2", diff --git a/versions/q-/qtlocation.json b/versions/q-/qtlocation.json index 2d6e6c318a..9682e1889e 100644 --- a/versions/q-/qtlocation.json +++ b/versions/q-/qtlocation.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "5d0adef11df081a56c96ac86940b5a823c132a2c", + "version": "6.7.3", + "port-version": 0 + }, { "git-tree": "69a23d56d9a5d9867d40cf40c90c84e34e3765b4", "version": "6.7.2", diff --git a/versions/q-/qtlottie.json b/versions/q-/qtlottie.json index b860da67d7..0618b5d3ab 100644 --- a/versions/q-/qtlottie.json +++ b/versions/q-/qtlottie.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "f9f2943f619885d7ad200c1c767ac1c1f85bd2d9", + "version": "6.7.3", + "port-version": 0 + }, { "git-tree": "aa5bd384d904eef4cde25ccb756e0653216eb575", "version": "6.7.2", diff --git a/versions/q-/qtmqtt.json b/versions/q-/qtmqtt.json index 97648ee0fe..fff74beb0d 100644 --- a/versions/q-/qtmqtt.json +++ b/versions/q-/qtmqtt.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "55107562f80a875e4c75dc6f997d49332bbffca6", + "version": "6.7.3", + "port-version": 0 + }, { "git-tree": "2e1e79eb825a6a78d3e8bd3bd4df11533737c77b", "version": "6.7.2", diff --git a/versions/q-/qtmultimedia.json b/versions/q-/qtmultimedia.json index 0f940f23ca..5d4e908593 100644 --- a/versions/q-/qtmultimedia.json +++ b/versions/q-/qtmultimedia.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "e256113a21a24c0ecc111662db61d269fb68eb2d", + "version": "6.7.3", + "port-version": 0 + }, { "git-tree": "cdadc2f448299fc3e1ff0090a95aa668483ab020", "version": "6.7.2", diff --git a/versions/q-/qtnetworkauth.json b/versions/q-/qtnetworkauth.json index 0fdda970d2..8e3cf1f8ad 100644 --- a/versions/q-/qtnetworkauth.json +++ b/versions/q-/qtnetworkauth.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "7fbbd215393f3b1397cfcce06ff3b8e1c97ea612", + "version": "6.7.3", + "port-version": 0 + }, { "git-tree": "21d2a50f4fb98b655287c4f765e18ce9297fea7b", "version": "6.7.2", diff --git a/versions/q-/qtopcua.json b/versions/q-/qtopcua.json index fa6acfa202..26e2b86bb9 100644 --- a/versions/q-/qtopcua.json +++ b/versions/q-/qtopcua.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "597234b6c4bd8abb03cfea7dba75ce399d6fa46d", + "version": "6.7.3", + "port-version": 0 + }, { "git-tree": "95c2b294cbd1eda1934a0be37e2f0467104bcea2", "version": "6.7.2", diff --git a/versions/q-/qtpositioning.json b/versions/q-/qtpositioning.json index 53c3f611eb..4d38be1501 100644 --- a/versions/q-/qtpositioning.json +++ b/versions/q-/qtpositioning.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "5acab4269350dd335cfce1669c9fb9f91a69f9aa", + "version": "6.7.3", + "port-version": 0 + }, { "git-tree": "ecdd2d81fbe908687b70d280f42632ad013fcabb", "version": "6.7.2", diff --git a/versions/q-/qtquick3d.json b/versions/q-/qtquick3d.json index b5b8eb8e3f..02919ebfb4 100644 --- a/versions/q-/qtquick3d.json +++ b/versions/q-/qtquick3d.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "235b463bfefa385dda2507b81246c9912b8b20a2", + "version": "6.7.3", + "port-version": 0 + }, { "git-tree": "47f36ed7cebffe308ad8d6fa4d599d36891dde48", "version": "6.7.2", diff --git a/versions/q-/qtquick3dphysics.json b/versions/q-/qtquick3dphysics.json index 66669c008d..4c117421a3 100644 --- a/versions/q-/qtquick3dphysics.json +++ b/versions/q-/qtquick3dphysics.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "f744fd9dfb8b0884752a822f8392086099942d5e", + "version": "6.7.3", + "port-version": 0 + }, { "git-tree": "dc414b3310a007a3570245aeb370a914506b8478", "version": "6.7.2", diff --git a/versions/q-/qtquickeffectmaker.json b/versions/q-/qtquickeffectmaker.json index 132cfc554f..7796002ec0 100644 --- a/versions/q-/qtquickeffectmaker.json +++ b/versions/q-/qtquickeffectmaker.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "01b2aab63ffab405c7b84035182081e9edd9c69a", + "version": "6.7.3", + "port-version": 0 + }, { "git-tree": "77004c8d99a00f3ca5c2d4c7b3c02ba30fa4f302", "version": "6.7.2", diff --git a/versions/q-/qtquicktimeline.json b/versions/q-/qtquicktimeline.json index 01a0c24f7a..3e0b453d1f 100644 --- a/versions/q-/qtquicktimeline.json +++ b/versions/q-/qtquicktimeline.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "7500afd29b4dd9de9b6aeec77b8da36fc265f846", + "version": "6.7.3", + "port-version": 0 + }, { "git-tree": "847a4c831686617ab249d76ba64454e2bba0fdb2", "version": "6.7.2", diff --git a/versions/q-/qtremoteobjects.json b/versions/q-/qtremoteobjects.json index a81d6850fe..4e1280eb25 100644 --- a/versions/q-/qtremoteobjects.json +++ b/versions/q-/qtremoteobjects.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "837930cc72e73703311f5893da09875578cf72ad", + "version": "6.7.3", + "port-version": 0 + }, { "git-tree": "7424108b2dee17d6ea938bec5d2b9f7c1abfee3d", "version": "6.7.2", diff --git a/versions/q-/qtscxml.json b/versions/q-/qtscxml.json index c442eb82aa..07119bbdb5 100644 --- a/versions/q-/qtscxml.json +++ b/versions/q-/qtscxml.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "ed5ee3b4458ed9416d95c112028f2f4fcfe06175", + "version": "6.7.3", + "port-version": 0 + }, { "git-tree": "e7d9358ad773afcaf01afed8252624c6841a1495", "version": "6.7.2", diff --git a/versions/q-/qtsensors.json b/versions/q-/qtsensors.json index eb7b5ec002..ba10615af5 100644 --- a/versions/q-/qtsensors.json +++ b/versions/q-/qtsensors.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "31a5292e1fe88d8c1d974f3632bf873cbe858bb4", + "version": "6.7.3", + "port-version": 0 + }, { "git-tree": "0fe4dfe56c75438cb1b385d63ab6ca197b7c1482", "version": "6.7.2", diff --git a/versions/q-/qtserialbus.json b/versions/q-/qtserialbus.json index 31e0191801..2c68155c57 100644 --- a/versions/q-/qtserialbus.json +++ b/versions/q-/qtserialbus.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "5cdb383e05ffe42a713180cc69f957e48d6ac7dc", + "version": "6.7.3", + "port-version": 0 + }, { "git-tree": "c25f4921fb6f113cb16cb313880c54acd086acf7", "version": "6.7.2", diff --git a/versions/q-/qtserialport.json b/versions/q-/qtserialport.json index f14d9c6d7f..2ad3655884 100644 --- a/versions/q-/qtserialport.json +++ b/versions/q-/qtserialport.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "8ae2607bd2f60cac281dc4fdd80817b80eb2a7e9", + "version": "6.7.3", + "port-version": 0 + }, { "git-tree": "31f53d1fdbf58196bf4269073f9ac3c522af3f30", "version": "6.7.2", diff --git a/versions/q-/qtshadertools.json b/versions/q-/qtshadertools.json index 65a39a3800..355d11e26f 100644 --- a/versions/q-/qtshadertools.json +++ b/versions/q-/qtshadertools.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "383ae68d8dbaa86951dd9cfb79554eafc412cc66", + "version": "6.7.3", + "port-version": 0 + }, { "git-tree": "c058f515defa5ab7c5e80973b38573e52d855d81", "version": "6.7.2", diff --git a/versions/q-/qtspeech.json b/versions/q-/qtspeech.json index f98634a201..54c5c47a83 100644 --- a/versions/q-/qtspeech.json +++ b/versions/q-/qtspeech.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "180a58388b611033bf56af83e1eed2d4fbf9a340", + "version": "6.7.3", + "port-version": 0 + }, { "git-tree": "78ff19fab402dd95c437cea757f532928e6b6e5f", "version": "6.7.2", diff --git a/versions/q-/qtsvg.json b/versions/q-/qtsvg.json index bcb076b844..942ee64097 100644 --- a/versions/q-/qtsvg.json +++ b/versions/q-/qtsvg.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "f348ea4a43aaf6aebde146fb7723aba46ff2452e", + "version": "6.7.3", + "port-version": 0 + }, { "git-tree": "9b25930a5f904d3dbb1fa4cbdb339c1be3641c51", "version": "6.7.2", diff --git a/versions/q-/qttools.json b/versions/q-/qttools.json index 01953b47b5..12c73fdaf5 100644 --- a/versions/q-/qttools.json +++ b/versions/q-/qttools.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "9ff61729b8e04e639058cb85e0cc667cdc5d7430", + "version": "6.7.3", + "port-version": 0 + }, { "git-tree": "209497e8af3e179204308133d23a5f55479255b7", "version": "6.7.2", diff --git a/versions/q-/qttranslations.json b/versions/q-/qttranslations.json index a670936ffb..a58f19bb0b 100644 --- a/versions/q-/qttranslations.json +++ b/versions/q-/qttranslations.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "a2df14c54a59a48ae0a7eb60053172912657ff4b", + "version": "6.7.3", + "port-version": 0 + }, { "git-tree": "b42ee37cda74756d7a69a874573014ca40d1a662", "version": "6.7.2", diff --git a/versions/q-/qtvirtualkeyboard.json b/versions/q-/qtvirtualkeyboard.json index d7bf0d9a3d..0e095b0383 100644 --- a/versions/q-/qtvirtualkeyboard.json +++ b/versions/q-/qtvirtualkeyboard.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "966a8c6214cadc58cce7d504f026a355b5a94bbf", + "version": "6.7.3", + "port-version": 0 + }, { "git-tree": "18f563f53ec2c3f674a9cd50fa1271d146fe68cd", "version": "6.7.2", diff --git a/versions/q-/qtwayland.json b/versions/q-/qtwayland.json index eab9bccbfa..ca52358586 100644 --- a/versions/q-/qtwayland.json +++ b/versions/q-/qtwayland.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "241d864a6bf5c4844595bf09a232fa5f98efd41b", + "version": "6.7.3", + "port-version": 0 + }, { "git-tree": "ff44990ce82747247f4632f96642d723fd26b2a5", "version": "6.7.2", diff --git a/versions/q-/qtwebchannel.json b/versions/q-/qtwebchannel.json index efe13b4e81..c09145de00 100644 --- a/versions/q-/qtwebchannel.json +++ b/versions/q-/qtwebchannel.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "e7ff392d934f7358f944a6ee2df299ba8a0c54ae", + "version": "6.7.3", + "port-version": 0 + }, { "git-tree": "231069d8c523d97debb2dcbe5b2d448407634c35", "version": "6.7.2", diff --git a/versions/q-/qtwebengine.json b/versions/q-/qtwebengine.json index 239815aa8e..28e11374b5 100644 --- a/versions/q-/qtwebengine.json +++ b/versions/q-/qtwebengine.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "f7774786b1fca530121200029f7fdbd53d666dfc", + "version": "6.7.3", + "port-version": 0 + }, { "git-tree": "086305f3c3d6f62960a8b626f43424e8a060cddb", "version": "6.7.2", diff --git a/versions/q-/qtwebsockets.json b/versions/q-/qtwebsockets.json index 3976c78a0b..604610495a 100644 --- a/versions/q-/qtwebsockets.json +++ b/versions/q-/qtwebsockets.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "8dabc0eb75a28f3619030f089656f4f248c40e31", + "version": "6.7.3", + "port-version": 0 + }, { "git-tree": "a5b873af06b2b069938aa00771ccb3b3d5249086", "version": "6.7.2", diff --git a/versions/q-/qtwebview.json b/versions/q-/qtwebview.json index 8348ccae98..ec8339abba 100644 --- a/versions/q-/qtwebview.json +++ b/versions/q-/qtwebview.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "f62c3a845f92c33481c618ad98dd807fe7c6f43d", + "version": "6.7.3", + "port-version": 0 + }, { "git-tree": "fc33b80bc283622bb1d8034ee9adaf130eb63f0a", "version": "6.7.2", diff --git a/versions/t-/theia.json b/versions/t-/theia.json index 095657ad09..29c39f4648 100644 --- a/versions/t-/theia.json +++ b/versions/t-/theia.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "f05ea8c0e0055843afe42b688e3b55af9218d62a", + "version": "0.8", + "port-version": 11 + }, { "git-tree": "e0486585337480c0d2d32a30cebbbc14be00eec4", "version": "0.8",