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.