aboutsummaryrefslogtreecommitdiffstats
path: root/coin
Commit message (Collapse)AuthorAgeFilesLines
* Disable Software Updates for macOSHeikki Halmet2022-05-257-1/+34
| | | | | | | Change-Id: Id80d66cfebaa17311d7bfd927f3ce33ba0b81661 Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io> (cherry picked from commit e5b819e26db4bb9edd226532f386a5e2b4964c4c) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Activate testing of developer build for Android in qtdeclarativeAndreas Buhr2022-05-232-1/+18
| | | | | | | | Fixes: QTBUG-101865 Fixes: QTBUG-102943 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> (cherry picked from commit fb2ad5889ed1049a617798170d75049d7fcbe129) Change-Id: I4bf94330c42e3188321e659c3dc9ede2e4ed3c7b
* Coin:Android: Enable tests for more modules - Part 4Assam Boudjelthia2022-05-195-5/+20
| | | | | | | | | | | This adds tests of more modules: qtcharts, qtspeech, qtwebchannel, qtwebsockets, qtdatavis3d Task-number: QTBUG-88846 Change-Id: Ie98ad9af7c260a72e9309836b7733106254da38a Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit 178334bd29a8b8167040bc3d6f2b5f6b1c954db2) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Revert "Activate testing of developer build for Android in qtdeclarative"Andreas Buhr2022-05-192-18/+1
| | | | | | | | | | This reverts commit 2e29f9e19f5f6b10bcca4ca6dfb7959b8ff4a6d1. Reason for revert: Some patches blacklisting Android need to be integrated first in qtdeclarative/6.3. Change-Id: I782cd394a8f5020f8aecc0e9c08f00a4fc9f833a Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
* Activate testing of developer build for Android in qtdeclarativeAndreas Buhr2022-05-182-1/+18
| | | | | | | | | Fixes: QTBUG-101865 Fixes: QTBUG-102943 Change-Id: Ib6a2345f77b52749c5e7945d19e2eaa52e311758 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> (cherry picked from commit fb2ad5889ed1049a617798170d75049d7fcbe129) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Coin:Android: Enable tests for more modules - Part 3Assam Boudjelthia2022-05-108-8/+28
| | | | | | | | | | | | | | | This adds tests of more modules: qtquick3d, qtremoteobjects, qtcoap, qtlottie, qtmultimedia, qtnetworkauth, qtserialport, qtwebview. Task-number: QTBUG-88846 Fixes: QTBUG-100448 Fixes: QTBUG-100449 Change-Id: I0804b5be4bf17684a3d307e0a024304fa108af94 Reviewed-by: Andreas Buhr <andreas.buhr@qt.io> Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit 10143120c12cd506fca5a466a7c6b27e7cb35b18) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update MSVC installer bootstrapper before updating MSVC itselfOliver Wolff2022-05-081-5/+8
| | | | | | | | | | | | | | | | | If there is an outdated MSVC installer bootstrapper an update to MSVC might silently fail. Make sure that we update the bootstrapper before calling the actual update. NOTE! This change also upgrades MSVC 2019 version to 16.11.10 See https://developercommunity.visualstudio.com/t/setup-does-not-wait-for-installation-to-complete-w/26668 for some more information. Fixes: QTQAINFRA-4813 Change-Id: Ia595ceb5b373d1210670d3f357fb501bca1c8272 Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit a91868e2c1391902caa2c0598075abccd2904c3d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Install addtional Python 3.10.0 for Windows 10 21H2Heikki Halmet2022-05-081-0/+2
| | | | | | | | Change-Id: Ic65b3b5b8dcea2ed918b005dbc8d4ea75daba61f Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> Reviewed-by: Simo Fält <simo.falt@qt.io> (cherry picked from commit 6c0950edf8d0b243b2268f3b65e9967da7345b9e) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Remove protobuf scripts for WindowsHeikki Halmet2022-05-084-76/+0
| | | | | | | | | | | | Script is currently failing in windows and no one has noticed this. So apparently script is not needed by any module. If this will be needed in the future then script needs to be fixed and merged back to provisioning. Change-Id: Ia3deb3011b0cb6a9e145d0f126d4ab6723ce79f3 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> (cherry picked from commit 1cc99e61dd68dfe747ff6e93918f02c089ee376f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update CI environment for INTEGRITYTatiana Borisova2022-04-242-11/+8
| | | | | | | | | - Add libplanedef, libmmosalfile, libOSAbstraction, libopenwfd, libpmem libraries into environment - updated integrity_toolchain.cmake paths according existing CI folder structure Change-Id: Icda1a82f9d9afda38a3556f23d2f141ef2965c44 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 2d7bba81c0806b6feb651dbb2addaa530206d3f8)
* Improve INTEGRITY cmake toolchain fileTatiana Borisova2022-04-211-20/+43
| | | | | | | | | | | | | - Add possibility do not create megapack.a library manually for work with INTEGRITY framework. - add 'frigor=accurate' option to control vectorization of floating-point calculations - fix olink typo Change-Id: I67561e438d6f12ed62b6b41742970bdf38d0011c Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 4cb9ded16688fedb1b7121d1334e715af9222891) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Install python3.8 compatible wheels to wheel cacheSimo Fält2022-04-191-1/+4
| | | | | | | Change-Id: I42283e1aa9d731e86adccaef3baed25713c9b60d Reviewed-by: Dominik Holland <dominik.holland@qt.io> (cherry picked from commit 5d53c917b065b7994fb3d139f796eca1a812d91d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Install Android 11 automotive emulatorHeikki Halmet2022-04-142-3/+18
| | | | | | | | | | This is needed after moving from internal tqtc-qt5 branches to qt5. Android 11 image was built internally. Task-number: QTQAINFRA-4343 Change-Id: Ie0c4c5853079303ef9d4537f3b7b06ab62f14e3b Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit 12a87cba0a6c42c374c6b5a4363b4eaed96a9572)
* coin: Allow using configure instead of cmake for top-level buildsAlexandru Croitor2022-04-132-1/+71
| | | | | | | | | | | | | This is the qt5 counterpart to the qtbase instructions to allow using configure instead of cmake when configuring a top-level build. Task-number: QTQAINFRA-4357 Task-number: QTQAINFRA-4815 Change-Id: Ie5af31f9349a6dd88fa7699d40dad659180814e2 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit 2ee43055ed4af2571049e7729066975e92a0db2d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* CMake: Switch an OpenSUSE config to build with CMake 3.16.8Alexandru Croitor2022-04-121-1/+3
| | | | | | | | | | | | To ensure we don't introduce regressions building Qt with the lowest version of CMake that we support. Task-number: QTQAINFRA-4844 Task-number: COIN-823 Change-Id: I59b6a0ed6851a5fbed701c4f6ea050062bddb773 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> (cherry picked from commit 0cfa1fa561d88e5561ad203a9814456a79e93ea6) Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
* CMake: Provision minimum supported CMake version 3.16 on OpenSUSEAlexandru Croitor2022-04-122-0/+67
| | | | | | | | | | | | This will allow us to switch one of the Linux OpenSUSE platform configurations to build with an older version of CMake, to ensure we don't introduce regressions. Task-number: QTQAINFRA-4844 Change-Id: I2aa51175e3c393af079ab1d2b4648ced1fdf6a4a Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> (cherry picked from commit 75bab52bb9dd66973db30f5228c451f16c8884b7) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* coin: Run macOS x86_64 developer build tests for all modulesTor Arne Vestbø2022-04-075-37/+25
| | | | | | | | | Aligns the way we test x86_64 and arm64 developer builds. Change-Id: I87ea5e183b5ee29c62304b22eaf20c4b46ec3b0d Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit 3072446274acf7f52f4cdfabc20a656e35ce942b) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Coin: Remove 'Packaging' feature from target which is 'Insignificant'Antti Kokko2022-04-071-1/+1
| | | | | | | | | | | | | | | | 'Insignificant' feature should not be used with target that has 'Packaging' feature enabled. Current: 'Packaging, Sccache, AndroidTestRun, Insignificant, AbortTestingOnFirstFailure' After this change: 'Sccache, AndroidTestRun, Insignificant, AbortTestingOnFirstFailure' Change-Id: I0662885db80ed9ca93d5c66902029665382a75fa Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit 8b9d185ad3ae73a06fdd22031057453a638f093e) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Make Windows 11 21H2 significantHeikki Halmet2022-04-051-1/+1
| | | | | | | Task-number: QTQAINFRA-4673 Change-Id: I7eebc889dbc9ecc7c741147a2703575b5bfeb04d Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit d6a7527384a675fdc0a9d10fb3ae2f04208cea86)
* CI: Add env variable to indicate we are running tests in CIPasi Petäjäjärvi2022-04-011-1/+1
| | | | | | | | | | | Some tests change what they test depending if this env variable is set. This was left out from 6.2 and 6.3 branches accidentally as it was added only for dev branch at fba918784f966db73c8e4d2b665ac6666f6f3229 as part of bigger cleanup which introduced usage of qt-testrunner.py insted. Pick-to: 6.2 Change-Id: I0f55e42a6ae5b64132d13812ae0567975aedaa0e Reviewed-by: Dimitrios Apostolou <jimis@qt.io>
* COIN/QtCreator: Add machine for Qt 5 based buildEike Ziller2022-04-011-0/+6
| | | | | | | | | | Since we still support Qt 5 based builds of Qt Creator, we'd like to have that combination as part of the precheck. Change-Id: I8f752f6e2aff4bebd644a87a1f51255ca482d337 Reviewed-by: Antti Kokko <antti.kokko@qt.io> (cherry picked from commit e2b2c06558152fe115cbf06b40d2b1a0b3334d27) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* CI: Add QtCoap network testservers for QNX QEMUPasi Petäjäjärvi2022-03-311-0/+4
| | | | | | | Change-Id: Ibc18edaf4a1d9dec309396eb80744b6a21738382 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> (cherry picked from commit 45a92d5f267ebf187d26a82af716406327de16df) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Install Chromedriver ChromiumHeikki Halmet2022-03-311-1/+5
| | | | | | | | | | This is needed by WebAssembly Change-Id: I3e828d643d2780308514b2939db5a1b4032c66ac Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io> Reviewed-by: David Skoland <david.skoland@qt.io> (cherry picked from commit f8311eaadfd0cb0c31a7d47d3bf129f41cf213dd) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Add Android tests to Qt modules - part 2Assam Boudjelthia2022-03-3010-10/+40
| | | | | | | | | | | | | The following modules are passing CI, so enabling them is possible now; qt3d, qtconnectivity, qtmqtt, qtquicktimeline, qtsensors, qtserialbus, qt5compat, qtpositioning, qtscxml, qttranslations. Task-number: QTBUG-88846 Change-Id: Ic1048d0fadd551f42ef2d074b3b905cf3c8da339 Reviewed-by: Rami Potinkara <rami.potinkara@qt.io> Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit 807b259ea4c9a1aebc75e2ee424f3a88e4def8b0) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Install OpenSSL 1.1.1k ARM64 for WindowsHeikki Halmet2022-03-292-0/+2
| | | | | | | | Task-number: QTBUG-93822 Change-Id: I461a26cf258a3e5c62faf719612f643507662f72 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> (cherry picked from commit 73295cc05ced2ac9805746b9aa791b2d15d61298) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* CI: Add dns entry for network test server (not docker)Pasi Petäjäjärvi2022-03-261-0/+4
| | | | | | | | | | Servername qt-test-server is still used as local server name in tests like networkselftest. Change-Id: Iadda2254d4a45e95f90523cae90518fa74b24d6c Reviewed-by: Dimitrios Apostolou <jimis@qt.io> (cherry picked from commit 6f5c0fbdf01894a29a961e69574b0ccd8d36e48f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* CI: Add current directory to PATH because security update for QProcessPasi Petäjäjärvi2022-03-261-1/+1
| | | | | | | | | | | | | | Because of 29fceed2ffb41954a63001414bd042611f2d4980 now all tests that use binaries local to test folder will fail. Add current directory to ssh connection PATH to fix this. On other platforms than QNX, this happens to work as function qt_internal_collect_command_environment sets the absolute directory path of external binary to PATH. Still tests would fail when running directly tst_* binary instead via ctest. Change-Id: I670d78a2a4362dc8d6faf271f2ad2a90ce2a8aa9 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> (cherry picked from commit c1e7cf5c256a1dc93b97285f934b725fefd40359) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Add prebuilt Android OpenSSL package for OpenSSL 1.1.1mHeikki Halmet2022-03-251-5/+6
| | | | | | | | | | | | | | Used OpenSSL source package 1.1.1m was changed little bit. All ANDROID_NDK_HOME strings were replaced with ANDROID_NDK_ROOT in Configurations/15-android.conf file Task-number: QTQAINFRA-4864 Task-number: QTBUG-101863 Change-Id: Ia3d82005734ba69f1cc85708c867ae1955938739 Reviewed-by: Andreas Buhr <andreas.buhr@qt.io> Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> (cherry picked from commit 686481f48c6b3bb18a74616c7ce6a636dd0460cc) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Add webos targetsToni Saario2022-03-231-0/+54
| | | | | | | | | Task-number: QTQAINFRA-4518 Change-Id: Ib198a9ec02993be6eed92a2a6f9d80659fc9d5d7 Reviewed-by: Toni Saario <toni.saario@qt.io> Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit ce51e1158ae28a14cabba770a1ba319397c5acfe) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update MinGW 11.2.0 to rev3Cristian Adam2022-03-223-6/+6
| | | | | | | | | | | | | Revision 3 updates gdb to version 11.2.0. This is not necessarily needed for building, but I think it's better to have the same toolchain as the Qt SDK. Task-number: QTBUG-101653 Change-Id: I92a319a943d18ec10e5e0da3cd770ba7cde26f13 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit c76e26a5fa94777a426cfdcedc78cc0f09df4c95) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Add Android tests to Qt modules - part 1Assam Boudjelthia2022-03-197-22/+29
| | | | | | | | | | | | | | | This enables testing for Android for the modules: qtdeclarative, qtsvg, qtshadertools, qtimageformats, qtlanguageserver. Also replace the qtbase Android test target with linux_android_tests.yaml. Task-number: QTBUG-88846 Change-Id: Ibe0dcbdc5d468e884570bf4908f8ddee0793103c Reviewed-by: Dimitrios Apostolou <jimis@qt.io> Reviewed-by: Simo Fält <simo.falt@qt.io> (cherry picked from commit 523eb8e1ea20a2bb8cecc3bea5b62a9ba028cacb) Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* Fix Openssl android installationHeikki Halmet2022-03-171-4/+5
| | | | | | | | | | | Current provisioning installation is broken. Current package replaced the old openssl-android-master-1.1.1m.zip and shasum changed. Task-number: QTQAINFRA-4848 Change-Id: Id5e3bc1a81f8b634668d189c7647eac7c612020a Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> (cherry picked from commit 96fe74b5403b531b67fd3a77cb10c7e1dfc3fced) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Run msvc 2019 update at the beginning of provisioningHeikki Halmet2022-03-171-1/+1
| | | | | | | | | | | | | | When script was run with prefix 99 the installation process wasn't finished before machine got rebooted. Moving the script at beginning of provisioning seems to help with the situation. This is not a proper fix but the best we have right now. We can change this later if/when we find the root cause for this. Task-number: QTQAINFRA-4813 Change-Id: Icbc2b0b33905990df611bdb494ed9b22801633fd Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> (cherry picked from commit 1597f435123dfffbc2d7c14cc0a730d65c60387a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* CI: Add ssl certificates for QNXPasi Petäjäjärvi2022-03-142-0/+9
| | | | | | | | | | Expects Ubuntu 20.04 LTS with ca-certificates package installed Change-Id: I9b439e9e049b93c3bba77573b491c336aee4af5a Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> (cherry picked from commit 339a47b4eda7d4ccfb8e2c26c0cbcd11c0893a41) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* CI: Add network autotests support for QNXPasi Petäjäjärvi2022-03-145-0/+27
| | | | | | | | | | | | | | | Add regular UNIX network related files to configure used test network based around QEMU and docker services. IP address 172.31.1.1 is bridge interface address in host which QNX tool mkqnximage set (hard coded intool, cannot be changed). Docker service hostnames are configured statically as mDNS does not work from QEMU. Change-Id: Id7be7867e5bea1f354456e8d440f9979c402e977 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> (cherry picked from commit 477877352a51daf91c5d3863f0167ddb8f084be2) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* CI: Remove installation of QNX toolchain from linux platformsPasi Petäjäjärvi2022-03-143-135/+0
| | | | | | | | | These linux platforms are not used when building for QNX Change-Id: I071834053b09b1cea962796076bb0cd2fc6e0fff Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit c4869161b6b8a3ce4882802cf8fb13c9ec4584c5) Reviewed-by: Qt Cherry-pick Bot <cherrypick_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 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>
* 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>
* 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>
* 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>
* 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>
* 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>