source: trunk/examples/opengl/opengl.pro@ 642

Last change on this file since 642 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 999 bytes
RevLine 
[2]1TEMPLATE = subdirs
2
3contains(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 }
[561]9 !contains(QT_CONFIG, opengles1cl) {
10 SUBDIRS += textures
11 }
12 contains(QT_CONFIG, opengles1) {
13 SUBDIRS += hellogl
14 }
[2]15} else {
16 SUBDIRS = 2dpainting \
17 grabber \
18 hellogl \
19 overpainting \
20 pbuffers \
21 framebufferobject2 \
22 samplebuffers \
23 textures