It isn't used as it serves no purpose.

If you wish to use your DLL in QtCreator, provide the .lib and .dll files so that the dll can be imported into the executable, or just use the .dll file and use dynamic loading (meaning you write the codel to resolve the functions at runtime, rather than the OS doing it at load time). The later also allow you to exit gracefully with a better error message than the OS default.