We've changed the ABI in 4.13

remotes/origin/KDE/4.13 v4.12.97
Albert Astals Cid 12 years ago
parent 5f211f5646
commit 34c73c3953
  1. 2
      CMakeLists.txt

@ -139,7 +139,7 @@ if(LibKScreen_FOUND)
target_link_libraries(okularcore ${LibKScreen_LIBRARY})
endif(LibKScreen_FOUND)
set_target_properties(okularcore PROPERTIES VERSION 3.0.0 SOVERSION 3 )
set_target_properties(okularcore PROPERTIES VERSION 4.0.0 SOVERSION 4 )
install(TARGETS okularcore ${INSTALL_TARGETS_DEFAULT_ARGS} )

Loading…
Cancel
Save