forked from qt-creator/qt-creator
LuaLS: Rename LuaLSP to LuaLS
Its a "(L)anguage(S)erver", not a (P)rotocol Change-Id: I2e0637c21bfa8b55b587fede6d7597ae917ccdae Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -121,5 +121,5 @@ add_subdirectory(mcusupport)
|
||||
add_subdirectory(qtapplicationmanager)
|
||||
add_subdirectory(luatests)
|
||||
add_subdirectory(tellajoke)
|
||||
add_subdirectory(lualsp)
|
||||
add_subdirectory(luals)
|
||||
add_subdirectory(rustls)
|
||||
|
4
src/plugins/luals/CMakeLists.txt
Normal file
4
src/plugins/luals/CMakeLists.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
add_qtc_lua_plugin(luals
|
||||
SOURCES luals/luals.lua
|
||||
luals/init.lua
|
||||
)
|
@@ -1,4 +0,0 @@
|
||||
add_qtc_lua_plugin(lualsp
|
||||
SOURCES lualsp/lualsp.lua
|
||||
lualsp/init.lua
|
||||
)
|
@@ -55,7 +55,7 @@ Project {
|
||||
"languageclient/languageclient.qbs",
|
||||
"languageclient/lualanguageclient/lualanguageclient.qbs",
|
||||
"lua/lua.qbs",
|
||||
"lualsp/lualsp.qbs",
|
||||
"luals/luals.qbs",
|
||||
"luatests/luatests.qbs",
|
||||
"macros/macros.qbs",
|
||||
"marketplace/marketplace.qbs",
|
||||
|
Reference in New Issue
Block a user