vcpkg/ports/kf5i18n/vcpkg.json
Dawid Wróbel 8a943f71ff
[kf5*] re-enable parallel configure, speed up compilation (#20202)
* [kf5*] re-enable parallel configure

* [kf5*] update versions
2021-09-17 08:20:35 -07:00

22 lines
406 B
JSON

{
"name": "kf5i18n",
"version": "5.84.0",
"port-version": 3,
"description": "Advanced internationalization framework",
"homepage": "https://api.kde.org/frameworks/ki18n/html/index.html",
"dependencies": [
"ecm",
"gettext",
{
"name": "gettext",
"host": true,
"features": [
"tools"
]
},
"libiconv",
"qt5-declarative",
"qt5-tools"
]
}