QT_ANDROID_DEPLOY_RELEASE

Forces release package signing regardless of the build type.

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, the --release flag is passed to the androiddeployqt tool, even when the application build mode is Debug. In Release and RelWithDebInfo builds this is the default. For more control over this, prefer using QT_ANDROID_DEPLOYMENT_TYPE instead.

See also androiddeployqt.