C++: rename SLINT_FEATURE_STD in SLINT_FEATURE_FREESTANDING with the opposite meaning

This commit is contained in:
Olivier Goffart 2023-08-21 16:52:30 +02:00 committed by GitHub
parent cc006e8baf
commit 146ed520e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 33 additions and 30 deletions

View file

@ -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