mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
19 lines
322 B
JSON
19 lines
322 B
JSON
|
{
|
||
|
"name": "o2",
|
||
|
"version": "1",
|
||
|
"description": "OAuth 2.0 for Qt",
|
||
|
"homepage": "https://github.com/qgis/o2",
|
||
|
"license": "BSD-2-Clause",
|
||
|
"dependencies": [
|
||
|
"qtkeychain-qt6",
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|