Re: [Development] Qt 5.5.0 build issue on OS X (10.9): OpenGL libraries

2015-09-11 Thread Hanspeter Niederstrasser
On 9/11/2015 9:19 AM, René J.V. Bertin wrote: > On Friday September 11 2015 14:17:23 René J.V. Bertin wrote: > >> How can I find out why QMAKE_LIBS_OPENGL gets set to -lGL in qmodule.pri, or >> why the library is tested in opengldesktop.pro? > > Answer 1: by sinking teeth where I'd rather not sink

Re: [Development] HEADS UP: Qt 5.5.1 branching ongoing

2015-09-11 Thread Oswald Buddenhagen
On Fri, Sep 04, 2015 at 07:50:39AM +, Heikkinen Jani wrote: > '5.5.1' branch is now available, please start using it for the changes > targeted to Qt5.5.1 release. We will merge '5.5' branch to '5.5.1' Friday > 11th September so there should be enough time to finalize ongoing changes in > '5

Re: [Development] Qt 5.5.0 build issue on OS X (10.9): OpenGL libraries

2015-09-11 Thread René J . V . Bertin
On Friday September 11 2015 20:18:20 Oswald Buddenhagen wrote: > > if [ "$QT_QPA_DEFAULT_PLATFORM" = "cocoa" ] || [ "$QT_QPA_DEFAULT_PLATFORM" > > = "" -a "$XPLATFORM_MAC" = "yes" ] then compileTest should be used. I > > cannot see any reason to justify using pkg-config to find the OpenGL > > f

Re: [Development] Qt 5.5.0 build issue on OS X (10.9): OpenGL libraries

2015-09-11 Thread Oswald Buddenhagen
On Fri, Sep 11, 2015 at 04:19:52PM +0200, René J.V. Bertin wrote: > On Friday September 11 2015 14:17:23 René J.V. Bertin wrote: > > > How can I find out why QMAKE_LIBS_OPENGL gets set to -lGL in qmodule.pri, > > or why the library is tested in opengldesktop.pro? > > Answer 1: by sinking teeth w

Re: [Development] QtWebEngine unbundled of third-party libraries on Linux

2015-09-11 Thread Allan Sandfeld Jensen
On Friday 11 September 2015, Lisandro Damián Nicanor Pérez Meyer wrote: > On Tuesday 11 August 2015 23:17:31 Allan Sandfeld Jensen wrote: > > Hello Qt > > > > QtWebEngine and Chromium in the Qt 5.6 branch have been patched to allow > > linking with system libraries on Linux instead of bundled libr

Re: [Development] QtWebEngine unbundled of third-party libraries on Linux

2015-09-11 Thread Lisandro Damián Nicanor Pérez Meyer
On Tuesday 11 August 2015 23:17:31 Allan Sandfeld Jensen wrote: > Hello Qt > > QtWebEngine and Chromium in the Qt 5.6 branch have been patched to allow > linking with system libraries on Linux instead of bundled libraries. For > most libraries the system library will be used if development files a

Re: [Development] Qt 5.5.0 build issue on OS X (10.9): OpenGL libraries

2015-09-11 Thread René J . V . Bertin
On Friday September 11 2015 14:17:23 René J.V. Bertin wrote: > How can I find out why QMAKE_LIBS_OPENGL gets set to -lGL in qmodule.pri, or > why the library is tested in opengldesktop.pro? Answer 1: by sinking teeth where I'd rather not sink them Answer 2: configure shouldn't use pkg-config whe

[Development] Qt 5.5.0 build issue on OS X (10.9): OpenGL libraries

2015-09-11 Thread René J . V . Bertin
Hi, Another build issue on OS X: the build system picks up the wrong OpenGL library. This happens when the GLX libGL.dylib is present in the library path (e.g. when building under MacPorts), probably because QMAKE_LIBS_OPENGL contains -lGL . With Qt 5.4 the GLX library wasn't found when buildi

Re: [Development] QtWaylandCompositor public api

2015-09-11 Thread Paul Olav Tvete
On Wednesday 9. September 2015 18.13.55 Thomas Senyk wrote: > How stable/done is this? Is it worth while trying to port an existing > compositor to the new API? It's in active API review, and we're still tearing down some of the classes. Right now, we are removing absolute positions from the API,