summaryrefslogtreecommitdiffstats
path: root/kpf/CMakeLists.txt
blob: 3f1b82e2c1268558a04812bfff16e33df95d3404 (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
25
#################################################
#
#  (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( src )


##### other data ################################

tde_install_icons( kpf )

install( FILES
    kpfapplet.desktop
  DESTINATION ${DATA_INSTALL_DIR}/kicker/applets )

install( FILES
    kpfpropertiesdialogplugin.desktop
  DESTINATION ${SERVICES_INSTALL_DIR} )