aboutsummaryrefslogtreecommitdiffstats
path: root/coin
Commit message (Collapse)AuthorAgeFilesLines
* Provisioning: Add Vulkan installation for Ubuntu 20.04Heikki Halmet2021-04-141-0/+2
| | | | | | | | | | Vulkan is needed by examples Task-number: QTBUG-92545 Change-Id: I2f814e452c88c04919b26eb42e90bac18356bbe7 Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io> (cherry picked from commit 027f8ccb080c856c248af0e43f797c4461fd16f0) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Install prebuilt OpenSSL AndroidHeikki Halmet2021-04-141-5/+14
| | | | | | | | | | | OpenSSL 1.1.1 can't be build against Android NDK 22. Current OpenSSL prebuilt was made against NDK 21. Task-number: QTBUG-92075 Change-Id: I0e8a3017a9482ef269d736a8702b29b6bec1c2b2 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> (cherry picked from commit ca14882321daa1a38961bc0baef317d92a5b0ce0) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update NDK to r22bAssam Boudjelthia2021-04-146-8/+8
| | | | | | | | | | | | | Qt quick 3D apps crash because of a bug caused by NDK r21 https://github.com/android/ndk/issues/1148, NDK r22b solves the problem. Task-number: QTBUG-91782 Task-number: QTBUG-92075 Change-Id: I92098c26f3bd9fcfc342ced42c9a81f1e34af8d6 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 53fc7d424d7a7c074645a1d2bcdad3840804b943) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Fix qt-creator license checkMatti Paaso2021-04-131-1/+1
| | | | | | | | | | Change-Id: I7c9df1313075294ddfbfa8ceb14be267eacc3d2b Reviewed-by: Eike Ziller <eike.ziller@qt.io> (cherry picked from commit 2140c07299ed6d1dc5b9594a38ec6e04fa985343) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit 386c62a1b454e90f81bba1969846ca0b7c1a45ae) Reviewed-by: Matti Paaso <matti.paaso@qt.io> Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* Disable network LSO/TSO on linux and macOS VMsToni Saario2021-04-138-0/+90
| | | | | | | | | | | | LSO/TSO causes problems handling network packets and deteriorates the network speed to below 1MB/s. Task-number: QTQAINFRA-4241 Change-Id: Ib999035668eefe51d59715c9a18f42c9e3dfdf21 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit db7926c7155019ecca588ca9f4c9bae5e06036a6) Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit f5c5309067d5f7a35f3725dde6ef121ee8cc5e49)
* Drop Ubuntu 18.04 target from qtbase.yaml as wellJani Heikkinen2021-04-131-11/+0
| | | | | | | | | Change-Id: I033d8aa10b69a110fb1f51fd0620deba7ac559a9 Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit 9980240e33fbfc6468fbf3c578cf8294451d4589) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit 7722922b17f67af1260dc64bb17789aff86e6664) Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* Provisioning: Reset Time Zone for macOS 10.14Heikki Halmet2021-04-131-1/+13
| | | | | | | | | | | | Setting Time Zone for macOS 10.14 seems to be flaky. Let's reset it. If it still fails to set it then exit the script execution. Task-number: QTBUG-92174 Change-Id: I07b28d0511d8fc097a1da43b78de9a5131f6bfa7 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit ba149a162bb5683fbc139f57f4669f970f47f03d) Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit c84925c5122732d280837be444d82943c2f7bf73)
* Provisioning: Install Nodejs using pkg instead of BrewHeikki Halmet2021-04-114-9/+56
| | | | | | | | | | | | Openssl is one of Nodejs dependencies when installing it via Homebrew which is causing issues with actual openssl source build during provisioning Task-number: QTQAINFRA-4402 Change-Id: I711c0f2bb7faebb3e5cbe2f415f34b2ac2d38a66 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit 26c97222c11ad27bb495dcf85ff5c0256b9a0f12) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Drop unnecessary ci and packaging configurationsJani Heikkinen2021-04-092-64/+4
| | | | | | | | | | | | - Drop Ubuntu 18.04 from CI; we aren't supporting it as development host in Qt6. And we aren't using its prebuild binaries anywhere - Drop 'Packaging' feature from QNX builds; we aren't packaging those - Drop 'Packaging' feature from openSUSE builds; we aren't packaging those Change-Id: Ic5c6e0e1c480946380cbcf4b01133caffe7a71e0 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit 7a8094dc9dc4d87e61ed2a7aa2fe241d3a42c0f9) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Add qt-creator platform configurationsMatti Paaso2021-04-091-0/+45
| | | | | | | | | Task-number: COIN-491 Change-Id: I18b70a7157931f9fe0d42abf71f1bab6de6199c3 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io> (cherry picked from commit 9ad3578bc213915f80acb97e25bd8b56c73be0e1) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Make QNX builds significantMarianne Yrjänä2021-04-081-3/+3
| | | | | | | | | | | All components now pass QNX builds so they can be made significant. Old QNX6.6 removed from provisioning. Task-number: QTQAINFRA-4286 Change-Id: Idb6abcc1d61030e1edba9467044fe59d17ee9d82 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit 50962fb204b2c26e54b5b48d2a5b4801a070ca6f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Disable sccache on QNX targetsToni Saario2021-04-081-6/+6
| | | | | | | | | | | There appears to be issues with sccache on q++/qcc compiler that lead tha false positive cache hit and build failures. Task-number: QTQAINFRA-4391 Change-Id: I84f38242e6de4094933300bd535686206c849960 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit 6f4acb8746bac6ed2b2903c79eac23dc002713c0) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Disable RunTime brokerHeikki Halmet2021-03-301-0/+4
| | | | | | | | | | | On some cases RunTime broker might eat huge amount of CPU Change-Id: Ie01b4e1a48e2f9e7e0deb9970160ffc92854d79b Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Dimitrios Apostolou <jimis@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit 3444b91634c5e57ab569700fd1bed45c487c7dd1) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: update Squish packgesJohanna Äijälä2021-03-282-36/+24
| | | | | | | | | | | Still using unreleased custom snapshot packages from Froglogic. macOS: use custom build Qt5.15 package with separate Squish server adjusted for Qt6. Change-Id: I8605204118015feb347268c335ef731ff99e3c68 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit 02d4c34b7da7d0d885b79528276aa1e596c257c3) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Upgrade Xcode to version 12.4 for macOS 10.15 and 11.0Heikki Halmet2021-03-264-8/+8
| | | | | | | | | Task-number: QTQAINFRA-4230 Change-Id: Id3de8771e18da5d40cf62ad501a23fce89e845c4 Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit 7a027b4dfdf4baa65ebb07f748849aa47d5079b2) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Install GCC toolset for CentOSHeikki Halmet2021-03-261-0/+41
| | | | | | | | | | GCC toolset provides upgraded GCC version for CentOS. Change-Id: Ia62c7abf21eeed5d65c6b2e35fe1013d839cfa24 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit 066964d275e37487e09df21a2759a0c127e06b7b) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Remove libclang from Windows 10 x86Heikki Halmet2021-03-241-2/+0
| | | | | | | | | | | Libclang static is not needed by Qt Creator. Also x86 package is not available in download.qt.io or in cache. Qt Creator is the only one using Windows 10 x86 at the moment. Change-Id: I983db655c497105c3154ab64b170a8ed8739a59c Reviewed-by: Matti Paaso <matti.paaso@qt.io> (cherry picked from commit 152a80ec1db22fd8fdcd8c40f92a23f036db031e) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Add Packaging target for openSUSE 15.2Heikki Halmet2021-03-231-0/+7
| | | | | | | | | | | | | With current approach we need to make two different linux installers. One for SUSE and one for other linux targets we support. This is because current CentOS version have newer GLIBC version than what we have in SUSE. This means that installer made with CentOS won't work in SUSE versions we support Task-number: QTBUG-91873 Change-Id: If65d66093bf8dcb5fe46812e06d6b9194fdedac2 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit fb65f860837d979cdf6d12c75b17e09aac74d674)
* Add QNX7.1 to CIMarianne Yrjänä2021-03-164-20/+75
| | | | | | | Task-number: QTQAINFRA-3768 Change-Id: I9c0aa78fad9c6a1263e75b06fa954c335f4b6ec2 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit 036729ed058deb77f977672d53953f4ad85f7141)
* Change GCC version to 8.3.0 for Ubuntu 18.04Heikki Halmet2021-03-032-3/+3
| | | | | | | | | | | | | | | We need to use gcc 8 instead of 9 so that the Qt installer will work with CentOS 8.3 which have gcc 8 in the system. If we use newer gcc version with the binaries there will be issues with libstdc++. Using gcc-toolset-9 in CentOS won't help either because it will link libstdc++ against the one in system. Task-number: QTBUG-91352 Change-Id: I2a3d186bc04b1f54f14ed95f0588d18bd63814c4 Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io> (cherry picked from commit 8843f5186646722a48e1915cf2844d6d5b7f6466) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Remove squish script call under Windows 10 x86Heikki Halmet2021-02-251-1/+0
| | | | | | | | | | RTA don't use squish with Windows 10 x86 in Qt6 Change-Id: Ib1c27e53310506f2c91ab8b65404caba8fcfcaf8 Reviewed-by: Johanna Äijälä <johanna.aijala@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit 26bffd2fabfa4dce65e97d0e24ab6a7a7279a11d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Change configuration arguments for Ubuntu 18.04 to match CentOS targetHeikki Halmet2021-02-251-1/+1
| | | | | | | | | | | We shouldn't change configuration parameters when whiching to use Ubuntu 18.04 instead of CentOS 8.3 Change-Id: Icfce35acec8baa4488089e555c311a063455c24b Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit 0a6511c1e7f3184b7cbcbffd02bce1c5d28e3fa9) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Make QEMU builds significantSamuli Piippo2021-02-221-3/+3
| | | | | | | | | | All tests pass, remove InsignificantTests from QEMU builds. Task-number: QTBUG-86238 Change-Id: Ia3d2b9ef3ce06cbdf67c99bcbe64f36f7bbdb1ec Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit b6c8b8f47018708bfc0e364622c0d8146a96e062) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* New images with accessibility for squish for macOS 10.15 and 11.0Heikki Halmet2021-02-224-6/+21
| | | | | | | | | Task-number: QTQAINFRA-3559 Change-Id: I9a9d4c4f01f883c83adbd097d8045012e198c4fe Reviewed-by: Johanna Äijälä <johanna.aijala@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit c8a55fece54870c8c6ad9571f2d29402d56c556e) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Add platform configs for qtdeviceutilitiesSamuli Piippo2021-02-191-0/+3
| | | | | | | Change-Id: Ica3aa46e3302dc9b46c64bbef222e3e958f56a35 Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit cd888a07fe0a483b3f5d4f4453a0ab23fc12f8a7) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update platform configs for qdbSamuli Piippo2021-02-191-27/+2
| | | | | | | | | Use cmake platforms to build qdb. Change-Id: I9d7e452bf70699799527ea38c97ec64a8fa0fc10 Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit 7b3e2f369d9ba2ee5e636e1ec9b7a3890363e187) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Add Insignificant flag for qtbase Android target with Ubuntu 18.04Heikki Halmet2021-02-171-1/+1
| | | | | | | | | | | Can't start emulator with Ubuntu 18.04 Task-number: QTBUG-91180 Change-Id: I33bbbe47d3f0861778b295ccf797b5a99a99c58a Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit 36f1125927d37e77ccd8e82cd949dbd8e08c0988) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Add Ubuntu 18.04 for Qt6 binary packagesHeikki Halmet2021-02-1628-0/+668
| | | | | | | | | | | | | | | We need to start using Ubuntu 18.04 with Qt6 binary package targets. Ubuntu 18.04 includes older GLIBC version which shouldn't cause any problems with linux distributions supported by Qt6 Tests will be executed with Ubuntu 20.04. Task-number: QTQAINFRA-4193 Change-Id: Icb189c509351ff080a2c6431299cc0be6ba8adc1 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit b64b4b169e6319c5d10ec362ece32f835995259b)
* Provisioning. Set Wayland enable as false for CentOS 8.3Heikki Halmet2021-02-121-0/+5
| | | | | | | | | | | In CentOS 8.3 seems to be bug with setting Wayland instead of x-session. Task-number: QTQAINFRA-4246 Change-Id: I1099ca7ef5425f7383ab8a2e9988efeb42a858e8 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit ee5f8fa6cb8f181385a560d759f61e12dfbc2d62) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update QDoc libclang to 11.0Cristian Adam2021-02-052-11/+16
| | | | | | | Change-Id: I1cc74a1efb702d32d99749ec681e37345579c5b7 Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit d3406fedd1d373cda78afb84b69b7077c3be8029) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Disable multicast advertisementsHeikki Halmet2021-02-042-2/+6
| | | | | | | | | | | | To get rid of the computer name notification multicat advertisements needs to be disabled. This notification seems to affect to autotest by causing misleading failures. Task-number: QTBUG-89746 Change-Id: I2365092ee05cc731b78e17c56eee7c4370a9f0a7 Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit a3c798e76a8cc9c6b4dfc3c178b45f0a294ecf77) Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Provisioning: Update Squish for Qt6Johanna Äijälä2021-02-022-17/+35
| | | | | | | | | | | | | These are snapshot packages from Froglogic, not available for macOS yet, thus it will still use Qt5.15 based Squish. Only Linux and Win packages are updated now. Along with the Squish for Qt6 we need the Squish for Qt5 to be able to run Creator tests (since Creator is still Qt5 based). Change-Id: Iec0294e1de036db004633ee6b95e1e68a6dd23a5 Pick-to: 6.0 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* Fix missing .qch files when building documentation in the CIJoerg Bornemann2021-02-011-2/+2
| | | | | | | | | | | | | We need to build the target "docs", not "generate_docs". The latter only creates html documentation. Creating .qch files is done with qhelpgenerator, and qhelpgenerator needs proper platform plugins and the sqlite plugin. To keep things simple, we build all the platform plugins and SQL plugins. Fixes: COIN-659 Change-Id: Ief8f71f27836e7667e3a96e0b2654bdd45647ed4 Reviewed-by: Toni Saario <toni.saario@qt.io>
* Replace CentOS 8.1 with CentOS 8.3 in CIHeikki Halmet2021-02-0134-25/+30
| | | | | | | Task-number: QTQAINFRA-3964 Change-Id: I368e59867e8061ed25d4d3f10de7e995e56bd676 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Enable all cmake targets for qtdatavis3dJani Heikkinen2021-01-291-0/+3
| | | | | | Task-number: QTBUG-90428 Change-Id: I36dee95a407d9b16dce8af326e581d47a0e69d8e Reviewed-by: Toni Saario <toni.saario@qt.io>
* Add --ignore-signature to ICC installation also for openSUSE 15.2Heikki Halmet2021-01-261-1/+1
| | | | | | | | This was missing from fea422c0a61f43f10f16194712e7e0e37d3178d0 Task-number: QTQAINFRA-4174 Change-Id: Id829e4a1ccc23890ed53618c8a5c200b1dda8100 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Provisioning: Install Conan package managerHeikki Halmet2021-01-267-0/+44
| | | | | | | | | | Conan package manager is need for addtional libraries Task-number: QTQAINFRA-4190 Change-Id: I5cb07a137505f15d536989c6d5127f607735a17e Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io> Reviewed-by: Toni Saario <toni.saario@qt.io>
* Enable Qt Lottie in CoinVolker Hilsheimer2021-01-261-0/+3
| | | | | | Fixes: QTBUG-89970 Change-Id: Ia4bb20bff62bbe1ab1da9500c0783493408a1f22 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Add CMake platform config for qtactiveqtOliver Wolff2021-01-261-0/+3
| | | | | | Task-number: QTBUG-90417 Change-Id: I67d511b6b7bfc8aaec4361b68dbd3c852494981d Reviewed-by: Toni Saario <toni.saario@qt.io>
* Provisioning: get-pip.py address changed for python 2.7Heikki Halmet2021-01-241-1/+8
| | | | | | | | | | | | | | | | For python27 get-pip file's location has been changed and we need to use two different get-pip files for different python versions. Let's also cache these python files and use cache as primary url. Pick-to: 6.0 Pick-to: 5.15 Pick-to: 5.12 Task-number: QTQAINFRA-4210 Change-Id: Iebc00f6f319bb914f7548d4737e13fed9ac2b292 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Update iOS platform dependencyToni Saario2021-01-231-1/+1
| | | | | | Change-Id: I91b2807861027542f3208cc9a1ac2fcf9b6300d7 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Toni Saario <toni.saario@qt.io>
* Update macOS android targets platform dependencyToni Saario2021-01-231-4/+4
| | | | | Change-Id: I4dcedfe812178d2ce01f3fa35c5f0e24e01c60f8 Reviewed-by: Toni Saario <toni.saario@qt.io>
* macOS: Split building and testing stagesToni Saario2021-01-235-70/+77
| | | | | | | | | | | | | | | | | | | | We now build with the latest Xcode available, and then run the tests on all the supported deployment target (10.14, 10.15, 11). At this point we have the following build/test coverage: - Packaging build, all modules tested on: - 10.14 (significant) - 10.15 (insignificant) - 11.x (insignificant) - Developer build, qtbase/declarative tested on: - 10.14 (significant) - 10.15 (insignificant) - 11.x (insignificant) Change-Id: I309bbf5ace7b22b768203f579e29f7a9e2b589b9 Reviewed-by: Toni Saario <toni.saario@qt.io>
* Add qtserialbus cmake platform configAndreas Buhr2021-01-221-0/+3
| | | | | | | | Task-number: QTBUG-90399 Change-Id: Ic472def797af69d6050f7eb1df9f4dd6c9c6a870 Reviewed-by: Juha Vuolle <juha.vuolle@insta.fi> Reviewed-by: Alex Blasche <alexander.blasche@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
* Provisioning: Install dynamic libclang to macOS 10.15Simo Fält2021-01-221-0/+6
| | | | | | Pick-to: 6.0 Change-Id: I8e0917b15eba79e3a616a096722f68088859f0c7 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* Provisioning: Install dynamic libclang to macOS 11Simo Fält2021-01-221-0/+6
| | | | | Change-Id: I27a6ed1e230ae71b339d0198be07469db3b1bf32 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* Add Big Sur macOS 11.0 to CIHeikki Halmet2021-01-2244-2/+978
| | | | | | | | Only one target is added because current HW capasity is minor. Task-number: QTQAINFRA-3967 Change-Id: Iae2ac0e02b38b45a219a78e046fb21338ff9cd97 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Add qtscxml cmake platform configJuha Vuolle2021-01-211-0/+3
| | | | | | | Task-number: QTBUG-89828 Change-Id: Idee8c678d64e47c613fa7035faa9a2c4880b9a2a Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> Reviewed-by: Toni Saario <toni.saario@qt.io>
* Update qdb to build on 10.14 and remove 10.13 scriptsTony Sarajärvi2021-01-2146-929/+1
| | | | | Change-Id: I6533ae5a674961b39978d5b716cbe6a176a0c564 Reviewed-by: Toni Saario <toni.saario@qt.io>
* Remove needless target from CITony Sarajärvi2021-01-211-28/+0
| | | | | Change-Id: I8d55018c0a5485d7063abada5df21b319aac849e Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>