diff options
author | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-16 14:39:07 +0000 |
---|---|---|
committer | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-16 14:39:07 +0000 |
commit | 039cc9f8f7c3b81ca85336b02efa49e8e26dbacd (patch) | |
tree | 5de007445ec5416ecbc4c2db1696870d124596b2 /quanta/data/toolbars | |
parent | 7af884d886e2428d5b28e9cf7d81c97d7e378123 (diff) | |
download | tdewebdev-039cc9f8f7c3b81ca85336b02efa49e8e26dbacd.tar.gz tdewebdev-039cc9f8f7c3b81ca85336b02efa49e8e26dbacd.zip |
[kdewebdev/quanta] initial cmake support
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1214824 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'quanta/data/toolbars')
-rw-r--r-- | quanta/data/toolbars/CMakeLists.txt | 24 | ||||
-rw-r--r-- | quanta/data/toolbars/cfml/CMakeLists.txt | 16 | ||||
-rw-r--r-- | quanta/data/toolbars/css/CMakeLists.txt | 14 | ||||
-rw-r--r-- | quanta/data/toolbars/docbook/CMakeLists.txt | 15 | ||||
-rw-r--r-- | quanta/data/toolbars/html/CMakeLists.txt | 15 | ||||
-rw-r--r-- | quanta/data/toolbars/kde-docbook/CMakeLists.txt | 20 | ||||
-rw-r--r-- | quanta/data/toolbars/schema/CMakeLists.txt | 17 | ||||
-rw-r--r-- | quanta/data/toolbars/tagxml/CMakeLists.txt | 14 | ||||
-rw-r--r-- | quanta/data/toolbars/wml-1-2/CMakeLists.txt | 15 | ||||
-rw-r--r-- | quanta/data/toolbars/xml/CMakeLists.txt | 14 |
10 files changed, 164 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 ) diff --git a/quanta/data/toolbars/cfml/CMakeLists.txt b/quanta/data/toolbars/cfml/CMakeLists.txt new file mode 100644 index 00000000..fe0e4a09 --- /dev/null +++ b/quanta/data/toolbars/cfml/CMakeLists.txt @@ -0,0 +1,16 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + fonts.toolbar.tgz forms.toolbar.tgz + lists.toolbar.tgz standard.toolbar.tgz + tables.toolbar.tgz cfml.toolbar.tgz + DESTINATION ${DATA_INSTALL_DIR}/quanta/toolbars/cfml ) diff --git a/quanta/data/toolbars/css/CMakeLists.txt b/quanta/data/toolbars/css/CMakeLists.txt new file mode 100644 index 00000000..c4d833b2 --- /dev/null +++ b/quanta/data/toolbars/css/CMakeLists.txt @@ -0,0 +1,14 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + css.toolbar.tgz + DESTINATION ${DATA_INSTALL_DIR}/quanta/toolbars/css ) diff --git a/quanta/data/toolbars/docbook/CMakeLists.txt b/quanta/data/toolbars/docbook/CMakeLists.txt new file mode 100644 index 00000000..2933ca17 --- /dev/null +++ b/quanta/data/toolbars/docbook/CMakeLists.txt @@ -0,0 +1,15 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + xmltools.toolbar.tgz docbook_code.toolbar.tgz + docbook_ui.toolbar.tgz docbook_xml.toolbar.tgz + DESTINATION ${DATA_INSTALL_DIR}/quanta/toolbars/docbook ) diff --git a/quanta/data/toolbars/html/CMakeLists.txt b/quanta/data/toolbars/html/CMakeLists.txt new file mode 100644 index 00000000..edfb88dc --- /dev/null +++ b/quanta/data/toolbars/html/CMakeLists.txt @@ -0,0 +1,15 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + forms.toolbar.tgz lists.toolbar.tgz other.toolbar.tgz + standard.toolbar.tgz tables.toolbar.tgz style.toolbar.tgz + DESTINATION ${DATA_INSTALL_DIR}/quanta/toolbars/html ) diff --git a/quanta/data/toolbars/kde-docbook/CMakeLists.txt b/quanta/data/toolbars/kde-docbook/CMakeLists.txt new file mode 100644 index 00000000..81f287d8 --- /dev/null +++ b/quanta/data/toolbars/kde-docbook/CMakeLists.txt @@ -0,0 +1,20 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + kde-docbook-admonitions.toolbar.tgz + kde-docbook-images.toolbar.tgz + kde-docbook-list.toolbar.tgz + kde-docbook-standard.toolbar.tgz + kde-docbook-tables.toolbar.tgz + kde-docbook-uielements.toolbar.tgz + kdexmltools.toolbar.tgz + DESTINATION ${DATA_INSTALL_DIR}/quanta/toolbars/kde-docbook ) diff --git a/quanta/data/toolbars/schema/CMakeLists.txt b/quanta/data/toolbars/schema/CMakeLists.txt new file mode 100644 index 00000000..74df9584 --- /dev/null +++ b/quanta/data/toolbars/schema/CMakeLists.txt @@ -0,0 +1,17 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + attributes.toolbar.tgz complex.toolbar.tgz + documentation.toolbar.tgz facets.toolbar.tgz + misc.toolbar.tgz simple.toolbar.tgz + main.toolbar.tgz + DESTINATION ${DATA_INSTALL_DIR}/quanta/toolbars/schema ) diff --git a/quanta/data/toolbars/tagxml/CMakeLists.txt b/quanta/data/toolbars/tagxml/CMakeLists.txt new file mode 100644 index 00000000..0ced778c --- /dev/null +++ b/quanta/data/toolbars/tagxml/CMakeLists.txt @@ -0,0 +1,14 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + tagxml.toolbar.tgz + DESTINATION ${DATA_INSTALL_DIR}/quanta/toolbars/tagxml ) diff --git a/quanta/data/toolbars/wml-1-2/CMakeLists.txt b/quanta/data/toolbars/wml-1-2/CMakeLists.txt new file mode 100644 index 00000000..b320beb8 --- /dev/null +++ b/quanta/data/toolbars/wml-1-2/CMakeLists.txt @@ -0,0 +1,15 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + deck.toolbar.tgz forms.toolbar.tgz misc.toolbar.tgz + table.toolbar.tgz tasks.toolbar.tgz text.toolbar.tgz + DESTINATION ${DATA_INSTALL_DIR}/quanta/toolbars/wml-1-2 ) diff --git a/quanta/data/toolbars/xml/CMakeLists.txt b/quanta/data/toolbars/xml/CMakeLists.txt new file mode 100644 index 00000000..9eac83df --- /dev/null +++ b/quanta/data/toolbars/xml/CMakeLists.txt @@ -0,0 +1,14 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + fonts.toolbar.tgz + DESTINATION ${DATA_INSTALL_DIR}/quanta/toolbars/xml ) |