summaryrefslogtreecommitdiffstats
path: root/konq-plugins/imagerotation/CMakeLists.txt
blob: 32ec11bada5935e75a7a3ceb761371a2073486ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#################################################
#
#  (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}
)

install( FILES jpegorient.desktop imageconverter.desktop
  DESTINATION ${DATA_INSTALL_DIR}/konqueror/servicemenus
)