From cc71abf732f2e45f93674f65a1e2daba161315bd Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 27 Jun 2022 09:48:42 +0800 Subject: Update xmake.lua --- xmake/rules/qt/env/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/rules/qt/env/xmake.lua b/xmake/rules/qt/env/xmake.lua index fa62fdf78..592ef07d9 100644 --- a/xmake/rules/qt/env/xmake.lua +++ b/xmake/rules/qt/env/xmake.lua @@ -31,7 +31,7 @@ rule("qt.env") target:data_set("qt", qt) end - local qmlimportpath = target:get("qt.env.qmlimportpath") or {} + local qmlimportpath = target:values("qt.env.qmlimportpath") or {} if target:is_plat("windows") or (target:is_plat("mingw") and is_host("windows")) then target:add("runenvs", "PATH", qt.bindir) table.append(qmlimportpath, qt.qmldir) -- cgit v1.3.1