QT_ANDROID_DEPLOY_RELEASE
Set the package type as a release
This variable was introduced in Qt 6.5.1.
Note: This variable is in technology preview and may change in future releases.
Note: This variable is used only if targeting the Android platform.
Setting QT_ANDROID_DEPLOY_RELEASE
to true allows to create release package by passing –release flag to androiddeployqt tool.
See also androiddeployqt.