Lua: Add LocalSocket

Change-Id: I6601914176667100ad9007fa5e54f6d6c3f445a0
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
Marcus Tillmanns
2024-07-16 14:34:51 +02:00
parent 3dfd1dd1a9
commit 0e75f3f4f3
5 changed files with 160 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ void addGuiModule();
void addHookModule();
void addInstallModule();
void addJsonModule();
void addLocalSocketModule();
void addMessageManagerModule();
void addProcessModule();
void addQtModule();
@@ -256,6 +257,7 @@ public:
addHookModule();
addInstallModule();
addJsonModule();
addLocalSocketModule();
addMessageManagerModule();
addProcessModule();
addQtModule();