summaryrefslogtreecommitdiffstats
path: root/examples/opengl/opengl.pro
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2009-09-11 06:37:53 (GMT)
committerRhys Weatherley <rhys.weatherley@nokia.com>2009-09-11 06:37:53 (GMT)
commit4b1a48f212c7624e9c1976c9e7c92a08b4fb307d (patch)
tree662398b64c195bbc5f0b32b38a138875376a6d9d /examples/opengl/opengl.pro
parentf9243aac1e26ccf9f46cc1d7de5f57063a053211 (diff)
downloadQt-4b1a48f212c7624e9c1976c9e7c92a08b4fb307d.zip
Qt-4b1a48f212c7624e9c1976c9e7c92a08b4fb307d.tar.gz
Qt-4b1a48f212c7624e9c1976c9e7c92a08b4fb307d.tar.bz2
Port the textures example to OpenGL/ES 2.0
Reviewed-by: trustme
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 \