cee5a11bdb
Like in Qt code itself we should use forward slashes consistently. This enables the vulkan test to run on Linux for MinGW cross-compilation. Task-number: QTBUG-76660 Change-Id: Ifc6dec11bac3c3769d5d06e49da529f66f7b5843 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
9 lines
334 B
Plaintext
9 lines
334 B
Plaintext
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 = -
|
|
}
|