summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/examples.pro')
-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