Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2018-01-17 19:31:32 +0300
committerOlivier Goffart <ogoffart@woboq.com>2018-01-17 19:34:27 +0300
commit926609bd74b237049018d7dfa29b0a902a87d076 (patch)
tree5bced9f9563d30beaf976f9b29b10dc458bb319e /shell_integration
parent4337e8532e28c1156cff95b84d592041553072e2 (diff)
Partially revert "shell_integration/dolphin: Silence some warnings"
This partially reverts commit 1c721e9422069744dcc3447219487bf2695a81b6. This caused the overlay plugin to be installed at the wrong place because the kcoreaddons_add_plugin macto still use deprecated ${PLUGIN_INSTALL_DIR}. I guess we'll have to live with the warnings.
Diffstat (limited to 'shell_integration')
-rw-r--r--shell_integration/dolphin/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell_integration/dolphin/CMakeLists.txt b/shell_integration/dolphin/CMakeLists.txt
index 14a72041f..394bc7eee 100644
--- a/shell_integration/dolphin/CMakeLists.txt
+++ b/shell_integration/dolphin/CMakeLists.txt
@@ -19,7 +19,6 @@ set_package_properties(DolphinVcs PROPERTIES
PURPOSE "Provides plugin interfaces for Dolphin."
)
-set(KDE_INSTALL_DIRS_NO_DEPRECATED TRUE)
include(KDEInstallDirs)
include(KDECMakeSettings)
include(KDECompilerSettings)