From 898ca8ab989e1904eb526d710fee6c4fc642d90d Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Thu, 31 Mar 2022 08:51:57 +0200 Subject: [PATCH] COIN/QtCreator: Add machine for Qt 5 based build Since we still support Qt 5 based builds of Qt Creator, we'd like to have that combination as part of the precheck. Change-Id: I8f752f6e2aff4bebd644a87a1f51255ca482d337 Reviewed-by: Antti Kokko (cherry picked from commit e2b2c06558152fe115cbf06b40d2b1a0b3334d27) Reviewed-by: Qt Cherry-pick Bot --- coin/platform_configs/qt-creator.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/coin/platform_configs/qt-creator.yaml b/coin/platform_configs/qt-creator.yaml index ee2ec32e..35b455b0 100644 --- a/coin/platform_configs/qt-creator.yaml +++ b/coin/platform_configs/qt-creator.yaml @@ -28,6 +28,12 @@ Configurations: Features: ['Packaging', 'Sccache', 'DisableTests'] Configure arguments: '' Environment variables: [] +- + Template: 'qtci-linux-RHEL-8.4-x86_64-50' + Compiler: 'GCC' + Features: ['Qt5', 'Sccache', 'DebugAndRelease', 'DisableTests'] + Configure arguments: '' + Environment variables: [] - Template: 'qtci-macos-10.14-x86_64' Compiler: 'Clang'