Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

Commit

Permalink
increase SOVERSION
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Zalevskiy <denis.zalevskiy@jolla.com>
  • Loading branch information
Denis Zalevskiy committed Oct 7, 2014
1 parent a871765 commit 72a9d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Expand Up @@ -6,7 +6,7 @@ add_library(qtaround SHARED
qt5_use_modules(qtaround Core)
target_link_libraries(qtaround ${COR_LIBRARIES})
set_target_properties(qtaround PROPERTIES
SOVERSION 0
SOVERSION 1
VERSION ${VERSION}
)
install(TARGETS qtaround DESTINATION ${DST_LIB})
Expand Down

0 comments on commit 72a9d25

Please sign in to comment.