diff options
Diffstat (limited to 'vcpkg/ports/qt5-virtualkeyboard/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/qt5-virtualkeyboard/vcpkg.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vcpkg/ports/qt5-virtualkeyboard/vcpkg.json b/vcpkg/ports/qt5-virtualkeyboard/vcpkg.json new file mode 100644 index 0000000..00dc0e0 --- /dev/null +++ b/vcpkg/ports/qt5-virtualkeyboard/vcpkg.json @@ -0,0 +1,11 @@ +{ + "name": "qt5-virtualkeyboard", + "version": "5.15.18", + "description": "The Qt Virtual Keyboard project provides an input framework and reference keyboard frontend for Qt 5 on Linux Desktop/X11, Windows Desktop, and Boot2Qt targets.", + "license": null, + "dependencies": [ + "qt5-multimedia", + "qt5-quickcontrols", + "qt5-svg" + ] +} |