diff options
Diffstat (limited to 'vcpkg/ports/grantlee/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/grantlee/vcpkg.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/grantlee/vcpkg.json b/vcpkg/ports/grantlee/vcpkg.json new file mode 100644 index 0000000..bea4842 --- /dev/null +++ b/vcpkg/ports/grantlee/vcpkg.json @@ -0,0 +1,20 @@ +{ + "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": [ + "qtdeclarative", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |