11 lines
429 B
Plaintext
11 lines
429 B
Plaintext
### KApiDox Project-specific Overrides File
|
|
|
|
# define so that deprecated API is not skipped
|
|
PREDEFINED += \
|
|
"KPARTS_ENABLE_DEPRECATED_SINCE(x, y)=1" \
|
|
"KPARTS_BUILD_DEPRECATED_SINCE(x, y)=1" \
|
|
"KPARTS_DEPRECATED_VERSION(x, y, t)=" \
|
|
"KPARTS_DEPRECATED_VERSION_BELATED(x, y, xt, yt, t)=" \
|
|
"KPARTS_ENUMERATOR_DEPRECATED_VERSION(x, y, t)=" \
|
|
"KPARTS_ENUMERATOR_DEPRECATED_VERSION_BELATED(x, y, xt, yt, t)="
|