diff options
| author | Jérôme Leclercq <[email protected]> | 2020-12-17 12:03:54 +0100 |
|---|---|---|
| committer | Jérôme Leclercq <[email protected]> | 2020-12-17 12:03:54 +0100 |
| commit | 68ae2e301eac32bbf87ae403895a4b1e6a3068b1 (patch) | |
| tree | a9ebc326d758a3cc65728343a43c99313b180b57 | |
| parent | e96544dd1899b1d585c6c56c4f2a7061b942a11a (diff) | |
Remove useless import
| -rw-r--r-- | xmake/rules/qt/install/windows.lua | 5 |
1 files changed, 0 insertions, 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") |
