From a0242072d307b331217f0d2d058032fb44829c4a Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 12 Jul 2022 07:11:15 +0800 Subject: Update windows.lua --- xmake/rules/qt/install/windows.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/rules/qt/install/windows.lua b/xmake/rules/qt/install/windows.lua index bcd01cc35..26ef5febb 100644 --- a/xmake/rules/qt/install/windows.lua +++ b/xmake/rules/qt/install/windows.lua @@ -38,7 +38,7 @@ function main(target, opt) assert(os.isexec(windeployqt), "windeployqt.exe not found!") -- find qml directory - local qmldir = target:values("qt.deploy.qmldir") or nil + local qmldir = target:values("qt.deploy.qmldir") if not qmldir then for _, sourcebatch in pairs(target:sourcebatches()) do if sourcebatch.rulename == "qt.qrc" then -- cgit v1.3.1