[Interest] Prevent tabbing of Qt application on macOS Sierra

René J.V. Bertin rjvbertin at gmail.com
Sat Dec 2 22:58:01 CET 2017


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



More information about the Interest mailing list