QT_ANDROID_APP_NAME

Der Name der Android-App.

Diese Eigenschaft wurde in Qt 6.9 eingeführt.

Hinweis: Diese Eigenschaft wird nur verwendet, wenn die Android-Plattform das Ziel ist.

Gibt den Namen der App an, der im Launcher angezeigt wird. Dies ist der von Menschen lesbare Name der App, der sich vom Paketnamen der App unterscheidet. Dies hat keine Auswirkung, wenn der Name explizit in der AndroidManifest.xml festgelegt wird.

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

Siehe auch qt_android_generate_deployment_settings() und 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.