QT_ANDROID_DEPLOY_RELEASE
Sets the package type as a release.
This variable was introduced in Qt 6.5.2.
Note: This variable is in technology preview and may change in future releases.
Note: This variable is used only if targeting the Android platform.
When set to TRUE
, allows you to create a release package by passing the --release
flag to the androiddeployqt
tool.
See also androiddeployqt.