Apparently a .framework file also contains its own folders, so linking to those directly doesn't work
Qt Code:
INCLUDEPATH += /System/Library/Frameworks/To copy to clipboard, switch view to plain text mode
According to this page, the header files for OpengGL should be in the Headers directory, but it doesn't exists.
Pu5QsTe.png
Here is also a screenshot of the error.
9jtntWk.png
According to that same page:
and I think you will see an OpenGL folder in that framework... what's in it?OpenGl is included <OpenGL/gl.h> rather than the more expected <gl/gl.h> on other platforms.
It's not a directory. It appears to be a binary file of some sort.
Bookmarks