diff options
Diffstat (limited to 'khelpcenter/plugins')
-rw-r--r-- | khelpcenter/plugins/Applications/CMakeLists.txt | 12 | ||||
-rw-r--r-- | khelpcenter/plugins/CMakeLists.txt | 22 | ||||
-rw-r--r-- | khelpcenter/plugins/Manpages/CMakeLists.txt | 16 | ||||
-rw-r--r-- | khelpcenter/plugins/Scrollkeeper/CMakeLists.txt | 14 | ||||
-rw-r--r-- | khelpcenter/plugins/Tutorials/CMakeLists.txt | 14 |
5 files changed, 78 insertions, 0 deletions
diff --git a/khelpcenter/plugins/Applications/CMakeLists.txt b/khelpcenter/plugins/Applications/CMakeLists.txt new file mode 100644 index 000000000..d31a92243 --- /dev/null +++ b/khelpcenter/plugins/Applications/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (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 .directory DESTINATION ${DATA_INSTALL_DIR}/khelpcenter/plugins/Applications ) diff --git a/khelpcenter/plugins/CMakeLists.txt b/khelpcenter/plugins/CMakeLists.txt new file mode 100644 index 000000000..e18aa5647 --- /dev/null +++ b/khelpcenter/plugins/CMakeLists.txt @@ -0,0 +1,22 @@ +################################################# +# +# (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( Applications ) +add_subdirectory( Manpages ) +add_subdirectory( Tutorials ) +add_subdirectory( Scrollkeeper ) + +install( FILES + applets.desktop contact.desktop faq.desktop info.desktop + links.desktop support.desktop userguide.desktop welcome.desktop + kicmodules.desktop kcontrolmodules.desktop konqplugins.desktop + kioslaves.desktop + DESTINATION ${DATA_INSTALL_DIR}/khelpcenter/plugins ) diff --git a/khelpcenter/plugins/Manpages/CMakeLists.txt b/khelpcenter/plugins/Manpages/CMakeLists.txt new file mode 100644 index 000000000..d6abb8a15 --- /dev/null +++ b/khelpcenter/plugins/Manpages/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 + .directory man1.desktop man2.desktop man3.desktop + man4.desktop man5.desktop man6.desktop man7.desktop + man8.desktop man9.desktop mann.desktop + DESTINATION ${DATA_INSTALL_DIR}/khelpcenter/plugins/Manpages ) diff --git a/khelpcenter/plugins/Scrollkeeper/CMakeLists.txt b/khelpcenter/plugins/Scrollkeeper/CMakeLists.txt new file mode 100644 index 000000000..fe2acd80f --- /dev/null +++ b/khelpcenter/plugins/Scrollkeeper/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 + .directory scrollkeeper.desktop + DESTINATION ${DATA_INSTALL_DIR}/khelpcenter/plugins/Scrollkeeper ) diff --git a/khelpcenter/plugins/Tutorials/CMakeLists.txt b/khelpcenter/plugins/Tutorials/CMakeLists.txt new file mode 100644 index 000000000..2388c6440 --- /dev/null +++ b/khelpcenter/plugins/Tutorials/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 + .directory quickstart.desktop visualdict.desktop + DESTINATION ${DATA_INSTALL_DIR}/khelpcenter/plugins/Tutorials ) |