Android: add macros for common tools and sdk versions
To make it more maintainable and keep the docs up-to-date, define most of the version numbers for various tools used in Qt Android dev environment. Task-number: QTBUG-115020 Pick-to: 6.7 Change-Id: I92aa52398b7700e90a0ffd39a1c40bb7a17c3658 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io>bb10
parent
1f609e4780
commit
eef0d82a4c
|
|
@ -71,6 +71,22 @@ macro.QtAA = "Qt for Android Automotive"
|
|||
macro.QOI = "Qt Online Installer"
|
||||
macro.QMT = "Qt Maintenance Tool"
|
||||
|
||||
# The following macros are used for various Android docs. The purpose is to keep
|
||||
# it as simple as updating these instead of updating multiple lines in scattered locations.
|
||||
macro.AndroidAbis = "\\c{arm64-v8}, \\c{x86_64}, \\c{x86}, and \\c{armeabi-v7a}"
|
||||
macro.NdkVer = "r26"
|
||||
macro.NdkFullVer = "26.0.10792818"
|
||||
macro.NdkCompilerVer = "Clang 14.0.6"
|
||||
macro.JdkVer = "17"
|
||||
macro.AndroidMinApiVer = "26"
|
||||
macro.AndroidMaxApiVer = "34"
|
||||
macro.AndroidMinVer = "8.0"
|
||||
macro.AndroidMaxVer = "14"
|
||||
macro.AndroidPlatformVer = "33"
|
||||
macro.AndroidBuildToolsVer = "34.0.0"
|
||||
macro.GradleVer = "8.3"
|
||||
macro.AGPVer = "7.4.1"
|
||||
|
||||
macro.beginfloatleft.HTML = "<div style=\"float: left; margin-right: 2em\">"
|
||||
macro.beginfloatright.HTML = "<div style=\"float: right; margin-left: 2em\">"
|
||||
macro.endfloat.HTML = "</div>"
|
||||
|
|
|
|||
Loading…
Reference in New Issue