mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[qt5-webglplugin] Add required dependency on qt5-websockets (#28237)
* add required websockets dependency * v db
This commit is contained in:
parent
5b88aa4b8a
commit
fd1bdf6ad3
@ -1,12 +1,14 @@
|
||||
{
|
||||
"name": "qt5-webglplugin",
|
||||
"version": "5.15.7",
|
||||
"description": "Qt5 webglplugin Module;",
|
||||
"port-version": 1,
|
||||
"description": "Qt5 Webglplugin Module",
|
||||
"license": null,
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "qt5-base",
|
||||
"default-features": false
|
||||
}
|
||||
},
|
||||
"qt5-websockets"
|
||||
]
|
||||
}
|
||||
|
@ -6230,7 +6230,7 @@
|
||||
},
|
||||
"qt5-webglplugin": {
|
||||
"baseline": "5.15.7",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"qt5-websockets": {
|
||||
"baseline": "5.15.7",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "20c68afa15554da137137b3fb5e8d71bd7b824f0",
|
||||
"version": "5.15.7",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "7907edc6fe8f0b81dd60b6da33638ca6c2a80672",
|
||||
"version": "5.15.7",
|
||||
|
Loading…
x
Reference in New Issue
Block a user