mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
Prospective fix for broken cmake builds on 10.14
Add missing dependencies that were there on 10.13. Change-Id: I1d81e9f50a83486784bef02bf904e3e8c53c4f11 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
5
coin/provisioning/qtci-macos-10.14-x86_64/26-freetype.sh
Executable file
5
coin/provisioning/qtci-macos-10.14-x86_64/26-freetype.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -ex
|
||||
|
||||
brew install freetype
|
||||
5
coin/provisioning/qtci-macos-10.14-x86_64/26-pcre2.sh
Executable file
5
coin/provisioning/qtci-macos-10.14-x86_64/26-pcre2.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -ex
|
||||
|
||||
brew install pcre2
|
||||
Reference in New Issue
Block a user