[Qt-interest] qmake: suppress version number from library name?

Andreas Pakulat apaku at gmx.de
Wed Jan 5 12:39:57 CET 2011


On 05.01.11 11:44:00, Oliver.Knoll at comit.ch wrote:
> Hi,
> 
> I want to have my libs only called foo.dll or foo.so, but not foo1.dll or foo.1.2.3.so (with symbolic links).
> 
> Question: What is the proper way to suppress the version being part of the library name?

Why? If its a shared library it should have a SOVERSION which means at
least 1 number in the whole thing, so that the runtime linking works
properly (on Linux that is).

Andreas

-- 
If you can read this, you're too close.



More information about the Qt-interest-old mailing list