aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToni Saario <toni.saario@qt.io>2022-06-15 11:13:51 +0300
committerToni Saario <toni.saario@qt.io>2022-06-16 10:58:58 +0000
commit8a2aed58ffe702975fad296a136ffa58f9b5cea6 (patch)
tree73e8981495a4b9323e1e87b50d8ad2ea6f3a0961
parente9b5cfc63462ecebfff6ae0c12596d2d66ed02b0 (diff)
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 <jukka.jokiniva@qt.io>
-rw-r--r--coin/platform_configs/tqtc-android-automotive.yaml1
1 files changed, 1 insertions, 0 deletions
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'