cf12defd28
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
12 lines
479 B
Plaintext
12 lines
479 B
Plaintext
### KApiDox Project-specific Overrides File
|
|
|
|
# define so that deprecated API is not skipped
|
|
PREDEFINED += \
|
|
"KDECLARATIVE_ENABLE_DEPRECATED_SINCE(x, y)=1" \
|
|
"KDECLARATIVE_BUILD_DEPRECATED_SINCE(x, y)=1" \
|
|
"KDECLARATIVE_DEPRECATED_VERSION(x, y, t)=" \
|
|
"KDECLARATIVE_DEPRECATED_VERSION_BELATED(x, y, xt, yt, t)=" \
|
|
"QUICKADDONS_ENABLE_DEPRECATED_SINCE(x, y)=1" \
|
|
"QUICKADDONS_BUILD_DEPRECATED_SINCE(x, y)=1" \
|
|
"QUICKADDONS_DEPRECATED_VERSION(x, y, t)="
|