4a1bc2ec96
All KCMs and KWin core use the BuiltInEffects namespace to find and interact with the effects. There is no information left in the desktop file which are of usage. Thus they can be removed.
7 lines
175 B
CMake
7 lines
175 B
CMake
#######################################
|
|
# Effect
|
|
|
|
# Source files
|
|
set( kwin4_effect_builtins_sources ${kwin4_effect_builtins_sources}
|
|
screenedge/screenedgeeffect.cpp
|
|
)
|