diff --git a/QtSharp/QtSharp.cs b/QtSharp/QtSharp.cs index 5c04353a..d0a356bb 100644 --- a/QtSharp/QtSharp.cs +++ b/QtSharp/QtSharp.cs @@ -227,7 +227,7 @@ public void Setup(Driver driver) { string qtModule = GetModuleNameFromLibFile(libFile); var module = new CppSharp.AST.Module(); - module.LibraryName = string.Format("{0}Sharp", qtModule); + module.LibraryName = string.Format("{0}.Sharp", qtModule); module.OutputNamespace = qtModule; module.Headers.Add(qtModule); var moduleName = qtModule.Substring(qt.Length);