diff options
| author | Arthur LAURENT <[email protected]> | 2022-06-10 00:04:45 +0200 |
|---|---|---|
| committer | Arthur LAURENT <[email protected]> | 2022-06-10 00:04:45 +0200 |
| commit | 209fb5bfbe329325f74913471fdf0ff784f792d7 (patch) | |
| tree | a11bb5ab6b34085edc942c9848ada3f05e6730b7 /tests/projects/qt/quickplugin/xmake.lua | |
| parent | f8358f12d79b373fceee3fd8213ef00045028f39 (diff) | |
rename quickplugin into qmlplugin
Diffstat (limited to 'tests/projects/qt/quickplugin/xmake.lua')
| -rw-r--r-- | tests/projects/qt/quickplugin/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/qt/quickplugin/xmake.lua b/tests/projects/qt/quickplugin/xmake.lua index 6544b6bb9..97cade54a 100644 --- a/tests/projects/qt/quickplugin/xmake.lua +++ b/tests/projects/qt/quickplugin/xmake.lua @@ -1,7 +1,7 @@ add_rules("mode.debug", "mode.release") target("demo") - add_rules("qt.quickplugin") + add_rules("qt.qmlplugin") add_headerfiles("src/*.h") add_files("src/*.cpp") |
