diff options
author | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-09-11 06:37:53 (GMT) |
---|---|---|
committer | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-09-11 06:37:53 (GMT) |
commit | 4b1a48f212c7624e9c1976c9e7c92a08b4fb307d (patch) | |
tree | 662398b64c195bbc5f0b32b38a138875376a6d9d /examples/opengl/opengl.pro | |
parent | f9243aac1e26ccf9f46cc1d7de5f57063a053211 (diff) | |
download | Qt-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.pro | 6 |
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 \ |