summaryrefslogtreecommitdiffstats
path: root/examples/gui/gui.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gui/gui.pro')
-rw-r--r--examples/gui/gui.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gui/gui.pro b/examples/gui/gui.pro
index 5fb4241e74..3a63ffb5eb 100644
--- a/examples/gui/gui.pro
+++ b/examples/gui/gui.pro
@@ -5,6 +5,6 @@ CONFIG += no_docs_target
SUBDIRS += analogclock
SUBDIRS += rasterwindow
-contains(QT_CONFIG, opengl(es1|es2)?) {
+contains(QT_CONFIG, opengl(es2)?) {
SUBDIRS += openglwindow
}