mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 12:28:59 +08:00
ce9c857d28
* updating qt stuff to 6.2.2 * add missing modules for 6.2.2 * remove patch from qtbase * add qtpositioning * add qml feature * add supports statement * small ref change * fix hash * remove , * qtlocation is now emtpy * get as list of files * fix error in manifest * add tool name * fix qtapplication? * print bin files * fix qtapplicationmanager * format * set policy * fix git fetch * fix ref variable * fix pc files for taglib closes #21834 * fix qtinterfaceframework * format manifest * version stuff * fix qtapplicationmanager * fix version * make qt buildable for static windows builds. * version corrections * add extra paths; otherwise it breaks out of the buildtree * version stuff. * trying to fix qtapplicationmanager * add supports field * fix cross case * fix stuff * version stuff
48 lines
966 B
JSON
48 lines
966 B
JSON
{
|
|
"name": "qtvirtualkeyboard",
|
|
"version-semver": "6.2.2",
|
|
"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"
|
|
}
|
|
}
|
|
}
|