aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/qtkeychain-qt6/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/qtkeychain-qt6/vcpkg.json')
-rw-r--r--vcpkg/ports/qtkeychain-qt6/vcpkg.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/vcpkg/ports/qtkeychain-qt6/vcpkg.json b/vcpkg/ports/qtkeychain-qt6/vcpkg.json
new file mode 100644
index 0000000..8a5e296
--- /dev/null
+++ b/vcpkg/ports/qtkeychain-qt6/vcpkg.json
@@ -0,0 +1,32 @@
+{
+ "name": "qtkeychain-qt6",
+ "version": "0.14.3",
+ "description": "(Unaffiliated with Qt) Platform-independent Qt6 API for storing passwords securely",
+ "homepage": "https://github.com/frankosterfeld/qtkeychain",
+ "license": "BSD-3-Clause",
+ "dependencies": [
+ {
+ "name": "libsecret",
+ "platform": "linux"
+ },
+ {
+ "name": "qtbase",
+ "default-features": false
+ },
+ {
+ "name": "qttools",
+ "host": true,
+ "features": [
+ "linguist"
+ ]
+ },
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}