package An official xmake package repository
https://xrepo.xmake.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
328 B
12 lines
328 B
1 year ago
|
package("qt6base")
|
||
|
set_kind("phony")
|
||
|
set_base("qtbase")
|
||
|
|
||
|
add_versions("6.3.0", "dummy")
|
||
|
add_versions("6.5.1", "dummy")
|
||
|
add_versions("6.6.0", "dummy")
|
||
|
|
||
|
on_install("windows|x64", "linux|x86_64", "macosx|x86_64", "mingw|x86_64", function (package)
|
||
|
package:base():script("install")(package)
|
||
|
end)
|