aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2022-03-31 08:51:57 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-04-01 13:08:35 +0000
commit0574df28c6f55b73a378f07962ea1dc57088404f (patch)
tree523d544cdb6222aaee55f32109a7a12d05bea58b
parent20acf71eadd2426b7c305a33d2877ca926f9c8f0 (diff)
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 <antti.kokko@qt.io> (cherry picked from commit e2b2c06558152fe115cbf06b40d2b1a0b3334d27) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--coin/platform_configs/qt-creator.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/coin/platform_configs/qt-creator.yaml b/coin/platform_configs/qt-creator.yaml
index 5bb538e4..8de2768b 100644
--- a/coin/platform_configs/qt-creator.yaml
+++ b/coin/platform_configs/qt-creator.yaml
@@ -22,6 +22,12 @@ Configurations:
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'
Features: ['Packaging', 'DisableTests', 'Sccache', 'DebugAndRelease']