mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 22:29:01 +08:00
8a07b5df24
* update qt to 6.1.2 * version stuff
23 lines
441 B
JSON
23 lines
441 B
JSON
{
|
|
"name": "qtscxml",
|
|
"version-semver": "6.1.2",
|
|
"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
|
|
}
|
|
]
|
|
}
|