Skip to content

kwin/mobiletaskswitcher: Fix installing metadata file

Vlad Zahorodnii requested to merge work/zzag/no-install-to-builtin-effects into master

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.

Merge request reports