diff --git a/build.rs b/build.rs index e28235f..42f6e43 100644 --- a/build.rs +++ b/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"],