Bug 42258 - Soname should be different when built with Qt 5
Summary: Soname should be different when built with Qt 5
Status: VERIFIED DUPLICATE of bug 43222
Alias: None
Product: Telepathy
Classification: Unclassified
Component: tp-qt (show other bugs)
Version: git master
Hardware: All All
: medium normal
Assignee: Telepathy bugs list
QA Contact: Telepathy bugs list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-26 00:01 UTC by Mikhail Zabaluev
Modified: 2011-12-07 23:17 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Mikhail Zabaluev 2011-10-26 00:01:16 UTC
As it happens, Telepathy-Qt4 builds with Qt 5 without changes in the source; only examples fall off due to usage of QWidgets. However, as Telepathy-Qt publicly depends on Qt ABI, the library name should reflect the Qt version change.

Maybe the time is ripe to appropriate the name telepathy-qt or libtelepathy-qt for the source tree (certain bitrotting old projects notwithstanding), and assign the library name based on the discovered Qt version?
Comment 1 Olli Salli 2011-12-07 11:37:29 UTC
This is actually already done as part of bug 43222...

Details:

project renamed to telepathy-qt
library builds as libtelepathy-qt4.so.2.<version> for Qt4
           and as libtelepathy-qt5.so.0.<version> for Qt5

*** This bug has been marked as a duplicate of bug 43222 ***
Comment 2 Mikhail Zabaluev 2011-12-07 23:17:20 UTC
Good, thanks.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.