QT_ANDROID_APP_NAME
El nombre de la aplicación Android.
Esta propiedad se introdujo en Qt 6.9.
Nota: Esta propiedad sólo se utiliza si está orientada a la plataforma Android.
Especifica el nombre de la aplicación que se muestra en el lanzador. Este es el nombre legible para humanos de la aplicación, y es diferente del nombre del paquete de la aplicación. Esto no hace nada si el nombre se establece explícitamente en AndroidManifest.xml.
set_target_properties(${target} PROPERTIES
QT_ANDROID_APP_NAME "Gallery"
)Ver también qt_android_generate_deployment_settings() y QT_ANDROID_PACKAGE_NAME.
© 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.