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
@@ -413,18 +413,6 @@ impl CxxQtBuilder {
413
413
}
414
414
}
415
415
416
-
/// Create a new builder that is set up to create a library crate that is meant to be
417
-
/// included by later dependencies.
418
-
///
419
-
/// The headers generated for this crate will be specified
420
-
pubfnlibrary() -> Self{
421
-
iflink_name().is_none(){
422
-
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());
423
-
}
424
-
425
-
Self::new()
426
-
}
427
-
428
416
/// Specify rust file paths to parse through the cxx-qt marco
429
417
/// Relative paths are treated as relative to the path of your crate's Cargo.toml file
0 commit comments