From 8a2aed58ffe702975fad296a136ffa58f9b5cea6 Mon Sep 17 00:00:00 2001 From: Toni Saario Date: Wed, 15 Jun 2022 11:13:51 +0300 Subject: [PATCH] Add env vars to android doc target If the target does not match to the one used by qt5 it cannot find the doc tar in the module doc build. Change-Id: I1f3b86b72fb7c03c064ee1cbbd2d67653562c802 Reviewed-by: Jukka Jokiniva --- coin/platform_configs/tqtc-android-automotive.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/coin/platform_configs/tqtc-android-automotive.yaml b/coin/platform_configs/tqtc-android-automotive.yaml index 6d31d375..cf561270 100644 --- a/coin/platform_configs/tqtc-android-automotive.yaml +++ b/coin/platform_configs/tqtc-android-automotive.yaml @@ -10,6 +10,7 @@ Configurations: Compiler: 'GCC' Features: ['Sccache', 'Documentation', 'TestDocs', 'UseConfigure'] Configure arguments: '-make examples -developer-build -c++std c++20 -no-warnings-are-errors -qtlibinfix TestInfix -qtnamespace TestNamespace' + Environment variables: ['NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}}'] - Id: 'Windows10_21H2-Mingw11-x64-host' Template: 'qtci-windows-10_21H2-x86_64-51'