QT_ANDROID_SIGN_APK

Signs the package with the specified keystore, alias, and store password.

This variable was introduced in Qt 6.4.

注意: This variable is in technology preview and may change in future releases.

注意: This variable is used only if targeting the Android platform.

Signs the resulting package. The path of the keystore file, the alias of the key, and passwords have to be specified by additional environment variables:

QT_ANDROID_KEYSTORE_PATH
QT_ANDROID_KEYSTORE_ALIAS
QT_ANDROID_KEYSTORE_STORE_PASS
QT_ANDROID_KEYSTORE_KEY_PASS
					

The mentioned variables are used internally by androiddeployqt .

另请参阅 androiddeployqt .