qtbase-native: disable vulkan support

Vulkan may get enabled if the host has vulkan headers available,
which will cause a build break.

Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
This commit is contained in:
Samuli Piippo
2019-09-16 17:18:35 +03:00
committed by Martin Jansa
parent 7565dbe337
commit 9248dc741f

View File

@@ -73,6 +73,7 @@ QT_CONFIG_FLAGS = " \
-no-sql-sqlite \
-no-sql-psql \
-no-opengl \
-no-vulkan \
-no-openssl \
-no-xcb \
-no-icu \