Pau Garcia i Quiles wrote:
> Today I installed an snapshot of Qt 5.4.0 for Linux x86 on my Kubuntu
> 14.04 and found a problem: it links to libudev.so.0, while Ubuntu 14.04
> provides libudev.so.1.
>
> I was wondering if it would be a good idea for Qt to move from explicit
> linking to dlopen/dlsy
Thanks Reaud and Mathew! The s/update/updateGL/ fixed the problem!
Btw, I initially copied the use of updateGL() from
.../examples/opengl/hellogl/glwidget.cpp, which still (git HEAD) uses it.
Shouldn't this be changed for the same reason as well?
Regards,
Dov
On Fri, Nov 21, 2014 at 11:39 PM, Ma
On 11/18/2014 2:18 PM, Stephen Kelly wrote:
> Hanspeter Niederstrasser wrote:
>> I have not been able to find the code that generates the
>> .cmake files to figure out why it is not honoring the file extension
>> change.
>
> Here they are:
>
> qtbase/mkspecs/features/create_cmake.prf
> qtbase/m
On 22/11/2014 02:33, Konstantin Ritt wrote:
> Hi list,
> I just realized we have two almost identical OpenGL paint engine
> implementations - one is src/gui/opengl/qopenglpaintengine.* and the
> other one is src/opengl/gl2paintengineex/qpaintengineex_opengl2.* (I
> said *almost* identical becaus