mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
This CMake version among other things, fixes a bug with Ninja Multi-Config writing into the same response file on Windows, which can cause wrong libraries to be linked (mixing Debug and Release libs). Also disable PCH for iOS configs, because that seems to be broken again. We can't upgrade to 3.18.2 because that breaks iOS PCH in a different way than 3.17.4, and because of an AUTOMOC regression introduced when using Ninja Multi-Config. Fixes: QTBUG-85586 Change-Id: I04c08d3a8bfb88433f2d50f4d41d11fc0df3d7ec Reviewed-by: Cristian Adam <cristian.adam@qt.io>
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)