Try to install Qt from xmake

This commit is contained in:
Jérôme Leclercq
2021-07-30 11:04:01 +02:00
parent 9b55131787
commit 22e031b533
7 changed files with 6 additions and 11 deletions

View File

@@ -42,6 +42,8 @@ package("qt5base")
-- move files to root
local installeddir = path.join(installdir, version, package:is_plat("windows") and "msvc2019_64" or "gcc_64", "*")
os.mv(installeddir, installdir)
os.rmdir(path.join(installdir, version)
package:data_set("qtdir", {
bindir = path.join(installdir, "bin"),
includedir = path.join(installdir, "include"),