You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.1 KiB
37 lines
1.1 KiB
####################################### |
|
# Effect |
|
|
|
# Source files |
|
set( kwin4_effect_builtins_sources ${kwin4_effect_builtins_sources} |
|
coverswitch/coverswitch.cpp |
|
) |
|
|
|
kde4_add_kcfg_files(kwin4_effect_builtins_sources coverswitch/coverswitchconfig.kcfgc) |
|
|
|
# .desktop files |
|
install( FILES |
|
coverswitch/coverswitch.desktop |
|
DESTINATION ${SERVICES_INSTALL_DIR}/kwin ) |
|
|
|
install( FILES |
|
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 ) |
|
|
|
|
|
####################################### |
|
# Config |
|
|
|
# Source files |
|
set( kwin4_effect_builtins_config_sources ${kwin4_effect_builtins_config_sources} |
|
coverswitch/coverswitch_config.cpp |
|
coverswitch/coverswitch_config.ui |
|
) |
|
kde4_add_kcfg_files(kwin4_effect_builtins_config_sources coverswitch/coverswitchconfig.kcfgc) |
|
|
|
# .desktop files |
|
install( FILES |
|
coverswitch/coverswitch_config.desktop |
|
DESTINATION ${SERVICES_INSTALL_DIR}/kwin )
|
|
|