summaryrefslogtreecommitdiffstats
path: root/config.tests/egl/egl.pro
diff options
context:
space:
mode:
Diffstat (limited to 'config.tests/egl/egl.pro')
-rw-r--r--config.tests/egl/egl.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.tests/egl/egl.pro b/config.tests/egl/egl.pro
index e96672e58..402477db2 100644
--- a/config.tests/egl/egl.pro
+++ b/config.tests/egl/egl.pro
@@ -1,7 +1,8 @@
TARGET = egl
QT = core
-!contains(QT_CONFIG, opengles2):error("wayland_egl support currently requires Qt configured with OpenGL ES2")
+!contains(QT_CONFIG, opengl): error("egl support requires Qt configured with OpenGL")
+!contains(QT_CONFIG, egl): error("egl support requires Qt configured with EGL")
!contains(QT_CONFIG, no-pkg-config) {
CONFIG += link_pkgconfig