diff --git a/src/wayland/CMakeLists.txt b/src/wayland/CMakeLists.txt index 6fd969ff20..2d81b2a34d 100644 --- a/src/wayland/CMakeLists.txt +++ b/src/wayland/CMakeLists.txt @@ -302,7 +302,7 @@ target_compile_definitions(KWaylandServer PRIVATE EGL_NO_PLATFORM_SPECIFIC_TYPES ) -set_target_properties(KWaylandServer PROPERTIES VERSION ${KWAYLANDSERVER_VERSION_STRING} +set_target_properties(KWaylandServer PROPERTIES VERSION ${KWAYLANDSERVER_VERSION} SOVERSION ${KWAYLANDSERVER_SOVERSION} )