mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 18:19:01 +08:00
d13e1a1be1
* [skip actions] update to 6.1.3 * remove wrong -D prefix from variables in qttools * change to https * version stuff Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
25 lines
501 B
JSON
25 lines
501 B
JSON
{
|
|
"name": "qtwayland",
|
|
"version-semver": "6.1.3",
|
|
"port-version": 2,
|
|
"description": "A toolbox for making Qt based Wayland compositors",
|
|
"homepage": "https://www.qt.io/",
|
|
"supports": "!windows",
|
|
"dependencies": [
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false
|
|
},
|
|
"qtdeclarative",
|
|
"qtopcua"
|
|
],
|
|
"default-features": [
|
|
"default-features"
|
|
],
|
|
"features": {
|
|
"default-features": {
|
|
"description": "Platform-dependent default features"
|
|
}
|
|
}
|
|
}
|