redox/recipes/wip/libs/qt/qtkeychain/recipe.toml
2026-06-09 22:01:20 -03:00

11 lines
196 B
TOML

#TODO compile and test
[source]
git = "https://github.com/frankosterfeld/qtkeychain"
rev = "0.16.0"
shallow_clone = true
[build]
template = "cmake"
cmakeflags = [
"-DBUILD_TRANSLATIONS=OFF"
]