diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-08-30 12:45:07 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-08-30 12:45:07 +0900 |
commit | 43f0ce5d5a8f016c9da24eca29fd147f79aebc12 (patch) | |
tree | 86f76783136d93687bde4d0f22281a160cfbad22 | |
parent | 6494172e98ea4244cefede4afeb1c950ef4ebc6e (diff) | |
download | tdepim-43f0ce5d5a8f016c9da24eca29fd147f79aebc12.tar.gz tdepim-43f0ce5d5a8f016c9da24eca29fd147f79aebc12.zip |
Kitchensync is deprecated in R14.1 series.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | CMakeLists.txt | 3 | ||||
-rw-r--r-- | kitchensync/CMakeLists.txt | 10 |
2 files changed, 12 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e54ed3a08..b31ca1fa4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -232,10 +232,11 @@ tde_conditional_add_subdirectory( BUILD_TDEFILE_PLUGINS tdefile-plugins ) tde_conditional_add_subdirectory( BUILD_KANDY kandy ) tde_conditional_add_subdirectory( BUILD_KNODE knode ) tde_conditional_add_subdirectory( BUILD_KMOBILE kmobile ) -tde_conditional_add_subdirectory( BUILD_KITCHENSYNC kitchensync ) tde_conditional_add_subdirectory( BUILD_DOC doc ) tde_conditional_add_subdirectory( BUILD_KONTACT kontact ) +# deprecated +tde_conditional_add_subdirectory( BUILD_KITCHENSYNC kitchensync ) ##### write configure files ##################### diff --git a/kitchensync/CMakeLists.txt b/kitchensync/CMakeLists.txt index bff69c7b9..b5a2236b6 100644 --- a/kitchensync/CMakeLists.txt +++ b/kitchensync/CMakeLists.txt @@ -9,5 +9,15 @@ # ################################################# +message( AUTHOR_WARNING + " \n" + " ---------------------------------------------------------- \n" + " *** NOTE *** \n" + " Building kitchensync is deprecated and should not be done. \n" + " kitchensync will be dropped starting from R14.2.0. \n" + " Please contact the TDE development team on ML if you wish \n" + " kitchensync to be continued. \n" + " ---------------------------------------------------------- \n") + add_subdirectory( libqopensync ) add_subdirectory( src ) |