QT_NO_SET_XCODE_BUNDLE_IDENTIFIER

Desactiva la provisión de un ID de paquete de aplicación de reserva durante la finalización de destino en iOS.

Esta variable se introdujo en Qt 6.1.

Al finalizar un objetivo ejecutable en iOS, qt_finalize_target() rellenará las propiedades XCODE_ATTRIBUTE_PRODUCT_BUNDLE_IDENTIFIER y MACOSX_BUNDLE_GUI_IDENTIFIER del objetivo si no se han establecido. Para evitarlo, establezca QT_NO_SET_XCODE_BUNDLE_IDENTIFIER en TRUE.

© 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.