diff -r 93b982ccede2 -r 5daf16870df6 examples/opengl/opengl.pro --- a/examples/opengl/opengl.pro Mon Jun 21 22:38:13 2010 +0100 +++ b/examples/opengl/opengl.pro Thu Jul 22 16:41:55 2010 +0100 @@ -1,14 +1,12 @@ TEMPLATE = subdirs -contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles1cl)|contains(QT_CONFIG, opengles2){ +contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2){ contains(QT_CONFIG, opengles2) { SUBDIRS = hellogl_es2 } else { SUBDIRS = hellogl_es } - !contains(QT_CONFIG, opengles1cl) { - SUBDIRS += textures - } + SUBDIRS += textures contains(QT_CONFIG, opengles1) { SUBDIRS += hellogl }