On 03/06/2012 07:21 AM, ext haithem rahmani wrote:
> Hi,
> Thanks Holger for your quick answer.
>
>     the basic question is. Does ST provide a way to glue the mali EGL
>     lib and
>     directfb together? Is there an init function to be called?
>
>
> Yes, the mali EGL lib is implemented on top of DirectFB.
>
> So since your the answer was not "No it won't work", then this should work
> shouldn't it?
> I'll be thankful you can provide me how to do that, because it seems
> that the "directfbegl"
> ,if I'm not wrong, is a "qpa" plugin and not a "qws" one and I don't
> know how to configure qt to enable qpa?

In Qt 4.8, you simply configure Qt with -qpa and not with -embedded. I 
guess you want to configure with -egl as well in your case.

As for Qt 5, there is only qpa, so -qpa is redundant and -embedded (QWS) 
is not supported.

--
Samuel
_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to