winrt: Skip/blacklist failing opengl tests

Task-number: QTBUG-68297
Change-Id: I1396b658b49baf5a8d4b97e35c22ddc25727b68a
Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
This commit is contained in:
Oliver Wolff 2018-05-16 08:35:36 +02:00
parent 0acd59153c
commit a298fa3786
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -14,6 +14,6 @@ SUBDIRS = \
util \
itemmodels \
!qtConfig(opengl): SUBDIRS -= qopengl qopenglconfig
!qtConfig(opengl)|winrt: SUBDIRS -= qopengl qopenglconfig
!qtConfig(vulkan): SUBDIRS -= qvulkan

View File

@ -55,4 +55,4 @@ SUBDIRS=\
qtextedit \
qtoolbar \
qtConfig(opengl): SUBDIRS += qopenglwidget
!winrt:qtConfig(opengl): SUBDIRS += qopenglwidget