Partially revert "shell_integration/dolphin: Silence some warnings"

This partially reverts commit 1c721e9422.

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.
This commit is contained in:
Olivier Goffart 2018-01-17 17:31:32 +01:00
parent 4337e8532e
commit 926609bd74

View file

@ -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)