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.
10 lines
322 B
10 lines
322 B
package("qt5base") |
|
set_kind("phony") |
|
set_base("qtbase") |
|
|
|
add_versions("5.15.2", "dummy") |
|
add_versions("5.12.5", "dummy") |
|
|
|
on_install("windows|x86", "windows|x64", "linux", "macosx", "mingw", "android", "iphoneos", function (package, opt) |
|
package:base():script("install")(package, opt) |
|
end)
|
|
|