Set real KDevPlatform version on the libraries

Authored by kfunk on Jul 13 2017, 12:53 AM.

Description

Set real KDevPlatform version on the libraries

Summary:
Problem *before* this patch: On macOS, KDevPlatform libs showed up like
this in otool -L:

.../libKDevPlatformUtil.10.dylib (compatibility version 10.0.0, current version 10.0.0)

Compare to KF5 libs:

.../libKF5ItemModels.5.dylib (compatibility version 5.0.0, current version 5.33.0)

We'd like to have '5.2.0' as 'current version' instead.

Note: This doesn't have an effect on the SONAME of the library, so
should be harmless from a packaging point of view

Reviewers: ltoscano, jriddell, asturmlechner, maximilianocuria, rdieter, lbeltrame

Subscribers: kdevelop-devel

Differential Revision: https://phabricator.kde.org/D6667

Details

Committed
kfunkJul 13 2017, 8:19 PM
Differential Revision
D6667: Set real KDevPlatform version on the libraries
Parents
R33:e62345c08fbc: Add API dox about ownership of created QMenu
Branches
Unknown
Tags
Unknown