b8630d19ec
REVIEW: 106422
30 lines
824 B
CMake
30 lines
824 B
CMake
#######################################
|
|
# Effect
|
|
|
|
# Source files
|
|
set( kwin4_effect_builtins_sources ${kwin4_effect_builtins_sources}
|
|
diminactive/diminactive.cpp
|
|
)
|
|
|
|
kde4_add_kcfg_files(kwin4_effect_builtins_sources diminactive/diminactiveconfig.kcfgc)
|
|
|
|
# .desktop files
|
|
install( FILES
|
|
diminactive/diminactive.desktop
|
|
DESTINATION ${SERVICES_INSTALL_DIR}/kwin )
|
|
|
|
#######################################
|
|
# Config
|
|
|
|
# Source files
|
|
set( kwin4_effect_builtins_config_sources ${kwin4_effect_builtins_config_sources}
|
|
diminactive/diminactive_config.cpp
|
|
diminactive/diminactive_config.ui
|
|
)
|
|
|
|
kde4_add_kcfg_files(kwin4_effect_builtins_config_sources diminactive/diminactiveconfig.kcfgc)
|
|
|
|
# .desktop files
|
|
install( FILES
|
|
diminactive/diminactive_config.desktop
|
|
DESTINATION ${SERVICES_INSTALL_DIR}/kwin )
|