From 6e95fb2f933788f2293afc230e8fdaf67a88bf7b Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Thu, 9 Jun 2022 14:26:28 +0200 Subject: coin: Fix android automotive configuration to use configure The UseConfigure feature was enabled, but the configure arguments were not ported. Amends 5e9653ef9736467fe8efe6e71ec468761dcdc8de Pick-to: 6.2 6.3 6.4 Task-number: QTQAINFRA-4357 Task-number: QTQAINFRA-4815 Change-Id: I89607aef275370dc27910a5cd1fec7603a1fd576 Reviewed-by: Alexey Edelev --- coin/platform_configs/tqtc-android-automotive.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coin/platform_configs/tqtc-android-automotive.yaml b/coin/platform_configs/tqtc-android-automotive.yaml index 4bb3ee1d..6d31d375 100644 --- a/coin/platform_configs/tqtc-android-automotive.yaml +++ b/coin/platform_configs/tqtc-android-automotive.yaml @@ -9,7 +9,7 @@ Configurations: Template: 'qtci-linux-Ubuntu-20.04-x86_64-50' Compiler: 'GCC' Features: ['Sccache', 'Documentation', 'TestDocs', 'UseConfigure'] - Configure arguments: '-DQT_BUILD_EXAMPLES=ON -DFEATURE_developer_build=ON -DFEATURE_cxx20=ON -DWARNINGS_ARE_ERRORS=OFF -DQT_LIBINFIX=TestInfix -DQT_NAMESPACE=TestNamespace' + Configure arguments: '-make examples -developer-build -c++std c++20 -no-warnings-are-errors -qtlibinfix TestInfix -qtnamespace TestNamespace' - Id: 'Windows10_21H2-Mingw11-x64-host' Template: 'qtci-windows-10_21H2-x86_64-51' -- cgit v1.2.3