diff options
Diffstat (limited to 'vcpkg/ports/qtvirtualkeyboard/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/qtvirtualkeyboard/vcpkg.json | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/vcpkg/ports/qtvirtualkeyboard/vcpkg.json b/vcpkg/ports/qtvirtualkeyboard/vcpkg.json new file mode 100644 index 0000000..4a903c1 --- /dev/null +++ b/vcpkg/ports/qtvirtualkeyboard/vcpkg.json @@ -0,0 +1,35 @@ +{ + "name": "qtvirtualkeyboard", + "version": "6.9.1", + "description": "The Qt Virtual Keyboard project provides an input framework and reference keyboard frontend for Qt 6 on Linux Desktop/X11, Windows Desktop, and Boot2Qt targets.", + "homepage": "https://www.qt.io/", + "license": null, + "dependencies": [ + { + "name": "qtbase", + "default-features": false, + "features": [ + "gui" + ] + }, + { + "name": "qtdeclarative", + "default-features": false + }, + { + "name": "qtsvg", + "default-features": false + } + ], + "default-features": [ + "hunspell" + ], + "features": { + "hunspell": { + "description": "Use hunspell", + "dependencies": [ + "hunspell" + ] + } + } +} |