summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas Bennett <nicholas.bennett@qt.io>2024-02-28 16:34:36 +0200
committerNicholas Bennett <nicholas.bennett@qt.io>2024-02-29 04:42:23 +0000
commit6164b17d226a4dd2099a852a6c34bae6fa19876d (patch)
tree3d37a7a7c0054ed87320c5807ec78a152f55187b
parent6287daaa20bfb306d1e2d87d67df961e1da2857a (diff)
Add the use of a macro to control the supported AAOS versions
Add the macro and set it to the current support range in 6.7 for Android Automotive OS which is 10 to 13 Pick-to: 6.7 Change-Id: I4342a42f5f56ab9731c969d9cbe0d4291ec3eaf4 Reviewed-by: Rami Potinkara <rami.potinkara@qt.io> Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
-rw-r--r--doc/global/macros.qdocconf1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/global/macros.qdocconf b/doc/global/macros.qdocconf
index 4b2c21e1d1..478ab85b79 100644
--- a/doc/global/macros.qdocconf
+++ b/doc/global/macros.qdocconf
@@ -90,6 +90,7 @@ macro.AndroidPlatformVer = "33"
macro.AndroidBuildToolsVer = "34.0.0"
macro.GradleVer = "8.3"
macro.AGPVer = "7.4.1"
+macro.AAOSVer = "10 to 13"
macro.beginfloatleft.HTML = "<div style=\"float: left; margin-right: 2em\">"
macro.beginfloatright.HTML = "<div style=\"float: right; margin-left: 2em\">"