From 4ea67ad2120ea2dc5df1e14463fd81ef90556e6c Mon Sep 17 00:00:00 2001 From: Ken Cooke Date: Sun, 2 Jun 2019 13:52:49 -0700 Subject: [PATCH] Updated build of WASAPI audio plugin using Qt 5.12.3, includes Debug/Release symbols --- cmake/externals/wasapi/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/externals/wasapi/CMakeLists.txt b/cmake/externals/wasapi/CMakeLists.txt index 8b3408e3fa..9e22e28f58 100644 --- a/cmake/externals/wasapi/CMakeLists.txt +++ b/cmake/externals/wasapi/CMakeLists.txt @@ -6,8 +6,8 @@ if (WIN32) include(ExternalProject) ExternalProject_Add( ${EXTERNAL_NAME} - URL https://public.highfidelity.com/dependencies/qtaudio_wasapi10.zip - URL_MD5 4f40e49715a420fb67b45b9cee19052c + URL https://public.highfidelity.com/dependencies/qtaudio_wasapi11.zip + URL_MD5 d0eb8489455e7f79d59155535a2c8861 CONFIGURE_COMMAND "" BUILD_COMMAND "" INSTALL_COMMAND ""