kde-workspace/kcontrol/input/pics/CMakeLists.txt
Ivailo Monev c1338dc1a5 kcontrol: convert input KCM pixmaps to PNG
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-10-20 23:33:09 +03:00

19 lines
369 B
CMake

install(
FILES
mouse_rh.png
mouse_lh.png
DESTINATION
${KDE4_DATA_INSTALL_DIR}/kcminput/pics
)
if(NOT X11_Xcursor_FOUND)
install(
FILES
arrow_large_black.png
arrow_large_white.png
arrow_small_black.png
arrow_small_white.png
DESTINATION
${KDE4_DATA_INSTALL_DIR}/kcminput/pics
)
endif()