diff options
| -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") |
