2014-08-02 17:42:15 +00:00
|
|
|
requires(qtHaveModule(opengl))
|
|
|
|
|
|
|
|
TEMPLATE = subdirs
|
|
|
|
|
2016-08-05 11:35:39 +00:00
|
|
|
!qtConfig(dynamicgl):!qtConfig(opengles2) {
|
2014-08-02 17:42:15 +00:00
|
|
|
# legacy desktop-only examples, no dynamic GL support
|
|
|
|
SUBDIRS = \
|
|
|
|
grabber \
|
|
|
|
hellogl \
|
|
|
|
overpainting \
|
|
|
|
pbuffers \
|
|
|
|
framebufferobject2 \
|
|
|
|
samplebuffers
|
|
|
|
}
|
|
|
|
|
|
|
|
EXAMPLE_FILES = shared
|