qt5base-lts/tests/auto/gui/qopengl/qopengl.pro
Joerg Bornemann feb5fdd0cf 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>
2019-02-15 12:58:12 +00:00

12 lines
355 B
Prolog

############################################################
# Project file for autotest for gui/opengl functionality
############################################################
CONFIG += testcase
TARGET = tst_qopengl
QT += gui-private core-private testlib
SOURCES += tst_qopengl.cpp
linux:qtConfig(xcb):qtConfig(xcb-glx-plugin): DEFINES += USE_GLX