blob: 0f0977fb1237b43c79b37d6e63638670e3e8591f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#################################################
#
# (C) 2010-2011 Calvin Morrison
# [email protected]
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
add_subdirectory( icons )
add_subdirectory( toolbar )
tde_install_icons( kiconedit )
|