mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:51:47 +08:00
b2a65e780a
* update port. * update versions. * add unofficial target config (uses qmake build outputs). * update versions file. * formatting. * fix typo. * try again. * resolve comments. * update versions. * fix. * update versions file. * Add include. * update versions file. --------- Co-authored-by: Nick D'Ademo <dademo.n@duerr-ndt.com>
26 lines
490 B
JSON
26 lines
490 B
JSON
{
|
|
"name": "qwt",
|
|
"version-date": "2023-05-12",
|
|
"description": "Widgets library for technical applications",
|
|
"homepage": "https://sourceforge.net/projects/qwt",
|
|
"license": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"concurrent",
|
|
"gui",
|
|
"opengl",
|
|
"widgets"
|
|
]
|
|
},
|
|
"qtsvg",
|
|
{
|
|
"name": "vcpkg-qmake",
|
|
"host": true,
|
|
"default-features": false
|
|
}
|
|
]
|
|
}
|