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 Change-Id: I92aa52398b7700e90a0ffd39a1c40bb7a17c3658 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io> (cherry picked from commit eef0d82a4c991e0ac8b2f250b439c48396678c23) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
97a3434fde
commit
130c0905e6
@ -71,6 +71,22 @@ macro.QtAA = "Qt for Android Automotive"
|
|||||||
macro.QOI = "Qt Online Installer"
|
macro.QOI = "Qt Online Installer"
|
||||||
macro.QMT = "Qt Maintenance Tool"
|
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.beginfloatleft.HTML = "<div style=\"float: left; margin-right: 2em\">"
|
||||||
macro.beginfloatright.HTML = "<div style=\"float: right; margin-left: 2em\">"
|
macro.beginfloatright.HTML = "<div style=\"float: right; margin-left: 2em\">"
|
||||||
macro.endfloat.HTML = "</div>"
|
macro.endfloat.HTML = "</div>"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user