summaryrefslogtreecommitdiffstats
path: root/konq-plugins/imagerotation/CMakeLists.txt
blob: 65331637dceff1a6f53e7e350def14885b4342da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#################################################
#
#  (C) 2013 Golubev Alexander
#  fatzer2 (AT) gmail.com
#
#  Improvements and feedback are welcome
#
#  This file is released under GPL >= 2
#
#################################################

install( PROGRAMS exif.py orient.py
  DESTINATION ${DATA_INSTALL_DIR}/imagerotation
)

install( PROGRAMS jpegorient 
  DESTINATION ${BIN_INSTALL_DIR}
)

tde_create_translated_desktop(
  SOURCE jpegorient.desktop imageconverter.desktop
  DESTINATION ${DATA_INSTALL_DIR}/konqueror/servicemenus
  PO_DIR konq-plugins-desktops
)