diff --git a/crates/qt-build-utils/src/lib.rs b/crates/qt-build-utils/src/lib.rs index 3491f3f0e..87e56da8e 100644 --- a/crates/qt-build-utils/src/lib.rs +++ b/crates/qt-build-utils/src/lib.rs @@ -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 }