diff options
Diffstat (limited to 'pics')
-rw-r--r-- | pics/CMakeLists.txt | 4 | ||||
-rw-r--r-- | pics/digikam/CMakeLists.txt | 29 | ||||
-rw-r--r-- | pics/showfoto/CMakeLists.txt | 9 |
3 files changed, 42 insertions, 0 deletions
diff --git a/pics/CMakeLists.txt b/pics/CMakeLists.txt new file mode 100644 index 00000000..3eb3ebaa --- /dev/null +++ b/pics/CMakeLists.txt @@ -0,0 +1,4 @@ +##### subfolders + +add_subdirectory( digikam ) +add_subdirectory( showfoto ) diff --git a/pics/digikam/CMakeLists.txt b/pics/digikam/CMakeLists.txt new file mode 100644 index 00000000..774ebf0b --- /dev/null +++ b/pics/digikam/CMakeLists.txt @@ -0,0 +1,29 @@ +install( + FILES + image-full.png image-selection.png histogram-lin.png histogram-log.png color-picker-black.png + color-picker-grey.png color-picker-white.png banner-digikam.png logo-gphoto.png logo-lcms.png + logo-exiv2.png logo-cimg.png centerwidth.png centerheight.png target.png bothvert.png + bothhorz.png curvefree.png curvemooth.png original.png duplicatebothvert.png + duplicatebothhorz.png togglemouseover.png rating.png worldmap.jpg menusidepixmap.png + zoom10.png zoom20.png zoom30.png indicator-gray.png indicator-green.png indicator-red.png + DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/data +) + +install( + FILES + tag.png tag-new.png tag-properties.png tag-delete.png tag-reset.png tag-folder.png + tag-events.png tag-people.png tag-places.png tag-addressbook.png tag-recents.png + tag-assigned.png albumfolder-importimages.png albumfolder-properties.png + albumfolder-new.png albumfolder-importdir.png underexposure.png overexposure.png + DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/icons/hicolor/32x32/actions +) + +install( + FILES digikam-splash.png + DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME} +) + +install( + FILES digikam.xpm digikam-16.xpm + DESTINATION ${SHARE_INSTALL_PREFIX}/pixmaps +) diff --git a/pics/showfoto/CMakeLists.txt b/pics/showfoto/CMakeLists.txt new file mode 100644 index 00000000..903571ee --- /dev/null +++ b/pics/showfoto/CMakeLists.txt @@ -0,0 +1,9 @@ +install( + FILES showfoto-splash.png menusidepixmap.png + DESTINATION ${DATA_INSTALL_DIR}/showfoto +) + +install( + FILES showfoto.xpm showfoto-16.xpm + DESTINATION ${SHARE_INSTALL_PREFIX}/pixmaps +) |