Increase OkularCore soversion

Since we broke ABI since last release
remotes/origin/Applications/18.04
Albert Astals Cid 8 years ago
parent 7c41ba2c66
commit 098a886ff1
  1. 2
      CMakeLists.txt

@ -260,7 +260,7 @@ PUBLIC # these are included from the installed headers
Qt5::Widgets
)
set_target_properties(okularcore PROPERTIES VERSION 8.0.0 SOVERSION 8 OUTPUT_NAME Okular5Core EXPORT_NAME Core)
set_target_properties(okularcore PROPERTIES VERSION 9.0.0 SOVERSION 9 OUTPUT_NAME Okular5Core EXPORT_NAME Core)
install(TARGETS okularcore EXPORT Okular5Targets ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})

Loading…
Cancel
Save