trying to build with only cargo in my test bed

This commit is contained in:
Chris Cochrun 2025-07-27 07:19:14 -05:00
parent a4b7b42cfe
commit 0c6dd01aed
2 changed files with 25 additions and 0 deletions

View file

@ -2,6 +2,7 @@ use cxx_qt_build::{CxxQtBuilder, QmlModule};
fn main() {
CxxQtBuilder::new()
.qt_module("Network")
.qml_module(QmlModule {
uri: "org.kde.simplemdviewer",
qml_files: &["src/qml/Main.qml"],