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.
10 lines
244 B
CMake
10 lines
244 B
CMake
#######################################
|
|
# Effect
|
|
|
|
# Source files
|
|
set( kwin4_effect_builtins_sources ${kwin4_effect_builtins_sources}
|
|
kscreen/kscreen.cpp
|
|
)
|
|
|
|
kconfig_add_kcfg_files(kwin4_effect_builtins_sources kscreen/kscreenconfig.kcfgc)
|
|
|