mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:38:59 +08:00
063d5fd9de
* [Qt] Update to 6.2.1 * add changes from qtbase in the vcpkg-qmake PR into this PR. (So I don't invalidate everybody in the other PR) * [skip actions] fix qtbase and format of vcpkg.json * remove outdated patch * remove patches and add alsa feature. * version stuff
48 lines
966 B
JSON
48 lines
966 B
JSON
{
|
|
"name": "qtvirtualkeyboard",
|
|
"version-semver": "6.2.1",
|
|
"description": "SCXML (state machine notation) compiler and related tools",
|
|
"homepage": "https://www.qt.io/",
|
|
"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"
|
|
}
|
|
}
|
|
}
|