1 2 3 4 5 6
fn main() { cxx_qt_build::CxxQtBuilder::new() .qt_module("Qml") .qt_module("Quick") .build(); }