attempting to switch to new version of cxx-qt to try newer api
This commit is contained in:
parent
d82a0ac503
commit
5163a39317
6 changed files with 170 additions and 161 deletions
2
build.rs
2
build.rs
|
@ -2,7 +2,7 @@ use cxx_qt_build::CxxQtBuilder;
|
|||
|
||||
fn main() {
|
||||
CxxQtBuilder::new()
|
||||
.file("src/rust/service_thing.rs")
|
||||
// .file("src/rust/service_thing.rs")
|
||||
.file("src/rust/settings.rs")
|
||||
.file("src/rust/file_helper.rs")
|
||||
.file("src/rust/slide_obj.rs")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue