QT_NO_SET_XCODE_번들_식별자
iOS에서 타겟을 최종화하는 동안 폴백 앱 번들 ID를 제공하지 않도록 설정합니다.
이 변수는 Qt 6.1에 도입되었습니다.
iOS에서 실행 가능한 타깃을 마무리할 때, 설정되지 않은 경우 qt_finalize_target()이 타깃의 XCODE_ATTRIBUTE_PRODUCT_BUNDLE_IDENTIFIER
및 MACOSX_BUNDLE_GUI_IDENTIFIER
프로퍼티를 채웁니다. 이를 방지하려면 QT_NO_SET_XCODE_BUNDLE_IDENTIFIER
을 TRUE
으로 설정하세요.
© 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.