cf12defd28
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
12 lines
506 B
Plaintext
12 lines
506 B
Plaintext
### KApiDox Project-specific Overrides File
|
|
|
|
# define so that deprecated API is not skipped
|
|
PREDEFINED += \
|
|
KWIDGETSADDONS_EXPORT= \
|
|
"KWIDGETSADDONS_ENABLE_DEPRECATED_SINCE(x, y)=1" \
|
|
"KWIDGETSADDONS_BUILD_DEPRECATED_SINCE(x, y)=1" \
|
|
"KWIDGETSADDONS_DEPRECATED_VERSION(x, y, t)=" \
|
|
"KWIDGETSADDONS_DEPRECATED_VERSION_BELATED(x, y, tx, ty, t)=" \
|
|
"KWIDGETSADDONS_ENUMERATOR_DEPRECATED_VERSION(x, y, t)=" \
|
|
"KWIDGETSADDONS_ENUMERATOR_DEPRECATED_VERSION_BELATED(x, y, tx, ty, t)="
|