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