diff options
Diffstat (limited to 'vcpkg/ports/qtdoc/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/qtdoc/vcpkg.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/qtdoc/vcpkg.json b/vcpkg/ports/qtdoc/vcpkg.json new file mode 100644 index 0000000..1cad9e7 --- /dev/null +++ b/vcpkg/ports/qtdoc/vcpkg.json @@ -0,0 +1,13 @@ +{ + "name": "qtdoc", + "version": "6.9.1", + "description": "The Qt documentation.", + "homepage": "https://www.qt.io/", + "license": null, + "dependencies": [ + { + "name": "qtbase", + "default-features": false + } + ] +} |