Re: [Interest] Where does libGL get changed to absolute and how to stop?

2019-11-15 Thread John Cary
On 11/15/19 10:05 AM, Marius Kittler wrote: As far as I know this is done within `defineTest(qtConfResolveLibs)` in `qtbase/mkspecs/features/qt_configure.prf`. Not sure how to disable this except from patching the function. I also needed to patch it for my mingw-w64 builds. Could you share you

Re: [Interest] Where does libGL get changed to absolute and how to stop?

2019-11-15 Thread Marius Kittler
As far as I know this is done within `defineTest(qtConfResolveLibs)` in `qtbase/mkspecs/features/qt_configure.prf`. Not sure how to disable this except from patching the function. I also needed to patch it for my mingw-w64 builds. Considering the code it seems to take `-L` flags into account. S

[Interest] Where does libGL get changed to absolute and how to stop?

2019-11-15 Thread John Cary
Trying to configure qt-5.12.5 to use mesagl, so I modified qtbase/mkspecs/linux-g++-64/qmake.conf to have QMAKE_LIBDIR_OPENGL = /scr_ivy/cary/contrib-gcc830/mesa-17.2.8-sersh/lib /scr_ivy/cary/contrib-gcc830/llvm-5.0.0-sersh/lib QMAKE_INCDIR_OPENGL = /scr_ivy/cary/contrib-gcc830/mesa-1