mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 22:01:13 +00:00
Fix exhale warning about overriding PREDEFINED
This commit is contained in:
parent
10189a844c
commit
bfd2a2add9
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ exhale_args = {
|
||||||
EXCLUDE_SYMBOLS = sixtyfps::cbindgen_private* sixtyfps::private_api*
|
EXCLUDE_SYMBOLS = sixtyfps::cbindgen_private* sixtyfps::private_api*
|
||||||
EXCLUDE = ../../api/sixtyfps-cpp/include/vtable.h ../../api/sixtyfps-cpp/include/sixtyfps_testing.h
|
EXCLUDE = ../../api/sixtyfps-cpp/include/vtable.h ../../api/sixtyfps-cpp/include/sixtyfps_testing.h
|
||||||
ENABLE_PREPROCESSING = YES
|
ENABLE_PREPROCESSING = YES
|
||||||
PREDEFINED = DOXYGEN'''
|
PREDEFINED += DOXYGEN'''
|
||||||
}
|
}
|
||||||
|
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue