Re: [Development] EGL is somehow showing up in Qt5GuiConfigExtras.cmake on desktop Linux

2013-05-02 Thread Josh Faust
> Please try the patch here: > > https://codereview.qt-project.org/#change,55226 > > That worked, thanks! Josh ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] EGL is somehow showing up in Qt5GuiConfigExtras.cmake on desktop Linux

2013-05-02 Thread Stephen Kelly
On Thursday, April 25, 2013 08:34:39 you wrote: > Near as I can tell, CMAKE_EGL_LIBS ends up non-empty, which seems to imply > that QMAKE_LIBS_EGL is non-empty, but I can't seem to find how that would > be getting set. configure sets it as so: > QMAKE_LIBS_EGL=`$PKG_CONFIG --libs egl 2>/dev/null`

Re: [Development] EGL is somehow showing up in Qt5GuiConfigExtras.cmake on desktop Linux

2013-04-25 Thread Josh Faust
> Thanks for reporting. I tried to reproduce this by configuring Qt with > -opengl > desktop, but the cmake files still worked for me. > > Please paste your configure line. > ./configure -debug -developer-build -opensource -confirm-license -shared -nomake examples -nomake demos -nomake docs -nomak

Re: [Development] EGL is somehow showing up in Qt5GuiConfigExtras.cmake on desktop Linux

2013-04-25 Thread Stephen Kelly
On Wednesday, April 24, 2013 11:37:33 Josh Faust wrote: > I just updated to latest stable, and somehow: > _qt5gui_find_extra_libs(EGL "EGL" "" "") > > _qt5gui_find_extra_libs(OPENGL "GL" "" "") > > are both ending up in Qt5GuiConfigExtras.cmake, even though I've configured > for desktop OpenGL. T

[Development] EGL is somehow showing up in Qt5GuiConfigExtras.cmake on desktop Linux

2013-04-24 Thread Josh Faust
I just updated to latest stable, and somehow: _qt5gui_find_extra_libs(EGL "EGL" "" "") _qt5gui_find_extra_libs(OPENGL "GL" "" "") are both ending up in Qt5GuiConfigExtras.cmake, even though I've configured for desktop OpenGL. This causes my cmake-based project to fatal error because it can't find