mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-28 04:45:13 +00:00
Rename the SixtyFPS CMake interface
This commit is contained in:
parent
c333b4de2b
commit
b1a70f9e58
31 changed files with 161 additions and 152 deletions
|
@ -58,3 +58,12 @@ instance->invoke_callback("foo", args);
|
|||
#### Models
|
||||
|
||||
The `Value::Type::Array` has been replaced by `Value::Type::Model`
|
||||
|
||||
|
||||
### CMake Interface
|
||||
|
||||
The CMake interface has changed mostly in terms of renaming `SixtyFPS` to `Slint`:
|
||||
|
||||
* `find_package(SixtyFPS)` becomes `find_package(Slint)`.
|
||||
* The `SixtyFPS::SixtyFPS` CMake target was renamed to `Slint::Slint`.
|
||||
* The `sixtyfps_target_60_sources` CMake command was renamed to `slint_target_sources`.
|
Loading…
Add table
Add a link
Reference in a new issue