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.