We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a579a7 commit 588d1f5Copy full SHA for 588d1f5
crates/qt-build-utils/src/lib.rs
@@ -636,7 +636,7 @@ prefer :/qt/qml/{qml_uri_dirs}/
636
}
637
638
// Generate .qrc file and run rcc on it
639
- let qrc_path = format!("{qml_module_dir}/qml_module_resources.qrc");
+ let qrc_path = format!("{qml_module_dir}/qml_module_resources_{qml_uri_underscores}.qrc");
640
{
641
fn qrc_file_line(file_path: &impl AsRef<Path>) -> String {
642
let path_display = file_path.as_ref().display();
0 commit comments