846496d2c1
its own directory, cleaned up the effect config macros and renamed "MakeTransparent" to "Translucency" so that it matches its visible name. svn path=/trunk/KDE/kdebase/workspace/; revision=921749
25 lines
547 B
CMake
25 lines
547 B
CMake
#######################################
|
|
# Effect
|
|
|
|
# Source files
|
|
set( kwin4_effect_builtins_sources ${kwin4_effect_builtins_sources}
|
|
zoom/zoom.cpp
|
|
)
|
|
|
|
# .desktop files
|
|
install( FILES
|
|
zoom/zoom.desktop
|
|
DESTINATION ${SERVICES_INSTALL_DIR}/kwin )
|
|
|
|
#######################################
|
|
# Config
|
|
|
|
# Source files
|
|
set( kwin4_effect_builtins_config_sources ${kwin4_effect_builtins_config_sources}
|
|
zoom/zoom_config.cpp
|
|
)
|
|
|
|
# .desktop files
|
|
install( FILES
|
|
zoom/zoom_config.desktop
|
|
DESTINATION ${SERVICES_INSTALL_DIR}/kwin )
|