blob: 281c40f8ea690948e2d3bd9bba5192a92817ee10 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#################################################
#
# (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( qt )
add_subdirectory( doxygen )
add_subdirectory( devhelp )
add_subdirectory( kdevtoc )
add_subdirectory( chm )
add_subdirectory( custom )
|