f4exb / sdrangel

SDR Rx/Tx software for Airspy, Airspy HF+, BladeRF, HackRF, LimeSDR, PlutoSDR, RTL-SDR, SDRplay and FunCube
GNU General Public License v3.0
2.72k stars 421 forks source link

Fix building with recent Vulkan SDKs. #2087

Closed agatti closed 2 months ago

agatti commented 2 months ago

This fixes build issues arising from newer Vulkan SDKs removing some (unneeded) components from the SDK distribution itself - see discussion in #2085. Plus, vkFFT support code had missing headers with both Qt5 and Qt6, addressed by this PR.

This has been tested on Linux/x86-64, cannot really tell whether Windows or macOS builds have issues but from Vulkan SDK release notes for those two platforms there should not be breakages.