summaryrefslogtreecommitdiffstats
path: root/examples/gui/gui.pro
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2013-03-06 00:11:52 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-06 00:11:52 +0100
commitb86106387350f673a20d3b0a2413023f6205169b (patch)
tree2dfc079f1eecbbf9fde8733430a3a1e2f04d9a42 /examples/gui/gui.pro
parent88918abddeb323340c4a49dda035898a740373da (diff)
parent5e8ae03578ecd0538a774505f2f7e2fc626b0ab7 (diff)
Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/staging/dev
Diffstat (limited to 'examples/gui/gui.pro')
-rw-r--r--examples/gui/gui.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/gui/gui.pro b/examples/gui/gui.pro
index 1a4067e893..8758a1ba95 100644
--- a/examples/gui/gui.pro
+++ b/examples/gui/gui.pro
@@ -3,4 +3,6 @@ CONFIG += no_docs_target
SUBDIRS += analogclock
SUBDIRS += rasterwindow
-SUBDIRS += openglwindow
+contains(QT_CONFIG, opengl(es1|es2)?) {
+ SUBDIRS += openglwindow
+}