diff --git a/coin/platform_configs/qtgradleplugin.yaml b/coin/platform_configs/qtgradleplugin.yaml new file mode 100644 index 00000000..05fcd410 --- /dev/null +++ b/coin/platform_configs/qtgradleplugin.yaml @@ -0,0 +1,18 @@ +Version: 2 +Include: [] +Configurations: +- + Id: 'qtgp-on-linux' + Template: 'qtci-linux-RHEL-9.4-x86_64-50' + Compiler: 'GCC' + Features: ['TestOnly'] +- + Id: 'qtgp-on-macos' + Template: 'qtci-macos-14-arm-106' + Compiler: 'Clang' + Features: ['TestOnly'] +- + Id: 'qtgp-on-windows' + Template: 'qtci-windows-11_23H2-x86_64-53' + Compiler: 'MSVC2022' + Features: ['TestOnly']