Hi, > I have a question on qt package in MeeGo Core trunk: > http://build.meego.com/package/show?package=qt&project=Trunk > In MeeGo 1.0, qt is based on OpenGL/X11 version for 3D effect; however, > it now depends on EGL/GLES. Does this mean this is an embedded version of qt?
In MeeGo, we use the Linux/X11 platform. On this platform, you can select the OpenGL API to use: OpenGL, OpenGL ES 1.x or OpenGL ES 2.x. > It seems that QT for Linux/X11 and Embedded/Linux are both supported in the > same source tarball > I suppose the final result is decided by how to configure and build the > source. Am I correct? Yes, you can pass an option to configure and use Qt QWS platform (aka embedded). It will use a framebuffer, instead of X11. > Anyone could help me to confirm it? Thanks! Done. Cheers, Fathi _______________________________________________ MeeGo-packaging mailing list [email protected] http://lists.meego.com/listinfo/meego-packaging
