Fix qbs build

Amends 17f497c719.

Change-Id: Ia7d6c22177f78fe13d5c0a57a2ac85b52ff1b132
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Christian Kandeler
2024-05-31 08:50:30 +02:00
parent 6cd7aed8eb
commit e1e4c58e10

View File

@@ -1,8 +1,8 @@
QtcLuaPlugin {
name: "lualsp"
name: "luals"
luafiles: [
"init.lua",
"lualsp.lua",
"luals.lua",
]
}