summaryrefslogtreecommitdiffstats
path: root/examples/widgets/painting/shared/shared.pri
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/painting/shared/shared.pri')
-rw-r--r--examples/widgets/painting/shared/shared.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/painting/shared/shared.pri b/examples/widgets/painting/shared/shared.pri
index af027e081a..c8d119f4e5 100644
--- a/examples/widgets/painting/shared/shared.pri
+++ b/examples/widgets/painting/shared/shared.pri
@@ -1,6 +1,6 @@
INCLUDEPATH += $$PWD
-qtHaveModule(opengl)|contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2) {
+qtHaveModule(opengl)|contains(QT_CONFIG, opengles2) {
DEFINES += QT_OPENGL_SUPPORT
QT += opengl widgets
}