a lot of setup and testing work for rust
This commit is contained in:
parent
8e58dd89df
commit
8b4c348279
12 changed files with 231 additions and 32 deletions
7
build.rs
7
build.rs
|
@ -1,6 +1,9 @@
|
|||
use cxx_qt_build::CxxQtBuilder;
|
||||
|
||||
fn main() {
|
||||
CxxQtBuilder::new().file("src/rust/cxxqt_object.rs").build();
|
||||
CxxQtBuilder::new().file("src/rust/service_thing.rs").build();
|
||||
// CxxQtBuilder::new().file("src/rust/my_object.rs").build();
|
||||
CxxQtBuilder::new()
|
||||
.file("src/rust/service_thing.rs")
|
||||
.file("src/rust/file_helper.rs")
|
||||
.build();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue