qt_android_app_name

Android アプリの名前。

このプロパティは Qt 6.9 で導入されました。

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

ランチャーに表示されるアプリの名前を指定します。これは人間が読めるアプリの名前で、アプリのパッケージ名とは異なります。名前がAndroidManifest.xml で明示的に設定されている場合、これは何もしません。

set_target_properties(${target} PROPERTIES
    QT_ANDROID_APP_NAME "Gallery"
)

qt_android_generate_deployment_settings()およびQT_ANDROID_PACKAGE_NAMEも参照して ください。

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