diff --git a/Cargo.lock b/Cargo.lock index a690b11..1b76ff0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -349,6 +349,7 @@ dependencies = [ "dirs", "fastrand", "libsqlite3-sys", + "qt-build-utils", "quote", "serde", "serde_derive", diff --git a/Cargo.toml b/Cargo.toml index 0134f57..e6de0d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,6 +38,7 @@ fastrand = "2.0.0" # and compiles it together with the Rust static library [build-dependencies] cxx-qt-build = "0.5.3" +qt-build-utils = "0.5.3" # [dependencies.confy] # features = ["yaml_conf"]