summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/win32/windows_vulkan_sdk.prf
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/features/win32/windows_vulkan_sdk.prf')
-rw-r--r--mkspecs/features/win32/windows_vulkan_sdk.prf8
1 files changed, 8 insertions, 0 deletions
diff --git a/mkspecs/features/win32/windows_vulkan_sdk.prf b/mkspecs/features/win32/windows_vulkan_sdk.prf
new file mode 100644
index 0000000000..6c08e28fe9
--- /dev/null
+++ b/mkspecs/features/win32/windows_vulkan_sdk.prf
@@ -0,0 +1,8 @@
+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
+
+ # Do not export the include dir but resolve it on every qmake call.
+ QMAKE_EXPORT_INCDIR_VULKAN = -
+}