Bug 131105 - Qmake is creating links to dynamic library (.so) result files
Summary: Qmake is creating links to dynamic library (.so) result files
Status: RESOLVED NOT A BUG
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: FreeBSD Ports FreeBSD
: NOR wishlist
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-20 11:43 UTC by Andrew
Modified: 2007-01-31 17:36 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew 2006-07-20 11:43:29 UTC
Version:            (using KDE KDE 3.4.2KDE 1.2KDE 1.2)
Installed from:    FreeBSD PortsFreeBSD PortsFreeBSD Ports
OS:                FreeBSD

When qmake creates dynamic library (.so) qmake add to the name of result file (.so) version number as extension and create three link to this created library.
For sample:
base.so.1.0.0 - result library;
base.so.1.0   - 1st link at base.so.1.0.0;
base.so.1     - 2nd link at base.so.1.0.0;
base.so       - 3rd link at base.so.1.0.0.

Question. How to make settings for qmake do not add to the name of result library version number in extension and do not create links to result library?
For sample:
base.so - result library;
and without of any links?

Thanking in advance!
Regards,
Andrew
e-mail: andrewm@bk.ru
Comment 1 Andreas Pakulat 2007-01-31 17:36:32 UTC
This is not a KDevelop problem, there's no way to tell qmake to not do this as it is very uncommon, AFAIK, to have no version on the shared libs.