mirror of
https://invent.kde.org/graphics/okular
synced 2024-10-28 19:28:38 +00:00
Increase okularcore version since we've broken ABI
This commit is contained in:
parent
125ee3178c
commit
6e1a33554c
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ if(LibKScreen_FOUND)
|
||||||
target_link_libraries(okularcore ${LibKScreen_LIBRARY})
|
target_link_libraries(okularcore ${LibKScreen_LIBRARY})
|
||||||
endif(LibKScreen_FOUND)
|
endif(LibKScreen_FOUND)
|
||||||
|
|
||||||
set_target_properties(okularcore PROPERTIES VERSION 4.0.0 SOVERSION 4 )
|
set_target_properties(okularcore PROPERTIES VERSION 5.0.0 SOVERSION 5 )
|
||||||
|
|
||||||
install(TARGETS okularcore ${INSTALL_TARGETS_DEFAULT_ARGS} )
|
install(TARGETS okularcore ${INSTALL_TARGETS_DEFAULT_ARGS} )
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue