Hi Guys

Started learning Qt4 back in 2012 and created an app but then got sidetracked.
Getting back into it now have just downloaded version 5.4 and when I try to build it on Mac OS X Yosemites, I get this:
'OpenGLES/ES3/gl.h' file not found.
I noticed that the OpenGLES.framework is now in Xcode.app and not in System/Library/Frameworks/ so I copied OpenGLES.framework to System/Library/Frameworks/ but still got same error.
My understanding is that Qt automatically links to frameworks located in this directory.

Any suggestions on how to fix this?

Thanks
Jeff