summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorruki <[email protected]>2023-10-13 22:38:13 +0800
committerruki <[email protected]>2023-10-13 22:38:13 +0800
commit736522b097bc41506b6b3694c0f1ff095362bfea (patch)
tree401f5708da13048868c2e0028d794d5d94d0ee76 /tests
parent4e84c69824df8815b6120c74c165326c224301eb (diff)
add builtin/qt includes
Diffstat (limited to 'tests')
-rw-r--r--tests/projects/qt/quickapp_static/xmake.lua2
-rw-r--r--tests/projects/qt/widgetapp_static/xmake.lua2
2 files changed, 2 insertions, 2 deletions
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")