summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJérôme Leclercq <[email protected]>2020-12-17 14:03:31 +0100
committerJérôme Leclercq <[email protected]>2020-12-17 14:03:31 +0100
commit4392ac36fa097bba6a9493c1f90a0d1ff0954699 (patch)
treea5a306cf90bc8c71da9b1f0bd224de170805ae67
parent68ae2e301eac32bbf87ae403895a4b1e6a3068b1 (diff)
Fix imports
-rw-r--r--xmake/rules/qt/install/windows.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/qt/install/windows.lua b/xmake/rules/qt/install/windows.lua
index fd7b4e5d6..03bd84f8f 100644
--- a/xmake/rules/qt/install/windows.lua
+++ b/xmake/rules/qt/install/windows.lua
@@ -22,7 +22,7 @@
import("core.base.option")
import("core.project.config")
import("core.tool.toolchain")
-import("detect.sdks.find_vstudio")
+import("lib.detect.find_path")
-- install application package for windows
function main(target, opt)