From 2e75cd55dbc3ab0ad968ba3c4db3c96d07981377 Mon Sep 17 00:00:00 2001 From: Andrew Knight Date: Sun, 1 Sep 2013 19:08:12 +0300 Subject: [PATCH] Remove qopengl auto test when Qt is not configured with OpenGL support Change-Id: Id2fbf9308c5dbce5e7778f0d841cc8bda784a80f Reviewed-by: Friedemann Kleint --- tests/auto/gui/gui.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/auto/gui/gui.pro b/tests/auto/gui/gui.pro index 87aea70acb5..b6c55c5eaa3 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