a57b8409a2
Change-Id: Id311b00fe7783a3175dc1c4a38f627c78c470761 Reviewed-by: Jørgen Lind <jorgen.lind@digia.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
28 lines
630 B
Prolog
28 lines
630 B
Prolog
requires(qtHaveModule(opengl))
|
|
|
|
TEMPLATE = subdirs
|
|
|
|
contains(QT_CONFIG, dynamicgl) {
|
|
SUBDIRS = hellowindow \
|
|
contextinfo \
|
|
hellogl_es2
|
|
} else: contains(QT_CONFIG, opengles2){
|
|
SUBDIRS = hellogl_es2
|
|
} else {
|
|
SUBDIRS = 2dpainting \
|
|
grabber \
|
|
hellogl \
|
|
overpainting \
|
|
pbuffers \
|
|
framebufferobject2 \
|
|
samplebuffers
|
|
}
|
|
|
|
!contains(QT_CONFIG, dynamicgl): SUBDIRS += hellowindow \
|
|
paintedwindow \
|
|
contextinfo \
|
|
cube \
|
|
textures
|
|
|
|
EXAMPLE_FILES = shared
|