diff options
Diffstat (limited to 'quanta/data/toolbars/CMakeLists.txt')
-rw-r--r-- | quanta/data/toolbars/CMakeLists.txt | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/quanta/data/toolbars/CMakeLists.txt b/quanta/data/toolbars/CMakeLists.txt new file mode 100644 index 00000000..32f6cf23 --- /dev/null +++ b/quanta/data/toolbars/CMakeLists.txt @@ -0,0 +1,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 ) |