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.macie...@intel.com>wrote:

> On quarta-feira, 6 de novembro de 2013 20:12:33, phil.kursawe@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@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
>
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to