[Solved] Static Qt library appended with 's'
-
Hi,
I am configuring Qt 5.3.1 and would like to change the static library names. For ex. instead Qt5Gui.lib, I want it to be 'Qt5Guis' and debug version should be 'Qt5Guisd' and the .pdb file should be created with the same name for the lib i.e. 'Qt5Guisd'.
Do anyone knows how to do this?
When I changed the TARGET in the .pro file and configures, no lib is created.
Please help if anyone knows how to do this.
I am configuring Qt 5.3.1 for Visual studio 2013 and using the following to configure:configure -static -platform win32-msvc2013 -commercial -confirm-license -debug-and-release -mp -no-opengl -no-angle -no-dbus -nomake examples -no-compile-examples
Thanks,
Mahima -
Hi,
You can try to pass "-qtlibinfix s" to configure
-
No, for that part i don't