mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-30 20:59:12 +08:00
147027390b
* [Qt6] update to 6.2.4 * adjust patches * more fixes * more CMAKE_REQUIRE_FIND_PACKAGE * fix configure? * cannot require cmake not config stuff. * more REQUIRE removals * adjust required stuff * more modules. * less require stuff * disable env patch for now and silent the require maybe unused. warnings * different approach * fix case ? * fix linux builds * more stuff to not force in vcpkg * reenable env patch * only use env patch on windows. * reenable qtwebengine. Maybe the ICE was fixed? * Revert "reenable qtwebengine. Maybe the ICE was fixed?" This reverts commit 5dc3ca88c1db61a61bcb701d903b042457d85afd. * version stuff Co-authored-by: Alexander Neumann <you@example.com>
49 lines
978 B
JSON
49 lines
978 B
JSON
{
|
|
"name": "qtvirtualkeyboard",
|
|
"version": "6.2.4",
|
|
"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"
|
|
}
|
|
}
|
|
}
|