Skip to content

Commit

Permalink
Update crates/qt-build-utils/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Be <[email protected]>
  • Loading branch information
jacquetc and Be-ing committed Aug 4, 2023
1 parent cdf2478 commit cfff8bc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crates/qt-build-utils/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,10 @@ impl QtBuild {
"{}/{}Qt{}{}.prl",
lib_path, prefix, version_major, qt_module
);
println!("cargo:warning=falling back to {}", prl_file);
println!(
"cargo:warning=Qt .prl file not found at expected path, falling back to {}",
prl_file
);
prl_file
}

Expand Down

0 comments on commit cfff8bc

Please sign in to comment.