cmake: update aqtinstall from v3.1.15 to v3.1.16

This commit is contained in:
Reg Tiangha 2024-06-16 22:50:11 -06:00 committed by OpenSauce
parent 45f6f48be5
commit cee58ebe85

View file

@ -105,7 +105,7 @@ function(download_qt_configuration prefix_out target host type arch arch_path ba
if (NOT EXISTS "${prefix}")
message(STATUS "Downloading Qt binaries for ${target}:${host}:${type}:${arch}:${arch_path}")
set(AQT_PREBUILD_BASE_URL "https://github.com/miurahr/aqtinstall/releases/download/v3.1.15")
set(AQT_PREBUILD_BASE_URL "https://github.com/miurahr/aqtinstall/releases/download/v3.1.16")
if (WIN32)
set(aqt_path "${base_path}/aqt.exe")
if (NOT EXISTS "${aqt_path}")