From 122e72b5483783e3d88e55da824d64d5c6b3700e Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 12 Feb 2020 00:30:56 +0800 Subject: fix qt.application --- xmake/rules/qt/xmake.lua | 4 ++-- 1 file 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") -- cgit v1.3.1