mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 07:59:00 +08:00
258dbad4cc
* Qt update to 6.3.2 * add odbc sql driver * v db
49 lines
978 B
JSON
49 lines
978 B
JSON
{
|
|
"name": "qtvirtualkeyboard",
|
|
"version": "6.3.2",
|
|
"description": "SCXML (state machine notation) compiler and related tools",
|
|
"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": [
|
|
"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"
|
|
}
|
|
}
|
|
}
|