mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
installing libc++-20-dev and libgstreamer1.0-dev on the same system causes problems: * using the llvm apt repo, it will uninstall libgstreamer1.0-dev * using ubuntu's repo, it will break gstreamer's pkg-config integration reason is that libgstreamer1.0-dev depends on libunwind-dev, but llvm's libunwind-20-dev does not provide the pkg-config files. as temporary workaround we basically reverte5b56d1d37. Change-Id: Ib4626d17339256d56c4764e3167f4e9fe4b9c909 Reviewed-by: Tero Heikkinen <tero.heikkinen@qt.io> Reviewed-by: Liang Qi <liang.qi@qt.io> (cherry picked from commite9a003f0c3) 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)