QT_ANDROID_SIGN_APK

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

This variable was introduced in Qt 6.4.

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

Note: 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.

See also androiddeployqt.

© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.