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.pro11
1 files changed, 6 insertions, 5 deletions
diff --git a/examples/opengl/opengl.pro b/examples/opengl/opengl.pro
index aea281ce5c..fb5f02c07c 100644
--- a/examples/opengl/opengl.pro
+++ b/examples/opengl/opengl.pro
@@ -5,10 +5,9 @@ TEMPLATE = subdirs
contains(QT_CONFIG, dynamicgl) {
SUBDIRS = hellowindow \
contextinfo \
- hellogl_es2
-} else: contains(QT_CONFIG, opengles2){
- SUBDIRS = hellogl_es2
-} else {
+ qopenglwidget \
+ threadedqopenglwidget
+} else: !contains(QT_CONFIG, opengles2) {
SUBDIRS = 2dpainting \
grabber \
hellogl \
@@ -22,6 +21,8 @@ contains(QT_CONFIG, dynamicgl) {
paintedwindow \
contextinfo \
cube \
- textures
+ textures \
+ qopenglwidget \
+ threadedqopenglwidget
EXAMPLE_FILES = shared