summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2020-07-02 16:11:53 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-07-06 10:07:08 +0200
commitc97308460b78eef0e877d2305929b3d2c59fb8e3 (patch)
tree7336932add3f736fe1ab2612444a85d1c1a4f311
parentbdeb49e55617ce42fd7d93075badec5f147bedf8 (diff)
Do not run offscreen test on macOS
Offscreen platform only supports OpenGL on Linux. Change-Id: Ibb13c741e9cb7de2baffd7a33bb812bce37d1c36 Reviewed-by: Jüri Valdmann <juri.valdmann@qt.io>
-rw-r--r--tests/auto/widgets/widgets.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/widgets/widgets.pro b/tests/auto/widgets/widgets.pro
index 6d65eecb5..aa213fc75 100644
--- a/tests/auto/widgets/widgets.pro
+++ b/tests/auto/widgets/widgets.pro
@@ -48,4 +48,4 @@ boot2qt: SUBDIRS -= accessibility defaultsurfaceformat devtools \
qwebengineprofile \
qwebengineview
-win32: SUBDIRS -= offscreen
+darwin|win32: SUBDIRS -= offscreen