mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +00:00
C++: rename SLINT_FEATURE_STD in SLINT_FEATURE_FREESTANDING with the opposite meaning
This commit is contained in:
parent
cc006e8baf
commit
146ed520e8
11 changed files with 33 additions and 30 deletions
|
@ -844,7 +844,7 @@ macro_rules! declare_features {
|
|||
};
|
||||
}
|
||||
|
||||
declare_features! {interpreter backend_qt std renderer_software renderer_skia}
|
||||
declare_features! {interpreter backend_qt freestanding renderer_software renderer_skia}
|
||||
|
||||
/// Generate the headers.
|
||||
/// `root_dir` is the root directory of the slint git repo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue