vcpkg/ports/grantlee/vcpkg.json

20 lines
397 B
JSON
Raw Normal View History

{
"name": "grantlee",
"version": "5.3.1",
"description": "Libraries for text templating with Qt",
"homepage": "https://github.com/steveire/grantlee",
"license": "LGPL-2.1-or-later",
"supports": "!staticcrt",
"dependencies": [
"qt5-declarative",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}