diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-03-21 11:15:59 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-03-21 11:15:59 -0500 |
commit | c8000010a85020b9ade17ee1d98a46f0ed7f4bd0 (patch) | |
tree | aaab975641b71094e443aa9b3c2331f57d57e06d /kmail/konqueror/CMakeLists.txt | |
parent | a69ed77a67f853e33f87d9701029dd0a1f79ae2b (diff) | |
download | tdepim-c8000010a85020b9ade17ee1d98a46f0ed7f4bd0.tar.gz tdepim-c8000010a85020b9ade17ee1d98a46f0ed7f4bd0.zip |
Add Email file service menu to kmail
Diffstat (limited to 'kmail/konqueror/CMakeLists.txt')
-rw-r--r-- | kmail/konqueror/CMakeLists.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/kmail/konqueror/CMakeLists.txt b/kmail/konqueror/CMakeLists.txt new file mode 100644 index 000000000..d82547333 --- /dev/null +++ b/kmail/konqueror/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2013 Timothy Pearson +# kb9vqf (AT) pearsoncomputing.net +# +# Improvements and feedback are welcome +# +# This file is released under the GPL >= 2 +# +################################################# + +add_subdirectory( servicemenus ) |