mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 01:29:00 +08:00
23 lines
441 B
JSON
23 lines
441 B
JSON
|
{
|
||
|
"name": "qtscxml",
|
||
|
"version-semver": "6.1.0",
|
||
|
"description": "SCXML (state machine notation) compiler and related tools",
|
||
|
"homepage": "https://www.qt.io/",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "qtbase",
|
||
|
"default-features": false
|
||
|
},
|
||
|
"qtdeclarative",
|
||
|
{
|
||
|
"name": "qtscxml",
|
||
|
"host": true,
|
||
|
"default-features": false
|
||
|
},
|
||
|
{
|
||
|
"name": "qttools",
|
||
|
"default-features": false
|
||
|
}
|
||
|
]
|
||
|
}
|