diff options
Diffstat (limited to 'vcpkg/ports/qtnetworkauth')
| -rw-r--r-- | vcpkg/ports/qtnetworkauth/portfile.cmake | 11 | ||||
| -rw-r--r-- | vcpkg/ports/qtnetworkauth/vcpkg.json | 16 |
2 files changed, 27 insertions, 0 deletions
diff --git a/vcpkg/ports/qtnetworkauth/portfile.cmake b/vcpkg/ports/qtnetworkauth/portfile.cmake new file mode 100644 index 0000000..a177c3e --- /dev/null +++ b/vcpkg/ports/qtnetworkauth/portfile.cmake @@ -0,0 +1,11 @@ +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/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" + ] + } + ] +} |