diff --git a/src/plugins/lua/Lua.json.in b/src/plugins/lua/Lua.json.in index 52b2dadad56..5bc1d1c95d6 100644 --- a/src/plugins/lua/Lua.json.in +++ b/src/plugins/lua/Lua.json.in @@ -20,12 +20,5 @@ "Url" : "https://www.qt.io", "DocumentationUrl" : "https://doc.qt.io/qtcreator-extending/lua-extensions.html", "JsonWizardPaths" : [":/lua/wizards"], - "Arguments" : [ - { - "Name" : "-loadluaplugin", - "Parameter" : "path", - "Description" : "Load an additional lua plugin from the specified path" - } - ], ${IDE_PLUGIN_DEPENDENCIES} }