From 04c8e84eaa9694a69b79f16743eb641fe40cc1cc Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 24 Jun 2024 16:44:05 -0500 Subject: [PATCH] also remove the compile of the file --- build.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/build.rs b/build.rs index b618731..0fbd3d0 100644 --- a/build.rs +++ b/build.rs @@ -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")