Getting the following error when building
/usr/local/Cellar/qt@5/5.15.2/lib/QtCore.framework/Headers/qlocale.h:1033:25: error:
unknown type name 'QStringRef'; did you mean 'CFStringRef'?
ulong toULong(const QStringRef &s, bool *ok = nullptr) const;
^~~~~~~~~~
CFStringRef
/usr/local/include/QtCore/qdebug.h:473:1: note: 'CFStringRef' declared here
Q_FORWARD_DECLARE_CF_TYPE(CFString);