aboutsummaryrefslogtreecommitdiff
path: root/ports/qtnetworkauth
diff options
context:
space:
mode:
Diffstat (limited to 'ports/qtnetworkauth')
-rw-r--r--ports/qtnetworkauth/portfile.cmake10
-rw-r--r--ports/qtnetworkauth/vcpkg.json23
2 files changed, 33 insertions, 0 deletions
diff --git a/ports/qtnetworkauth/portfile.cmake b/ports/qtnetworkauth/portfile.cmake
new file mode 100644
index 000000000..1a3a6f1bf
--- /dev/null
+++ b/ports/qtnetworkauth/portfile.cmake
@@ -0,0 +1,10 @@
+set(SCRIPT_PATH "${CURRENT_INSTALLED_DIR}/share/qtbase")
+include("${SCRIPT_PATH}/qt_install_submodule.cmake")
+
+set(${PORT}_PATCHES)
+
+qt_install_submodule(PATCHES ${${PORT}_PATCHES}
+ CONFIGURE_OPTIONS
+ CONFIGURE_OPTIONS_RELEASE
+ CONFIGURE_OPTIONS_DEBUG
+ )
diff --git a/ports/qtnetworkauth/vcpkg.json b/ports/qtnetworkauth/vcpkg.json
new file mode 100644
index 000000000..3ac2baf0c
--- /dev/null
+++ b/ports/qtnetworkauth/vcpkg.json
@@ -0,0 +1,23 @@
+{
+ "name": "qtnetworkauth",
+ "version-semver": "6.1.0",
+ "description": "Qt Network Authenticators; QtOAuth in particular",
+ "homepage": "https://www.qt.io/",
+ "dependencies": [
+ {
+ "name": "qtbase",
+ "default-features": false,
+ "features": [
+ "network"
+ ]
+ }
+ ],
+ "default-features": [
+ "default-features"
+ ],
+ "features": {
+ "default-features": {
+ "description": "Platform-dependent default features"
+ }
+ }
+}