[Qt-interest] soname for shared library

Eric Berryman eric.berryman at gmail.com
Fri Apr 10 16:40:13 CEST 2009


Hello!

What do I need to put in my .pro file to have qmake use -soname?

I am using the lib template, and I would like the target to include
the version i.e. lib<name>.so.1.2.

I tried putting:
VERSION = 1.2
TARGET = $$TARGET_x.y.z

this did not work.

If someone could point me to a tutorial on qt making linux shared
libraries, that would be great ... or maybe an example .pro file.

Thank you!



More information about the Qt-interest-old mailing list