adding settings.rs
This commit is contained in:
parent
f1def0bce9
commit
58fb8625f4
4 changed files with 19 additions and 340 deletions
1
build.rs
1
build.rs
|
@ -3,6 +3,7 @@ use cxx_qt_build::CxxQtBuilder;
|
|||
fn main() {
|
||||
CxxQtBuilder::new()
|
||||
.file("src/rust/service_thing.rs")
|
||||
.file("src/rust/settings.rs")
|
||||
.file("src/rust/file_helper.rs")
|
||||
.build();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue