aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/qtbase.yaml
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-02-12 12:52:49 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-02-12 13:10:43 +0100
commitcd2ac9df6bf8cd4967b60508848bfea009586924 (patch)
tree34ca1268b8afad0058a16dc05d6ba6c4bde49880 /coin/platform_configs/qtbase.yaml
parentc802afc31b5918512900694a35b0f98a07756fdf (diff)
Fix template name for CMake macOS builds
Change-Id: I5709145b8a1642e27b1de14c37a6d8ccee89107a Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'coin/platform_configs/qtbase.yaml')
-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 6b5c62eb..28d58000 100644
--- a/coin/platform_configs/qtbase.yaml
+++ b/coin/platform_configs/qtbase.yaml
@@ -34,7 +34,7 @@ Configurations:
Compiler: 'GCC'
Configure arguments: '-DBUILD_EXAMPLES=OFF -DBUILD_SHARED_LIBS=OFF'
-
- Template: 'qtci-macos-10.14-x86_64-2'
+ Template: 'qtci-macos-10.14-x86_64'
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'
-