From 370890a8e331b00c7f50ceab99038326b3882144 Mon Sep 17 00:00:00 2001 From: Jani Heikkinen Date: Thu, 23 Nov 2023 12:03:17 +0200 Subject: [PATCH] Add 'Packaging' flag for llvm MinGW build We are planning to add llvm based mingw build in the online installer from Qt 6.7.0 -> Task-number: QTBUG-119386 Change-Id: I4603e1492e54b7b05e67e0f2f422cc668bf7d822 Reviewed-by: Cristian Adam Reviewed-by: Oliver Wolff --- coin/platform_configs/cmake_platforms.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coin/platform_configs/cmake_platforms.yaml b/coin/platform_configs/cmake_platforms.yaml index cae2ec2f..e6cbccfb 100644 --- a/coin/platform_configs/cmake_platforms.yaml +++ b/coin/platform_configs/cmake_platforms.yaml @@ -234,7 +234,7 @@ Configurations: Id: 'windows-11_22h2-llvm' Template: 'qtci-windows-11_22H2-x86_64-51' Compiler: 'Clang' - Features: ['Sccache', 'UseConfigure'] + Features: ['Packaging','Sccache', 'UseConfigure'] Configure arguments: '-release -force-debug-info -separate-debug-info -nomake examples' Environment variables: [ 'Path=C:\llvm-mingw\bin;{{.Env.Path}}',