Warning, /sdk/rust-qt-binding-generator/templates/qt_quick/README.md is written in an unsupported language. File is not indexed.

0001 Qt Quick template project with Rust bindings
0002 
0003 This is a template project for writing a Qt Quick GUI on top of Rust code.
0004 
0005 bindings.json defines the interface between the Qt and Rust code.
0006 
0007 Build this code with
0008 
0009 ```bash
0010 mkdir build
0011 cd build
0012 cmake ..
0013 make
0014 ```