summaryrefslogtreecommitdiffstats
path: root/examples/opengl/legacy/legacy.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl/legacy/legacy.pro')
-rw-r--r--examples/opengl/legacy/legacy.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/opengl/legacy/legacy.pro b/examples/opengl/legacy/legacy.pro
new file mode 100644
index 0000000000..0a74d50f7f
--- /dev/null
+++ b/examples/opengl/legacy/legacy.pro
@@ -0,0 +1,16 @@
+requires(qtHaveModule(opengl))
+
+TEMPLATE = subdirs
+
+!contains(QT_CONFIG, dynamicgl): !contains(QT_CONFIG, opengles2) {
+ # legacy desktop-only examples, no dynamic GL support
+ SUBDIRS = \
+ grabber \
+ hellogl \
+ overpainting \
+ pbuffers \
+ framebufferobject2 \
+ samplebuffers
+}
+
+EXAMPLE_FILES = shared