You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/cxx-qt-build/src/lib.rs
+1-13
Original file line number
Diff line number
Diff line change
@@ -415,18 +415,6 @@ impl CxxQtBuilder {
415
415
}
416
416
}
417
417
418
-
/// Create a new builder that is set up to create a library crate that is meant to be
419
-
/// included by later dependencies.
420
-
///
421
-
/// The headers generated for this crate will be specified
422
-
pubfnlibrary() -> Self{
423
-
iflink_name().is_none(){
424
-
panic!("Building a Cxx-Qt based library requires setting a `links` field in the Cargo.toml file.\nConsider adding:\n\tlinks = \"{}\"\nto your Cargo.toml\n", crate_name());
425
-
}
426
-
427
-
Self::new()
428
-
}
429
-
430
418
/// Specify rust file paths to parse through the cxx-qt marco
431
419
/// Relative paths are treated as relative to the path of your crate's Cargo.toml file
0 commit comments