2010-07-23 19:52:20 +00:00
|
|
|
#######################################
|
|
|
|
# Effect
|
|
|
|
|
|
|
|
# Source files
|
|
|
|
set( kwin4_effect_builtins_sources ${kwin4_effect_builtins_sources}
|
|
|
|
dashboard/dashboard.cpp
|
|
|
|
dashboard/dashboard.cpp )
|
|
|
|
|
2012-09-19 07:13:01 +00:00
|
|
|
kde4_add_kcfg_files(kwin4_effect_builtins_sources dashboard/dashboardconfig.kcfgc)
|
|
|
|
|
2010-07-23 19:52:20 +00:00
|
|
|
# .desktop files
|
|
|
|
install( FILES
|
|
|
|
dashboard/dashboard.desktop
|
|
|
|
DESTINATION ${SERVICES_INSTALL_DIR}/kwin )
|
|
|
|
|
|
|
|
#######################################
|
|
|
|
# Config
|
|
|
|
|
|
|
|
# Source files
|
|
|
|
set( kwin4_effect_builtins_config_sources ${kwin4_effect_builtins_config_sources}
|
|
|
|
dashboard/dashboard_config.cpp
|
|
|
|
dashboard/dashboard_config.ui )
|
|
|
|
|
2012-09-19 07:13:01 +00:00
|
|
|
kde4_add_kcfg_files(kwin4_effect_builtins_config_sources dashboard/dashboardconfig.kcfgc)
|
|
|
|
|
2010-07-23 19:52:20 +00:00
|
|
|
install( FILES
|
|
|
|
dashboard/dashboard_config.desktop
|
|
|
|
DESTINATION ${SERVICES_INSTALL_DIR}/kwin )
|