adding qt-build-utils

This commit is contained in:
Chris Cochrun 2023-09-18 15:45:31 -05:00
parent c86abcbd36
commit f2da6dcf87
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View file

@ -349,6 +349,7 @@ dependencies = [
"dirs", "dirs",
"fastrand", "fastrand",
"libsqlite3-sys", "libsqlite3-sys",
"qt-build-utils",
"quote", "quote",
"serde", "serde",
"serde_derive", "serde_derive",

View file

@ -38,6 +38,7 @@ fastrand = "2.0.0"
# and compiles it together with the Rust static library # and compiles it together with the Rust static library
[build-dependencies] [build-dependencies]
cxx-qt-build = "0.5.3" cxx-qt-build = "0.5.3"
qt-build-utils = "0.5.3"
# [dependencies.confy] # [dependencies.confy]
# features = ["yaml_conf"] # features = ["yaml_conf"]