diff options
| author | chooyy <[email protected]> | 2025-04-15 21:15:23 +0800 |
|---|---|---|
| committer | chooyy <[email protected]> | 2025-04-15 21:15:23 +0800 |
| commit | bdf1ea69708aadfd1d765fbf4d790405e2568110 (patch) | |
| tree | e9acba9f7de2af947837dc76dadccc4989cda246 | |
| parent | 52950c684c10690a9db791e4919760316cce26e6 (diff) | |
do windeployqt for qt.shared
| -rw-r--r-- | xmake/rules/qt/xmake.lua | 3 |
1 files changed, 3 insertions, 0 deletions
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") |
