blob: e4d1a99a43b9f3be1da6c0484cfd6d15381d51c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#################################################
#
# (C) 2010-2011 Calvin Morrison
# mutantturkey@gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
add_subdirectory( icons )
add_subdirectory( toolbar )
tde_install_icons( tdeiconedit )
|