a1c82cd52b
classes. Example code has been added to present windows and desktop grid, if this code is not to be used by KDE 4.3 it should be removed and added to a test effect instead. svn path=/trunk/KDE/kdebase/workspace/; revision=922039
27 lines
715 B
CMake
27 lines
715 B
CMake
#######################################
|
|
# Effect
|
|
|
|
# Source files
|
|
set( kwin4_effect_builtins_sources ${kwin4_effect_builtins_sources}
|
|
presentwindows/presentwindows.cpp
|
|
presentwindows/presentwindows_proxy.cpp
|
|
)
|
|
|
|
# .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 )
|