also remove the compile of the file

This commit is contained in:
Chris Cochrun 2024-06-24 16:44:05 -05:00
parent fb0a2cb4ec
commit 04c8e84eaa

View file

@ -2,7 +2,6 @@ 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")
.file("src/rust/slide_object.rs")