Skip to content

Commit fd6b15b

Browse files
committed
BREAKING: changed the naming scheme from "Qt<module>Sharp" to "Qt<module>.Sharp".
Signed-off-by: Dimitar Dobrev <[email protected]>
1 parent 4538187 commit fd6b15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QtSharp/QtSharp.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ public void Setup(Driver driver)
227227
{
228228
string qtModule = GetModuleNameFromLibFile(libFile);
229229
var module = new CppSharp.AST.Module();
230-
module.LibraryName = string.Format("{0}Sharp", qtModule);
230+
module.LibraryName = string.Format("{0}.Sharp", qtModule);
231231
module.OutputNamespace = qtModule;
232232
module.Headers.Add(qtModule);
233233
var moduleName = qtModule.Substring(qt.Length);

0 commit comments

Comments
 (0)