diff options
| author | ruki <[email protected]> | 2018-10-19 00:48:40 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-10-18 22:52:00 +0800 |
| commit | 5ef2fec39c0910f3211dd0314a357217e2b2e14e (patch) | |
| tree | b2f54fda93680c09c85de2b69372ae8fe972e637 | |
| parent | c012b45bf267186996f18aaaca64b2705914ca45 (diff) | |
fix module error for find_qt
| -rw-r--r-- | xmake/modules/detect/sdks/find_qt.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/modules/detect/sdks/find_qt.lua b/xmake/modules/detect/sdks/find_qt.lua index 0e99245e2..4bdfc9e4d 100644 --- a/xmake/modules/detect/sdks/find_qt.lua +++ b/xmake/modules/detect/sdks/find_qt.lua @@ -25,7 +25,6 @@ -- imports import("lib.detect.cache") import("lib.detect.find_file") -import("core.base.winos") import("core.base.option") import("core.base.global") import("core.project.config") |
