aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2020-02-12 08:41:22 +0100
committerLars Knoll <lars.knoll@qt.io>2020-02-12 07:47:14 +0000
commit68419bc36c20ff1709bd45aeb8ffc78f6a78ed80 (patch)
tree8cf6b04112a482ba58c29fdb2f1dfbf294d4a6be /coin/platform_configs
parent04e09db02a451af2b09d9aeb0a5469993b774893 (diff)
Switch the cmake build also to macOS 10.14
We've switched the qmake configs as well, so cmake should follow. Change-Id: Ib0cf4b3ade56714b4437afd5ce301204e5b31d24 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'coin/platform_configs')
-rw-r--r--coin/platform_configs/qtbase.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/coin/platform_configs/qtbase.yaml b/coin/platform_configs/qtbase.yaml
index d05f94fd..152313a8 100644
--- a/coin/platform_configs/qtbase.yaml
+++ b/coin/platform_configs/qtbase.yaml
@@ -34,7 +34,7 @@ Configurations:
Compiler: 'ICC_18'
Configure arguments: '-DBUILD_EXAMPLES=OFF -DBUILD_SHARED_LIBS=OFF'
-
- Template: 'qtci-macos-10.13-x86_64-2'
+ Template: 'qtci-macos-10.14-x86_64-2'
Compiler: 'Clang'
Configure arguments: '-DBUILD_EXAMPLES=OFF -DCMAKE_OSX_SYSROOT:PATH=/Applications/Xcode10.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -DCMAKE_OSX_DEPLOYMENT_TARGET=10.12'
-