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

@@ -9,7 +9,6 @@ package("qt5widgets")
on_fetch(function (package)
local base = package:dep("qt5base")
local qt = base:data("qtdir")
print(qt)
return {
links = table.wrap("Qt5Widgets" .. (package:is_debug() and "d" or "")),