Skip to content

Commit

Permalink
build: ensure that changes to helpers.cpp is picked up
Browse files Browse the repository at this point in the history
  • Loading branch information
ahayzen-kdab committed Mar 18, 2024
1 parent 20ac6af commit a337a95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ fn main() {
.cc_builder(|cc| {
cc.include("cpp");
cc.file("cpp/helpers.cpp");
println!("cargo:rerun-if-changed=cpp/helpers.cpp");
})
.file("src/renderer.rs")
.qobject_header("cpp/helpers.h")
Expand Down

0 comments on commit a337a95

Please sign in to comment.