> I think I've seen compile failures with that __builtin_available approach, but possibly because qglobal_p.h wasn't being included (or wasn't new enough).
Right, this was the issue:
tools/disablewindowtabbbing.mm:28:29: error: unrecognized platform name macOS
if (__builtin_available(macOS 10.12, *)) {
R.