mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 19:29:00 +08:00
7d6c097a87
* add usage * revert * fix find package * update
21 lines
380 B
JSON
21 lines
380 B
JSON
{
|
|
"name": "quazip",
|
|
"version": "1.3",
|
|
"port-version": 2,
|
|
"description": "Qt/C++ wrapper over minizip",
|
|
"homepage": "https://stachenov.github.io/quazip/",
|
|
"license": "LGPL-2.1-or-later",
|
|
"dependencies": [
|
|
"qt5-base",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|