Skip to content

Commit d23f977

Browse files
authored
Merge branch 'main' into add_qcommandlineoption_support
2 parents 2d8b1cb + 588d1f5 commit d23f977

File tree

1 file changed

+1
-1
lines changed
  • crates/qt-build-utils/src

1 file changed

+1
-1
lines changed

crates/qt-build-utils/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ prefer :/qt/qml/{qml_uri_dirs}/
636636
}
637637

638638
// Generate .qrc file and run rcc on it
639-
let qrc_path = format!("{qml_module_dir}/qml_module_resources.qrc");
639+
let qrc_path = format!("{qml_module_dir}/qml_module_resources_{qml_uri_underscores}.qrc");
640640
{
641641
fn qrc_file_line(file_path: &impl AsRef<Path>) -> String {
642642
let path_display = file_path.as_ref().display();

0 commit comments

Comments
 (0)