aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update submodules on '6.3 in qt/qt5'v6.3.0-beta3Qt Submodule Update Bot2022-03-1236-0/+0
| | | | | Change-Id: I1135c2abec5cd8113e77ce48bd9f8530cfa0fe6d Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Coin: Fix Documentation target on tqtc/android-automotiveAssam Boudjelthia2022-03-101-1/+1
| | | | | | | | | | The Documentation target in tqtc-android-automotive.yaml has -DFEATURE_cxx20=ON flag which is not present in the main cmake_platforms.yaml on this branch, this might have been the cause for failing docs build under qtinterfaceframework. Change-Id: Ife84d424673cd7ccf82d0046839ebefa71305f0e Reviewed-by: Simo Fält <simo.falt@qt.io>
* Rename the Android emulator to be more descriptiveAssam Boudjelthia2022-03-102-3/+4
| | | | | | | | | | | | | Because we want to add Android 12 emulator for testing, it's important to have a more descriptive emulator name. For this one, it includes api_23 part. Task-number: QTBUG-88846 Change-Id: I5b8ca276b1bad41bb61272585a4fc4f064e65d71 Reviewed-by: Rami Potinkara <rami.potinkara@qt.io> Reviewed-by: Simo Fält <simo.falt@qt.io> (cherry picked from commit a4cc949b8dbfa2f21c323fd7cbffd011b2dbbc84) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update submodules on '6.3 in qt/qt5'Qt Submodule Update Bot2022-03-1036-0/+0
| | | | | Change-Id: I161936a7d33f66efd84a17b280f26355905ba82f Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update gitToni Saario2022-03-0819-0/+152
| | | | | | | | | | Older git version does not allow fetching single specific sha1. Change-Id: Ib795659a597042876a5c7b6fab3875fe1e39873d Reviewed-by: Iikka Eklund <iikka.eklund@qt.io> Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit a2393b588287fed91d61ff9b69a887f879b16748) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Make sure one can call virtualenv as module with python3.8Simo Fält2022-03-071-0/+2
| | | | | | | | | This will fix qtinterfaceframework's config test. Change-Id: Ifd2f52e27d31f140402d98861339ef5f7b253c23 Reviewed-by: Dominik Holland <dominik.holland@qt.io> (cherry picked from commit e1f18be950daa54cfda48ac934d7ba5fd2a1c2b0) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update submodules on '6.3 in qt/qt5'Qt Submodule Update Bot2022-03-0537-0/+0
| | | | | Change-Id: Ib13bff9dea1a7274de2653342465efd79bcf11b2 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Provisioning: Install additional Python 3.8 for RHEL 8.4Simo Fält2022-03-041-0/+3
| | | | | | | | Change-Id: Ic9893505d3805bcc3cbed972a95ce4a756e4c32a Reviewed-by: Dominik Holland <dominik.holland@qt.io> Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit 171f29f091a43aa7beff4acae29814e4afc55771) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update submodules on '6.3 in qt/qt5'Qt Submodule Update Bot2022-03-0337-0/+0
| | | | | Change-Id: I3737dc748e232a6f13e782cdebcbe6ebbb296a53 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* coin: Split top-level build instructionsAlexandru Croitor2022-03-024-48/+54
| | | | | | | | | | Makes it a bit cleaner to follow. Change-Id: I063581126b6d09f98fb38862c8af5531dc513aca Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit a9c9418c8a8f1364b67a226b61d7580ef90f39d5) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update LICENSE.QT-LICENSE-AGREEMENTJani Heikkinen2022-03-011-970/+1632
| | | | | | | | | | | Newest version is 4.4 so update it in the git as well Task-number: QTBUG-98971 Change-Id: I55f06da7778fe8ce9c7c449cb2b011d37b97244c Reviewed-by: Tino Pyssysalo <tino.pyssysalo@qt.io> Reviewed-by: Akseli Salovaara <akseli.salovaara@qt.io> (cherry picked from commit cbeea0785426d1feb4061e0ed5a1a0ffa7246564) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Mark QtAA Android test as insignificant until proven to workAssam Boudjelthia2022-02-211-1/+1
| | | | | | | | | | Make sure this doesn't block the repo, untill we have the whole Android Automotive pipeline working. Change-Id: I1aaef98cb724c8e299b2adacce36d8e3f786b432 Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io> (cherry picked from commit 2fd91cfe5d5e80491a4872f2abcbf8ffb254da9e) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Add Documentation tatget to tqtc-android-automoitveAssam Boudjelthia2022-02-211-0/+5
| | | | | | | | | | Amends 69536e4b45633892a788265af393cbd36385c35d. Fixes: QAA-1026 Change-Id: Ieed387fb20ec4ebf1a4fbd2633da9c9e98b0a60b Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io> (cherry picked from commit c36ce3dd495ee9274404f7010d420df7e6824cff) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Add passing targets as significantHeikki Halmet2022-02-181-5/+5
| | | | | | | | | | There is still autotests failures in one Windows 11 target Task-number: QTQAINFRA-4673 Change-Id: I2f7958a6da358069799db18143789c99bb3f4dac Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> (cherry picked from commit 6cea45bfb83f3fcf43daaa589072e6f193d0ae50) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Prune Linux configurations in CIVolker Hilsheimer2022-02-171-21/+1
| | | | | | | | | | | | | | | | | | | Remove the various FEATURE_xxx=off configurations, we don't support them and if we break stuff, then those issues are easily fixed after the fact and users relying on those combinations can provide patches. Most of them are obsolete with Qt 6 anyway, as users can just not link against QtGui or QtWidgets. Also remove the -no-opengl configuration, with RHI it's mostly irrelevant as there is very little Qt code outside of RHI that calls OpenGL APIs. Combine the various other configurations into a single configuration and remove subtle variations. Change-Id: Ia35713fc7373d54b82a11be14e2272ff011a51ab Reviewed-by: Lars Knoll <lars.knoll@qt.io> (cherry picked from commit 2e4d6af57437785c450d8030feacae5565e30cc6) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Change DBUILD_EXAMPLES to DQT_BUILD_EXAMPLES for Windows 11Heikki Halmet2022-02-160-0/+0
| | | | | Change-Id: I93f5c80d78b5085317cfb7446cb21e231b9b5a24 Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io>
* Move bluetooth script under correct platform folderHeikki Halmet2022-02-161-0/+0
| | | | | | | Change-Id: If1c873bb3334639477e43f8d5d83d62338f6f4c0 Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io> (cherry picked from commit 3f263aa74214fd72588c4dd8661efcdffe54f465) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Update OpenSSL to version 1.1.1mHeikki Halmet2022-02-165-20/+20
| | | | | | | | | Change-Id: I93702b9faac5abc9fc01a5725cf34a17a94f0bea Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io> Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> (cherry picked from commit 87321654619f9a336f702d746bbb5d9a26bd9dc6) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update submodules on '6.3 in qt/qt5'v6.3.0-beta2Qt Submodule Update Bot2022-02-1236-0/+0
| | | | | Change-Id: Iff67ff909e5df94f212788fb842e7c33babe4169 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* coin: Update provisioned qdoc, qtattributionsscanner binariesTopi Reinio2022-02-111-3/+2
| | | | | | | | | | | | Latest qdoc introduced a new command (\qmlvaluetype) used in qtdeclarative documentation, as well as other fixes and improvements. Change-Id: I6453468fb36dbe38d62f5eb9de74beffd568673b Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Kai Koehne <kai.koehne@qt.io> (cherry picked from commit 69b329a55f4b9e60b4269023ece519d92d070ce4) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update tqtc-android-automotive targets and add test targetAssam Boudjelthia2022-02-101-2/+47
| | | | | | | | | | The module is android specific and thus tests need to be disabled for platforms other than Android Automotive. Change-Id: If7528bc0845c6266d77f94e8e6c7d0ba67075d1a Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit 69536e4b45633892a788265af393cbd36385c35d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update submodules on '6.3 in qt/qt5'Qt Submodule Update Bot2022-02-0936-0/+0
| | | | | Change-Id: Iddbbfd4f3b9b2700060d52903b9fb83bee032ea8 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Remove old Windows 10 targetsHeikki Halmet2022-02-046-133/+0
| | | | | | | | | | Windows 10 21H2 is now significant for all targets Task-number: QTQAINFRA-4539 Change-Id: I9435c11f7df6b7c2c77a5af10ebc5e0da5717ccb Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> (cherry picked from commit ac2bdfb93a84f07d3fb4ed9edce8409dcabcac1c) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Make Win 10 21H2 Environment variables to match with the old Win 10Heikki Halmet2022-02-043-5/+17
| | | | | | | | | Fix few differencies. E.g. Conan env variables are missing Change-Id: Id08c422b1df61c2acaf59cf2bcdb0cc55cdcb1e7 Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit 0e641142c1d5f6c98a8140ed65862cb377ce6d91) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Set correct Emscripten environment variablesHeikki Halmet2022-02-041-8/+13
| | | | | | | | | | | | Needed environment variables are set during emsdk installation when installation is done using emsdk.git. But those are not set as permanently. To have correct values we need to get them from install environment and set them permanently for build environment. Change-Id: Ifb80aa4a93608b79faffc8c59002c89804f60570 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit 88cde9e5003c1235bcceb8e723d518558dbd68e7) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Upgrade Xcode and Command Line Tools version to 13.2Heikki Halmet2022-02-042-4/+3
| | | | | | | | | | Xcode 13.2 works only in macOS 11.3/12.0 or newer Task-number: QTQAINFRA-4607 Change-Id: Ic2034a2091a041a6daa0f342e5820641488c068b Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> (cherry picked from commit 72997d7039f5ce77fc5eca06152d38f70510bde4) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Start using latest macOS 11 version 11.6Heikki Halmet2022-02-0447-4/+4
| | | | | | | | | New tier 1 image's name format is qtci-macos-11-x86_64 Change-Id: Ieb23b64a0981bdd282d2ae482dd5ccda3f7ecaed Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io> (cherry picked from commit 1865d70ef892d3a06e7aef4f0861e28f0812dc2d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* CMake: Pass QT_BUILD_EXAMPLES instead of BUILD_EXAMPLESAlexandru Croitor2022-02-032-6/+6
| | | | | | | | | | | | | | BUILD_EXAMPLES was the old way to disable building examples, which is not used anymore. This should remove the warning about an unused BUILD_EXAMPLES variable. Fixes: COIN-762 Change-Id: Icf88d617e564939bcff5047f83d029e93df16401 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Toni Saario <toni.saario@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> (cherry picked from commit ec6e186d10ee5766b75d92e1043fefaf2a6f91eb) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Make Windows 10 21H2 significantHeikki Halmet2022-02-011-4/+4
| | | | | | | | Task-number: QTQAINFRA-4600 Change-Id: I0ffe3f94bfef9c15a1cbc98cd0afed8bf33c68c1 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit 279841383d0cd8c852bf25415aaf2747c932710d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Change Windows 11 targets Insignificant flag to cover only autotestsHeikki Halmet2022-02-011-4/+4
| | | | | | | | Task-number: QTQAINFRA-4673 Change-Id: Ia841fec1fe4adcedf0af2ddfeeb9a19fd915baf7 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit 10897d6514e00e80c95c8d3a968a20c6b9199686) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update submodules on '6.3 in qt/qt5'v6.3.0-beta1Qt Submodule Update Bot2022-01-3137-0/+0
| | | | | Change-Id: Ia4019f891a5da5d2f97d917f7845c32eff6b3184 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* CMake: Fix linux static tests config to actually runAlexandru Croitor2022-01-311-1/+1
| | | | | | | | | | | | In 3c38cc22ce504b221939a1cfa1e37db58010e749 the dash was accidentally removed and Coin was happy with it. Reintroduce the dash. Change-Id: Idc5d3833191b0390e2d0aa480681a5350d289037 Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit 93afb606b4a6f9a3aa8b6acff786a001ce447e0b) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* CI: Add font support for QNX qemuPasi Petäjäjärvi2022-01-305-1/+31
| | | | | | | | Task-number: QTBUG-99168 Change-Id: I4f216a06f04f544214a016b61365ec216b2d77a5 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> (cherry picked from commit 848a7d5fa3da1fdc2d1760dc780cdb4499915749) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* CI: Enable developer build for QNX x86_64Pasi Petäjäjärvi2022-01-301-1/+1
| | | | | | | | Task-number: QTBUG-99168 Change-Id: I119f47ba0ee36a19a6daca05383c90304b34e97a Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> (cherry picked from commit 7486226c7a3885e25c0298170073e08748c55c89) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* CI: Update libraries because of new QNX toolchainPasi Petäjäjärvi2022-01-301-1/+2
| | | | | | | | | | | QNX toolchain provides newer libfreetype which depends on new libbz2 library (qnx710-20211207-linux.tar.xz). Task-number: QTBUG-99168 Change-Id: I4bcb0b536ace594dd95faeed8e5a8d99e53afadd Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> (cherry picked from commit 2592bbe8c488e2ffe1108a1d936e35f663d41e04) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* CI: Increase size of QNX qemu image for data partitionPasi Petäjäjärvi2022-01-301-1/+1
| | | | | | | | | | Some of the autotest require more free space to pass Task-number: QTBUG-99168 Change-Id: Iff4a4493e75d2770d691b936547143518a80e315 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> (cherry picked from commit 4a5550cc035b6f2e4e7e14369620c1787bbe1521) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update submodules on '6.3 in qt/qt5'Qt Submodule Update Bot2022-01-2737-0/+0
| | | | | Change-Id: If7823e3610645a58b7bbd40bd3fac081962a48d0 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Add qtlanguageserver as a optional dependency for qtdeclarativeJani Heikkinen2022-01-271-1/+1
| | | | | | | Fixes: QTBUG-99737 Pick-to: dev Change-Id: I9dd71496b6ea974003158ffdd3e651beed60c31d Reviewed-by: Toni Saario <toni.saario@qt.io>
* Add yaml file for Android AutomotiveJukka Jokiniva2022-01-191-0/+3
| | | | | | Change-Id: I1007453ba47e7a7be4fe60ef065695189eb44f98 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit 06b5cd95e602062193995e4409a86c88837f895c)
* Provisioning: Install up-to-date google Chrome for Wasm auto testsHeikki Halmet2022-01-121-0/+51
| | | | | | Task-number: QTBUG-99062 Change-Id: Ib9ebcad5d9700c09d01d1ba23fed716d3a3cae4b Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Provisioning: Change installation order between libicu and gtk3Heikki Halmet2022-01-111-3/+3
| | | | | | | | | | Gtk3-devel includes dependency which conflicts with libicu-devel. Changing installation order should solve it Change-Id: Iaba3e1710c2a82ec2bab076c88a7afb33896d4bc Reviewed-by: Simo Fält <simo.falt@qt.io> (cherry picked from commit 1e8939b4b2a07e8d115fc3b2c91b00d499925df4) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update submodules on '6.3 in qt/qt5'v6.3.0-alpha1Qt Submodule Update Bot2022-01-0837-0/+0
| | | | | Change-Id: Id6c006f1504e450276be4ba26b4f04f8f481d3ee Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Provision conan on arm macOSToni Saario2022-01-072-0/+12
| | | | | | | Change-Id: Ibf074c39b7bf3ac0f0f16a5a65d11022f9ec7e04 Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io> (cherry picked from commit 81dcae4f9370495c648c55669c7d439edd150239) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Remove Insignificant flags from Creator, flashing-wizard and saferendererHeikki Halmet2022-01-043-4/+4
| | | | | | | | Change-Id: If4941f00f51281df4f2f233bd89bfaf0d0ed5a0d Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Simo Fält <simo.falt@qt.io> (cherry picked from commit 854e478223e1b0f00f23c807d4435e6e5be9d9f7) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Add OPENSSL_ROOT_DIR for macOS Android targetsHeikki Halmet2022-01-041-3/+3
| | | | | | | | | | | Enabling OpenSSL requires OPENSSL_ROOT_DIR environment variable. Task-number: QTBUG-97243 Change-Id: I055c236d0f346ddc2e2aff873f2bd98cacfb5ec3 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io> (cherry picked from commit ebb983645156dbadc9427f74950f87a3279098fd) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Make macOS 12 on ARM developer build tests significantHeikki Halmet2022-01-031-1/+1
| | | | | | | | | | Task-number: QTQAINFRA-4649 Change-Id: Ia12310a3439058f706d55242ece5ee185073f7ce Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> Reviewed-by: Simo Fält <simo.falt@qt.io> (cherry picked from commit 000691d833e95ef845c0f27f02dfc876d6cc4c7f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* coin: Move all builds over to macOS 12Tor Arne Vestbø2021-12-232-36/+26
| | | | | | | | | Change-Id: Ief01ca81cda49d518e910e01f70f78a5c8430ed7 Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io> (cherry picked from commit b19b02173c7b8cf44d880b32b7f70f2ef9d8e8a3) Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
* Replace .ci.local suffix with .ci.qt.ioHeikki Halmet2021-12-236-7/+7
| | | | | | | | | Plan is to terminate .ci.local soon Change-Id: I8198ea744eeb91974569d47b2147f08b18f97f73 Reviewed-by: Simo Fält <simo.falt@qt.io> (cherry picked from commit d4cb44ad71d369c0b3f60a34a180648cebe6a867) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* coin: Make macOS 12 on ARM packaging tests significantTor Arne Vestbø2021-12-211-1/+1
| | | | | | | Change-Id: I6e89626e52f21d19e8665769b4d8f6ee9a54e537 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> (cherry picked from commit ccf24d5f2a865b0510eea970dd0d398f455af49d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Bump qtconnectivityTor Arne Vestbø2021-12-211-0/+0
| | | | | | | | Change-Id: I8b9ea944ed95d70a41fb7abcef199b77cb15d353 Reviewed-by: Daniel Smith <Daniel.Smith@qt.io> Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io> (cherry picked from commit 649592deea419550ad7e67dfcf85a467352989cb) Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>