mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-17 09:46:08 +08:00
Provision Ubuntu 16.04 with libclang
It is needed for QDoc. Task-number: QTBUG-62532 Change-Id: Icfc7d0af8a90cf827f4d6468e95f5aa002872102 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
committed by
Simon Hausmann
parent
4bddc8d3f6
commit
cf92d02d8a
9
coin/provisioning/qtci-linux-Ubuntu-16.04-x86_64/004-libclang.sh
Executable file
9
coin/provisioning/qtci-linux-Ubuntu-16.04-x86_64/004-libclang.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
BASEDIR=$(dirname "$0")
|
||||
. $BASEDIR/../common/sw_versions.txt
|
||||
VERSION=$libclang_version
|
||||
URL="https://download.qt.io/development_releases/prebuilt/libclang/libclang-release_${VERSION//\./}-linux-Rhel7.2-gcc5.3-x86_64.7z"
|
||||
SHA1="bbdbbc0296f42310077539b7247d285386119ef4"
|
||||
|
||||
$BASEDIR/../common/libclang.sh "$URL" "$SHA1" "$VERSION"
|
||||
Reference in New Issue
Block a user