examples/opengl/opengl.pro
changeset 30 5dc02b23752f
parent 0 1918ee327afb
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
     1 TEMPLATE      = subdirs
     1 TEMPLATE      = subdirs
     2 
     2 
     3 contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles1cl)|contains(QT_CONFIG, opengles2){
     3 contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2){
     4     contains(QT_CONFIG, opengles2) {
     4     contains(QT_CONFIG, opengles2) {
     5         SUBDIRS   = hellogl_es2
     5         SUBDIRS   = hellogl_es2
     6     } else {
     6     } else {
     7         SUBDIRS   = hellogl_es
     7         SUBDIRS   = hellogl_es
     8     }
     8     }
     9     !contains(QT_CONFIG, opengles1cl) {
     9     SUBDIRS += textures
    10         SUBDIRS += textures
       
    11     }
       
    12     contains(QT_CONFIG, opengles1) {
    10     contains(QT_CONFIG, opengles1) {
    13         SUBDIRS += hellogl
    11         SUBDIRS += hellogl
    14     }
    12     }
    15 } else {
    13 } else {
    16     SUBDIRS   = 2dpainting \
    14     SUBDIRS   = 2dpainting \