testy
This commit is contained in:
parent
504b4bc944
commit
b56425c671
4 changed files with 142 additions and 0 deletions
12
smdview/blah/build.rs
Normal file
12
smdview/blah/build.rs
Normal file
|
@ -0,0 +1,12 @@
|
|||
use cxx_qt_build::{CxxQtBuilder, QmlModule};
|
||||
|
||||
fn main() {
|
||||
CxxQtBuilder::new()
|
||||
.qml_module(QmlModule {
|
||||
uri: "org.kde.simplemdviewer",
|
||||
qml_files: &["src/qml/Main.qml"],
|
||||
rust_files: &["src/main.rs"],
|
||||
..Default::default()
|
||||
})
|
||||
.build();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue