aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update LA 4.4.1v6.3.0Jani Heikkinen2022-04-061-4/+4
| | | | | | | | Task-number: QTBUG-101714 Pick-to: dev 6.3 6.2 5.15 Change-Id: I4b9a88be5bfda3b542d9c10c51cc94f36dade932 Reviewed-by: Antti Kokko <antti.kokko@qt.io> Reviewed-by: Santtu Ahonen <santtu.ahonen@qt.io>
* Update submodules on '6.3.0 in qt/qt5'Qt Submodule Update Bot2022-04-0637-0/+0
| | | | | Change-Id: I03e07f99a3972d8dbc33772792e4f8503af49ef6 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Coin: Remove 'Packaging' feature from target which is 'Insignificant'Antti Kokko2022-04-061-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' Pick-to: 6.3 dev Change-Id: I0662885db80ed9ca93d5c66902029665382a75fa Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Update submodules on '6.3.0 in qt/qt5'v6.3.0-rc1Qt Submodule Update Bot2022-03-2436-0/+0
| | | | | Change-Id: I546956f2f585861c9cf3f6f317acd0b7f501b8b1 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Add prebuilt Android OpenSSL package for OpenSSL 1.1.1mHeikki Halmet2022-03-231-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 Pick-to: dev 6.3 6.2 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>
* Adjust submodule branchesJani Heikkinen2022-03-211-41/+41
| | | | Change-Id: I8b52e597dd251a76b7b85cd344e6611d47f35d9b
* Set QT_SUPERBUILD earlyFabian Kosmale2022-03-201-1/+4
| | | | | | | | | | | That will allow qtbase's .cmake.conf to check whether it is meant to be used in a superbuild or only for qtbase. Task-number: QTBUG-101640 Change-Id: I035c86f32497004cc1b8441456604106bacadad4 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 14e486a8c43dd364aae2277daced99da19911ed9) 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>
* Update submodules on '6.3 in qt/qt5'Qt Submodule Update Bot2022-03-1837-0/+0
| | | | | Change-Id: I3494598d30e78331006ffbe417355f1892dd20cb Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* 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>
* Update submodules on '6.3 in qt/qt5'Qt Submodule Update Bot2022-03-1436-0/+0
| | | | | Change-Id: I4dab3397fa5afb657444944f6f45b33735e1cf4d Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* 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>