summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorRolf Eike Beer <eb@emlix.com>2014-09-09 10:32:34 +0200
committerRolf Eike Beer <eb@emlix.com>2014-09-10 10:52:56 +0200
commit892af518344bad2badd38bd97a4942ce530c598d (patch)
tree109461b6ec91f051b7da310a87894f601d494c2e /examples
parent71df09b6cca7cd7a673bf39f49d0dda28b78a860 (diff)
examples: fix build without OpenGL
Task-number: QTBUG-41200 Change-Id: I18df5a3c6f38d6b9a66b84a71777f1e4daa3ba3a Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/examples.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index 79d8d14fce..052802b803 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -8,7 +8,6 @@ SUBDIRS = \
ipc \
json \
network \
- opengl \
qpa \
qtconcurrent \
qtestlib \
@@ -19,6 +18,8 @@ SUBDIRS = \
widgets \
xml
+contains(QT_CONFIG, opengl): SUBDIRS += opengl
+
aggregate.files = aggregate/examples.pro
aggregate.path = $$[QT_INSTALL_EXAMPLES]
readme.files = README