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:
Martin Smith
2017-08-10 10:51:52 +02:00
committed by Simon Hausmann
parent 4bddc8d3f6
commit cf92d02d8a

View 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"