┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorHarald Sitter <[email protected]>2015-08-21 12:12:54 +0200
committerHarald Sitter <[email protected]>2015-08-21 12:12:54 +0200
commitdc7b83169d4ed55d402de71b38b6cd8d1e2fda8d (patch)
tree9c6dff4a82052ab25beddcd25da7c63eecf13ae4 /src/CMakeLists.txt
parent03adb27dc8b3b1f8b54c6e2d03538b79e99178fe (diff)
parent31f0acc72653972845f83abd60eaffde511801f1 (diff)
Merge branch 'Applications/15.08'
Conflicts: CMakeLists.txt
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 498e7c596..2a5e5a688 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -168,7 +168,7 @@ set_target_properties(dolphinprivate PROPERTIES
SOVERSION ${DOLPHINPRIVATE_SOVERSION}
)
-install(TARGETS dolphinprivate ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
+install(TARGETS dolphinprivate ${KDE_INSTALL_TARGETS_DEFAULT_ARGS} LIBRARY NAMELINK_SKIP)
##########################################