2009-02-05 15:35:38 +00:00
|
|
|
#######################################
|
|
|
|
# Effect
|
|
|
|
|
|
|
|
# Source files
|
|
|
|
set( kwin4_effect_builtins_sources ${kwin4_effect_builtins_sources}
|
|
|
|
presentwindows/presentwindows.cpp
|
2009-02-06 10:15:06 +00:00
|
|
|
presentwindows/presentwindows_proxy.cpp
|
2009-02-05 15:35:38 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
# .desktop files
|
|
|
|
install( FILES
|
|
|
|
presentwindows/presentwindows.desktop
|
|
|
|
DESTINATION ${SERVICES_INSTALL_DIR}/kwin )
|
|
|
|
|
|
|
|
#######################################
|
|
|
|
# Config
|
|
|
|
|
|
|
|
# Source files
|
|
|
|
set( kwin4_effect_builtins_config_sources ${kwin4_effect_builtins_config_sources}
|
|
|
|
presentwindows/presentwindows_config.cpp
|
|
|
|
presentwindows/presentwindows_config.ui
|
|
|
|
)
|
|
|
|
|
|
|
|
# .desktop files
|
|
|
|
install( FILES
|
|
|
|
presentwindows/presentwindows_config.desktop
|
|
|
|
DESTINATION ${SERVICES_INSTALL_DIR}/kwin )
|