summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@digia.com>2014-06-26 15:30:08 +0200
committerLaszlo Agocs <laszlo.agocs@digia.com>2014-06-26 15:33:43 +0200
commit5e3ad4bb0c325786286325662d1e62e42dbb4143 (patch)
treead89b111a857f29f9466a9a48b3cee2305561582 /examples
parent4bbf21c05b1a51eab91ed8214349e48e211d4771 (diff)
downloadqtactiveqt-5e3ad4bb0c325786286325662d1e62e42dbb4143.tar.gz
Skip OpenGL 1.x example in dynamic GL builds
Change-Id: I06b98ef9dbabbcdddcd77d4fd6f4400e54d90b0c Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/activeqt/activeqt.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/activeqt/activeqt.pro b/examples/activeqt/activeqt.pro
index 2a8d0c3..12501b3 100644
--- a/examples/activeqt/activeqt.pro
+++ b/examples/activeqt/activeqt.pro
@@ -7,7 +7,7 @@ SUBDIRS += comapp \
wrapper
contains(QT_CONFIG, shared):SUBDIRS += webbrowser
-contains(QT_CONFIG, opengl):!contains(QT_CONFIG, opengles2):SUBDIRS += opengl
+contains(QT_CONFIG, opengl):!contains(QT_CONFIG, opengles2):!contains(QT_CONFIG, dynamicgl): SUBDIRS += opengl
# For now only the contain examples with mingw, for the others you need
# an IDL compiler