2012-12-21 13:14:40 +00:00
|
|
|
requires(qtHaveModule(opengl))
|
|
|
|
|
2011-04-27 10:05:43 +00:00
|
|
|
TEMPLATE = subdirs
|
|
|
|
|
|
|
|
contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2){
|
|
|
|
contains(QT_CONFIG, opengles2) {
|
|
|
|
SUBDIRS = hellogl_es2
|
|
|
|
} else {
|
|
|
|
SUBDIRS = hellogl_es
|
|
|
|
}
|
|
|
|
SUBDIRS += textures
|
|
|
|
contains(QT_CONFIG, opengles1) {
|
|
|
|
SUBDIRS += hellogl
|
|
|
|
}
|
|
|
|
} else {
|
|
|
|
SUBDIRS = 2dpainting \
|
|
|
|
grabber \
|
|
|
|
hellogl \
|
|
|
|
overpainting \
|
|
|
|
pbuffers \
|
|
|
|
framebufferobject2 \
|
|
|
|
samplebuffers \
|
|
|
|
textures
|
|
|
|
}
|
|
|
|
|
2011-10-28 08:41:14 +00:00
|
|
|
SUBDIRS += hellowindow \
|
2014-02-26 14:21:18 +00:00
|
|
|
paintedwindow \
|
2014-03-07 09:23:03 +00:00
|
|
|
contextinfo \
|
|
|
|
cube
|
2011-04-27 15:49:30 +00:00
|
|
|
|
2012-11-27 19:40:16 +00:00
|
|
|
EXAMPLE_FILES = shared
|