From 926609bd74b237049018d7dfa29b0a902a87d076 Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Wed, 17 Jan 2018 17:31:32 +0100 Subject: [PATCH] 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. --- shell_integration/dolphin/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) 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)