2009-02-05 15:35:38 +00:00
|
|
|
#######################################
|
|
|
|
# Effect
|
|
|
|
|
|
|
|
# Source files
|
|
|
|
set( kwin4_effect_builtins_sources ${kwin4_effect_builtins_sources}
|
|
|
|
coverswitch/coverswitch.cpp
|
|
|
|
)
|
|
|
|
|
2013-11-26 18:51:13 +00:00
|
|
|
kconfig_add_kcfg_files(kwin4_effect_builtins_sources coverswitch/coverswitchconfig.kcfgc)
|
2012-09-19 15:59:11 +00:00
|
|
|
|
2009-02-05 15:35:38 +00:00
|
|
|
# .desktop files
|
|
|
|
install( FILES
|
|
|
|
coverswitch/coverswitch.desktop
|
|
|
|
DESTINATION ${SERVICES_INSTALL_DIR}/kwin )
|
|
|
|
|
2010-12-19 13:41:26 +00:00
|
|
|
install( FILES
|
2013-05-21 08:33:02 +00:00
|
|
|
coverswitch/shaders/1.10/coverswitch-reflection.glsl
|
|
|
|
DESTINATION ${DATA_INSTALL_DIR}/kwin/shaders/1.10 )
|
|
|
|
install( FILES
|
|
|
|
coverswitch/shaders/1.40/coverswitch-reflection.glsl
|
|
|
|
DESTINATION ${DATA_INSTALL_DIR}/kwin/shaders/1.40 )
|
2010-12-19 13:41:26 +00:00
|
|
|
|
|
|
|
|
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
|
|
|
|
)
|
2013-11-26 18:51:13 +00:00
|
|
|
kconfig_add_kcfg_files(kwin4_effect_builtins_config_sources coverswitch/coverswitchconfig.kcfgc)
|
2009-02-05 15:35:38 +00:00
|
|
|
|
|
|
|
# .desktop files
|
|
|
|
install( FILES
|
|
|
|
coverswitch/coverswitch_config.desktop
|
|
|
|
DESTINATION ${SERVICES_INSTALL_DIR}/kwin )
|