qt_android_sign_aab

指定されたキーストア、エイリアス、ストアパスワードで .aab パッケージに署名します。

この変数は Qt 6.4 で導入されました。

注意: この変数はテクノロジープレビューであり、将来のリリースで変更される可能性があります。

注意: この変数は、Androidプラットフォームをターゲットにしている場合にのみ使用されます。

出来上がったパッケージに署名する。キーストア・ファイルのパス、キーのエイリアス、パスワードは、追加の環境変数で指定する必要がある:

QT_ANDROID_KEYSTORE_PATH
QT_ANDROID_KEYSTORE_ALIAS
QT_ANDROID_KEYSTORE_STORE_PASS
QT_ANDROID_KEYSTORE_KEY_PASS

これらの変数は、androiddeployqt が内部的に使用します。

androiddeployqtも参照してください

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