diff --git a/libkopete/avdevice/CMakeLists.txt b/libkopete/avdevice/CMakeLists.txt --- a/libkopete/avdevice/CMakeLists.txt +++ b/libkopete/avdevice/CMakeLists.txt @@ -34,7 +34,7 @@ target_link_libraries(kopete_videodevice Qt5::Gui KF5::KDELibs4Support ) endif (LIBV4L2_FOUND) -set_target_properties(kopete_videodevice PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION} ) +set_target_properties(kopete_videodevice PROPERTIES VERSION 1.0.0 SOVERSION 1 ) install(TARGETS kopete_videodevice ${KDE_INSTALL_TARGETS_DEFAULT_ARGS}) diff --git a/protocols/oscar/CMakeLists.txt b/protocols/oscar/CMakeLists.txt --- a/protocols/oscar/CMakeLists.txt +++ b/protocols/oscar/CMakeLists.txt @@ -39,7 +39,7 @@ target_link_libraries(kopete_oscar KF5::KIOCore kopete oscar) -set_target_properties(kopete_oscar PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION} ) +set_target_properties(kopete_oscar PROPERTIES VERSION 1.0.0 SOVERSION 1 ) install(TARGETS kopete_oscar ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})