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:
parent
0acd59153c
commit
a298fa3786
@ -23,7 +23,7 @@ uikit: SUBDIRS = corelib gui
|
|||||||
|
|
||||||
cross_compile: SUBDIRS -= tools cmake installed_cmake
|
cross_compile: SUBDIRS -= tools cmake installed_cmake
|
||||||
else:!qtConfig(process): SUBDIRS -= tools
|
else:!qtConfig(process): SUBDIRS -= tools
|
||||||
!qtHaveModule(opengl): SUBDIRS -= opengl
|
winrt|!qtHaveModule(opengl): SUBDIRS -= opengl
|
||||||
!qtHaveModule(gui): SUBDIRS -= gui
|
!qtHaveModule(gui): SUBDIRS -= gui
|
||||||
!qtHaveModule(widgets): SUBDIRS -= widgets
|
!qtHaveModule(widgets): SUBDIRS -= widgets
|
||||||
!qtHaveModule(printsupport): SUBDIRS -= printsupport
|
!qtHaveModule(printsupport): SUBDIRS -= printsupport
|
||||||
|
@ -14,6 +14,6 @@ SUBDIRS = \
|
|||||||
util \
|
util \
|
||||||
itemmodels \
|
itemmodels \
|
||||||
|
|
||||||
!qtConfig(opengl): SUBDIRS -= qopengl qopenglconfig
|
!qtConfig(opengl)|winrt: SUBDIRS -= qopengl qopenglconfig
|
||||||
|
|
||||||
!qtConfig(vulkan): SUBDIRS -= qvulkan
|
!qtConfig(vulkan): SUBDIRS -= qvulkan
|
||||||
|
@ -55,4 +55,4 @@ SUBDIRS=\
|
|||||||
qtextedit \
|
qtextedit \
|
||||||
qtoolbar \
|
qtoolbar \
|
||||||
|
|
||||||
qtConfig(opengl): SUBDIRS += qopenglwidget
|
!winrt:qtConfig(opengl): SUBDIRS += qopenglwidget
|
||||||
|
Loading…
x
Reference in New Issue
Block a user