rust-qt-binding-generator/templates/qt_quick/README.md

15 lines
258 B
Markdown

Qt Quick template project with Rust bindings
This is a template project for writing a Qt Quick GUI on top of Rust code.
bindings.json defines the interface between the Qt and Rust code.
Build this code with
```bash
mkdir build
cd build
cmake ..
make
```