Fix OpenGL ES2 build on Linux
The feature detection in QOpenGL test project file needed adjustment.
This amends commit dd988e20
.
Change-Id: I7efaaec9fbf564be4033e99a8554dbe51322f494
Fixes: QTBUG-73592
Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
This commit is contained in:
parent
44b91a619d
commit
feb5fdd0cf
@ -8,4 +8,4 @@ QT += gui-private core-private testlib
|
||||
|
||||
SOURCES += tst_qopengl.cpp
|
||||
|
||||
linux:qtConfig(xcb):qtConfig(xcb-glx):qtConfig(xcb-xlib):!qtConfig(egl): DEFINES += USE_GLX
|
||||
linux:qtConfig(xcb):qtConfig(xcb-glx-plugin): DEFINES += USE_GLX
|
||||
|
Loading…
Reference in New Issue
Block a user