summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2017-07-13 08:31:33 +0200
committerLaszlo Agocs <laszlo.agocs@qt.io>2017-07-25 13:48:41 +0000
commit03bb4fe6b1910603b5cca1a8f9b2e761ac8299a0 (patch)
treeac6bbe14f1449be7efc2aa23aed8f28b0216d9c5 /mkspecs
parent410148ef1eab050ac97be9a859029307fe678703 (diff)
Fix WebEngine build when VULKAN_SDK environment variable is present
Instead of expanding the VULKAN_SDK environment variable at Makefile processing time, expand it at qmake time, so that a resolved include path is passed to WebEngine's build system GN. Task-number: QTBUG-61823 Change-Id: I63bd661350883d22af2ccdeb7c360ed0d8d881c8 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/common/windows-vulkan.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/common/windows-vulkan.conf b/mkspecs/common/windows-vulkan.conf
index c928a8f315..5f930c7910 100644
--- a/mkspecs/common/windows-vulkan.conf
+++ b/mkspecs/common/windows-vulkan.conf
@@ -1,5 +1,5 @@
# 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
QMAKE_LIBS_VULKAN =