mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 04:19:00 +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
33 lines
638 B
JSON
33 lines
638 B
JSON
{
|
|
"name": "qtserialbus",
|
|
"version-semver": "6.2.1",
|
|
"description": "Support for CAN and potentially other serial buses.",
|
|
"homepage": "https://www.qt.io/",
|
|
"dependencies": [
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"network"
|
|
]
|
|
},
|
|
{
|
|
"name": "qtserialbus",
|
|
"host": true,
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "qtserialport",
|
|
"default-features": false
|
|
}
|
|
],
|
|
"default-features": [
|
|
"default-features"
|
|
],
|
|
"features": {
|
|
"default-features": {
|
|
"description": "Platform-dependent default features"
|
|
}
|
|
}
|
|
}
|