diff -r b72c6db6890b -r 5dc02b23752f examples/opengl/opengl.pro --- a/examples/opengl/opengl.pro Wed Jun 23 19:07:03 2010 +0300 +++ b/examples/opengl/opengl.pro Tue Jul 06 15:10:48 2010 +0300 @@ -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 }