diff options
Diffstat (limited to 'kontact/profiles')
-rw-r--r-- | kontact/profiles/CMakeLists.txt | 13 | ||||
-rw-r--r-- | kontact/profiles/KontactDefaults/CMakeLists.txt | 14 | ||||
-rw-r--r-- | kontact/profiles/OutlookDefaults/CMakeLists.txt | 14 |
3 files changed, 41 insertions, 0 deletions
diff --git a/kontact/profiles/CMakeLists.txt b/kontact/profiles/CMakeLists.txt new file mode 100644 index 000000000..95847bef8 --- /dev/null +++ b/kontact/profiles/CMakeLists.txt @@ -0,0 +1,13 @@ +################################################# +# +# (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( KontactDefaults ) +add_subdirectory( OutlookDefaults ) diff --git a/kontact/profiles/KontactDefaults/CMakeLists.txt b/kontact/profiles/KontactDefaults/CMakeLists.txt new file mode 100644 index 000000000..4d313d0e3 --- /dev/null +++ b/kontact/profiles/KontactDefaults/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 + profile.cfg kontactrc korganizerrc + DESTINATION ${DATA_INSTALL_DIR}/kontact/profiles/KontactDefaults ) diff --git a/kontact/profiles/OutlookDefaults/CMakeLists.txt b/kontact/profiles/OutlookDefaults/CMakeLists.txt new file mode 100644 index 000000000..ff3986bb3 --- /dev/null +++ b/kontact/profiles/OutlookDefaults/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 + profile.cfg kontactrc korganizerrc + DESTINATION ${DATA_INSTALL_DIR}/kontact/profiles/OutlookDefaults ) |