[Interest] libgles_cm.lib and OpenGl32.lib

2012-01-27 Thread John Weeks
We have a pretty large Qt-based application that uses, among other things QGLWidget. We have recently started using Qt 4.8. We are using vsaddin 1.1.9 to load our .pro file. The 32-bit build as generated by vsaddin includes libgles_cm among the linker inputs. This file is apparently not availab

Re: [Interest] using openvg graphics system for embedded platform.

2012-01-27 Thread Ben Lau
Hi, I don't have a SH board to test. But I guess you may try to replace -plugin-gfx-directfb with -qt-gfx-directfb . On Fri, Jan 27, 2012 at 5:27 PM, haithem rahmani wrote: > Hi, > > I'm trying to cross-compile the qt-4.8.0 for a STMicroelectronics SoC, > this SoC comes with a GPU. > > I've to

[Interest] using openvg graphics system for embedded platform.

2012-01-27 Thread haithem rahmani
Hi, I'm trying to cross-compile the qt-4.8.0 for a STMicroelectronics SoC, this SoC comes with a GPU. I've to use the "directfb" gfx driver, but as you know DirectFB doesn't provide any vector graphics api, so to avoid the "raster" fallback I'm trying to enable the "openvg" based graphics system