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