From 96c4854fbe4c30948295338e0efc31bdf4db3b2b Mon Sep 17 00:00:00 2001 From: Assam Boudjelthia Date: Wed, 9 Mar 2022 11:08:51 +0200 Subject: Coin: Fix Documentation target on tqtc/android-automotive MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Documentation target in tqtc-android-automotive.yaml has -DFEATURE_cxx20=ON and 'TestDocs' flags which is not present in the main cmake_platforms.yaml on this branch, this might have been the cause for failing docs build under qtinterfaceframework. Pick-to: 6.2.4 Change-Id: Ife84d424673cd7ccf82d0046839ebefa71305f0e Reviewed-by: Simo Fält --- coin/platform_configs/tqtc-android-automotive.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coin/platform_configs/tqtc-android-automotive.yaml b/coin/platform_configs/tqtc-android-automotive.yaml index 99f6dc99..92406c67 100644 --- a/coin/platform_configs/tqtc-android-automotive.yaml +++ b/coin/platform_configs/tqtc-android-automotive.yaml @@ -8,8 +8,8 @@ Configurations: - Template: 'qtci-linux-Ubuntu-20.04-x86_64-50' Compiler: 'GCC' - Features: ['Sccache', 'Documentation', 'TestDocs'] - Configure arguments: '-DQT_BUILD_EXAMPLES=ON -DFEATURE_developer_build=ON -DFEATURE_cxx20=ON -DWARNINGS_ARE_ERRORS=OFF -DQT_LIBINFIX=TestInfix -DQT_NAMESPACE=TestNamespace' + Features: ['Sccache', 'Documentation'] + Configure arguments: '-DQT_BUILD_EXAMPLES=ON -DFEATURE_developer_build=ON -DWARNINGS_ARE_ERRORS=OFF -DQT_LIBINFIX=TestInfix -DQT_NAMESPACE=TestNamespace' - Id: 'Windows10_21H2-Mingw11-x64-host' Template: 'qtci-windows-10_21H2-x86_64-51' -- cgit v1.2.3