source:
trunk/examples/opengl/opengl.pro@
337
      
      | Last change on this file since 337 was 2, checked in by , 16 years ago | |
|---|---|
| File size: 790 bytes | |
| Line | |
|---|---|
| 1 | TEMPLATE = subdirs | 
| 2 | |
| 3 | contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles1cl)|contains(QT_CONFIG, opengles2){ | 
| 4 | contains(QT_CONFIG, opengles2) { | 
| 5 | SUBDIRS = hellogl_es2 | 
| 6 | } else { | 
| 7 | SUBDIRS = hellogl_es | 
| 8 | } | 
| 9 | } else { | 
| 10 | SUBDIRS = 2dpainting \ | 
| 11 | grabber \ | 
| 12 | hellogl \ | 
| 13 | overpainting \ | 
| 14 | pbuffers \ | 
| 15 | framebufferobject2 \ | 
| 16 | samplebuffers \ | 
| 17 | textures | 
| 18 | |
| 19 | contains(QT_CONFIG, svg) { | 
| 20 | SUBDIRS += framebufferobject \ | 
| 21 | pbuffers2 | 
| 22 | } | 
| 23 | } | 
| 24 | |
| 25 | # install | 
| 26 | target.path = $$[QT_INSTALL_EXAMPLES]/opengl | 
| 27 | sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS opengl.pro README | 
| 28 | sources.path = $$[QT_INSTALL_EXAMPLES]/opengl | 
| 29 | INSTALLS += target sources | 
  Note:
 See   TracBrowser
 for help on using the repository browser.
    
