summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui
diff options
context:
space:
mode:
authorAndrew Knight <andrew.knight@digia.com>2013-09-01 19:08:12 +0300
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-02 14:59:02 +0200
commit2e75cd55dbc3ab0ad968ba3c4db3c96d07981377 (patch)
tree4f8ad55d4b8196b9b20e80be5adca8ef5f4b62db /tests/auto/gui
parent4b7cd57719a637189696d673b014ae785df669bf (diff)
Remove qopengl auto test when Qt is not configured with OpenGL support
Change-Id: Id2fbf9308c5dbce5e7778f0d841cc8bda784a80f Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Diffstat (limited to 'tests/auto/gui')
-rw-r--r--tests/auto/gui/gui.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/gui/gui.pro b/tests/auto/gui/gui.pro
index 87aea70acb..b6c55c5eaa 100644
--- a/tests/auto/gui/gui.pro
+++ b/tests/auto/gui/gui.pro
@@ -8,3 +8,5 @@ SUBDIRS=\
text \
util \
itemmodels \
+
+!contains(QT_CONFIG, opengl(es1|es2)?): SUBDIRS -= qopengl