a4ec90175c
amends 0d5170256c
.
Change-Id: Ifa178d38f602bb7c66ef13334673ff47e332af5b
Reviewed-by: Jørgen Lind <jorgen.lind@digia.com>
Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
24 lines
475 B
Prolog
24 lines
475 B
Prolog
requires(qtHaveModule(opengl))
|
|
|
|
TEMPLATE = subdirs
|
|
|
|
contains(QT_CONFIG, opengles2) {
|
|
SUBDIRS = hellogl_es2
|
|
} else {
|
|
SUBDIRS = 2dpainting \
|
|
grabber \
|
|
hellogl \
|
|
overpainting \
|
|
pbuffers \
|
|
framebufferobject2 \
|
|
samplebuffers
|
|
}
|
|
|
|
SUBDIRS += hellowindow \
|
|
paintedwindow \
|
|
contextinfo \
|
|
cube \
|
|
textures
|
|
|
|
EXAMPLE_FILES = shared
|