blob: 834a84ddcfff788c04e670d5b6b9a2d83974bf12 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#################################################
#
# (C) 2018 Emanoil Kotsev
# deloptes (AT) gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
##### install icons into common directory
tde_install_icons( tdebluez )
##### install icons into application directory
tde_install_icons( DESTINATION ${DATA_INSTALL_DIR}/tdebluez/icons )
|