Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.12.1
-
macOS 10.14
-
-
37970d7b3e6fff92dca98db974ada865c1bfd730 (qt/qtbase/5.12) 49ef377349ba4dae840c2d5caa36e2d516707baa (qt/qtbase/5.12)
Description
When the system include paths are put into the Makefile they are not the correct paths, it is combining the correct path with another one it obtains which ends up being wrong as a whole. For example, with the example attached it looks for gl.h which in Qt 5.12.0 (under the same env) is found here:
/Applications/Xcode94.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers
but in 5.12.1 it tries to find it here:
/Applications/Xcode94.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Headers
Attachments
Issue Links
- relates to
-
QTBUG-75374 macOS package: QMAKE_INCDIR_OPENGL contains invalid path
- Closed
-
QTBUG-73827 Mac: configure fails in 5.12 head
- Closed