mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-09 16:36:35 +08:00
Compare commits
5 Commits
v5.11.0-rc
...
v5.11.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
081601ba0e | ||
|
|
e7a999ce4d | ||
|
|
d7b03bf0bc | ||
|
|
d75411d6e5 | ||
|
|
b1b04fcb1a |
@@ -41,6 +41,7 @@
|
||||
set -e
|
||||
|
||||
source "${BASH_SOURCE%/*}/check_and_set_proxy.sh"
|
||||
source "${BASH_SOURCE%/*}/SetEnvVar.sh"
|
||||
|
||||
BASEDIR=$(dirname "$0")
|
||||
. $BASEDIR/../shared/sw_versions.txt
|
||||
@@ -68,3 +69,9 @@ sudo mv /tmp/libclang $destination
|
||||
|
||||
echo "export LLVM_INSTALL_DIR=$destination" >> ~/.bash_profile
|
||||
echo "libClang = $version" >> ~/versions.txt
|
||||
|
||||
if [ "$version" == "6.0" ]; then
|
||||
# This is a hacked static build of libclang which requires special
|
||||
# handling on the qdoc side.
|
||||
SetEnvVar "QDOC_USE_STATIC_LIBCLANG" "1"
|
||||
fi
|
||||
|
||||
@@ -86,3 +86,9 @@ if ( $setDefault ) {
|
||||
}
|
||||
Set-EnvironmentVariable ("LLVM_INSTALL_DIR_" + $toolchainSuffix) ($baseDestination + "-_ARCH_")
|
||||
Write-Output "libClang = $libclang_version" >> ~/versions.txt
|
||||
|
||||
if ( $libclang_version -eq "60" ) {
|
||||
# This is a hacked static build of libclang which requires special
|
||||
# handling on the qdoc side.
|
||||
Set-EnvironmentVariable "QDOC_USE_STATIC_LIBCLANG" "1"
|
||||
}
|
||||
|
||||
2
qt3d
2
qt3d
Submodule qt3d updated: 43cebede39...15e863517e
2
qtbase
2
qtbase
Submodule qtbase updated: a7863a5854...6eef81ee1c
2
qtdoc
2
qtdoc
Submodule qtdoc updated: 63f18077b2...0d097a6995
2
qtqa
2
qtqa
Submodule qtqa updated: 46daf8aac2...79f009afd8
Submodule qtserialbus updated: de70bbb517...c66a364cf3
2
qttools
2
qttools
Submodule qttools updated: 9894e604df...a42d3f2ac4
Submodule qtwebengine updated: c2736db6ac...28e0320235
Reference in New Issue
Block a user