aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update submodules on '6.7.0 in qt/qt5'v6.7.06.7.0Qt Submodule Update Bot2024-03-258-0/+0
| | | | | Change-Id: Ide598252ebf68aba0d29609151003969ac9c80d2 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update submodules on '6.7.0 in qt/qt5'Qt Submodule Update Bot2024-03-2442-0/+0
| | | | | Change-Id: I8b944c965adf7b8bba194c4e26a027faaf1e1f8a Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update submodules on '6.7.0 in qt/qt5'Qt Submodule Update Bot2024-03-2143-0/+0
| | | | | Change-Id: Ia46cb749535f272373aca52a97b3582368059a5e Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update submodules on '6.7.0 in qt/qt5'v6.7.0-rc2Qt Submodule Update Bot2024-03-2043-0/+0
| | | | | Change-Id: Ibd9bf85407becd5a889974d20b5dde126fe12f6e Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update submodules on '6.7.0 in qt/qt5'v6.7.0-rc1Qt Submodule Update Bot2024-03-1042-0/+0
| | | | | Change-Id: If004fe85f120b3c73010fa6e21ea8e7a12ecca35 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Provisioning: Fix openssl lib path on DebianSimo Fält2024-03-091-2/+5
| | | | | | | | | This amends change Ia4bacf1b7751e15915fc7faca473cb0408a72e35. Task-number: QTBUG-123049 Pick-to: 6.7 dev Change-Id: I0a3e24dd8157fd63c1bdfb06019faff2fa5ef3df Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Provisioning: Install openssl3 into Debian VMSimo Fält2024-03-073-7/+15
| | | | | | | | Task-number: QTBUG-123049 Pick-to: 6.7 dev Change-Id: Ia4bacf1b7751e15915fc7faca473cb0408a72e35 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> Reviewed-by: Toni Saario <toni.saario@qt.io>
* CI: Use '-qt-doubleconversion' with Debian configSimo Fält2024-03-071-1/+1
| | | | | | | | | This is to avoid additional dependencies. Fixes: QTBUG-123051 Pick-to: 6.7 dev Change-Id: Idb6937e9df353f1667eabedb2642a766131d02da Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Adjust submodule branchesJani Heikkinen2024-03-071-39/+39
| | | | Change-Id: I72f43247604ef2bbd91b54e2e8155f943c3985f5
* Update submodules on '6.7 in qt/qt5'Qt Submodule Update Bot2024-03-0542-0/+0
| | | | | Change-Id: I1c4eccbc5ce5bb1e090604c21627fed76c9087d3 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update submodules on '6.7 in qt/qt5'Qt Submodule Update Bot2024-03-0342-0/+0
| | | | | Change-Id: Ic68f276fc2cc79189e50fb3c29a5fdcfd3e71251 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update submodules on '6.7 in qt/qt5'Qt Submodule Update Bot2024-03-0242-0/+0
| | | | | Change-Id: Ia4dfd664d87dd77c8f4002559040ede5d7aefe7a Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Upgrade to msys2 20240113 in Windows provisioningJøger Hansegård2024-03-011-2/+2
| | | | | | | | | | | | This upgrade is needed because msys2 20220319 fails to install diffutils. Its url is broken. Diffutils was first added on 6.5 Fixes: QTBUG-122465 Pick-to: 6.6 6.5 Change-Id: If94cafed68f3400557e01365e743155e9b732dac Reviewed-by: Artem Dyomin <artem.dyomin@qt.io> (cherry picked from commit 04910ff9466cc87457fd04d68c101f0a38d304f5) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* COIN: Update used chroot for Debian packagesSimo Fält2024-03-015-55/+45
| | | | | | | | | Use Ubuntu 22.04 instead of 20.04 Change-Id: If03ba14555fdcd0c98fab3843bdfd5c2ca1eba3f Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit 54245a4888c6f1e05a5f7a8568e2659507d62aa0) Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Provisioning: Fix re-installing ca-certificates on DebianSimo Fält2024-02-291-2/+1
| | | | | | | | | | | If the installed ca-certificates on tier1 is something that doesn't exist in the repo anymore, re-install will fail. So just try to install and expect update if a more recent version is available. Change-Id: Ib6e610f4908fcae6af7e79ecc37ffe600c6ee7af Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit c6d5521c45669061df6630cff3f1434817d5b774) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Use SetEnvVar instead of appending .bash_profile with LLVM variablesMichael Brüning2024-02-292-2/+2
| | | | | | | | | It seems that the existence of .bash_profile on Debian systems prevents the .profile file from being read on login, which means some additions to PATH that are essential for e.g. the Web Engine build are not made. Change-Id: Ib271ef49e573fc0588ffbaa9bebbfda4469b60f9 Reviewed-by: Simo Fält <simo.falt@qt.io>
* Update submodules on '6.7 in qt/qt5'Qt Submodule Update Bot2024-02-2842-0/+0
| | | | | Change-Id: I9e5f073964579a32fb6a4becbb6fbf54482671b7 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* wasm: update Emscripten to 3.1.50Lorn Potter2024-02-272-6/+6
| | | | | | | | Change-Id: I39f3dbfce016a95a5c88b11596e666791c2311af Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io> Reviewed-by: Piotr Wierciński <piotr.wiercinski@qt.io> (cherry picked from commit f0f3e42bf58d3d8dfe2c6a6267d2dfb8d976a20e) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update submodules on '6.7 in qt/qt5'Qt Submodule Update Bot2024-02-2742-0/+0
| | | | | Change-Id: I535b734e516d0d9f92efc74a36b0a2b5143c358c Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update ffmpeg: explicitly refer to the latest release 6.1.1Artem Dyomin2024-02-233-6/+6
| | | | | | | | Pick-to: 6.6 6.5 Change-Id: I231c5cdc6155de0d1ea98220a90ecc0f910b34d6 Reviewed-by: Lars Knoll <lars@knoll.priv.no> (cherry picked from commit 45220efb3a235ef0962a8ba1712fc94349dae76b) Reviewed-by: Artem Dyomin <artem.dyomin@qt.io>
* COIN: Disable Debian config from modules missing rulesSimo Fält2024-02-221-1/+2
| | | | | | | | | Task-number: QTBUG-122447 Pick-to: 6.6 Change-Id: I6e893d07e30bd246b78559dd439fbaff452468e9 Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit b67103423cc9060441796102341dd02a33a57b55) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update submodules on '6.7 in qt/qt5'Qt Submodule Update Bot2024-02-2242-0/+0
| | | | | Change-Id: I7644b20d7417c78d64258bb6b105f96f843e72e8 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update submodules on '6.7 in qt/qt5'Qt Submodule Update Bot2024-02-2042-0/+0
| | | | | Change-Id: I17670d4c23a86bf8e957f7dd0f1c3b2d94e34a14 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* coin: Update provisioned qdoc, qtattributionsscanner binariesTopi Reinio2024-02-191-2/+2
| | | | | | | | | | | | | | Update qdoc and qtattributionsscanner to the latest versions from qttools/dev. The qdoc binary is now built against libClang v17.0.1. It also supports the new \compares and \compareswith commands introduced in Qt 6.7. Task-number: QTBUG-111580 Change-Id: I7d91226a89870968ecf3c9938ffcb451b1ea5c68 Reviewed-by: Luca Di Sera <luca.disera@qt.io> (cherry picked from commit 0ac7878a57c9b83f692a71fceb7d16b3051c2309) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Enable ffmpeg shared libs shipping for Windows targetsArtem Dyomin2024-02-182-15/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We have to replace static linkage with dynamic one due to licensing issues. The related patch in QtMM codereview.qt-project.org/c/qt/qtmultimedia/+/523405 introduces cmake var QT_DEPLOY_FFMPEG that enables deployment of ffmpeg shared libs to the installation lib dir or the build lib dir (for dev builds). These are build/tests results for the current CR together with the patch in QtMM testresults.qt.io/coin/integration/qt/qtmultimedia/tasks/web_rescheduled_qt_qtmultimedia_1703082976669 The related patch codereview.qt-project.org/c/qt/qtbase/+/525100 fixes the deployment tool on Windows. The plan is to have the set of changes for Windows in 6.5.4, 6.6.2, 6.7.0. It was agreed that we want to backport shared ffmpeg to 6.6 and 6.5. Pick-to: 6.6 6.5 Change-Id: Ie4d8621a98fb93715c32e49c830bfd715ed0e8a5 Reviewed-by: Jøger Hansegård <joger.hansegard@qt.io> Reviewed-by: Artem Dyomin <artem.dyomin@qt.io> (cherry picked from commit 0fe99775c04769a00c35614d4fad8b62eedb775d)
* Update ffmpeg 6.0 => 6.1 for android targets on unix hostsArtem Dyomin2024-02-181-3/+3
| | | | | | | | | | | In n6.1, the target cpu is supposed to be x86-64 instead of x86_64. Task-number: QTBUG-121343 Pick-to: 6.6 6.5 Change-Id: Id87a6eaaf73f093bbac66f245998cda6a3e992fc Reviewed-by: Lars Knoll <lars@knoll.priv.no> (cherry picked from commit 85c2ab668bf390142220c35aa17ed76b79faba9a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update submodules on '6.7 in qt/qt5'Qt Submodule Update Bot2024-02-1642-0/+0
| | | | | Change-Id: Ib1e0a5be6121131d69647567f8600a0ec2ff5248 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Retain symlinks upon making universal macOS binariesArtem Dyomin2024-02-141-2/+8
| | | | | | | | | | | | Saving symlinks is important when we build dynamic libs, it will be needed for building QtMM + dynamic ffmpeg. Task-number: QTBUG-120989 Pick-to: 6.6 6.5 Change-Id: I58c040a81f1fa6a3b316ace864fda0687415fd0a Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> (cherry picked from commit 231d089553e3924bd75e3adf9802bb1c7478c760) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Install libclang on Debian 11 templateSimo Fält2024-02-142-4/+15
| | | | | | | | Task-number: QTBUG-120912 Change-Id: I12e71c5c3058756e3e0eac420fb19a1f752b64b7 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit 5c4e8c7a6481503a647a40eefd3b581dd85208c1) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Enable automatic gdb stacktrace in QTest, in case a test crashesDimitrios Apostolou2024-02-146-1/+68
| | | | | | | | | | | | | | | | | | | | | On Linux, this requires that gdb can be found in PATH, and that no kernel security settings like yama.ptrace_scope prevent it. Patch contains also a drive-by architecture detection fix for Debian arm64. Fixes: QTQAINFRA-6029 Fixes: QTQAINFRA-5940 Fixes: QTQAINFRA-6030 Fixes: QTQAINFRA-6046 Fixes: QTQAINFRA-6012 Fixes: QTQAINFRA-5930 Task-number: QTQAINFRA-5933 Change-Id: Ie6debde94c1cc5783161ffa7354b58734c372702 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io> Reviewed-by: Toni Saario <toni.saario@qt.io> Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> (cherry picked from commit c66f8407a8496f4aff861287439c230ff42d0d1a) Reviewed-by: Dimitrios Apostolou <jimis@qt.io>
* Add libprotoc libprotobuf and libgrpc to Debian aarch64 provisioningAlexey Edelev2024-02-121-0/+5
| | | | | | | | | | | Use the system libraries. Pick-to: 6.6 6.5 Task-number: QTBUG-121579 Change-Id: I15e0199a8aa41f607af43569a685cced3b522aec Reviewed-by: Tatiana Borisova <tatiana.borisova@qt.io> (cherry picked from commit 7b104e18f86cdf7faa4431802d8f409903452ec5) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update submodules on '6.7 in qt/qt5'v6.7.0-beta3Qt Submodule Update Bot2024-02-1242-0/+0
| | | | | Change-Id: I54f052c9c0bbd91d49d0524392cfc2ef94c66b0d Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update ffmpeg to n6.1 for Linux and macOSArtem Dyomin2024-02-101-5/+2
| | | | | | | | | | | | | FFmpeg version was between n6.0 and n6.1 due to some hot fix for having it compilable on CI. Since n6.1 has been release, we should update. Pick-to: 6.6 6.5 Change-Id: I0d88599be53748eeb038287abe8aad6c0f189933 Reviewed-by: Jøger Hansegård <joger.hansegard@qt.io> Reviewed-by: Lars Knoll <lars@knoll.priv.no> (cherry picked from commit 9fa918c129d43782f501e40a7b80c8bdab62b9c0) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update ffmpeg n6.0 -> n6.1 on WindowsArtem Dyomin2024-02-101-2/+2
| | | | | | | | | | | The update will go tohether with dynamic ffmpeg build on Windows. Pick-to: 6.6 6.5 Change-Id: I7a72d4009c8a8e4030899b526bad9cfedd6f45a7 Reviewed-by: Lars Knoll <lars@knoll.priv.no> Reviewed-by: Jøger Hansegård <joger.hansegard@qt.io> (cherry picked from commit 483694d725177c28d58d1ac4a94c1a6ae4ddeaea) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update submodules on '6.7 in qt/qt5'Qt Submodule Update Bot2024-02-0943-0/+0
| | | | | Change-Id: I007bb0aaac0633b06f76795c0e3115a3bc13866b Reviewed-by: Daniel Smith <daniel.smith@qt.io>
* Set CMAKE_STRIP for QNX builds in toolchain fileMarianne Yrjänä2024-02-073-0/+6
| | | | | | | | Task-number: QTBUG-120594 Change-Id: Ie39a51616d1c1bb03382bc633d9cda11f80fc80f Reviewed-by: Cristian Adam <cristian.adam@qt.io> (cherry picked from commit 02199c9f752e79525c0348f8dc23cf91f2359959) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Android: use Android emulator 32.1.15 to not break rhi testsAssam Boudjelthia2024-02-061-0/+12
| | | | | | | | | | | | | | | | Currently CI doesn't cache specific Android Emulator version, so after an update was availabe 33.1.23 is broke RHI tests on Android 13 emulator. The last known emulator version to to work was 32.1.15, so as a workaround we install this specific version. Fixes: QTBUG-119884 Change-Id: Iec56207b6142d97a9dfabc0fb07a920c868e58b1 Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io> (cherry picked from commit 481825822b5f714e584bb5eab70432ecd2ac446f) Reviewed-by: Zoltan Gera <zoltan.gera@qt.io> Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit 710f03ffcca35bacb99cc2c0134c751fb39d2771) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update submodules on '6.7 in qt/qt5'Qt Submodule Update Bot2024-02-0243-0/+0
| | | | | Change-Id: If3a75bbb858f95728f14e56aacd19d7d5379c469 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update submodules on '6.7 in qt/qt5'v6.7.0-beta2Qt Submodule Update Bot2024-01-257-0/+0
| | | | | Change-Id: I7bf9d5ff46157675e1c95f7c1f8298a69e3e7e46 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update submodules on '6.7 in qt/qt5'Qt Submodule Update Bot2024-01-2444-0/+0
| | | | | Change-Id: I004945471ecb1e5519b1c8a99d14b9d3b874cd42 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Fix OpenSUSE 15.5 with new re-created Tier1 imageTero Heikkinen2024-01-195-17/+9
| | | | | | | | | Task-number: QTQAINFRA-6065 Pick-to: 6.6 6.5 Change-Id: I24530bcca2a8f8e50686703d8cd8519c27195de2 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io> (cherry picked from commit b6829751d273c545067df868b140f696a11b2740) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* COIN: Remove 'Sccache' feature from arm MacSimo Fält2024-01-171-4/+4
| | | | | | | | | | There is no sccache binary for arm mac so in case of failure the fail parser reports failing sccache command as a reason. Change-Id: I3bfd6152d5be2cd00fd19762ed89ae0bc4f7ebcc Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit a00fb312a2e91cf15491a22cdad01386e45ead85) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* COIN: Install dummy sound device on openSuSE Leap 15.5Axel Spoerl2024-01-121-0/+17
| | | | | | | | | | | | | Add missing dummy sound device, to prevent sound based tests from failing / flaking. Fixes: QTBUG-120655 Pick-to: 6.6 6.5 Change-Id: I555d1391b49892226732f36c6a67be7d8dae3d4b Reviewed-by: Elias Toivola <elias.toivola@qt.io> Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit 198cd69244618813ebc048c51c120b699620a863) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Add permissions on macOS11Matti Paaso2024-01-111-0/+1
| | | | | | | | | | RTA android tests fail due permission error Task-number: QTQAINFRA-6005 Change-Id: I560b8d0efcc6e5b271514e2ce728988435156604 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> (cherry picked from commit 164d38c9944f8eadf3162884daeff1ea83b1dea6) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Remove 'old' LICENSE filesKai Köhne2024-01-115-3973/+0
| | | | | | | | | | | | | | | | | | | We switched to spdx/reuse a while ago. That transition is now almost complete, so let's remove the old files. The new ones are in the LICENSES directory: LICENSES/GPL-2.0-only.txt LICENSES/GPL-3.0-only.txt LICENSES/LGPL-3.0-only.txt LICENSES/LicenseRef-Qt-Commercial.txt LICENSES/Qt-GPL-exception-1.0.txt Task-number: QTBUG-67283 Change-Id: Ie42673e28071dbfcb4df6022d15a0eb545305f7a Reviewed-by: Lucie Gerard <lucie.gerard@qt.io> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> (cherry picked from commit c2d36b3ed6bf5af24e389c5c208244c538beb8b5) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Fix windows network adapter name for Windos 10 x86Matti Paaso2024-01-101-2/+1
| | | | | | | | | | Using the same solution as all the other Windows VMs Pick-to: 6.5 6.2 5.15 Change-Id: I643f332c99e62ba8037e2db60fa69298a585b306 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit 823f127bedf995adf602ecd0b04b2015713dcad6) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Change resolution for one more display in WindowsSimo Fält2024-01-085-0/+5
| | | | | | | | | | | Amends change 349ce73bbaa3082dacd41e491631fa2b16ade022 Pick-to: 6.5 6.2 5.15 Task-number: QTQAINFRA-5987 Change-Id: I2682ed5de49583460fc2db2f534e8c284c10d11f Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit 186a8ca970c6b7593ab70c1c4a91b19785032536) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Revert "Retain symlinks upon making universal macos binaries"Artem Dyomin2023-12-301-9/+3
| | | | | | | | | | | This reverts commit a3c489b272c63994d5b74a2b6caa24e0f5472ff0. Reason for revert: Mistakenly replaced 'set -e' => 'set -x' just hides the problem on macOS 11 and 12. The patch needs to be investigated again Change-Id: I238395fd2ae1fc362a0c9af02e2d48acce22e0dc Reviewed-by: Artem Dyomin <artem.dyomin@qt.io> (cherry picked from commit f87f27dc624830d938097bfbec794c54dc6b9e3f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Disable the truemotion1 decoder for the FFmpeg media backendJøger Hansegård2023-12-251-1/+1
| | | | | | | | | | | | | | | | | | | The truemotion1 decoder depends on a truemotion1data.h file which is part of FFmpeg. This header file has a reference to GPL licensing, and although the header provides a rationale for why the decoder tables are not copyrightable, we prefer to not distribute this decoder as part of the online Qt installer. Users who need ability to decode truemotion1 format video files can do so by recompiling the QtMultimedia FFmpeg media plugin against a custom build of FFmpeg. Task-number: QTBUG-118204 Pick-to: 6.6 6.5 Change-Id: Ia195ef9ce576d18047e7b38bbc5019648ba42b4c Reviewed-by: Kai Köhne <kai.koehne@qt.io> (cherry picked from commit 027acd91fd68ef748b81842ecefa8d471a480bd8) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Retain symlinks upon making universal macos binariesArtem Dyomin2023-12-241-3/+9
| | | | | | | | | | | Saving symlinks is important when we build dynamic libs, it will be needed for building QtMM + dynamic ffmpeg. Pick-to: 6.6 6.5 Change-Id: Ic356a9c3df727a1afe14e8553728952d3b106ba3 Reviewed-by: Artem Dyomin <artem.dyomin@qt.io> (cherry picked from commit a3c489b272c63994d5b74a2b6caa24e0f5472ff0) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>