Rex Dieter 7f826ea
diff -up ktp-text-ui-15.04.2/image-sharer/CMakeLists.txt.soversion ktp-text-ui-15.04.2/image-sharer/CMakeLists.txt
Rex Dieter 7f826ea
--- ktp-text-ui-15.04.2/image-sharer/CMakeLists.txt.soversion	2015-05-28 17:03:46.000000000 -0500
Rex Dieter 7f826ea
+++ ktp-text-ui-15.04.2/image-sharer/CMakeLists.txt	2015-06-10 07:03:18.122890799 -0500
Dan Vrátil 793e0c0
@@ -13,5 +13,8 @@ target_link_libraries(ktpimagesharer
Dan Vrátil 793e0c0
                       KF5::KIOWidgets
Dan Vrátil 793e0c0
                       KTp::OTR
Dan Vrátil 793e0c0
 )
Dan Vrátil 793e0c0
+set_target_properties(ktpimagesharer PROPERTIES
Dan Vrátil 793e0c0
+                      SOVERSION ${KTP_TEXT_UI_VERSION}
Dan Vrátil 793e0c0
+)
Dan Vrátil 793e0c0
 
Dan Vrátil 793e0c0
 install(TARGETS ktpimagesharer ${INSTALL_TARGETS_DEFAULT_ARGS})
Rex Dieter 7f826ea
diff -up ktp-text-ui-15.04.2/lib/CMakeLists.txt.soversion ktp-text-ui-15.04.2/lib/CMakeLists.txt
Rex Dieter 7f826ea
--- ktp-text-ui-15.04.2/lib/CMakeLists.txt.soversion	2015-06-10 07:03:18.122890799 -0500
Rex Dieter 7f826ea
+++ ktp-text-ui-15.04.2/lib/CMakeLists.txt	2015-06-10 07:04:07.198982480 -0500
Dan Vrátil 793e0c0
@@ -33,6 +33,9 @@ set(ktpchat_UI
Rex Dieter 7f826ea
 ki18n_wrap_ui(ktpchat_SRCS ${ktpchat_UI})
Dan Vrátil 793e0c0
 
Dan Vrátil 793e0c0
 add_library(ktpchat SHARED ${ktpchat_SRCS})
Dan Vrátil 793e0c0
+set_target_properties(ktpchat PROPERTIES
Dan Vrátil 793e0c0
+    SOVERSION ${KTP_TEXT_UI_VERSION}
Dan Vrátil 793e0c0
+)
Dan Vrátil 793e0c0
 
Dan Vrátil 793e0c0
 target_link_libraries(ktpchat
Dan Vrátil 793e0c0
     KF5::KIOWidgets