From 96411d66c8095128af871a82ba2895c61dab3281 Mon Sep 17 00:00:00 2001 From: samelian Date: Sun, 8 May 2011 15:49:56 +0000 Subject: [kdegraphics] added cmake support for kgamma, kiconedit, and kmrml git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1230898 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kiconedit/pics/CMakeLists.txt | 15 +++++++++++++++ kiconedit/pics/icons/CMakeLists.txt | 12 ++++++++++++ kiconedit/pics/toolbar/CMakeLists.txt | 20 ++++++++++++++++++++ 3 files changed, 47 insertions(+) create mode 100644 kiconedit/pics/CMakeLists.txt create mode 100644 kiconedit/pics/icons/CMakeLists.txt create mode 100644 kiconedit/pics/toolbar/CMakeLists.txt (limited to 'kiconedit/pics') diff --git a/kiconedit/pics/CMakeLists.txt b/kiconedit/pics/CMakeLists.txt new file mode 100644 index 00000000..0f0977fb --- /dev/null +++ b/kiconedit/pics/CMakeLists.txt @@ -0,0 +1,15 @@ +################################################# +# +# (C) 2010-2011 Calvin Morrison +# mutantturkey@gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +add_subdirectory( icons ) +add_subdirectory( toolbar ) + +tde_install_icons( kiconedit ) diff --git a/kiconedit/pics/icons/CMakeLists.txt b/kiconedit/pics/icons/CMakeLists.txt new file mode 100644 index 00000000..04aa1f5d --- /dev/null +++ b/kiconedit/pics/icons/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2010-2011 Calvin Morrison +# mutantturkey@gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES source.png standard.png compressed.png DESTINATION ${DATA_INSTALL_DIR}/kiconedit/pics ) diff --git a/kiconedit/pics/toolbar/CMakeLists.txt b/kiconedit/pics/toolbar/CMakeLists.txt new file mode 100644 index 00000000..8d44094b --- /dev/null +++ b/kiconedit/pics/toolbar/CMakeLists.txt @@ -0,0 +1,20 @@ +################################################# +# +# (C) 2010-2011 Calvin Morrison +# mutantturkey@gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + fileclose.png circle.png filledcircle.png line.png + paintbrush-cursor.xpm airbrush-cursor.xpm ellipse.png + filledellipse.png rectangle.png filledrectangle.png areaselect.png + selectrect.png selectcircle.png fill-cursor.xpm grid.png pointer.png + aim.png aim-cursor.xpm window_new.png grayscale.png kdepalette.png + transform.png eraser-cursor.xpm colorpicker-cursor.xpm + DESTINATION ${DATA_INSTALL_DIR}/kiconedit/pics +) -- cgit v1.2.1