mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
Provisioning: Install libclang and its dependencies to macos 10.12
Libs and llvm-config is required by pyside. In order to extract libclang package, we need to install 7zip. 7zip is installed with homebrew. Change-Id: I35367dca1f79dbc9e2f1513480f6fc9bb69730d3 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
4
coin/provisioning/qtci-macos-10.12-x86_64/025-homebrew.sh
Executable file
4
coin/provisioning/qtci-macos-10.12-x86_64/025-homebrew.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
BASEDIR=$(dirname "$0")
|
||||
$BASEDIR/../common/homebrew.sh
|
||||
4
coin/provisioning/qtci-macos-10.12-x86_64/026-p7zip.sh
Executable file
4
coin/provisioning/qtci-macos-10.12-x86_64/026-p7zip.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
# Install 7z to be used from command line
|
||||
brew update
|
||||
brew install p7zip
|
||||
5
coin/provisioning/qtci-macos-10.12-x86_64/027-libclang.sh
Executable file
5
coin/provisioning/qtci-macos-10.12-x86_64/027-libclang.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
BASEDIR=$(dirname "$0")
|
||||
# There is only one mac package and common script uses it as a default
|
||||
$BASEDIR/../common/libclang.sh
|
||||
Reference in New Issue
Block a user