Skip to content

Commit

Permalink
Merge branch 'main' into add_qcommandlineoption_support
Browse files Browse the repository at this point in the history
  • Loading branch information
Montel authored Nov 28, 2023
2 parents eb07ff5 + 588d1f5 commit 1bff4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/qt-build-utils/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ prefer :/qt/qml/{qml_uri_dirs}/
}

// Generate .qrc file and run rcc on it
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");
{
fn qrc_file_line(file_path: &impl AsRef<Path>) -> String {
let path_display = file_path.as_ref().display();
Expand Down

0 comments on commit 1bff4f2

Please sign in to comment.