QT_ANDROID_SIGN_AAB

Firma el paquete .aab con el almacén de claves, el alias y la contraseña del almacén especificados.

Esta variable se introdujo en Qt 6.4.

Nota: Esta variable se encuentra en fase de previsualización tecnológica y puede cambiar en futuras versiones.

Nota: Esta variable sólo se utiliza si está orientada a la plataforma Android.

Firma el paquete resultante. La ruta del archivo keystore, el alias de la clave y las contraseñas deben especificarse mediante variables de entorno adicionales:

QT_ANDROID_KEYSTORE_PATH
QT_ANDROID_KEYSTORE_ALIAS
QT_ANDROID_KEYSTORE_STORE_PASS
QT_ANDROID_KEYSTORE_KEY_PASS

Las variables mencionadas son utilizadas internamente por androiddeployqt.

Ver también androiddeployqt.

© 2026 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.