diff options
| author | ruki <[email protected]> | 2020-02-12 00:30:56 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-02-11 21:05:40 +0800 |
| commit | 122e72b5483783e3d88e55da824d64d5c6b3700e (patch) | |
| tree | 767cfbbd95ab277b6632336fac20da8a6c9887ba | |
| parent | f513ff4e5e2c3b90db0b88c2c2ccb02e59a0c6ab (diff) | |
fix qt.application
| -rw-r--r-- | xmake/rules/qt/xmake.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/rules/qt/xmake.lua b/xmake/rules/qt/xmake.lua index 8a46a4d2d..60b0e40bb 100644 --- a/xmake/rules/qt/xmake.lua +++ b/xmake/rules/qt/xmake.lua @@ -166,6 +166,6 @@ rule("qt.quickapp_static") -- install application for android on_install("android", "install.android") --- define rule: qt application +-- define rule: qt application (deprecated) rule("qt.application") - add_deps("qt.quickapp") + add_deps("qt.quickapp", "qt.ui") |
