examples/opengl/opengl.pro
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
--- 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
     }