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
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
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