Improve packages

This commit is contained in:
Jérôme Leclercq
2021-07-29 18:08:07 +02:00
parent 8397fd257b
commit 800028a21f
6 changed files with 106 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ package("qt5core")
set_description("Qt is the faster, smarter way to create innovative devices, modern UIs & applications for multiple screens. Cross-platform software development at its best.")
set_license("LGPL-3")
add_deps("qt5base", {public=true})
add_deps("qt5base")
on_fetch(function (package)
local base = package:dep("qt5base")