mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-25 11:22:52 +00:00
36 lines
1,020 B
Text
36 lines
1,020 B
Text
![]() |
#######################################
|
||
|
# Effect
|
||
|
|
||
|
# Source files
|
||
|
set( kwin4_effect_builtins_sources ${kwin4_effect_builtins_sources}
|
||
|
presentwindows/presentwindows.cpp
|
||
|
presentwindows/presentwindows_proxy.cpp
|
||
|
)
|
||
|
|
||
|
kde4_add_kcfg_files(kwin4_effect_builtins_sources presentwindows/presentwindowsconfig.kcfgc)
|
||
|
|
||
|
# .desktop files
|
||
|
install( FILES
|
||
|
presentwindows/presentwindows.desktop
|
||
|
DESTINATION ${SERVICES_INSTALL_DIR}/kwin )
|
||
|
install( FILES
|
||
|
presentwindows/main.qml
|
||
|
DESTINATION ${DATA_INSTALL_DIR}/kwin/effects/presentwindows/
|
||
|
)
|
||
|
|
||
|
#######################################
|
||
|
# Config
|
||
|
|
||
|
# Source files
|
||
|
set( kwin4_effect_builtins_config_sources ${kwin4_effect_builtins_config_sources}
|
||
|
presentwindows/presentwindows_config.cpp
|
||
|
presentwindows/presentwindows_config.ui
|
||
|
)
|
||
|
|
||
|
kde4_add_kcfg_files(kwin4_effect_builtins_config_sources presentwindows/presentwindowsconfig.kcfgc)
|
||
|
|
||
|
# .desktop files
|
||
|
install( FILES
|
||
|
presentwindows/presentwindows_config.desktop
|
||
|
DESTINATION ${SERVICES_INSTALL_DIR}/kwin )
|