From 736522b097bc41506b6b3694c0f1ff095362bfea Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 13 Oct 2023 22:38:13 +0800 Subject: add builtin/qt includes --- tests/projects/qt/quickapp_static/xmake.lua | 2 +- tests/projects/qt/widgetapp_static/xmake.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/projects') diff --git a/tests/projects/qt/quickapp_static/xmake.lua b/tests/projects/qt/quickapp_static/xmake.lua index 196749658..b6bc9a8cb 100644 --- a/tests/projects/qt/quickapp_static/xmake.lua +++ b/tests/projects/qt/quickapp_static/xmake.lua @@ -1,6 +1,6 @@ add_rules("mode.debug", "mode.release") -includes("qt_add_static_plugins.lua") +includes("@builtin/qt") target("demo") add_rules("qt.quickapp_static") diff --git a/tests/projects/qt/widgetapp_static/xmake.lua b/tests/projects/qt/widgetapp_static/xmake.lua index 8ae0094bf..5ca10c888 100644 --- a/tests/projects/qt/widgetapp_static/xmake.lua +++ b/tests/projects/qt/widgetapp_static/xmake.lua @@ -1,6 +1,6 @@ add_rules("mode.debug", "mode.release") -includes("qt_add_static_plugins.lua") +includes("@builtin/qt") target("demo") add_rules("qt.widgetapp_static") -- cgit v1.3.1