summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2019-02-12 14:14:16 +0100
committerGatis Paeglis <gatis.paeglis@qt.io>2019-02-15 12:58:12 +0000
commitfeb5fdd0cfe63252437b20296ccc2b982a85c6dc (patch)
tree681613346486fba51a45ce6a5ddaa881835a0a29 /tests/auto
parent44b91a619d14932635e9a3fe155de4df9f98a25c (diff)
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>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/gui/qopengl/qopengl.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/gui/qopengl/qopengl.pro b/tests/auto/gui/qopengl/qopengl.pro
index d744d37280..722c99ee0b 100644
--- a/tests/auto/gui/qopengl/qopengl.pro
+++ b/tests/auto/gui/qopengl/qopengl.pro
@@ -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