qt5base-lts/examples/opengl/opengl.pro

24 lines
475 B
Prolog
Raw Normal View History

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