vcpkg/ports/qtvirtualkeyboard/vcpkg.json
Alexander Neumann d13e1a1be1
[Qt] update to 6.1.3 (#19918)
* [skip actions] update to 6.1.3

* remove wrong -D prefix from variables in qttools

* change to https

* version stuff

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-09-13 15:18:29 -07:00

36 lines
759 B
JSON

{
"name": "qtvirtualkeyboard",
"version-semver": "6.1.3",
"description": "SCXML (state machine notation) compiler and related tools",
"homepage": "https://www.qt.io/",
"dependencies": [
"qtdeclarative",
"qtsvg",
"qttools"
],
"default-features": [
"default-features",
"hunspell"
],
"features": {
"default-features": {
"description": "Platform-dependent default features"
},
"hunspell": {
"description": "Use hunspell",
"dependencies": [
"hunspell"
]
},
"t9write": {
"description": "T9Write handwriting (commercial SDK requires port overlay)",
"dependencies": [
"t9write"
]
},
"xcb": {
"description": "XCB integration"
}
}
}