aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlexander Lohnau <alexander.lohnau@gmx.de>2021-12-19 10:58:53 +0100
committerAlexander Lohnau <alexander.lohnau@gmx.de>2022-01-04 17:30:26 +0000
commite858a46995b5eac3aba822fff3fd2f37b5e224cc (patch)
tree4560c2785fb69161c2998c2b4f854d9cc4de3329 /docs
parent735bc721dcbb4ef114b32cb3826c01dd027ab9db (diff)
downloadextra-cmake-modules-e858a46995b5eac3aba822fff3fd2f37b5e224cc.tar.gz
extra-cmake-modules-e858a46995b5eac3aba822fff3fd2f37b5e224cc.tar.bz2
Add ecm_set_deprecation_versions cmake function
This will make setting the deprecation versions easier, otherwise one would need to edit the hex value. It also helps to keep the required versions and deprecation versions in sync. Also this allows one to keep the deprecation warnings, when one excludes deprecations for a specific version. Additionally the deprecation version can be overwritten by a cmake parameter. This will make local testing easier, because one does not need to edit the CMakeLists.txt files. Task: https://phabricator.kde.org/T15109
Diffstat (limited to 'docs')
-rw-r--r--docs/kde-module/KDEDeprecationSettings.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/kde-module/KDEDeprecationSettings.rst b/docs/kde-module/KDEDeprecationSettings.rst
new file mode 100644
index 00000000..54638d61
--- /dev/null
+++ b/docs/kde-module/KDEDeprecationSettings.rst
@@ -0,0 +1 @@
+.. ecm-module:: ../../kde-modules/KDEDeprecationSettings.cmake