summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@qt.io>2018-05-16 08:35:36 +0200
committerOliver Wolff <oliver.wolff@qt.io>2018-05-28 08:36:55 +0000
commita298fa3786148b843ed1023e4f50e94fc3526136 (patch)
tree493a692d6360a338dcc9d2942312bb1468bd8128 /tests/auto/auto.pro
parent0acd59153cd3dcc32444e03e595d3464f231ae44 (diff)
winrt: Skip/blacklist failing opengl tests
Task-number: QTBUG-68297 Change-Id: I1396b658b49baf5a8d4b97e35c22ddc25727b68a Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index fbd89e4045..a830525d04 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -23,7 +23,7 @@ uikit: SUBDIRS = corelib gui
cross_compile: SUBDIRS -= tools cmake installed_cmake
else:!qtConfig(process): SUBDIRS -= tools
-!qtHaveModule(opengl): SUBDIRS -= opengl
+winrt|!qtHaveModule(opengl): SUBDIRS -= opengl
!qtHaveModule(gui): SUBDIRS -= gui
!qtHaveModule(widgets): SUBDIRS -= widgets
!qtHaveModule(printsupport): SUBDIRS -= printsupport