aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/qtnetworkauth/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/qtnetworkauth/vcpkg.json')
-rw-r--r--vcpkg/ports/qtnetworkauth/vcpkg.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/vcpkg/ports/qtnetworkauth/vcpkg.json b/vcpkg/ports/qtnetworkauth/vcpkg.json
new file mode 100644
index 0000000..7d52c85
--- /dev/null
+++ b/vcpkg/ports/qtnetworkauth/vcpkg.json
@@ -0,0 +1,16 @@
+{
+ "name": "qtnetworkauth",
+ "version": "6.9.1",
+ "description": "Qt Network Authorization provides a set of APIs that enable Qt applications to obtain limited access to online accounts and HTTP services without exposing users' passwords.",
+ "homepage": "https://www.qt.io/",
+ "license": null,
+ "dependencies": [
+ {
+ "name": "qtbase",
+ "default-features": false,
+ "features": [
+ "network"
+ ]
+ }
+ ]
+}