summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2021-06-15 12:20:18 +0200
committerEike Ziller <eike.ziller@qt.io>2021-06-15 12:17:40 +0000
commit65870f804ba34344d71da076f3b15938bf321869 (patch)
treeb6130e5445744b99fa4751c206fd7e7102c26ded
parent58db5d5e71f622163c94c5359302e0a65cb447b2 (diff)
downloadqt-creator-65870f804ba34344d71da076f3b15938bf321869.tar.gz
COIN: Add deployment target for macOS
Minimum deployment target for Qt 6 is 10.14 Change-Id: If85f34d89a39b92eedc42b0ff9a581264917a589 Reviewed-by: Antti Kokko <antti.kokko@qt.io>
-rw-r--r--coin/instructions/common_environment.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/coin/instructions/common_environment.yaml b/coin/instructions/common_environment.yaml
index 8af74377cb..5a8322268e 100644
--- a/coin/instructions/common_environment.yaml
+++ b/coin/instructions/common_environment.yaml
@@ -14,6 +14,9 @@ instructions:
- type: EnvironmentVariable
variableName: LLVM_BASE_URL
variableValue: http://master.qt.io/development_releases/prebuilt/libclang/libclang-release_110-based
+ - type: EnvironmentVariable
+ variableName: MACOSX_DEPLOYMENT_TARGET
+ variableValue: 10.14
- type: PrependToEnvironmentVariable
variableName: PATH