Hi all!
I am trying to compile Qt Embedded 4.7.0 (I have also tried versions 4.6.2 onwards) with support for OpenVG on a sparc-linux platform, which has no support for X11. The problem is that although the OpenVG library (Khronos reference implementation) is loaded, Qt never uses it.
I am aware of the fact that compiling with something like './configure -openvg' needs the switch 'app -graphicssystem openvg' on X11, but when compiling for embedded and using QWS like this 'app -qws' the graphicssystem switch has absolutely no effect.
Actually, my application consists of just one full-screen window, so QWS might be useless.
What I can't figure out is:
1) Is it possible to compile Qt without either X11 or QWS and use OpenVG to render a single window surface right on the framebuffer?
2) Is it possible to compile Qt Embedded using QWS and OpenVG as a renderer?
Thanks,
nccc
Bookmarks