From c3e85d0823ad591d834c81aa444500631b9432d7 Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Tue, 11 Apr 2023 15:44:35 +0300 Subject: [PATCH] kwin/mobiletaskswitcher: Fix installing metadata file The metadata file should not be installed in the builtin-effects directory. That directory must contain effects that are inside kwin executable, i.e. statically linked effects. The mobiletaskswitcher effect is not linked with the kwin executable so it doesn't have to install its metadata file. --- kwin/mobiletaskswitcher/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/kwin/mobiletaskswitcher/CMakeLists.txt b/kwin/mobiletaskswitcher/CMakeLists.txt index bd0fe831..7450451e 100644 --- a/kwin/mobiletaskswitcher/CMakeLists.txt +++ b/kwin/mobiletaskswitcher/CMakeLists.txt @@ -6,7 +6,6 @@ target_sources(mobiletaskswitcher PRIVATE main.cpp mobiletaskswitchereffect.cpp ) -install(FILES mobiletaskswitcher.json DESTINATION ${KDE_INSTALL_DATADIR}/kwin/builtin-effects) target_link_libraries(mobiletaskswitcher KF6::ConfigGui