blob: 32f6cf231369042a155e4147e073bb48633099d8 (
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
|
#################################################
#
# (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( html )
add_subdirectory( xml )
add_subdirectory( wml-1-2 )
add_subdirectory( tagxml )
add_subdirectory( schema )
add_subdirectory( cfml )
add_subdirectory( kde-docbook )
add_subdirectory( docbook )
add_subdirectory( css )
install( FILES
debug.toolbar.tgz
DESTINATION ${DATA_INSTALL_DIR}/quanta/toolbars )
|