diff options
author | Friedrich W. H. Kossebau <kossebau@kde.org> | 2021-04-26 19:21:43 +0200 |
---|---|---|
committer | Friedrich W. H. Kossebau <kossebau@kde.org> | 2021-04-26 19:21:43 +0200 |
commit | 17ce440211de8d72b683b25dae89ee6b7c9dc69d (patch) | |
tree | bcb690834092aed1d0c5096a3d30593a015430ee /src/CMakeLists.txt | |
parent | 533ff88a5430655f3b969b3e1a86ac71064c57ef (diff) | |
download | kconfig-17ce440211de8d72b683b25dae89ee6b7c9dc69d.tar.gz kconfig-17ce440211de8d72b683b25dae89ee6b7c9dc69d.tar.bz2 |
Use new version-controlled enumerator deprecation warning macros
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 151c3249..e6bac82a 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -37,10 +37,16 @@ if (BUILD_QCH) KCONFIGCORE_DEPRECATED_EXPORT KCONFIGCORE_DEPRECATED "KCONFIGCORE_DEPRECATED_VERSION(x, y, t)" + "KCONFIGCORE_DEPRECATED_VERSION_BELATED(x, y, xt, yt, t)" + "KCONFIGCORE_ENUMERATOR_DEPRECATED_VERSION(x, y, t)" + "KCONFIGCORE_ENUMERATOR_DEPRECATED_VERSION_BELATED(x, y, xt, yt, t)" KCONFIGGUI_EXPORT KCONFIGGUI_DEPRECATED_EXPORT KCONFIGGUI_DEPRECATED "KCONFIGGUI_DEPRECATED_VERSION(x, y, t)" + "KCONFIGGUI_DEPRECATED_VERSION_BELATED(x, y, xt, yt, t)" + "KCONFIGGUI_ENUMERATOR_DEPRECATED_VERSION(x, y, t)" + "KCONFIGGUI_ENUMERATOR_DEPRECATED_VERSION_BELATED(x, y, xt, yt, t)" TAGFILE_INSTALL_DESTINATION ${KDE_INSTALL_QTQCHDIR} QCH_INSTALL_DESTINATION ${KDE_INSTALL_QTQCHDIR} COMPONENT Devel |