Add more versions of Qt 6.5 LTS for qt6lib

pull/2683/head
Darcy Shen 1 year ago committed by GitHub
parent b0d33c4e29
commit bf40fc940b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      packages/q/qt6lib/xmake.lua

@ -8,7 +8,10 @@ package("qt6lib")
add_configs("vs_runtime", {description = "Set vs compiler runtime.", default = "MD", readonly = true})
add_versions("6.3.0", "dummy")
add_versions("6.5.0", "dummy")
add_versions("6.5.1", "dummy")
add_versions("6.5.2", "dummy")
add_versions("6.5.3", "dummy")
add_versions("6.6.0", "dummy")
on_load(function (package)

Loading…
Cancel
Save