You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
407 B
10 lines
407 B
### KApiDox Project-specific Overrides File |
|
|
|
# define so that deprecated API is not skipped |
|
PREDEFINED += \ |
|
"KCONFIGCORE_ENABLE_DEPRECATED_SINCE(x, y)=1" \ |
|
"KCONFIGCORE_BUILD_DEPRECATED_SINCE(x, y)=1" \ |
|
"KCONFIGCORE_DEPRECATED_VERSION(x, y, t)=" \ |
|
"KCONFIGGUI_ENABLE_DEPRECATED_SINCE(x, y)=1" \ |
|
"KCONFIGGUI_BUILD_DEPRECATED_SINCE(x, y)=1" \ |
|
"KCONFIGGUI_DEPRECATED_VERSION(x, y, t)="
|
|
|