I have a dvsdk
environment for cross compiling my Qt projects, so that it can be run on an omap board [arm processor]. But the problem is, I can use all other libraries available in Qt [QtCore, QtSql, QtGui, QtNetwork et al] as its cross compiled versions are already available in the dvsdk. But that kit doesn't have the support for OpenGL
.
So how can I cross compile OpenGL
module for arm processor, so that I can statically link the OpenGL
libraries, while cross compilation. Or Any other solution?