diff options
| author | Harald Sitter <[email protected]> | 2015-08-21 12:12:54 +0200 |
|---|---|---|
| committer | Harald Sitter <[email protected]> | 2015-08-21 12:12:54 +0200 |
| commit | dc7b83169d4ed55d402de71b38b6cd8d1e2fda8d (patch) | |
| tree | 9c6dff4a82052ab25beddcd25da7c63eecf13ae4 /src/CMakeLists.txt | |
| parent | 03adb27dc8b3b1f8b54c6e2d03538b79e99178fe (diff) | |
| parent | 31f0acc72653972845f83abd60eaffde511801f1 (diff) | |
Merge branch 'Applications/15.08'
Conflicts:
CMakeLists.txt
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
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) ########################################## |
