2009-02-05 15:35:38 +00:00
|
|
|
#######################################
|
|
|
|
# Effect
|
|
|
|
|
|
|
|
# Source files
|
|
|
|
set( kwin4_effect_builtins_sources ${kwin4_effect_builtins_sources}
|
|
|
|
coverswitch/coverswitch.cpp
|
|
|
|
)
|
|
|
|
|
|
|
|
# .desktop files
|
|
|
|
install( FILES
|
|
|
|
coverswitch/coverswitch.desktop
|
|
|
|
DESTINATION ${SERVICES_INSTALL_DIR}/kwin )
|
|
|
|
|
2010-12-19 13:41:26 +00:00
|
|
|
install( FILES
|
|
|
|
coverswitch/coverswitch-reflection.glsl
|
|
|
|
DESTINATION ${DATA_INSTALL_DIR}/kwin )
|
|
|
|
|
|
|
|
|
2009-02-05 15:35:38 +00:00
|
|
|
#######################################
|
|
|
|
# Config
|
|
|
|
|
|
|
|
# Source files
|
|
|
|
set( kwin4_effect_builtins_config_sources ${kwin4_effect_builtins_config_sources}
|
|
|
|
coverswitch/coverswitch_config.cpp
|
|
|
|
coverswitch/coverswitch_config.ui
|
|
|
|
)
|
|
|
|
|
|
|
|
# .desktop files
|
|
|
|
install( FILES
|
|
|
|
coverswitch/coverswitch_config.desktop
|
|
|
|
DESTINATION ${SERVICES_INSTALL_DIR}/kwin )
|