From bdf1ea69708aadfd1d765fbf4d790405e2568110 Mon Sep 17 00:00:00 2001 From: chooyy Date: Tue, 15 Apr 2025 21:15:23 +0800 Subject: do windeployqt for qt.shared --- xmake/rules/qt/xmake.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xmake/rules/qt/xmake.lua b/xmake/rules/qt/xmake.lua index 9437b4b47..1efa129b6 100644 --- a/xmake/rules/qt/xmake.lua +++ b/xmake/rules/qt/xmake.lua @@ -62,6 +62,9 @@ rule("qt.shared") import("load")(target, {frameworks = {"QtCore"}}) end) + after_install("windows", "install.windows") + after_install("mingw", "install.mingw") + -- define rule: qt console rule("qt.console") add_deps("qt.qrc", "qt.ui", "qt.moc", "qt.ts") -- cgit v1.3.1