From 1aeec7b84d33cdaebdf479f24267c45c46bbc297 Mon Sep 17 00:00:00 2001 From: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> Date: Sat, 8 Feb 2025 02:23:58 +0100 Subject: [PATCH] [Qt] Update to 6.8.2 (#43660) --- ports/qt/vcpkg.json | 2 +- ports/qt3d/vcpkg.json | 2 +- ports/qt5compat/vcpkg.json | 3 +- ports/qtactiveqt/vcpkg.json | 2 +- ports/qtapplicationmanager/vcpkg.json | 2 +- ports/qtbase/cmake/qt_install_submodule.cmake | 2 + ports/qtbase/cmake/qt_port_data.cmake | 90 +++++++------- ports/qtbase/cmake/qt_port_details.cmake | 2 +- ports/qtbase/portfile.cmake | 2 +- ports/qtbase/vcpkg.json | 3 +- ports/qtcharts/vcpkg.json | 2 +- ports/qtcoap/vcpkg.json | 2 +- ports/qtconnectivity/vcpkg.json | 2 +- ports/qtdatavis3d/vcpkg.json | 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 | 3 +- ports/qtinterfaceframework/vcpkg.json | 3 +- ports/qtlanguageserver/vcpkg.json | 2 +- ports/qtlocation/vcpkg.json | 2 +- ports/qtlottie/vcpkg.json | 2 +- ports/qtmqtt/vcpkg.json | 2 +- .../fix_avfoundation_target.patch | 3 +- ports/qtmultimedia/vcpkg.json | 2 +- ports/qtnetworkauth/vcpkg.json | 2 +- ports/qtopcua/vcpkg.json | 3 +- 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 | 2 +- ports/qtserialbus/vcpkg.json | 3 +- ports/qtserialport/vcpkg.json | 2 +- ports/qtshadertools/vcpkg.json | 2 +- ports/qtspeech/vcpkg.json | 2 +- ports/qtsvg/vcpkg.json | 2 +- ports/qttools/devendor-litehtml.patch | 12 ++ ports/qttools/vcpkg.json | 2 +- ports/qttranslations/vcpkg.json | 3 +- ports/qtvirtualkeyboard/vcpkg.json | 3 +- ports/qtwayland/vcpkg.json | 2 +- ports/qtwebchannel/vcpkg.json | 2 +- ports/qtwebengine/vcpkg.json | 3 +- ports/qtwebsockets/vcpkg.json | 2 +- ports/qtwebview/vcpkg.json | 2 +- versions/baseline.json | 110 +++++++++--------- 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 + 99 files changed, 393 insertions(+), 159 deletions(-) diff --git a/ports/qt/vcpkg.json b/ports/qt/vcpkg.json index 3cef675adfb5eb..40041872092965 100644 --- a/ports/qt/vcpkg.json +++ b/ports/qt/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qt", - "version": "6.8.1", + "version": "6.8.2", "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 9d58e61458440e..419e6bac4a1df4 100644 --- a/ports/qt3d/vcpkg.json +++ b/ports/qt3d/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qt3d", - "version": "6.8.1", + "version": "6.8.2", "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 0af39c646a1a87..553c2deaaca398 100644 --- a/ports/qt5compat/vcpkg.json +++ b/ports/qt5compat/vcpkg.json @@ -1,7 +1,6 @@ { "name": "qt5compat", - "version": "6.8.1", - "port-version": 1, + "version": "6.8.2", "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 6a9446c9f17372..38d9d2227f4334 100644 --- a/ports/qtactiveqt/vcpkg.json +++ b/ports/qtactiveqt/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtactiveqt", - "version": "6.8.1", + "version": "6.8.2", "description": "ActiveQt", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/qtapplicationmanager/vcpkg.json b/ports/qtapplicationmanager/vcpkg.json index 25712888285b79..222b2571753880 100644 --- a/ports/qtapplicationmanager/vcpkg.json +++ b/ports/qtapplicationmanager/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtapplicationmanager", - "version": "6.8.1", + "version": "6.8.2", "description": "Qt component for application lifecycle management", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/qtbase/cmake/qt_install_submodule.cmake b/ports/qtbase/cmake/qt_install_submodule.cmake index 41d44192026806..8932256e2be12e 100644 --- a/ports/qtbase/cmake/qt_install_submodule.cmake +++ b/ports/qtbase/cmake/qt_install_submodule.cmake @@ -153,6 +153,7 @@ function(qt_cmake_configure) ${ninja_option} ${disable_parallel} OPTIONS + -DQT_FORCE_WARN_APPLE_SDK_AND_XCODE_CHECK=ON -DQT_NO_FORCE_SET_CMAKE_BUILD_TYPE:BOOL=ON -DQT_USE_DEFAULT_CMAKE_OPTIMIZATION_FLAGS:BOOL=ON # We don't want Qt to mess with users toolchain settings. -DCMAKE_FIND_PACKAGE_TARGETS_GLOBAL=ON # Because Qt doesn't correctly scope find_package calls. @@ -196,6 +197,7 @@ function(qt_cmake_configure) HOST_PERL QT_SYNCQT QT_NO_FORCE_SET_CMAKE_BUILD_TYPE + QT_FORCE_WARN_APPLE_SDK_AND_XCODE_CHECK ${_qarg_OPTIONS_MAYBE_UNUSED} INPUT_bundled_xcb_xinput INPUT_freetype diff --git a/ports/qtbase/cmake/qt_port_data.cmake b/ports/qtbase/cmake/qt_port_data.cmake index 93d648421f9626..5396258c209c10 100644 --- a/ports/qtbase/cmake/qt_port_data.cmake +++ b/ports/qtbase/cmake/qt_port_data.cmake @@ -1,48 +1,48 @@ -set(qtbase_HASH "87b7df95a63f7c28bfc7659f19658e4151b9da55b0dc4d34dc0e04c5270254b01a72f8deac0b2fc5543fce8d7542128addb398833de9c3248196aa96b2dd1601") -set(qttools_HASH "1f5eb44e86d400858abe21efcadb27537ae213127078d95ee56792b57923573e55fd850042e63ca547cd27ba199196fe9956646dcb285c6f6976a22a7832db52") -set(qtdeclarative_HASH "f9548ee58ac81eac72f1763647a9f28c16e7ab73bf6bc828574e5194d5209c53440f834a721e9bb74f50d4e437ce2de6eb7c7a13acd8602b3080e95d8929e674") -set(qtsvg_HASH "5c345e87b957370521ead10bb2fd02433d75a443021b6cf45a88e35f692a346607636ffaf6651f3d289cf4584e8c5732270173743eb79d048b3c580b9e00ec86") -set(qt5compat_HASH "ef1764820387a6c9461fe4e21e44f77c6e95068d4cb37ea221228f06596b7bdb2cbe971e8646832454749954cbc31942eb882808c1b5b3b4d1efce5cf84bd93b") -set(qtshadertools_HASH "774eb2e041b743da12669905bb5b8b4def1100a5b7244172389ce5333bd6d400e39f5c6875c0409390bbf82dbdc606a2254503b0392c16e897198be93ed49b55") -set(qtquicktimeline_HASH "479ec01b1c4ef829bca59458138eeeee0bcca5cee0b93cac01bfd6675ffd7a2bde31784b817760ae9fac908548a7ff581e8ea3f13237433e365471a9c570b8dc") -set(qtquick3d_HASH "9845cf84b57b33d0acb29a4c5ea2492ac60367d210b51c4896d6d5b9a33197be007cc02934c1b0dde5ee888641c8104cc4080f1493d0d09ed271fe2d08d2f410") -set(qttranslations_HASH "4b4f62e45c6d53cf53bb89497314d805cbd9ca24bdefb10c4f0888e943d80b17563886dc56195b07fbaf3d1c8ad0e76a1dfcc3c765341fb3ded314eee71659d3") -set(qtwayland_HASH "34885910532f6049cac09846aa4295e2ce82a1e6af2d3256391c835a406f0c6f679e9c94c06ca8921acf23036ccc747812631a91dc1f355ab20aafd8836e7312") -set(qtdoc_HASH "65d65aa093555552fb28926a3fba7077b69947826b3b5d21c161f415f26d0ee3e20310d4be2f797eec7202dadfc2193279ae60d80d2396cbe0fd02ee6b534e79") -set(qtcoap_HASH "19de3536deb3265e408412abb8a583fb233326c406f5e163181c1c2b910b0edeae703940ce72610a633fd12273809035075b6d4c816db6166c67f15969aff425") -set(qtopcua_HASH "dcfbd927a553c7ccf19c81c14c4b563e006ed9b05e50656f18ad8a4b0fd8fc348c323d7fcc600276f646d3b39c6ce0e981f2450ca457be8baad9fec796dd2eea") -set(qtimageformats_HASH "9e5a7226d904234304ab5f4a884b2a3e42176477687492aaadf10cab9ec92bc512c44a0cd9cae3c1cb2e7224c322e2c15197f1d0f7966f167258a1c2b7b9b360") -set(qtmqtt_HASH "102956bf27a19e131f5c5185c9f71d38808fc9c5b6be4e91a7cb66898298063d438c63e7f7ed0e7f33c2392a17412914c46d296d5a01376a4b635be22e4a2bff") -set(qtnetworkauth_HASH "9f6e3b1bcc5921b8c663f9a84884e347eca17554d912188f3f2b6781ff6bd45a5783156425c2084ac214d05e5fa559a05a8881b9a90781154c45da18d3c23338") -set(qt3d_HASH "8ff647cc209fed963d3d8192c8ff495383c3118c699398ee280832086c1a33b70ef9f5b8486295be842ba2eaf419bdb10241a1371e84be4797665865fd48b6a9") -set(qtactiveqt_HASH "7c08888ea51842b353b4f52ae3ec783d86555f9c06e4696004c05ad37f590aa52a3bf498dfa780f1d263b60c4b306ebebd1fe4983367e89c951669a53506b537") -set(qtdatavis3d_HASH "453120ae552d60b2ee365139a4c8cec929e7c45f20dcbbac4f163fd9459efea8ff7ff05d7580f236e97ba34449fafc415fd367d1812d752097f2290eaee14ec1") -set(qtdeviceutilities_HASH "2b112a06e29f83b19e32f5422662862e500c0138e17d03b60966e83bcd007d917bfbfa3d7a6aab7ef61a0fbab8a7355f629eb1e5efb9572467bc5ea166840480") -set(qtlottie_HASH "d91485385a7296bf5a511e7c3a2ce18c34b959ab96914fbf079901a782e39c9bfce2f0e7ca400740603fc9b15172708ead7b00f995350fc09814206eecbdc0a4") -set(qtscxml_HASH "294d830569f05450a57fd30741707f7c6d42d07ad9ae03840e41c1382f72f8d3408d9cc1ba16145ede51f5ca510cef87b0ca298991c7697a7c2b58b0db8f8f29") -set(qtvirtualkeyboard_HASH "be90765c490285638c9ed50a4cf666419f178c68f4bf8f0679a77fa4bc240fa31f36335197877813abb52ae70e9c2ec22548824add69aa5d1df14529517fef08") -set(qtcharts_HASH "bd15caaf0a4f06d13a5fc18a2e7063061dd279609d9c6db7f98ca07ce576e7580a7f1fc65cbc291b4fe34287fa01bb7e4409c767c57e201817c5ead96fa5de45") -set(qtconnectivity_HASH "61933f37210323cd912ec677322002557dae308228e390f692beb88374f328b2791e3448b14256a570de741ef6f3e935261ab90cfd3ae22725a8919bd304a8fb") -set(qtpositioning_HASH "483da18c59375e72641b46218327339e487e1ec1e9463be5ff9d89611c1d8daed28624523632029b3daedaec46e3e0564a9136a3e29933b3267c3d33a922ad35") -set(qtlocation_HASH "0d002e99b1e7434814a58e560a0730f0b1f9cc81cfe7d01001b2a2bd213b5ceaa4deaf6693f210f8576d7e76ac32fe22e758bc9c03888e7acfd4440902d454ac") -set(qtmultimedia_HASH "77f8e913116ff75cf4602e9c5ee01c48161fb40aaadca0e09ca2f89292071fc6f2918403932b9b0653bbc2b007f25362e0cb84a382baedd67e9e4c31bc414463") -set(qtremoteobjects_HASH "30660149a59b8c7630fcafaf6d735b6ed0dc950c2658e7547c63c73f73468e5cbb4c3490a8849fabf9b021393b9c745ec339e7db909184711f05f3d30ab794cf") -set(qtsensors_HASH "565a332120c134099e8fbc7ba3fd1073046d512d8b5523bde3a2f4d353febc6a2a3839410f290ddeff05341fe37b0c8bd4dc4d0e990fa4c43918b944f10884e3") -set(qtserialbus_HASH "7b024b28b5c5615e1f1795f7fc60c9271a5fe0eeea6e63fb1a8121be2edf572877b0b03ab5e90699a297138b52ad3c619acde3bb6adb699b8a139e5f75edeb73") -set(qtserialport_HASH "3f70261905557330fc2d32f555b0d8bf6abb022030a860f7fad45fcb2489486dcee87d24a624d12526f2a4fc9a73fa55d123db28dc83cf24be33fb0812709cfb") -set(qtwebchannel_HASH "43907776dbdea09821819aa6112e56288848b0975be24333977d9177cbba5203bba5841e269dfc7590f40f87a96cbe4c9416e0aba821ff96798b627f2203a51a") -set(qtwebengine_HASH "1cab90353894032e23ccccb279e3d0b4269f049879e5033f979b15f28141fd2fb3cae2cd31812811f648ca5b6a115d14790506e07f44cb56475f5865360b0ea6") -set(qtwebsockets_HASH "27b8c8a256f4319bd1f9a78efb4a5109d8677aa285c361787f0499930ea1813d44d56538ec3f1887b83ec4c4a717684efaba59ac9db88f86ee74e79d3d81c6e2") -set(qtwebview_HASH "a40ba675028afafdae6018ec32ac18b4a9f4dc93d53dfb7f8f2e47bbd91ac46d3d2f47dcfb24eebc20ff2d9e85551fd96099c58d93ddea82f21e835da97ab9ee") -set(qtinterfaceframework_REF 8b786ccbf3d3f9e21c2d00cbcaa44acac22fa44d) -set(qtapplicationmanager_HASH "cc2e5cbdacededee8d4855cad3c0593d218786776fc45dfeffd28c8fa09c06e8c8b1bace25cd71c2954e7b7de7de01dc30c11e4fd4034f8c50d3f2d50c6b5cd0") -set(qtlanguageserver_HASH "bb5238e897123f87aeef5bdfc234025e16e1b229595e63e6c3e8b5b338405a1662ba1e7b2d07954bda83ffa7f8605bbb63d7ec822d55ef5428fafbc9de4b690e") -set(qthttpserver_HASH "889dcfecb0443d49ce1a7a781c91e34b7fc80410ada823df65fbce59362aa85aa5db439eeabb34287d61b64747c450637555ad62b1ecfd8b88674984409ad55a") -set(qtquick3dphysics_HASH "d9846c5c8713eb4c6306df7f0512751ca76fe170002ab7a187e21235a1473315be17ed8bc1ade59231b38f550bb29ac604f94fb4389965ae2a71a79cdd94d322") -set(qtspeech_HASH "a20d89c5bcad354d1896c87bf9c0a401e824b5dcbf0e5c86a72381e8f7f9d5946f10536b7a54d899c2fd6b84018ccd9159be4ffdc84cf2e568b54c688aa1101d") -set(qtgrpc_HASH "4cd676f747072101cbd2d411d82dd56ecb79509ce67a9b443ce70f10ee03d40ea61c268df1eff2a3d9e42ee79a915bf45e0e174a0448423df4cb90034afb89b6") -set(qtquickeffectmaker_HASH "9b7ca2f6969055f61e056e33840a99b01cc456f4d1f44ad37fb6b8021154c60b9db045604c273e41c109a1abb9cec5b0d43b07cf27dcea28a4566c4c6933d149") -set(qtgraphs_HASH "95689516baeb3eeaabae1c4f1255446bfb79b7875d70b38c4b2c308c54028ae5bc6cbcfe097695e814ab424f0468e7780e061a641e317326a2c89118ba09b85e") +set(qtbase_HASH "4a074aca1c8bcca536fd428c969c0119f5131d0d52b67028edbb75a81dc6e0c15394f69e29cef513e6d8c6e93384cedc38dd03b0eed6ab1bbafbe2b5bbc85799") +set(qttools_HASH "ad448af0656640a712eefe81fc4291209dec27fe10d42dfb68c7c31e65003653fb3821996f44c50d8ab4371853a18cfc0b4032f7876ce6c75d0fb9b4fe91ca27") +set(qtdeclarative_HASH "0dbb8c96974424a18f047fe27124a3c87fb4a485094a2515aadefde92a0554b0da34fd67cff2c8ab5a3d93da7829a745a39713676702cd7470561eb776c72d95") +set(qtsvg_HASH "475bb701395e5f02fe898ccd013e75f8e65ec0a99f0386632c4c0876413c224b7fff12759b561dd745cd35930a55d168b82f6109bb5be5acee6c7edd689522fe") +set(qt5compat_HASH "60599cf99210e1465edabfdc7abbff1d4ebfecca1c5e4b7efc5c1cb5d6915b6e7e7917878cee002a7da86e3a32af23bd3ea1f485309f001dcb96875d677676c7") +set(qtshadertools_HASH "70667d6ace7d93e5b8a097802611078ee7c326a449e58406e1754c7fb82235622c55dab8e9a21aa22f56fcf3043cf7e9d537ef669cce9da1b88c1bdecc3f8b51") +set(qtquicktimeline_HASH "756ca10c69c04b234479c87ba65ea62b959a0a26d1aa25b208cfe92babe3f056346289a6269b374b346036971fbfb55a4ee5ab3f82069152f5685e679cfd20c7") +set(qtquick3d_HASH "401a2c5cc97e58bc82dd87e98e5838363e106fbad89ba0e0df18b51b61677c5f8a4f9882334657f80b94d04ad570863c9707123570dbe58cee5be7106922faa1") +set(qttranslations_HASH "f353eb3bbea5719968c32078ea7b330e67f18c03f03d9082154b74e2141f520084ba80454587c3e785d2de4ed3d4a64a6fb9bb500547647144b6d613fd6c0c3d") +set(qtwayland_HASH "b11a2a9189939b9deb000d6dc517242290fbba228e4a0bb2c5097c20aac79431b1398d940ed145a9fd308ae73605dd7df6cf89643de92c158b7ae92a948db954") +set(qtdoc_HASH "0697f1a77986ab42bf81e922b1e5daf17f7eba82085516696369ba13080631cc6e413fa2ba228cbf69efd68913e3346ed0104f21aad7077ffaa4cc627b772f54") +set(qtcoap_HASH "68771d0c073a7e7e81ad94b4dde9eeba196c576428076b1956e8a733ce05968d89fc42ebbf2227ca291468a2ce07b6ff7b280141f4faf25a1a5c82b63478e567") +set(qtopcua_HASH "ed6ce57b552d21ecf9deb95f69659b0dcd3d9648e392dbf3db038d8b140b77fc2e516d2b208f68aad23ae9aa0cbd6d1172c02f2bc27a4047260a711a4c1d4cf8") +set(qtimageformats_HASH "4153e4b9e7ed12423956cdd1b59be57a11010369326d820af6e6381faa7a7b84b7cb84f14f4d55f7e3a88530b8f0dddd38bce1b04d66e08f3c15c77b44039ea7") +set(qtmqtt_HASH "db30312425a20d67da6b5d86dd4d9df4ff8cfc28e2a69c27975896532cb5e2021bf8052fdc71d658948f5753f39d23292acfe56fc71464498fa285a427ccaf90") +set(qtnetworkauth_HASH "04077a0256c947112d23a8d00ec47622645a4d427b526a527a2b8e0a7a1fb94bed78d0a9e5a7463f7e3bba269641f0901c0d6466694e3ff0bdb7c555c4cfbe48") +set(qt3d_HASH "e873547bb8ed350e146ce081e3c08f5593ad33e977aad1d933089e287826c81033972cb6428c7f54cbee50c438ceab31181f64b99ada77382875b5053f00ca0d") +set(qtactiveqt_HASH "ad358efeab6171b74c2d8c9453f3e6f5e9caab5edf7d57b6325da3bee250c392c465035590747455e781f99e640a13553e68511de762ccd703185a69565b3ce6") +set(qtdatavis3d_HASH "938d11deebf9683800ca4039bf780ec52ae2b25729b5d63c7b271f6905a13c444904d69bda65945a6fc4fe3861ee2dab57ef60f031bdb449839f809ef69d0f35") +set(qtdeviceutilities_HASH "a5d78fb1facead4c30777d3d9d6a4490c3a7fefa3421389213ab60337e40afe428ba2b011163aeec3d9fb88a99c764ea41141b01d42b020667828a103230b470") +set(qtlottie_HASH "81ecd19a57a39e76be0c0aa0b27790edcaa44b0ea5d89c95d13bc267a330d1d67e42f62434565382eb26d0b7ff7ed83f8bfc71f3320dce3d4e7dd8a18563332b") +set(qtscxml_HASH "9f155f94f8250ac97e1bbaec2034aac300c3fa254ed0b6845f57d521138d43b076c8cec8aa8384891969665d54f5994b5c0a78954406ef620ae23656d739b0ec") +set(qtvirtualkeyboard_HASH "047ea1f7c6c43bb4ddaea67f46819e61e878419c9dda599198cccf80bb53b002d79c44d0ce1df5727711ba45d0528400bc6643d3a9a9b0cc608497558c3013b2") +set(qtcharts_HASH "4edb1cafea0953eb98fe9503674d4e1308e3f31215af18d2edb3141d552ca0bcdabccc00abc261877a84b39c6b772a787d349dabf2e4e584da11ca1582cdee79") +set(qtconnectivity_HASH "b1310fc90c7a64a4d89586fd38119377b3b67ead57271c6713897d649b2154cd55bd07c97a53f12e7a9d720a1b8b6b630eeea43e44c6798f6313ea8e70e10767") +set(qtpositioning_HASH "9f1a6486f9d466e780b8cde469ccc8c51fd62d60201730841ad526a15e5eb6f28b58e24254c2c1384a4a0d5f5ee08a6e9e3348082d4d764fae7014aa21c50429") +set(qtlocation_HASH "b113e26284bae7c9a45075c771d4159ec11d7ab0670aca2165616c775f51d87f63a97c2befb1ec03f777b48eedea9625584f0c62891ae23c7158be5513edeebd") +set(qtmultimedia_HASH "557017faec2596368a453adfee284d88cd83033e73e78b01a6d1918cdf86a283e0a8bfd8a211b31591a7d69fde130528b7a266213460ca37647b13f90b4e22f3") +set(qtremoteobjects_HASH "69668b986a1a4eefb0f2fac3bb53b6cd44b808def7307eb83c30af879d36156b06ced71ccf7746b56f503c927b7aac82ae6526ffe5f186ef1caa3dead39b388c") +set(qtsensors_HASH "a0463557c1531d8514948eff81b83397b7f391c8fa992f95539f1a3b6a9559c2dddb0971a12e4d2bd393b57944ead0afe0901b59bfb0defa7f07aae2b3c9a0f2") +set(qtserialbus_HASH "e333d0e2ff99f536abda7d4be1a03cfa19b78056e805a8830c64d54cd3c3826fbf9e32366bc3f995688132728b58ff97bbe37f1ff32f24fd7ff531533ce39620") +set(qtserialport_HASH "45b0431c965c4194d51dd4ec98978a0a9a45c25e5dcc73283805eee9e4efa3c7430f8d4716b0df76285d3b14ecbdabb31dc4ddec04942cc16d68a9791989fbe8") +set(qtwebchannel_HASH "3c546639d65722612fdd6b0dd1d594e963c07b4f92366715fdad10c6ac6d427cdaec9557501e505dafd099cd67f3efa415ec1f7a3561fd4da76010b7ef3c107d") +set(qtwebengine_HASH "27590ec53845fa36f48a5a0506d505995850027d85bf33fe0413733cbde5c2744e8ea49f445c91d84b8d43454b9f12c1cf7005d614bbcae1a29d432fdacdc0e4") +set(qtwebsockets_HASH "e8b4c05513537655d20c346f4e330a8dbb3509623be7c571f28aa5105e7475892458140a187dc63e9ef566eb460cc4252ffa752694fca3bc0fe7ee31b840969d") +set(qtwebview_HASH "0e047a3bafa2782f12a6a61320f7d402eba65427f18a50d00cc87fe67cdb1f64028f60634ef69b756ed751b3855dc685154c8aed5da5f5bd3c77098dc1c53b66") +set(qtinterfaceframework_REF 8c4e9f7c86f3d40886daf5b1709945b07296d4b6) +set(qtapplicationmanager_HASH "6b4adc8c89a35a1ac523e24f9582e6a29a66f3736c6b81be2b3e10f7c90609aa2a6363dd4704e265ff10b6c7339e13de5baa01fb4eb4eedece001ad344ec5a95") +set(qtlanguageserver_HASH "99da3d34d0a7f5a6293f00e24668bd4fef5d3bc0588313751317cd43f213627bd841ddb2ea6b0035578b83e4b1e6746308466a7e974a8250caabd463f9144df0") +set(qthttpserver_HASH "2ba9535226187e7057d937d6d8e53d274ab2fa6a1fda9483e330bc74c4e66a762de202fc96a99e050c49c9cd1bdbbdcad736dcea3b7a10d594be26e0eeaeef58") +set(qtquick3dphysics_HASH "b5e382006a9c3a953dd28d6e1552d64901c39e73b25d4541556063ab7ee441f0dd0d0aa84c3acf06e689efc31f64263d323872cd4a47df65fdf6a4179304a692") +set(qtspeech_HASH "30a58bcb4f193f954647eb9e5a04ffd6f6d6566b0f241ce158df37e12b0462cba3296aa50abafdd9ea2a09481a8a366f12131e7c925a431c642b2c12bf4b1190") +set(qtgrpc_HASH "c83523dde71e43b16b5439d6aee1caea579920cffeab50159b6b4288e7bd6f7938513f2bc2d592ecff2968239c52da2aa502d27dae40757924a3f1dbd5fed108") +set(qtquickeffectmaker_HASH "d2c0335ad89e44462a1e3d3ff3cd1abeec87be2a7edfe3904d5cfc37ebdfed780177e4afa106074a5203bdba9054138be7866dc3905305218abc8d4ba5797c45") +set(qtgraphs_HASH "5f0ec0246ec39a47ba52a39e2d5864a668f9be1af4ce28ed2d9f32dc4117f9e671cb1df60fa5b476993d844e034547c7d439a5d35ba7f4d294ea1db8721629ec") # Keep for beta/rc diff --git a/ports/qtbase/cmake/qt_port_details.cmake b/ports/qtbase/cmake/qt_port_details.cmake index fbd805dea6ea1c..a76a4fb9a9abff 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.8.1) +set(QT_VERSION 6.8.2) set(QT_DEV_BRANCH 0) set(QT_UPDATE_VERSION 0) diff --git a/ports/qtbase/portfile.cmake b/ports/qtbase/portfile.cmake index de590a1a67d4a9..87d68ac329a29f 100644 --- a/ports/qtbase/portfile.cmake +++ b/ports/qtbase/portfile.cmake @@ -312,7 +312,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 e224f1b5dd20c2..b5a19e460cda96 100644 --- a/ports/qtbase/vcpkg.json +++ b/ports/qtbase/vcpkg.json @@ -1,7 +1,6 @@ { "name": "qtbase", - "version": "6.8.1", - "port-version": 2, + "version": "6.8.2", "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 949019b7d4c24a..8ed056dd1c601b 100644 --- a/ports/qtcharts/vcpkg.json +++ b/ports/qtcharts/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtcharts", - "version": "6.8.1", + "version": "6.8.2", "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 78c4961603c941..be67ea87dbb23c 100644 --- a/ports/qtcoap/vcpkg.json +++ b/ports/qtcoap/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtcoap", - "version": "6.8.1", + "version": "6.8.2", "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 c79186d7e951f0..a99044e43f8574 100644 --- a/ports/qtconnectivity/vcpkg.json +++ b/ports/qtconnectivity/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtconnectivity", - "version": "6.8.1", + "version": "6.8.2", "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 606a79808fc011..36deb905ef6277 100644 --- a/ports/qtdatavis3d/vcpkg.json +++ b/ports/qtdatavis3d/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtdatavis3d", - "version": "6.8.1", + "version": "6.8.2", "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/vcpkg.json b/ports/qtdeclarative/vcpkg.json index 66682b7b26a7bb..247d870cc3c449 100644 --- a/ports/qtdeclarative/vcpkg.json +++ b/ports/qtdeclarative/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtdeclarative", - "version": "6.8.1", + "version": "6.8.2", "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 698731570f17c3..21557d17c8608b 100644 --- a/ports/qtdeviceutilities/vcpkg.json +++ b/ports/qtdeviceutilities/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtdeviceutilities", - "version": "6.8.1", + "version": "6.8.2", "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 cc6d4e47343b60..05e59b73ae98d1 100644 --- a/ports/qtdoc/vcpkg.json +++ b/ports/qtdoc/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtdoc", - "version": "6.8.1", + "version": "6.8.2", "description": "The Qt documentation.", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/qtgraphs/vcpkg.json b/ports/qtgraphs/vcpkg.json index b6b340051ae8ab..c477d46a12ee27 100644 --- a/ports/qtgraphs/vcpkg.json +++ b/ports/qtgraphs/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtgraphs", - "version": "6.8.1", + "version": "6.8.2", "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 c25ff5e7c0fde5..60ff9882a042d5 100644 --- a/ports/qtgrpc/vcpkg.json +++ b/ports/qtgrpc/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtgrpc", - "version": "6.8.1", + "version": "6.8.2", "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 207145a48798c4..ea934b060df6cc 100644 --- a/ports/qthttpserver/vcpkg.json +++ b/ports/qthttpserver/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qthttpserver", - "version": "6.8.1", + "version": "6.8.2", "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 76a0b993f4ddc6..9c3db793d4d5c0 100644 --- a/ports/qtimageformats/vcpkg.json +++ b/ports/qtimageformats/vcpkg.json @@ -1,7 +1,6 @@ { "name": "qtimageformats", - "version": "6.8.1", - "port-version": 1, + "version": "6.8.2", "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 2b0ca774dcf94e..4b5030656e0798 100644 --- a/ports/qtinterfaceframework/vcpkg.json +++ b/ports/qtinterfaceframework/vcpkg.json @@ -1,7 +1,6 @@ { "name": "qtinterfaceframework", - "version": "6.8.1", - "port-version": 1, + "version": "6.8.2", "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 063563580d9679..2760f797f766dc 100644 --- a/ports/qtlanguageserver/vcpkg.json +++ b/ports/qtlanguageserver/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtlanguageserver", - "version": "6.8.1", + "version": "6.8.2", "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 11f1ac7b1f1c2a..be8f18f8e9526d 100644 --- a/ports/qtlocation/vcpkg.json +++ b/ports/qtlocation/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtlocation", - "version": "6.8.1", + "version": "6.8.2", "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 eb0b5a628e5c19..1f13e238186093 100644 --- a/ports/qtlottie/vcpkg.json +++ b/ports/qtlottie/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtlottie", - "version": "6.8.1", + "version": "6.8.2", "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 7b4bd19611f2f1..79a89420120eb8 100644 --- a/ports/qtmqtt/vcpkg.json +++ b/ports/qtmqtt/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtmqtt", - "version": "6.8.1", + "version": "6.8.2", "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/fix_avfoundation_target.patch b/ports/qtmultimedia/fix_avfoundation_target.patch index 83c457821b92fe..943bc479824b2f 100644 --- a/ports/qtmultimedia/fix_avfoundation_target.patch +++ b/ports/qtmultimedia/fix_avfoundation_target.patch @@ -2,10 +2,9 @@ diff --git a/src/plugins/multimedia/darwin/CMakeLists.txt b/src/plugins/multimed index a1a0cb1..242ceac 100644 --- a/src/plugins/multimedia/darwin/CMakeLists.txt +++ b/src/plugins/multimedia/darwin/CMakeLists.txt -@@ -34,7 +34,7 @@ qt_internal_add_plugin(QDarwinMediaPlugin +@@ -34,6 +34,6 @@ qt_internal_add_plugin(QDarwinMediaPlugin ${FWMetal} ${FWQuartzCore} - ${FWAudioToolbox} - AVFoundation::AVFoundation + ${FWAVFoundation} ) diff --git a/ports/qtmultimedia/vcpkg.json b/ports/qtmultimedia/vcpkg.json index 466e92ec791ce9..1cff43459c19b6 100644 --- a/ports/qtmultimedia/vcpkg.json +++ b/ports/qtmultimedia/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtmultimedia", - "version": "6.8.1", + "version": "6.8.2", "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 df3fb8dd9fee77..df4d480ebd4243 100644 --- a/ports/qtnetworkauth/vcpkg.json +++ b/ports/qtnetworkauth/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtnetworkauth", - "version": "6.8.1", + "version": "6.8.2", "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 d6456b25ca5186..19cec90e94daf0 100644 --- a/ports/qtopcua/vcpkg.json +++ b/ports/qtopcua/vcpkg.json @@ -1,7 +1,6 @@ { "name": "qtopcua", - "version": "6.8.1", - "port-version": 1, + "version": "6.8.2", "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 ce340a74c5d098..7e83b236a3178f 100644 --- a/ports/qtpositioning/vcpkg.json +++ b/ports/qtpositioning/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtpositioning", - "version": "6.8.1", + "version": "6.8.2", "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 5c2b4aa55209d3..82662f312c34b2 100644 --- a/ports/qtquick3d/vcpkg.json +++ b/ports/qtquick3d/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtquick3d", - "version": "6.8.1", + "version": "6.8.2", "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 8cb08b7ce4c452..8da5ac0e36c072 100644 --- a/ports/qtquick3dphysics/vcpkg.json +++ b/ports/qtquick3dphysics/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtquick3dphysics", - "version": "6.8.1", + "version": "6.8.2", "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 9c527ecf76c615..270da6bf8c72b6 100644 --- a/ports/qtquickeffectmaker/vcpkg.json +++ b/ports/qtquickeffectmaker/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtquickeffectmaker", - "version": "6.8.1", + "version": "6.8.2", "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 99d92bdb4cb268..5e8cacebdd8555 100644 --- a/ports/qtquicktimeline/vcpkg.json +++ b/ports/qtquicktimeline/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtquicktimeline", - "version": "6.8.1", + "version": "6.8.2", "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 517f68de0dd144..aae0446df26528 100644 --- a/ports/qtremoteobjects/vcpkg.json +++ b/ports/qtremoteobjects/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtremoteobjects", - "version": "6.8.1", + "version": "6.8.2", "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 e60073bbcdec20..0dc10d83df685a 100644 --- a/ports/qtscxml/vcpkg.json +++ b/ports/qtscxml/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtscxml", - "version": "6.8.1", + "version": "6.8.2", "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 c5aa4d65325b03..706907ec43de24 100644 --- a/ports/qtsensors/vcpkg.json +++ b/ports/qtsensors/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtsensors", - "version": "6.8.1", + "version": "6.8.2", "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 93682641b24f4d..18da1c6c7cddfb 100644 --- a/ports/qtserialbus/vcpkg.json +++ b/ports/qtserialbus/vcpkg.json @@ -1,7 +1,6 @@ { "name": "qtserialbus", - "version": "6.8.1", - "port-version": 1, + "version": "6.8.2", "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 69c9fac7ea3d58..d1d00c0d2a386e 100644 --- a/ports/qtserialport/vcpkg.json +++ b/ports/qtserialport/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtserialport", - "version": "6.8.1", + "version": "6.8.2", "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 0f208ae88199c0..c69c3b7b8cd443 100644 --- a/ports/qtshadertools/vcpkg.json +++ b/ports/qtshadertools/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtshadertools", - "version": "6.8.1", + "version": "6.8.2", "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 70fcdfec338b06..f709f390a765e4 100644 --- a/ports/qtspeech/vcpkg.json +++ b/ports/qtspeech/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtspeech", - "version": "6.8.1", + "version": "6.8.2", "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 6b27a69b342e2a..fc36d67422e126 100644 --- a/ports/qtsvg/vcpkg.json +++ b/ports/qtsvg/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtsvg", - "version": "6.8.1", + "version": "6.8.2", "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/devendor-litehtml.patch b/ports/qttools/devendor-litehtml.patch index 7830391dd22ccd..b6b105d546de2a 100644 --- a/ports/qttools/devendor-litehtml.patch +++ b/ports/qttools/devendor-litehtml.patch @@ -11,3 +11,15 @@ index 5d2bf2b67c..abd9b513d3 100644 qt_internal_set_exceptions_flags(litehtml OFF) qt_disable_warnings(litehtml) endif() +diff --git a/src/assistant/qlitehtml/src/container_qpainter_p.h b/src/assistant/qlitehtml/src/container_qpainter_p.h +index 23c55b4..4ae1cc1 100644 +--- a/src/assistant/qlitehtml/src/container_qpainter_p.h ++++ b/src/assistant/qlitehtml/src/container_qpainter_p.h +@@ -14,7 +14,6 @@ + #include + #include + +-#include + #include + + class Selection diff --git a/ports/qttools/vcpkg.json b/ports/qttools/vcpkg.json index 0f1aa972bf74a0..04a9aa2a310cbd 100644 --- a/ports/qttools/vcpkg.json +++ b/ports/qttools/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qttools", - "version": "6.8.1", + "version": "6.8.2", "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 c863a3aea5ca40..f94763df2491cc 100644 --- a/ports/qttranslations/vcpkg.json +++ b/ports/qttranslations/vcpkg.json @@ -1,7 +1,6 @@ { "name": "qttranslations", - "version": "6.8.1", - "port-version": 1, + "version": "6.8.2", "description": "Qt translations.", "homepage": "https://www.qt.io/", "license": null, diff --git a/ports/qtvirtualkeyboard/vcpkg.json b/ports/qtvirtualkeyboard/vcpkg.json index fc9f0097071488..fba6d838ce05fc 100644 --- a/ports/qtvirtualkeyboard/vcpkg.json +++ b/ports/qtvirtualkeyboard/vcpkg.json @@ -1,7 +1,6 @@ { "name": "qtvirtualkeyboard", - "version": "6.8.1", - "port-version": 1, + "version": "6.8.2", "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 fd17f96ff1f8f3..d2065a113cf596 100644 --- a/ports/qtwayland/vcpkg.json +++ b/ports/qtwayland/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtwayland", - "version": "6.8.1", + "version": "6.8.2", "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 c984cb95dbe76d..5811219d38ad97 100644 --- a/ports/qtwebchannel/vcpkg.json +++ b/ports/qtwebchannel/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtwebchannel", - "version": "6.8.1", + "version": "6.8.2", "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/vcpkg.json b/ports/qtwebengine/vcpkg.json index a22f73dcd0922b..fc03f8d583e0bf 100644 --- a/ports/qtwebengine/vcpkg.json +++ b/ports/qtwebengine/vcpkg.json @@ -1,8 +1,7 @@ { "$comment": "x86-windows is not within the upstream support matrix of Qt6", "name": "qtwebengine", - "version": "6.8.1", - "port-version": 1, + "version": "6.8.2", "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 65f2cabc7bdbfb..98bfec60717ef9 100644 --- a/ports/qtwebsockets/vcpkg.json +++ b/ports/qtwebsockets/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtwebsockets", - "version": "6.8.1", + "version": "6.8.2", "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 581bce4dfcb9fc..2504a193116168 100644 --- a/ports/qtwebview/vcpkg.json +++ b/ports/qtwebview/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtwebview", - "version": "6.8.1", + "version": "6.8.2", "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/versions/baseline.json b/versions/baseline.json index 16e3e820c0fb67..ff366a64919330 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -7389,7 +7389,7 @@ "port-version": 1 }, "qt": { - "baseline": "6.8.1", + "baseline": "6.8.2", "port-version": 0 }, "qt-advanced-docking-system": { @@ -7397,7 +7397,7 @@ "port-version": 0 }, "qt3d": { - "baseline": "6.8.1", + "baseline": "6.8.2", "port-version": 0 }, "qt5": { @@ -7573,68 +7573,68 @@ "port-version": 0 }, "qt5compat": { - "baseline": "6.8.1", - "port-version": 1 + "baseline": "6.8.2", + "port-version": 0 }, "qtactiveqt": { - "baseline": "6.8.1", + "baseline": "6.8.2", "port-version": 0 }, "qtapplicationmanager": { - "baseline": "6.8.1", + "baseline": "6.8.2", "port-version": 0 }, "qtbase": { - "baseline": "6.8.1", - "port-version": 2 + "baseline": "6.8.2", + "port-version": 0 }, "qtcharts": { - "baseline": "6.8.1", + "baseline": "6.8.2", "port-version": 0 }, "qtcoap": { - "baseline": "6.8.1", + "baseline": "6.8.2", "port-version": 0 }, "qtconnectivity": { - "baseline": "6.8.1", + "baseline": "6.8.2", "port-version": 0 }, "qtdatavis3d": { - "baseline": "6.8.1", + "baseline": "6.8.2", "port-version": 0 }, "qtdeclarative": { - "baseline": "6.8.1", + "baseline": "6.8.2", "port-version": 0 }, "qtdeviceutilities": { - "baseline": "6.8.1", + "baseline": "6.8.2", "port-version": 0 }, "qtdoc": { - "baseline": "6.8.1", + "baseline": "6.8.2", "port-version": 0 }, "qtgraphs": { - "baseline": "6.8.1", + "baseline": "6.8.2", "port-version": 0 }, "qtgrpc": { - "baseline": "6.8.1", + "baseline": "6.8.2", "port-version": 0 }, "qthttpserver": { - "baseline": "6.8.1", + "baseline": "6.8.2", "port-version": 0 }, "qtimageformats": { - "baseline": "6.8.1", - "port-version": 1 + "baseline": "6.8.2", + "port-version": 0 }, "qtinterfaceframework": { - "baseline": "6.8.1", - "port-version": 1 + "baseline": "6.8.2", + "port-version": 0 }, "qtkeychain": { "baseline": "0.14.3", @@ -7645,43 +7645,43 @@ "port-version": 0 }, "qtlanguageserver": { - "baseline": "6.8.1", + "baseline": "6.8.2", "port-version": 0 }, "qtlocation": { - "baseline": "6.8.1", + "baseline": "6.8.2", "port-version": 0 }, "qtlottie": { - "baseline": "6.8.1", + "baseline": "6.8.2", "port-version": 0 }, "qtmqtt": { - "baseline": "6.8.1", + "baseline": "6.8.2", "port-version": 0 }, "qtmultimedia": { - "baseline": "6.8.1", + "baseline": "6.8.2", "port-version": 0 }, "qtnetworkauth": { - "baseline": "6.8.1", + "baseline": "6.8.2", "port-version": 0 }, "qtopcua": { - "baseline": "6.8.1", - "port-version": 1 + "baseline": "6.8.2", + "port-version": 0 }, "qtpositioning": { - "baseline": "6.8.1", + "baseline": "6.8.2", "port-version": 0 }, "qtquick3d": { - "baseline": "6.8.1", + "baseline": "6.8.2", "port-version": 0 }, "qtquick3dphysics": { - "baseline": "6.8.1", + "baseline": "6.8.2", "port-version": 0 }, "qtquickcontrols2": { @@ -7689,75 +7689,75 @@ "port-version": 1 }, "qtquickeffectmaker": { - "baseline": "6.8.1", + "baseline": "6.8.2", "port-version": 0 }, "qtquicktimeline": { - "baseline": "6.8.1", + "baseline": "6.8.2", "port-version": 0 }, "qtremoteobjects": { - "baseline": "6.8.1", + "baseline": "6.8.2", "port-version": 0 }, "qtscxml": { - "baseline": "6.8.1", + "baseline": "6.8.2", "port-version": 0 }, "qtsensors": { - "baseline": "6.8.1", + "baseline": "6.8.2", "port-version": 0 }, "qtserialbus": { - "baseline": "6.8.1", - "port-version": 1 + "baseline": "6.8.2", + "port-version": 0 }, "qtserialport": { - "baseline": "6.8.1", + "baseline": "6.8.2", "port-version": 0 }, "qtshadertools": { - "baseline": "6.8.1", + "baseline": "6.8.2", "port-version": 0 }, "qtspeech": { - "baseline": "6.8.1", + "baseline": "6.8.2", "port-version": 0 }, "qtsvg": { - "baseline": "6.8.1", + "baseline": "6.8.2", "port-version": 0 }, "qttools": { - "baseline": "6.8.1", + "baseline": "6.8.2", "port-version": 0 }, "qttranslations": { - "baseline": "6.8.1", - "port-version": 1 + "baseline": "6.8.2", + "port-version": 0 }, "qtvirtualkeyboard": { - "baseline": "6.8.1", - "port-version": 1 + "baseline": "6.8.2", + "port-version": 0 }, "qtwayland": { - "baseline": "6.8.1", + "baseline": "6.8.2", "port-version": 0 }, "qtwebchannel": { - "baseline": "6.8.1", + "baseline": "6.8.2", "port-version": 0 }, "qtwebengine": { - "baseline": "6.8.1", - "port-version": 1 + "baseline": "6.8.2", + "port-version": 0 }, "qtwebsockets": { - "baseline": "6.8.1", + "baseline": "6.8.2", "port-version": 0 }, "qtwebview": { - "baseline": "6.8.1", + "baseline": "6.8.2", "port-version": 0 }, "quadtree": { diff --git a/versions/q-/qt.json b/versions/q-/qt.json index b725cd22d0c747..37a9910b45521d 100644 --- a/versions/q-/qt.json +++ b/versions/q-/qt.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "dacb9035aaa0d03ec3a05d8f136274ce6a8f1c3e", + "version": "6.8.2", + "port-version": 0 + }, { "git-tree": "1dbcf98eba227766aba230103c6f9d7f62980fc9", "version": "6.8.1", diff --git a/versions/q-/qt3d.json b/versions/q-/qt3d.json index 72c828c7be9716..ae5fafeec90ea5 100644 --- a/versions/q-/qt3d.json +++ b/versions/q-/qt3d.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "422a0e7db2a712415805f942bd4ff1a0e2335e7a", + "version": "6.8.2", + "port-version": 0 + }, { "git-tree": "4b1bb1fe7d75693370e80583447b3257549fd7b9", "version": "6.8.1", diff --git a/versions/q-/qt5compat.json b/versions/q-/qt5compat.json index dd4415928ca995..516b71ce108d6f 100644 --- a/versions/q-/qt5compat.json +++ b/versions/q-/qt5compat.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "4d51571c6382dd50cb03d445a67ae796e895072f", + "version": "6.8.2", + "port-version": 0 + }, { "git-tree": "96bb8d67dee6e7377156a7742efbe1eca824333d", "version": "6.8.1", diff --git a/versions/q-/qtactiveqt.json b/versions/q-/qtactiveqt.json index 8586721b454ac9..8484cab358c941 100644 --- a/versions/q-/qtactiveqt.json +++ b/versions/q-/qtactiveqt.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "38f90922ff01ba276764c5cf65997e1792a27d74", + "version": "6.8.2", + "port-version": 0 + }, { "git-tree": "c1d747fe3d46d1da6bd94234fc1a2af13a6c5b1b", "version": "6.8.1", diff --git a/versions/q-/qtapplicationmanager.json b/versions/q-/qtapplicationmanager.json index 8329872d2cac18..cd58f641f0ab20 100644 --- a/versions/q-/qtapplicationmanager.json +++ b/versions/q-/qtapplicationmanager.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "482983d975cbd273b10d57c57e3224eeb57d0377", + "version": "6.8.2", + "port-version": 0 + }, { "git-tree": "ec57c685f9d4d8f56399bd2b0c97b2ecf5cd33cd", "version": "6.8.1", diff --git a/versions/q-/qtbase.json b/versions/q-/qtbase.json index 5b562e4d092f22..4ca3d10a5c351c 100644 --- a/versions/q-/qtbase.json +++ b/versions/q-/qtbase.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "f3ba3628279d2cc0b50125dbbae1193d329f89d0", + "version": "6.8.2", + "port-version": 0 + }, { "git-tree": "eecb74d47973f04985c59537871ade171b34550f", "version": "6.8.1", diff --git a/versions/q-/qtcharts.json b/versions/q-/qtcharts.json index f33acd810b22d7..63c05077217b8f 100644 --- a/versions/q-/qtcharts.json +++ b/versions/q-/qtcharts.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "da2f163f4d6ee2a7632890afbb916c53d16d4d35", + "version": "6.8.2", + "port-version": 0 + }, { "git-tree": "13d2c47867c49147a1e9860bde3a4c42017b3f23", "version": "6.8.1", diff --git a/versions/q-/qtcoap.json b/versions/q-/qtcoap.json index 2b87cd2ed88818..4f922cda511b9b 100644 --- a/versions/q-/qtcoap.json +++ b/versions/q-/qtcoap.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "c959f9a80b1f00dddf302278675009447aa15b9c", + "version": "6.8.2", + "port-version": 0 + }, { "git-tree": "a971722d19ba0bc7a757e2ddf43d2f34cdcedd67", "version": "6.8.1", diff --git a/versions/q-/qtconnectivity.json b/versions/q-/qtconnectivity.json index b07e8169748b33..7be77d5b9bb2b7 100644 --- a/versions/q-/qtconnectivity.json +++ b/versions/q-/qtconnectivity.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "1478a35feb56774e8e5f80c45d9332b44d5ccbea", + "version": "6.8.2", + "port-version": 0 + }, { "git-tree": "db2b867621a695c843d067d80e4788779d352b0d", "version": "6.8.1", diff --git a/versions/q-/qtdatavis3d.json b/versions/q-/qtdatavis3d.json index d6177bda66a36b..4d727c83d4bbcf 100644 --- a/versions/q-/qtdatavis3d.json +++ b/versions/q-/qtdatavis3d.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "5cf94c30ea11f013dd0a292c9f687a455a137ad7", + "version": "6.8.2", + "port-version": 0 + }, { "git-tree": "9b19ebc23a18f017adab553cc9ce5e8e46b607e0", "version": "6.8.1", diff --git a/versions/q-/qtdeclarative.json b/versions/q-/qtdeclarative.json index c288c096ea4289..03d87b6440609b 100644 --- a/versions/q-/qtdeclarative.json +++ b/versions/q-/qtdeclarative.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "110f34e1881b262e178b7d6a7c8a99ee5c01fcbb", + "version": "6.8.2", + "port-version": 0 + }, { "git-tree": "3f33c58f58416f46a068efa973cc83ca58897c0b", "version": "6.8.1", diff --git a/versions/q-/qtdeviceutilities.json b/versions/q-/qtdeviceutilities.json index bf516d287ef0f6..c3909bf0224c10 100644 --- a/versions/q-/qtdeviceutilities.json +++ b/versions/q-/qtdeviceutilities.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "ebc5b3c92475afdb57cc9e72cee961e7a4a3a68c", + "version": "6.8.2", + "port-version": 0 + }, { "git-tree": "b31b4706b69125381ae2a59de22ef49351b21dfd", "version": "6.8.1", diff --git a/versions/q-/qtdoc.json b/versions/q-/qtdoc.json index b2b5a71e0e7570..89887f4c3b73ce 100644 --- a/versions/q-/qtdoc.json +++ b/versions/q-/qtdoc.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "5436a43a30ca6545c849539237b8a68342386a0b", + "version": "6.8.2", + "port-version": 0 + }, { "git-tree": "1d7774d3a373f58871a8d9c7cbaab61618f39dc8", "version": "6.8.1", diff --git a/versions/q-/qtgraphs.json b/versions/q-/qtgraphs.json index 766d1e5f8e0e06..35432a28657ba7 100644 --- a/versions/q-/qtgraphs.json +++ b/versions/q-/qtgraphs.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "a0aab46b9a15201b25024e93957b895418cbe748", + "version": "6.8.2", + "port-version": 0 + }, { "git-tree": "4eaf97aef6d5ea2ea61ccbb9fe2f7c564561666d", "version": "6.8.1", diff --git a/versions/q-/qtgrpc.json b/versions/q-/qtgrpc.json index 60b9900bb02bce..d231034d296a68 100644 --- a/versions/q-/qtgrpc.json +++ b/versions/q-/qtgrpc.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "81618b9d2299d5e51e250e8feb20e59ee5a1b2c6", + "version": "6.8.2", + "port-version": 0 + }, { "git-tree": "4461513af4ee664505a606b879c50e7dad9c54f1", "version": "6.8.1", diff --git a/versions/q-/qthttpserver.json b/versions/q-/qthttpserver.json index 0468d304779603..bf36d86cc43bf2 100644 --- a/versions/q-/qthttpserver.json +++ b/versions/q-/qthttpserver.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "a52d2499dab1c54f782a174b38f062336c6a57de", + "version": "6.8.2", + "port-version": 0 + }, { "git-tree": "84419720013b3e3822c27cad6afc740d305a3b8f", "version": "6.8.1", diff --git a/versions/q-/qtimageformats.json b/versions/q-/qtimageformats.json index 6e4da98b02bfda..0d51a090124c41 100644 --- a/versions/q-/qtimageformats.json +++ b/versions/q-/qtimageformats.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "17cdfbcc1d8d62adb30ee57b1f8ec6d0718ab123", + "version": "6.8.2", + "port-version": 0 + }, { "git-tree": "657df9d1476cd6b6b8c98ab52333d4e6f37e8989", "version": "6.8.1", diff --git a/versions/q-/qtinterfaceframework.json b/versions/q-/qtinterfaceframework.json index aa6b47666998fe..989ee391648b2a 100644 --- a/versions/q-/qtinterfaceframework.json +++ b/versions/q-/qtinterfaceframework.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "a596d24c714e517c2f6ba62229de8498dbc67751", + "version": "6.8.2", + "port-version": 0 + }, { "git-tree": "13a4d1f76ed86f7deea46614abd12463fc5fae2e", "version": "6.8.1", diff --git a/versions/q-/qtlanguageserver.json b/versions/q-/qtlanguageserver.json index e2340a20a50bb1..e502ef1d82ebd6 100644 --- a/versions/q-/qtlanguageserver.json +++ b/versions/q-/qtlanguageserver.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "ceb0919db7aca999ef2a7d6330b6c391ab9d7f8c", + "version": "6.8.2", + "port-version": 0 + }, { "git-tree": "b7cf361a5dfcda2d1eaeed7c7f8d861cc12ae9df", "version": "6.8.1", diff --git a/versions/q-/qtlocation.json b/versions/q-/qtlocation.json index e948e50f0853b1..c85a8fd413658d 100644 --- a/versions/q-/qtlocation.json +++ b/versions/q-/qtlocation.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "3d828a09f003639db71b0df1a85760c0d40e8845", + "version": "6.8.2", + "port-version": 0 + }, { "git-tree": "e5d6d5682bc81f2959558863952c2c9519cbb0f0", "version": "6.8.1", diff --git a/versions/q-/qtlottie.json b/versions/q-/qtlottie.json index a8486d7e70085a..0ec0d6e8ee6edd 100644 --- a/versions/q-/qtlottie.json +++ b/versions/q-/qtlottie.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "6813f9176db65d2da6dc445b7bcf506f9cd2d999", + "version": "6.8.2", + "port-version": 0 + }, { "git-tree": "a054daa0112a5e177a40b359bc6489e1aef3e12b", "version": "6.8.1", diff --git a/versions/q-/qtmqtt.json b/versions/q-/qtmqtt.json index 43756257071115..2e8542a44c5902 100644 --- a/versions/q-/qtmqtt.json +++ b/versions/q-/qtmqtt.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "a94179e89cc30661d671b2b6e62ba018be4dc416", + "version": "6.8.2", + "port-version": 0 + }, { "git-tree": "aa49c317b6e3a2c14cb9c1f7810cb79ff5eac8f4", "version": "6.8.1", diff --git a/versions/q-/qtmultimedia.json b/versions/q-/qtmultimedia.json index 082633803fc3c7..173c920e57d48d 100644 --- a/versions/q-/qtmultimedia.json +++ b/versions/q-/qtmultimedia.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "6ee1f8fc033ce6a7967e108936e7409d430e328d", + "version": "6.8.2", + "port-version": 0 + }, { "git-tree": "1e0f7dd57c1866d9f7a2c165c3a9c5b771e82cb5", "version": "6.8.1", diff --git a/versions/q-/qtnetworkauth.json b/versions/q-/qtnetworkauth.json index 5bc67ff0708e66..eb40ab95aa5114 100644 --- a/versions/q-/qtnetworkauth.json +++ b/versions/q-/qtnetworkauth.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "f62f39c95b522a8bf3460954f1a1ae59bf8ff841", + "version": "6.8.2", + "port-version": 0 + }, { "git-tree": "269b36823e5aaaa081d61e72c906320ca36d1148", "version": "6.8.1", diff --git a/versions/q-/qtopcua.json b/versions/q-/qtopcua.json index ab92f6afb8f6cb..33f1271b58e24b 100644 --- a/versions/q-/qtopcua.json +++ b/versions/q-/qtopcua.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "9a129aadf83c4c9aa7ba908fa1a27d76e0bdb936", + "version": "6.8.2", + "port-version": 0 + }, { "git-tree": "a57fab10b6bc04d53eed87ddc824926ae05b4c1b", "version": "6.8.1", diff --git a/versions/q-/qtpositioning.json b/versions/q-/qtpositioning.json index 4c79f8fb3a3031..e1bd761fd03387 100644 --- a/versions/q-/qtpositioning.json +++ b/versions/q-/qtpositioning.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "e90fe7bcaeed51907318955cc6add743e989b31c", + "version": "6.8.2", + "port-version": 0 + }, { "git-tree": "744e246f92e7998e242fd98f2e3b35bab5156032", "version": "6.8.1", diff --git a/versions/q-/qtquick3d.json b/versions/q-/qtquick3d.json index 070bed81c094e2..e5728d77e9a251 100644 --- a/versions/q-/qtquick3d.json +++ b/versions/q-/qtquick3d.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "e8a37aaf2875df8b0aa6539f078917f4e5aca32b", + "version": "6.8.2", + "port-version": 0 + }, { "git-tree": "fd140eaa18d869190e83aa5c75eee9403d6f3b96", "version": "6.8.1", diff --git a/versions/q-/qtquick3dphysics.json b/versions/q-/qtquick3dphysics.json index 0e19f3d3306e6f..4dc90c1885d79b 100644 --- a/versions/q-/qtquick3dphysics.json +++ b/versions/q-/qtquick3dphysics.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "0b49521da1eeb350f7b341ef6e3c2acfbbf4e5c7", + "version": "6.8.2", + "port-version": 0 + }, { "git-tree": "dc9606ff8b2481e950cdff4d22da8fb04ff5053e", "version": "6.8.1", diff --git a/versions/q-/qtquickeffectmaker.json b/versions/q-/qtquickeffectmaker.json index 0c547fd7c74428..d5bfcfa6f1ecfe 100644 --- a/versions/q-/qtquickeffectmaker.json +++ b/versions/q-/qtquickeffectmaker.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "f52255b58c2011aaf15b5ec3633a8005aac5f1ea", + "version": "6.8.2", + "port-version": 0 + }, { "git-tree": "5aece8b4cc2860fdfc64c921ed5a772e2325431b", "version": "6.8.1", diff --git a/versions/q-/qtquicktimeline.json b/versions/q-/qtquicktimeline.json index 078651c7aa6411..323e2e106bba80 100644 --- a/versions/q-/qtquicktimeline.json +++ b/versions/q-/qtquicktimeline.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "314d1367afcd501233c588c36d5f38d8b1c364cf", + "version": "6.8.2", + "port-version": 0 + }, { "git-tree": "601205c3de3638f44d06af41ae90dbd2e05b8835", "version": "6.8.1", diff --git a/versions/q-/qtremoteobjects.json b/versions/q-/qtremoteobjects.json index 7b1ca370f2aa46..10b9d6ce4be008 100644 --- a/versions/q-/qtremoteobjects.json +++ b/versions/q-/qtremoteobjects.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "afafeff062add76ad4c8610c574408a849f112f2", + "version": "6.8.2", + "port-version": 0 + }, { "git-tree": "d0f0459c091615ef9213cc853ea335829af0c279", "version": "6.8.1", diff --git a/versions/q-/qtscxml.json b/versions/q-/qtscxml.json index a2a39d4be1d136..c6f03d01a9ad4f 100644 --- a/versions/q-/qtscxml.json +++ b/versions/q-/qtscxml.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "dcc4bf2b2791f458c0c5c243503610393534c893", + "version": "6.8.2", + "port-version": 0 + }, { "git-tree": "9d51b6e2c202cdbb002bab5a75b14c727a44834c", "version": "6.8.1", diff --git a/versions/q-/qtsensors.json b/versions/q-/qtsensors.json index 56ec212e8d263a..19348df9b83a2d 100644 --- a/versions/q-/qtsensors.json +++ b/versions/q-/qtsensors.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "7becd7405f9f16198afe0577a60025d2e783bc1d", + "version": "6.8.2", + "port-version": 0 + }, { "git-tree": "482eb2687f4b6f16d742b78cf9eeb1e561341b38", "version": "6.8.1", diff --git a/versions/q-/qtserialbus.json b/versions/q-/qtserialbus.json index 9c02d80ea05ab7..86ca76b09f67fd 100644 --- a/versions/q-/qtserialbus.json +++ b/versions/q-/qtserialbus.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "ae076d73bd295e376ff9c2f9712ab5d92dee477a", + "version": "6.8.2", + "port-version": 0 + }, { "git-tree": "42bcaf542c8dbc081b14a02a8ea0b52a8753271d", "version": "6.8.1", diff --git a/versions/q-/qtserialport.json b/versions/q-/qtserialport.json index 4283f643b1c80c..0214a6745bbe63 100644 --- a/versions/q-/qtserialport.json +++ b/versions/q-/qtserialport.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "391c29342b14f861f1128b2726d11d21c3fa751d", + "version": "6.8.2", + "port-version": 0 + }, { "git-tree": "f96bc932a700bfb56e17946c83d501c98d7a6259", "version": "6.8.1", diff --git a/versions/q-/qtshadertools.json b/versions/q-/qtshadertools.json index a7b774c1a37810..599d4783b18c35 100644 --- a/versions/q-/qtshadertools.json +++ b/versions/q-/qtshadertools.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "90ca1edd7734ff8153e4cd4a27e188c1847eed9b", + "version": "6.8.2", + "port-version": 0 + }, { "git-tree": "bf84ec0748224f1df50c8d8fa58932029be2a6a8", "version": "6.8.1", diff --git a/versions/q-/qtspeech.json b/versions/q-/qtspeech.json index 0fa763863716f0..4bfc7c9c14df70 100644 --- a/versions/q-/qtspeech.json +++ b/versions/q-/qtspeech.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "1fbf901035ddd5ae1e1a930fec18927c08f8241e", + "version": "6.8.2", + "port-version": 0 + }, { "git-tree": "a785ee5f1e9a08925b42804a739b61046fba501f", "version": "6.8.1", diff --git a/versions/q-/qtsvg.json b/versions/q-/qtsvg.json index 58e89c5878efb7..851bd498d63741 100644 --- a/versions/q-/qtsvg.json +++ b/versions/q-/qtsvg.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "f3d2f3cc9c1f7802afd5b78b1d7b72d9c32b2fb5", + "version": "6.8.2", + "port-version": 0 + }, { "git-tree": "5043ab13b9c6f48a99dfa23c58b3ad8348bf2b07", "version": "6.8.1", diff --git a/versions/q-/qttools.json b/versions/q-/qttools.json index c00306ede8bf0c..f97e096767cf0f 100644 --- a/versions/q-/qttools.json +++ b/versions/q-/qttools.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "c431cb6cab6b21d559299e12f0614ba5f2dcc3a8", + "version": "6.8.2", + "port-version": 0 + }, { "git-tree": "8b18966dfcd322a9b77c3b74459d19364b1fc1eb", "version": "6.8.1", diff --git a/versions/q-/qttranslations.json b/versions/q-/qttranslations.json index 58303a23bceba0..31c95e11d5953d 100644 --- a/versions/q-/qttranslations.json +++ b/versions/q-/qttranslations.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "d5c64ece2f45f61165efe0bb3a9cc36a1774196a", + "version": "6.8.2", + "port-version": 0 + }, { "git-tree": "892b32f4b636d0b326e12615618072546c16683e", "version": "6.8.1", diff --git a/versions/q-/qtvirtualkeyboard.json b/versions/q-/qtvirtualkeyboard.json index 89124f2faf4d43..702b09ca38926e 100644 --- a/versions/q-/qtvirtualkeyboard.json +++ b/versions/q-/qtvirtualkeyboard.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "a8fd092b23f72cb7e9d05c484077c6427400f017", + "version": "6.8.2", + "port-version": 0 + }, { "git-tree": "0f9ea7502efe9a090fc895b7abd99318f438272e", "version": "6.8.1", diff --git a/versions/q-/qtwayland.json b/versions/q-/qtwayland.json index dceafd1e83b19f..49f3fbd755fe70 100644 --- a/versions/q-/qtwayland.json +++ b/versions/q-/qtwayland.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "4e853cb0e1f4b8d121756500f363fb163badde53", + "version": "6.8.2", + "port-version": 0 + }, { "git-tree": "08451d007cda6837d295c164c1c5ff14be02625c", "version": "6.8.1", diff --git a/versions/q-/qtwebchannel.json b/versions/q-/qtwebchannel.json index edfc2726e3f075..9ebbaf7f92917d 100644 --- a/versions/q-/qtwebchannel.json +++ b/versions/q-/qtwebchannel.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "d71bd228fc53f11d67fd16244684c6ab236f8275", + "version": "6.8.2", + "port-version": 0 + }, { "git-tree": "adf8c83fbdcd09f5574c595a7a8e25d85bc45a69", "version": "6.8.1", diff --git a/versions/q-/qtwebengine.json b/versions/q-/qtwebengine.json index 205bb2ebb874da..6a3f8f5fc95219 100644 --- a/versions/q-/qtwebengine.json +++ b/versions/q-/qtwebengine.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "1b5fb8d12b758523a9c25316f9cd6b98154081f5", + "version": "6.8.2", + "port-version": 0 + }, { "git-tree": "5eb93e77a28abf878349c79e42c2956ac73a2b26", "version": "6.8.1", diff --git a/versions/q-/qtwebsockets.json b/versions/q-/qtwebsockets.json index 5b695dd0db251a..b355d9a710d19a 100644 --- a/versions/q-/qtwebsockets.json +++ b/versions/q-/qtwebsockets.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "1ccf3e73067a910c37b1f7ef237bfe66f49fc50a", + "version": "6.8.2", + "port-version": 0 + }, { "git-tree": "fcb560e9de974f4473bba6f8f595cda4cabb621b", "version": "6.8.1", diff --git a/versions/q-/qtwebview.json b/versions/q-/qtwebview.json index a7511a63fcd857..64c088ae27b732 100644 --- a/versions/q-/qtwebview.json +++ b/versions/q-/qtwebview.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "d2f4c6469e7cbbeb35b2c34fab5ba308b34d3193", + "version": "6.8.2", + "port-version": 0 + }, { "git-tree": "2aa08fc9b472a959a6fe3de76e1154ced6a0b49e", "version": "6.8.1",