API dox: adapt kapidox & ecm_add_qch settings to new deprecation macros

GIT_SILENT
This commit is contained in:
Friedrich W. H. Kossebau 2019-10-22 19:41:15 +02:00
parent bbe0148db5
commit d70eadb977
2 changed files with 8 additions and 0 deletions

7
docs/Doxyfile.local Normal file
View File

@ -0,0 +1,7 @@
### KApiDox Project-specific Overrides File
# define so that deprecated API is not skipped
PREDEFINED += \
"PLASMA_ENABLE_DEPRECATED_SINCE(x, y)=1" \
"PLASMA_BUILD_DEPRECATED_SINCE(x, y)=1" \
"PLASMA_DEPRECATED_VERSION(x, y, t)="

View File

@ -235,6 +235,7 @@ if(BUILD_QCH)
PLASMA_EXPORT
PLASMA_DEPRECATED
PLASMA_DEPRECATED_EXPORT
"PLASMA_DEPRECATED_VERSION(x, y, t)"
TAGFILE_INSTALL_DESTINATION ${KDE_INSTALL_QTQCHDIR}
QCH_INSTALL_DESTINATION ${KDE_INSTALL_QTQCHDIR}
COMPONENT Devel