Revert "Skip Vulkan on Android in QRhi autotest"
This reverts commit 0d413506a1.
Reason for revert: Latest emulator fixed the issue.
Task-number: QTBUG-118220
Task-number: QTQAINFRA-5971
Pick-to: 6.7
Change-Id: I0d4792ef68a3ad840c8c353f55cb96d0be7cd66e
Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io>
bb10
parent
feff219aad
commit
471098918d
|
|
@ -19,8 +19,7 @@
|
|||
# define TST_GL
|
||||
#endif
|
||||
|
||||
// Never attempt Vulkan on Android, to prevent the emulator in CI from crashing.
|
||||
#if QT_CONFIG(vulkan) && !defined(Q_OS_ANDROID)
|
||||
#if QT_CONFIG(vulkan)
|
||||
# include <QVulkanInstance>
|
||||
# include <QVulkanFunctions>
|
||||
# define TST_VK
|
||||
|
|
|
|||
Loading…
Reference in New Issue