vcpkg/ports/grantlee/vcpkg.json

21 lines
424 B
JSON
Raw Normal View History

{
"name": "grantlee",
"version": "5.3.1",
"port-version": 2,
"description": "Libraries for text templating with Qt",
"homepage": "https://github.com/steveire/grantlee",
"license": "LGPL-2.1-or-later",
"supports": "!staticcrt & !xbox",
"dependencies": [
2023-03-29 05:34:33 +08:00
"qtdeclarative",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}