mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 18:39:07 +08:00
8a07b5df24
* update qt to 6.1.2 * version stuff
36 lines
759 B
JSON
36 lines
759 B
JSON
{
|
|
"name": "qtvirtualkeyboard",
|
|
"version-semver": "6.1.2",
|
|
"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"
|
|
}
|
|
}
|
|
}
|