11 lines
428 B
Plaintext
11 lines
428 B
Plaintext
### KApiDox Project-specific Overrides File
|
|
|
|
# define so that deprecated API is not skipped
|
|
PREDEFINED += \
|
|
"KWAYLANDCLIENT_ENABLE_DEPRECATED_SINCE(x, y)=1" \
|
|
"KWAYLANDCLIENT_BUILD_DEPRECATED_SINCE(x, y)=1" \
|
|
"KWAYLANDCLIENT_DEPRECATED_VERSION(x, y, t)=" \
|
|
"KWAYLANDSERVER_ENABLE_DEPRECATED_SINCE(x, y)=1" \
|
|
"KWAYLANDSERVER_BUILD_DEPRECATED_SINCE(x, y)=1" \
|
|
"KWAYLANDSERVER_DEPRECATED_VERSION(x, y, t)="
|