Skip to content

Commit

Permalink
CMake: fix value api_version in Core.json
Browse files Browse the repository at this point in the history
Amends 8d2d556.

Core.json was using the older name variable name
QT_ANDROID_API_VERSION instead of the new name
QT_ANDROID_API_USED_FOR_JAVA.

Change-Id: I1c995818331f45eedb07114276b6aba0f6577c15
Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
  • Loading branch information
Issam-b committed Oct 17, 2024
1 parent 3e25203 commit bbf5b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/QtModuleHelpers.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -1248,7 +1248,7 @@ function(qt_describe_module target)
if(ANDROID)
string(APPEND extra_build_information "
\"android\": {
\"api_version\": \"${QT_ANDROID_API_VERSION}\",
\"api_version\": \"${QT_ANDROID_API_USED_FOR_JAVA}\",
\"ndk\": {
\"version\": \"${ANDROID_NDK_REVISION}\"
}
Expand Down

0 comments on commit bbf5b36

Please sign in to comment.