8 lines
243 B
Plaintext
8 lines
243 B
Plaintext
|
### 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)="
|