diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2013-09-04 19:45:21 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-09-04 19:45:21 -0500 |
commit | e4f35363a28625e5ab099dc65204e76a85fc349d (patch) | |
tree | dae089b0e83770e9d148da07df1a9cd48394c263 /CMakeLists.txt | |
parent | 533bad2a1503973aaf8186691422c2eda91d02d4 (diff) | |
download | tdepim-e4f35363a28625e5ab099dc65204e76a85fc349d.tar.gz tdepim-e4f35363a28625e5ab099dc65204e76a85fc349d.zip |
Add CmakeLists.txt comments.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a1935af4e..2a3fffe79 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -83,6 +83,46 @@ if( WITH_NEWDISTRLISTS ) endif( ) +##### options comments ########################## + +# WITH_ARTS affects kalarm +# WITH_ARTS description without arts kalarm won't play sounds +# with messages. +# WITH_SASL affects tdeioslaves(sieve imap4) +# WITH_SASL description sieve tdeioslave won't build without sasl and +# imap4 tdeioslave will lose the ability of SASL +# authentification +# WITH_SASL requires libgsasl +# WITH_NEWDISTRLISTS affects kabc kadressbook +# WITH_NEWDISTRLISTS description if set use new version of the KAB +# Distribution Mail List Plugin otherwise use +# the old one. +# +# WITH_GNOKII affects kphonebook kmobile +# WITH_GNOKII description in kphonebook gnoki adds some +# phone-synchronization features +# WITH_EXCHANGE affects tderesources korganizer +# WITH_EGROUPWARE affects tderesources wizards +# WITH_KOLAB affects tderesources wizards +# WITH_SLOX affects tderesources wizards +# WITH_GROUPWISE affects tderesources wizards +# WITH_FEATUREPLAN affects tderesources +# WITH_GROUPDAV affects tderesources +# WITH_BIRTHDAYS affects tderesources +# WITH_NEWEXCHANGE affects tderesources wizards +# WITH_SCALIX affects tderesources wizards +# WITH_CALDAV affects tderesources +# WITH_CARDDAV affects tderesources +# WITH_INDEXLIB affects kmail + + +# NOTE: WITH_GNOKII support in kmobile is outdated and permanently disabled +# for now +# NOTE: WITH_{EGROUPWARE,KOLAB,SLOX,GROUPWISE,FEATUREPLAN,GROUPDAV,BIRTHDAYS, +# NEWEXCHANGE,SCALIX,CALDAV,CARDDAV} in tderesources selects which +# its modules would be built. + + ##### user requested modules #################### option( BUILD_ALL "Build all" OFF ) |