aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/qtsvg.yaml
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2020-02-13 09:32:48 +0100
committerSimon Hausmann <simon.hausmann@qt.io>2020-02-13 09:48:00 +0100
commitdfb773505cc82dd1f59338b55295769a04be25df (patch)
treecd5c43acd057f51fd496d8d3a0dfd85f98c71b56 /coin/platform_configs/qtsvg.yaml
parent4d0a52ddbf76a777abfd5a0be3b013db2209e0a8 (diff)
Prospective fix for macOS CMake builds
Adjust the SDK root path to match what's on the system. This should ideally not be hardcoded here but detected, but for now fixing the build is highest priority. Change-Id: I317fe9a4e038cb62cf6cdf06f10a60aa9d975e15 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'coin/platform_configs/qtsvg.yaml')
-rw-r--r--coin/platform_configs/qtsvg.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/coin/platform_configs/qtsvg.yaml b/coin/platform_configs/qtsvg.yaml
index cbc913e8..02938ce6 100644
--- a/coin/platform_configs/qtsvg.yaml
+++ b/coin/platform_configs/qtsvg.yaml
@@ -11,7 +11,7 @@ Configurations:
-
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'
+ Configure arguments: '-DBUILD_EXAMPLES=OFF -DCMAKE_OSX_SYSROOT:PATH=/Applications/Xcode11.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -DCMAKE_OSX_DEPLOYMENT_TARGET=10.12'
-
Template: 'qtci-windows-10-x86_64-15'
Compiler: 'MSVC2019'