diff options
| author | ruki <[email protected]> | 2023-10-13 22:38:13 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-10-13 22:38:13 +0800 |
| commit | 736522b097bc41506b6b3694c0f1ff095362bfea (patch) | |
| tree | 401f5708da13048868c2e0028d794d5d94d0ee76 /tests/projects | |
| parent | 4e84c69824df8815b6120c74c165326c224301eb (diff) | |
add builtin/qt includes
Diffstat (limited to 'tests/projects')
| -rw-r--r-- | tests/projects/qt/quickapp_static/xmake.lua | 2 | ||||
| -rw-r--r-- | tests/projects/qt/widgetapp_static/xmake.lua | 2 |
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") |
