Details
-
Suggestion
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.2.2
-
None
Description
It would be nice if it was possible to remove the shared library version numbers, i.e. where qmake regularily generates a library called "libfoo.so.1.0.0" it would instead generate "libfoo.so". This is currently doable by specifying "CONFIG += plugin" but it would be nice if it was possible to do this without involving the plugin configuration.