telepathy-qt: CMakeLists: The service library now have own ABI (.so) version.

Alexandr Akulich kaffeine at kemper.freedesktop.org
Sat Apr 23 08:33:21 UTC 2016


Module: telepathy-qt
Branch: master
Commit: 2ff93cd0c0b73e2fc07d9ecbc115460224a1cbd1
URL:    http://cgit.freedesktop.org/telepathy/telepathy-qt/commit/?id=2ff93cd0c0b73e2fc07d9ecbc115460224a1cbd1

Author: Alexandr Akulich <akulichalexander at gmail.com>
Date:   Sat Jan 16 01:37:45 2016 +0500

CMakeLists: The service library now have own ABI (.so) version.

---

 CMakeLists.txt             | 2 ++
 TelepathyQt/CMakeLists.txt | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3716f12..73f3a16 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -75,6 +75,8 @@ else (${QT_VERSION_MAJOR} EQUAL 4)
     set(TP_QT_ABI_VERSION 0)
 endif (${QT_VERSION_MAJOR} EQUAL 4)
 
+set(TP_QT_SERVICE_ABI_VERSION 0)
+
 # This variable is used for the library's long version. It is generated dynamically, so don't change its
 # value! Change TP_QT_ABI_VERSION and TP_QT_*_VERSION instead.
 if (${TP_QT_NANO_VERSION} EQUAL 0)
diff --git a/TelepathyQt/CMakeLists.txt b/TelepathyQt/CMakeLists.txt
index 3217afd..c827c08 100644
--- a/TelepathyQt/CMakeLists.txt
+++ b/TelepathyQt/CMakeLists.txt
@@ -981,7 +981,7 @@ if(ENABLE_SERVICE_SUPPORT)
 
     # Set the correct version number
     set_target_properties(telepathy-qt${QT_VERSION_MAJOR}-service PROPERTIES
-                                                 SOVERSION ${TP_QT_ABI_VERSION}
+                                                 SOVERSION ${TP_QT_SERVICE_ABI_VERSION}
                                                  VERSION ${TP_QT_LIBRARY_VERSION})
 
     # Install the library - watch out for the correct components



More information about the telepathy-commits mailing list