aboutsummaryrefslogtreecommitdiffstats
path: root/coin
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* 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>
* 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>
* 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>
* 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>
* Add qt-conan-common platformsToni Saario2021-12-201-0/+3
| | | | | | | Change-Id: I99c9b148d4a3b23acc8c4bbd36cd1ea9ad32eac9 Reviewed-by: Iikka Eklund <iikka.eklund@qt.io> (cherry picked from commit 099f184880f7f505985ccb4c31374e5124006352) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Replace LGPL2.1 only header with LGPL3 oneKai Köhne2021-12-20305-3999/+5829
| | | | | | | | | | This is in line with e.g. qtbase. Also remove outdated/unreferenced license files. Change-Id: I5d3370ab453610f9c8165ff9e57db7ad4a785370 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit becb423e809130fe5d735dc4b66d6195caa40567) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* macOS: Upgrade Xcode to 13.2Ville-Pekka Karhu2021-12-196-12/+9
| | | | | | | | Task-number: QTQAINFRA-4607 Change-Id: Ice52c8f4199e124d92b994cab38151dd712986bf Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> (cherry picked from commit fe35c4dbb0e4b3a590be8a1426b482bfefbfbc5a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* macOS provisioning: Disable bluetoothVille-Pekka Karhu2021-12-196-0/+48
| | | | | | | Change-Id: Ia981b4ab37a6ca15a566feb2fdc176253b419193 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> (cherry picked from commit 20c580e5db1352bc2abfd84975c6edd9d700349d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Remove InsignificantTests flag from Windows 10 targetsHeikki Halmet2021-12-181-2/+2
| | | | | | Change-Id: Ib6ec59762f1188d1dc2a133fdf44628d47fd1b57 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit ccf269f5da51c40f6902988fdeadaf13590d5476)
* Upgrade MSVC 2019 and build tools versions to 16.11.8Heikki Halmet2021-12-171-8/+7
| | | | | | | | | Task-number: QTQAINFRA-4704 Change-Id: I77e83f392869e81b20cdc11e970f24448bb66420 Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io> Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> (cherry picked from commit 9d09f9cee93979f790007f5b7256356082fdec4a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Remove Rhel 8.2 targetsHeikki Halmet2021-12-165-83/+0
| | | | | | | | | | Rhel 8.4 is already in use Task-number: QTQAINFRA-4515 Change-Id: I32bba97143adb5243e5ba500eceaad9723a7209e Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit b730181404e2bab57754878de9cbec10144a9cee) Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* CI: Add image support for QNX qemuPasi Petäjäjärvi2021-12-151-1/+15
| | | | | | | | Task-number: QTBUG-99168 Change-Id: If040af8d074e7e197449eb4be68507e83214d393 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> (cherry picked from commit 1cb9c1caef4aa6d3ed6522aef8269e08e0425e0a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* CI: Add timezone support for QNX qemuPasi Petäjäjärvi2021-12-152-0/+8
| | | | | | | | Task-number: QTBUG-99168 Change-Id: Ie27f53fbf68c656dfdd7ddba72ef1c991416faeb Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> (cherry picked from commit 10a443c181885eee6a9e5e4025a510eb42b28895) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Coin:Android: set ANDROID_SDK_ROOT explicitly in macOS 12 configAlexandru Croitor2021-12-141-2/+1
| | | | | | | | | | | | | | | ... and remove ANDROID_{SDK,NDK}_HOME as they are deprecated and might not work even. Amends 7e2882d0a7a53ecf4b234a53bf891dfed2291cbe Augments d59825d250c0570f4c26da6908b471ccdd0faf01 Task-number: QTBUG-97002 Change-Id: I96fb543521d70784d75e524d8b48ac72c42e6815 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> (cherry picked from commit 6e7de2b76c4db94504b9efe9088c455809d01208) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Remove duplicate MinGW environment variablesHeikki Halmet2021-12-141-2/+0
| | | | | | | Change-Id: I2018b0c46b9708f699e5da6155e95151a49394fb Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit 5ce8c724d2c51d896271a3a562f10de1fe151d87) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Add tqtc-qtdigitaladvertising platformsToni Saario2021-12-141-0/+3
| | | | | | Change-Id: I839e0c2509dfac800a06d9c791b693dbc8681a52 (cherry picked from commit 1a1028ea20bc36d97177f3cd571727bf8d852d03) Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* CI: Add inotify support for QNXPasi Petäjäjärvi2021-12-144-0/+21
| | | | | | | | | | | Adds Filesystem event manager server to image and also add HOME env varbiable for root user. Task-number: QTBUG-99168 Change-Id: I4df10f17f4e274dc0d21fea1a767c351ba3c8362 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> (cherry picked from commit 06edc60e1ddb1503cab2ad0434b92f0cb053ac41) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>