rust-qt-binding-generator/templates/qt_quick
Jos van den Oever a28b26b669 Add a template for a Qt Quick project 2017-09-03 22:32:32 +02:00
..
cmake Add a template for a Qt Quick project 2017-09-03 22:32:32 +02:00
rust Add a template for a Qt Quick project 2017-09-03 22:32:32 +02:00
src Add a template for a Qt Quick project 2017-09-03 22:32:32 +02:00
CMakeLists.txt Add a template for a Qt Quick project 2017-09-03 22:32:32 +02:00
MainForm.ui.qml Add a template for a Qt Quick project 2017-09-03 22:32:32 +02:00
README.md Add a template for a Qt Quick project 2017-09-03 22:32:32 +02:00
bindings.json Add a template for a Qt Quick project 2017-09-03 22:32:32 +02:00
main.qml Add a template for a Qt Quick project 2017-09-03 22:32:32 +02:00
qml.qrc Add a template for a Qt Quick project 2017-09-03 22:32:32 +02:00

README.md

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

mkdir build
cd build
cmake ..
make