kwin/effects/taskbarthumbnail/CMakeLists.txt
Fredrik Höglund cbb4248a2a Use a high quality lanczos filter to scale the window thumbnails when
GLSL shaders are supported.

Currently disabled when the NVIDIA driver is used because of a driver
issue that will need to be worked around.

svn path=/trunk/KDE/kdebase/workspace/; revision=1125672
2010-05-11 22:05:00 +00:00

15 lines
434 B
CMake

#######################################
# Effect
# Source files
set( kwin4_effect_builtins_sources ${kwin4_effect_builtins_sources}
taskbarthumbnail/taskbarthumbnail.cpp
)
qt4_add_resources( kwin4_effect_builtins_sources
taskbarthumbnail/taskbarthumbnail.qrc
)
# .desktop files
install( FILES
taskbarthumbnail/taskbarthumbnail.desktop
DESTINATION ${SERVICES_INSTALL_DIR}/kwin )