QT_NO_SET_XCODE_BUNDLE_IDENTIFIER

Deaktiviert die Bereitstellung einer Fallback-App-Bundle-ID während der Zielfinalisierung unter iOS.

Diese Variable wurde in Qt 6.1 eingeführt.

Wenn ein ausführbares Ziel unter iOS finalisiert wird, füllt qt_finalize_target() die Eigenschaften XCODE_ATTRIBUTE_PRODUCT_BUNDLE_IDENTIFIER und MACOSX_BUNDLE_GUI_IDENTIFIER des Ziels aus, wenn sie nicht gesetzt wurden. Um dies zu verhindern, setzen Sie QT_NO_SET_XCODE_BUNDLE_IDENTIFIER auf 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.