From f9b90348ec3684c2ca3a51386bf31d8696f3b2f5 Mon Sep 17 00:00:00 2001 From: Alex Richardson Date: Sat, 18 Jul 2015 16:29:35 +0100 Subject: [PATCH] Make the KF5 okular library coinstallable with the KDE4 version The KF5 based library has been renamed to libOkular5Core.so so that both can coexist in /usr/lib(64) REVIEW: 124381 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b2a755207..0d2556269 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -216,7 +216,7 @@ if(LibKScreen_FOUND) #target_link_libraries(okularcore KF5::LibKScreen) endif(LibKScreen_FOUND) -set_target_properties(okularcore PROPERTIES VERSION 6.0.0 SOVERSION 6 ) +set_target_properties(okularcore PROPERTIES VERSION 6.0.0 SOVERSION 6 OUTPUT_NAME Okular5Core) install(TARGETS okularcore EXPORT Okular5Targets ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})