From 59a50a2ae2a2e817c4b0de14d29b3fc26d09d40f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20=C3=84ij=C3=A4l=C3=A4?= Date: Wed, 13 Jan 2021 11:24:36 +0200 Subject: [PATCH] Add tqtc-qt-rta.yaml for RTA Needed for coin_cloner to be able to create virtual machines for macOS10.15 targets in RTA tests. Change-Id: I499a54a249a8295e014d7fa08bc32284dc8c73a3 Reviewed-by: Matti Paaso (cherry picked from commit af8f88606a2147c10740ba6f46c9a0adf2005724) --- coin/platform_configs/tqtc-qt-rta.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/coin/platform_configs/tqtc-qt-rta.yaml b/coin/platform_configs/tqtc-qt-rta.yaml index 72194899..f3f520e0 100644 --- a/coin/platform_configs/tqtc-qt-rta.yaml +++ b/coin/platform_configs/tqtc-qt-rta.yaml @@ -1,11 +1,9 @@ Version: 2 +Include: [cmake_platforms.yaml] Configurations: -- Template: 'qtci-windows-8.1-x86_64' - Compiler: 'MSVC2013' - Features: ['DisableTests', 'UseLegacyInstructions'] - Configure arguments: '-qmake -opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -force-debug-info -opengl dynamic -nomake examples -nomake tests' - Template: 'qtci-windows-10-x86-4' Compiler: 'MSVC2019' Configure arguments: '-qmake -opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -force-debug-info -opengl dynamic -nomake examples -nomake tests' Features: ['UseLegacyInstructions'] +