[Interest] What for does qt5gui need OpenGL?

Philipp Kursawe phil.kursawe at gmail.com
Thu Nov 7 08:34:53 CET 2013


Why don't you like the dynamic loading solution? I would always prefer it
over static linking, if possible. All plugin based systems (even Qt, where
platform is a plugin) are based on dynamic code loading.
OpenGL should not be a dependency on a base windowing framework imho.


On Wed, Nov 6, 2013 at 11:38 PM, Thiago Macieira
<thiago.macieira at intel.com>wrote:

> On quarta-feira, 6 de novembro de 2013 20:12:33, phil.kursawe at gmail.comwrote:
> > I see. I thought Qt renders using the system natively. It could load
> opengl
> > like it loads SSL support, dynamically.
>
> That's a solution we really dislike. We're forced to do it for SSL, for
> legal
> reasons.
>
> But we don't want it, neither for OpenGL, nor for ICU. And we're only
> doing it
> for udev in Qt 5.2 because we're, again, forced to.
>
> --
> Thiago Macieira - thiago.macieira (AT) intel.com
>   Software Architect - Intel Open Source Technology Center
>
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20131107/71055512/attachment.html>


More information about the Interest mailing list