f6bf95cb44
windows. the slidingpopups effect adds its managed windows to the ignored list of the fadeeffect, making them mutually exclusive svn path=/trunk/KDE/kdebase/workspace/; revision=1021321
13 lines
283 B
CMake
13 lines
283 B
CMake
#######################################
|
|
# Effect
|
|
|
|
# Source files
|
|
set( kwin4_effect_builtins_sources ${kwin4_effect_builtins_sources}
|
|
fade/fade.cpp
|
|
fade/fade_proxy.cpp
|
|
)
|
|
|
|
# .desktop files
|
|
install( FILES
|
|
fade/fade.desktop
|
|
DESTINATION ${SERVICES_INSTALL_DIR}/kwin )
|