8ad02b5582
Thanks to Andrea Scarpino for providing the patch. REVIEW: 106390
28 lines
823 B
CMake
28 lines
823 B
CMake
#######################################
|
|
# Effect
|
|
|
|
# Source files
|
|
set( kwin4_effect_builtins_sources ${kwin4_effect_builtins_sources}
|
|
dashboard/dashboard.cpp
|
|
dashboard/dashboard.cpp )
|
|
|
|
kde4_add_kcfg_files(kwin4_effect_builtins_sources dashboard/dashboardconfig.kcfgc)
|
|
|
|
# .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 )
|
|
|
|
kde4_add_kcfg_files(kwin4_effect_builtins_config_sources dashboard/dashboardconfig.kcfgc)
|
|
|
|
install( FILES
|
|
dashboard/dashboard_config.desktop
|
|
DESTINATION ${SERVICES_INSTALL_DIR}/kwin )
|