QT_NO_SET_XCODE_DEVELOPMENT_TEAM_ID
When finalizing an executable target on iOS, qt_finalize_target() will populate the target's XCODE_ATTRIBUTE_DEVELOPMENT_TEAM
property if it hasn't been set. Set QT_NO_SET_XCODE_DEVELOPMENT_TEAM_ID
to true if you want to prevent this.