qt_no_set_xcode_development_team_id
iOS でターゲット確定時にフォールバックチーム ID を提供しないようにする。
この変数は Qt 6.1 で導入されました。
iOS上で実行可能なターゲットをファイナライズするとき、qt_finalize_target()はターゲットのXCODE_ATTRIBUTE_DEVELOPMENT_TEAM
プロパティが設定されていない場合、それを入力します。これを防ぐには、QT_NO_SET_XCODE_DEVELOPMENT_TEAM_ID
を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.