QT_NO_SET_XCODE_DEVELOPMENT_TEAM_ID
Deaktiviert die Bereitstellung einer Fallback-Team-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 XCODE_ATTRIBUTE_DEVELOPMENT_TEAM
Eigenschaft des Ziels aus, wenn sie nicht gesetzt wurde. Um dies zu verhindern, setzen Sie QT_NO_SET_XCODE_DEVELOPMENT_TEAM_ID
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.