blob: 6fff4f581d394197957607f4aed16b080e748ab1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
### 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)="
|