mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-02 03:36:54 +08:00
The MSVC platform was not there when the rest of the platforms where adjusted to build examples as standalone. Now that it's here, add it. This is a pre-requisite for building examples as external projects with MSVC. Augmentsd278e682c6Task-number: QTBUG-90820 Task-number: QTBUG-96232 Change-Id: I4a77d16e0f683f5984beeedb6e6d32707847383b Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> (cherry picked from commit2dce30db01) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
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)