cf12defd28
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
17 lines
806 B
Plaintext
17 lines
806 B
Plaintext
### KApiDox Project-specific Overrides File
|
|
|
|
# define so that deprecated API is not skipped
|
|
PREDEFINED += \
|
|
"KCONFIGCORE_ENABLE_DEPRECATED_SINCE(x, y)=1" \
|
|
"KCONFIGCORE_BUILD_DEPRECATED_SINCE(x, y)=1" \
|
|
"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_ENABLE_DEPRECATED_SINCE(x, y)=1" \
|
|
"KCONFIGGUI_BUILD_DEPRECATED_SINCE(x, y)=1" \
|
|
"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)="
|