mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 12:26:08 +08:00
[qwt] Fix missing feature dependency (#29537)
* [qwt fix dependency] * v db * empty
This commit is contained in:
parent
cc4a86714e
commit
3457eb9ff6
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "qwt",
|
"name": "qwt",
|
||||||
"version": "6.2.0+20220616",
|
"version": "6.2.0+20220616",
|
||||||
|
"port-version": 1,
|
||||||
"description": "qt widgets library for technical applications",
|
"description": "qt widgets library for technical applications",
|
||||||
"homepage": "https://sourceforge.net/projects/qwt",
|
"homepage": "https://sourceforge.net/projects/qwt",
|
||||||
"license": null,
|
"license": null,
|
||||||
@ -11,6 +12,7 @@
|
|||||||
"features": [
|
"features": [
|
||||||
"concurrent",
|
"concurrent",
|
||||||
"gui",
|
"gui",
|
||||||
|
"opengl",
|
||||||
"widgets"
|
"widgets"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -6638,7 +6638,7 @@
|
|||||||
},
|
},
|
||||||
"qwt": {
|
"qwt": {
|
||||||
"baseline": "6.2.0+20220616",
|
"baseline": "6.2.0+20220616",
|
||||||
"port-version": 0
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"qwtw": {
|
"qwtw": {
|
||||||
"baseline": "3.1.0",
|
"baseline": "3.1.0",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "1b200939b471ac5ff1f02f62ed38715d4efc6df8",
|
||||||
|
"version": "6.2.0+20220616",
|
||||||
|
"port-version": 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "a1b3566c4c60065d5ace2db38b6ce97543534e6f",
|
"git-tree": "a1b3566c4c60065d5ace2db38b6ce97543534e6f",
|
||||||
"version": "6.2.0+20220616",
|
"version": "6.2.0+20220616",
|
||||||
|
Loading…
Reference in New Issue
Block a user