mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-06 20:35:59 +08:00
This substantially decreases the package sizes. It's also what we currently do for Qt 5.15.x WebAssembly builds. See alsof44dfe9c34which did not enable debug information for iOS builds because there's no implementation for separating the debug info from static libraries yes. Task-number: QTBUG-96793 Change-Id: I743946c9e1367e88c7dd6dafec57648d9dbf2e9c Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> (cherry picked from commit551c838bad)
Continuous Integration ====================== This directory contains files used by Qt's Continuous Integration system (Coin). pre-provisioning ---------------- Contains scripts which are used to install software to tier1 machines manually. E.g. Visual studio installation takes too long to be included to automatic provisioning of tier2 templates. provisioning ------------ Contains scripts that apply to different test machines in order to run automatic tests on them. For Windows scripts, make sure that the machine has "Set-ExecutionPolicy RemoteSigned -Force" set. (Run as admin in PowerShell)