summaryrefslogtreecommitdiffstats
path: root/examples/opengl/opengl.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl/opengl.pro')
-rw-r--r--examples/opengl/opengl.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/opengl/opengl.pro b/examples/opengl/opengl.pro
index b86e0ba..2cb8227 100644
--- a/examples/opengl/opengl.pro
+++ b/examples/opengl/opengl.pro
@@ -5,9 +5,9 @@ contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles1cl)|contains(QT_CONF
SUBDIRS = hellogl_es2
} else {
SUBDIRS = hellogl_es
- !contains(QT_CONFIG, opengles1cl) {
- SUBDIRS += textures
- }
+ }
+ !contains(QT_CONFIG, opengles1cl) {
+ SUBDIRS += textures
}
} else {
SUBDIRS = 2dpainting \