summaryrefslogtreecommitdiffstats
path: root/examples/opengl/opengl.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl/opengl.pro')
-rw-r--r--examples/opengl/opengl.pro14
1 files changed, 4 insertions, 10 deletions
diff --git a/examples/opengl/opengl.pro b/examples/opengl/opengl.pro
index 907930d7ac..6ee57c7018 100644
--- a/examples/opengl/opengl.pro
+++ b/examples/opengl/opengl.pro
@@ -1,18 +1,12 @@
TEMPLATE = subdirs
-SUBDIRS = hellowindow \
- paintedwindow \
- openglwindow \
- qopenglwindow
+SUBDIRS = openglwindow \
+ hellogles3
qtHaveModule(widgets) {
- SUBDIRS += contextinfo \
- threadedqopenglwidget \
- 2dpainting \
+ SUBDIRS += 2dpainting \
hellogl2 \
- qopenglwidget \
cube \
textures \
- hellogles3 \
- computegles31
+ stereoqopenglwidget
}