mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 10:59:00 +08:00
20 lines
346 B
JSON
20 lines
346 B
JSON
{
|
|
"name": "quazip",
|
|
"version": "1.1",
|
|
"port-version": 1,
|
|
"description": "Qt/C++ wrapper over minizip",
|
|
"homepage": "https://stachenov.github.io/quazip/",
|
|
"dependencies": [
|
|
"qt5-base",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|