From 6e0e1a2a268b0c2cf4274ea0d9fcf0415f3c1d3d Mon Sep 17 00:00:00 2001 From: samelian Date: Tue, 10 May 2011 19:25:30 +0000 Subject: [kdegraphics/kolourpaint] added cmake support git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1231305 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kolourpaint/pics/CMakeLists.txt | 15 +++++++++++++++ kolourpaint/pics/custom/CMakeLists.txt | 18 ++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 kolourpaint/pics/CMakeLists.txt create mode 100644 kolourpaint/pics/custom/CMakeLists.txt (limited to 'kolourpaint/pics') diff --git a/kolourpaint/pics/CMakeLists.txt b/kolourpaint/pics/CMakeLists.txt new file mode 100644 index 00000000..aa00ba62 --- /dev/null +++ b/kolourpaint/pics/CMakeLists.txt @@ -0,0 +1,15 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +add_subdirectory( custom ) + +tde_install_icons( kolourpaint ) +tde_install_icons( DESTINATION ${DATA_INSTALL_DIR}/kolourpaint/icons ) diff --git a/kolourpaint/pics/custom/CMakeLists.txt b/kolourpaint/pics/custom/CMakeLists.txt new file mode 100644 index 00000000..63fb7d87 --- /dev/null +++ b/kolourpaint/pics/custom/CMakeLists.txt @@ -0,0 +1,18 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + tool_spraycan_9x9.png tool_spraycan_17x17.png tool_spraycan_29x29.png + color_transparent_26x26.png colorbutton_swap_16x16.png + option_opaque.png option_transparent.png resize.png scale.png + smooth_scale.png image_skew_horizontal.png image_skew_vertical.png + image_rotate_anticlockwise.png image_rotate_clockwise.png + DESTINATION ${DATA_INSTALL_DIR}/kolourpaint/pics ) -- cgit v1.2.1