aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/qt5-base/patches/vulkan-windows.diff
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/qt5-base/patches/vulkan-windows.diff
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/qt5-base/patches/vulkan-windows.diff')
-rw-r--r--vcpkg/ports/qt5-base/patches/vulkan-windows.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/qt5-base/patches/vulkan-windows.diff b/vcpkg/ports/qt5-base/patches/vulkan-windows.diff
new file mode 100644
index 0000000..0315a20
--- /dev/null
+++ b/vcpkg/ports/qt5-base/patches/vulkan-windows.diff
@@ -0,0 +1,13 @@
+diff --git a/mkspecs/features/win32/windows_vulkan_sdk.prf b/mkspecs/features/win32/windows_vulkan_sdk.prf
+index 9a749516b..242f47504 100644
+--- a/mkspecs/features/win32/windows_vulkan_sdk.prf
++++ b/mkspecs/features/win32/windows_vulkan_sdk.prf
+@@ -1,7 +1,7 @@
+ isEmpty(QMAKE_INCDIR_VULKAN) {
+ # Pick up the VULKAN_SDK env var set by the LunarG SDK so that the Vulkan
+ # headers are found out-of-the-box on typical Windows setups.
+- QMAKE_INCDIR_VULKAN = $$(VULKAN_SDK)/include
++ # QMAKE_INCDIR_VULKAN = $$(VULKAN_SDK)/include
+
+ # Do not add default include paths as that can knock std headers
+ # out of their stride due to their usage of #include_next.