mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:19:00 +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",
|
||||
"version": "6.2.0+20220616",
|
||||
"port-version": 1,
|
||||
"description": "qt widgets library for technical applications",
|
||||
"homepage": "https://sourceforge.net/projects/qwt",
|
||||
"license": null,
|
||||
@ -11,6 +12,7 @@
|
||||
"features": [
|
||||
"concurrent",
|
||||
"gui",
|
||||
"opengl",
|
||||
"widgets"
|
||||
]
|
||||
},
|
||||
|
@ -6638,7 +6638,7 @@
|
||||
},
|
||||
"qwt": {
|
||||
"baseline": "6.2.0+20220616",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"qwtw": {
|
||||
"baseline": "3.1.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "1b200939b471ac5ff1f02f62ed38715d4efc6df8",
|
||||
"version": "6.2.0+20220616",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "a1b3566c4c60065d5ace2db38b6ce97543534e6f",
|
||||
"version": "6.2.0+20220616",
|
||||
|
Loading…
Reference in New Issue
Block a user