- 
    
Bug
 - 
    Resolution: Fixed
 - 
    
P1: Critical
 - 
    6.5.0
 - 
    None
 
- 
        
 - 
        b523a655c (dev), 4fa6cd8ce (dev), 7082526d5 (6.5), fb2cdafe9 (6.5), cd7a9af7c (6.5.1), cda6b4b91 (6.5.1)
 
The build of Qt 6.5.0 on macOS, as part of Homebrew, is failing: https://github.com/Homebrew/homebrew-core/pull/127440
The error we get is a missing QtCore/qconfig.h file:
In file included from /tmp/qt-20230429-18834-rlv5uy/qt-everywhere-src-6.5.0/qtbase/qmake/propertyprinter.cpp:4:
In file included from /tmp/qt-20230429-18834-rlv5uy/qt-everywhere-src-6.5.0/qtbase/qmake/propertyprinter.h:7:
In file included from /tmp/qt-20230429-18834-rlv5uy/qt-everywhere-src-6.5.0/qtbase/include/QtCore/qglobal.h:1:
In file included from /tmp/qt-20230429-18834-rlv5uy/qt-everywhere-src-6.5.0/qtbase/include/QtCore/../../src/corelib/global/qglobal.h:24:
In file included from /tmp/qt-20230429-18834-rlv5uy/qt-everywhere-src-6.5.0/qtbase/include/QtCore/qtversionchecks.h:1:
/tmp/qt-20230429-18834-rlv5uy/qt-everywhere-src-6.5.0/qtbase/include/QtCore/../../src/corelib/global/qtversionchecks.h:18:10: fatal error: 'QtCore/qconfig.h' file not found
#include <QtCore/qconfig.h>
^~~~~~~~~~~~~~~~~~
1 error generated.