mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
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.
This commit is contained in:
parent
22347edb27
commit
c3e85d0823
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue