From 68ae2e301eac32bbf87ae403895a4b1e6a3068b1 Mon Sep 17 00:00:00 2001 From: Jérôme Leclercq Date: Thu, 17 Dec 2020 12:03:54 +0100 Subject: Remove useless import --- xmake/rules/qt/install/windows.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/xmake/rules/qt/install/windows.lua b/xmake/rules/qt/install/windows.lua index 8b552212f..fd7b4e5d6 100644 --- a/xmake/rules/qt/install/windows.lua +++ b/xmake/rules/qt/install/windows.lua @@ -19,21 +19,16 @@ -- -- imports -import("core.theme.theme") import("core.base.option") import("core.project.config") -import("core.project.depend") import("core.tool.toolchain") import("detect.sdks.find_vstudio") -import("private.utils.progress") -- install application package for windows function main(target, opt) local targetfile = target:targetfile() local installfile = path.join(target:installdir(), "bin", path.filename(targetfile)) - - -- do deploy -- get qt sdk local qt = target:data("qt") -- cgit v1.3.1