Hi all,
I am embarrassed to ask, but I cannot seem to work out how to link a project as a dll. I created a new project in Qt Creator 1.2.1, using Qt 4.5.1, and chose for it to be a C++ shared library. I just went ahead and built the library, and found that the resulting shared library had the name libMyProject.a. What I need is a .dll, rather than a .a file. How do I go about getting this. I am used to Visual Studio which would just put out a dll file.
Thanks for your help...