mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 13:38:59 +08:00
407d75560d
* Add Grantlee port * Replaced deprecated functions * Add only one version of Grantlee * version-semver -> version * Added quotes
20 lines
397 B
JSON
20 lines
397 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|