From 5ecffc246b6e00441386cbd0c107a19432ffe3b9 Mon Sep 17 00:00:00 2001 From: Alex Richardson Date: Sat, 18 Jul 2015 16:31:16 +0100 Subject: [PATCH] Set the CMake target name from Okular::okularcore to Okular::Core REVIEW: 124381 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0d2556269..aafe267d6 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 OUTPUT_NAME Okular5Core) +set_target_properties(okularcore PROPERTIES VERSION 6.0.0 SOVERSION 6 OUTPUT_NAME Okular5Core EXPORT_NAME Core) install(TARGETS okularcore EXPORT Okular5Targets ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})