XMake: Improve Qt packages

This commit is contained in:
Jérôme Leclercq
2022-02-25 13:25:07 +01:00
parent 6611cdf72e
commit 874f87f079
5 changed files with 34 additions and 5 deletions

View File

@@ -6,6 +6,9 @@ package("aqt")
set_license("MIT")
if is_host("windows") then
add_configs("shared", {description = "Download shared binaries.", default = true, type = "boolean", readonly = true})
add_configs("vs_runtime", {description = "Set vs compiler runtime.", default = "MD", readonly = true})
if os.arch() == "x86" then
add_urls("https://github.com/miurahr/aqtinstall/releases/download/v$(version)/aqt_x86.exe")
add_versions("2.0.6", "b980985cfeb1cefef1d2ebab91ae4e648873a27fae8831deff8144661480c56a")