build fix
This commit is contained in:
parent
d51c9fff75
commit
3f7c4e7f82
1 changed files with 3 additions and 0 deletions
3
build.rs
3
build.rs
|
@ -7,6 +7,9 @@ fn main() {
|
|||
CxxQtBuilder::new()
|
||||
.qt_module("Quick")
|
||||
.qt_module("Network")
|
||||
// TODO: why are these needed explicitly on Android?
|
||||
.qt_module("Qml")
|
||||
.qt_module("QuickControls2")
|
||||
.qml_module(QmlModule::<&str, &str> {
|
||||
uri: "com.redstrate.sukai.models",
|
||||
rust_files: &["src/models/timelinemodel.rs"],
|
||||
|
|
Reference in a new issue