vcpkg/ports/kf5i18n/vcpkg.json
Dawid Wróbel b614a40e3c
[kf5i18n] static builds fixes (#20016)
* [kf5i18n] fix libiconv transient dependency

* [kf5i18n] update versions
2021-09-09 21:15:36 -07:00

22 lines
406 B
JSON

{
"name": "kf5i18n",
"version": "5.84.0",
"port-version": 2,
"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"
]
}